index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lib/net/smtp.rb (check_response): AUTH CRAM-MD5 returns 334 response. [ruby...
aamine
2003-08-27
1
-0
/
+5
*
* win32/win32.c (map_errno): support winsock error.
usa
2003-08-26
1
-0
/
+19
*
* lib/ostruct.rb (OpenStruct::method_missing): prohibit modifying
matz
2003-08-26
1
-0
/
+5
*
commit miss
nobu
2003-08-26
1
-2
/
+3
*
* lib/mkmf.rb (create_tmpsrc): add the hook for source.
nobu
2003-08-26
1
-3
/
+7
*
* implicit.c (syck_type_id_to_taguri): corrected detection of
why
2003-08-26
1
-0
/
+5
*
* file.c (rb_file_s_expand_path): avoid calling rb_scan_args() for
matz
2003-08-23
1
-0
/
+5
*
BUFCHECK() doesn't update p/pend in loop.
nobu
2003-08-23
1
-2
/
+2
*
* file.c (file_expand_path): performance improvement.
nobu
2003-08-23
1
-1
/
+6
*
again, sorry
nobu
2003-08-23
1
-1
/
+1
*
commit miss
nobu
2003-08-23
1
-235
/
+235
*
* ext/nkf/nkf.c (rb_nkf_putchar): should use rb_str_resize() to just
nobu
2003-08-23
1
-236
/
+243
*
* lib/irb/ruby-lex.rb: bug fix for "foo" !~ /bar/. [ruby-talk:79942]
keiju
2003-08-23
1
-0
/
+3
*
* eval.c (rb_eval, rb_iterate, block_pass): reduce PUSH/POP_TAG and
nobu
2003-08-23
1
-1
/
+5
*
* eval.c (rb_yield_splat): should check if "values" is array.
matz
2003-08-23
1
-3
/
+2
*
* enum.c (each_with_index_i): typo.
matz
2003-08-22
1
-0
/
+7
*
* ChangeLog: re-formatted.
eban
2003-08-22
1
-16
/
+17
*
* enum.c (inject_i): use rb_yield_values.
matz
2003-08-22
1
-0
/
+10
*
* ext/syck/rubyext.c: refactoring of the transfer method
why
2003-08-21
1
-0
/
+13
*
* eval.c (block_pass): improve passing current block.
nobu
2003-08-21
1
-0
/
+4
*
Int. overflow bug in multiplication fixed & VpNmlz() speed up.
shigek
2003-08-21
1
-0
/
+5
*
* ext/socket/socket.c (ruby_connect): many systems seem to have
nobu
2003-08-20
1
-0
/
+5
*
* ext/syck/syck.h: Parser definition problems on HP-UX. [ruby-talk:79389]
why
2003-08-19
1
-0
/
+10
*
to_s("+") implemented.
shigek
2003-08-19
1
-0
/
+6
*
* lib/webrick/ssl.rb: new file; SSL/TLS enhancement for GenericServer.
gotoyuzo
2003-08-19
1
-0
/
+21
*
* io.c (next_argv): should not call GetOpenFile() if rb_stdout is
shugo
2003-08-19
1
-0
/
+5
*
* ext/openssl/ossl_ssl.c: sync_close is moved to SSLSocket as
gotoyuzo
2003-08-18
1
-0
/
+18
*
* ext/curses/curses.c (_XOPEN_SOURCE_EXTENDED): Mac OS X standard
nobu
2003-08-18
1
-0
/
+13
*
* dir.c (glob_helper): preserve raw order for **.
nobu
2003-08-18
1
-0
/
+4
*
* ext/openssl/extconf.rb (HAVE_VA_ARGS_MACRO): need to compile.
nobu
2003-08-17
1
-0
/
+4
*
* ext/openssl/lib/openssl/ssl.rb (SSLSocket#sync_close=): add a
gotoyuzo
2003-08-17
1
-1
/
+12
*
* ext/extmk.rb (extmake): should not force to remake Makefile when
nobu
2003-08-17
1
-0
/
+5
*
* marshal.c (w_symbol, w_object): get rid of warnings.
nobu
2003-08-16
1
-0
/
+26
*
sqrt() & atan() added.
shigek
2003-08-15
1
-0
/
+7
*
* configure.in (HUGE_ST_INO): check whether struct stat.st_ino
nobu
2003-08-15
1
-0
/
+25
*
* gc.c (id2ref): recycle check should be done by klass == 0.
matz
2003-08-14
1
-0
/
+21
*
Bug fix and addition of math.rb.
shigek
2003-08-14
1
-1
/
+10
*
* ext/win32ole/win32ole.c (OLE_FREE): should not call
suke
2003-08-14
1
-0
/
+10
*
* gc.c (rb_data_object_alloc): check type of 1st argument.
usa
2003-08-14
1
-0
/
+5
*
Ambiguity of BigDecimal::limit removed.
shigek
2003-08-13
1
-0
/
+4
*
* lib/webrick/https.rb (HTTPServer#run): should set syncing-mode
gotoyuzo
2003-08-13
1
-1
/
+6
*
* eval.c (POP_BLOCK): turn on BLOCK_LEFT flag when leaving block.
matz
2003-08-13
1
-0
/
+7
*
* object.c (rb_class_s_alloc): add function prototype to avoid VC++
eban
2003-08-13
1
-0
/
+5
*
* ext/Win32API/Win32API.c (Win32API_initialize): should pass some
usa
2003-08-13
1
-0
/
+5
*
* ext/extmk.rb (extmake): compact $extlibs.
nobu
2003-08-12
1
-1
/
+3
*
* Makefile.in: static link libraries to LIBRUBY_SO with static linked
nobu
2003-08-12
1
-0
/
+7
*
* eval.c (THREAD_SAVE_CONTEXT): should explicitly turn off the
matz
2003-08-11
1
-0
/
+3
*
* eval.c (struct thread): add member to save backing store on
matz
2003-08-11
1
-0
/
+15
*
* lib/debug.rb(debug_command): inspection command should inspect resulting
nahi
2003-08-11
1
-0
/
+7
*
* eval.c (rb_call_super): do not use rb_block_given_p() for
matz
2003-08-11
1
-0
/
+7
[next]