summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-03-07* parse.y (dsym): :"symbol string" style should not contain `\0'.matz
2003-03-06* ext/Win32API/Win32API (Win32API_initialize): should check number ofeban
2003-03-06* ext/Win32API/Win32API.c: no longer use inline-asms.eban
2003-03-05* configure.in: better YACC support on HP-UX.eban
2003-03-04commit missnobu
2003-03-04* configure.in, bcc32/Makefile.sub, win32/Makefile.sub: definenobu
2003-03-04* array.c (rb_ary_aref): give warning if index is a symbol.matz
2003-03-04* missing/strftime.c: HP-UX support.eban
2003-03-04* io.c (rb_io_popen): do not call rb_io_close() directly, callmatz
2003-03-04* configure.in: better HP-UX support.eban
2003-03-03* ext/dl/MANIFEST: Exclude .cvsignore. [found by: eban]knu
2003-03-03* ext/Win32API/MANIFEST: Belatedly add lib/win32/registry.rb.knu
2003-03-03* MANIFEST: Belatedly add Test::Unit files. D'oh!knu
2003-03-03* parse.y (yycompile): zero clear ruby_eval_tree_begin ifmatz
2003-03-03* marshal.c (w_nbyte): should output always via rb_io_write().matz
2003-03-03* parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'.matz
2003-03-02* misc/ruby-mode.el (ruby-expr-beg): escaped char syntax.nobu
2003-02-28 * win32/win32.c (map_errno): map OS error to errno. [new]usa
2003-02-282003-02-28nobu
2003-02-28* win32/win32.c (flock): supports larger files, and maps errornobu
2003-02-272003-02-27eban
2003-02-27* string.c (str_new): need no MEMZERO().matz
2003-02-26* lib/open-uri.rb: replace Kernel.open as well.akr
2003-02-25* lib/debug.rb (DEBUGGER__::Context#debug_command): bp filename mustnahi
2003-02-23* lib/fileutils (fu_stream_blksize): wrong logial condition.eban
2003-02-222003-02-22eban
2003-02-21* eval.c (rb_thread_create): may called from place higher thanmatz
2003-02-21* lib/fileutils.rb: new method FileUtils#copy_stream.aamine
2003-02-21* string.c (rb_str_cmp_m): should use LONG2NUM().matz
2003-02-21* eval.c (rb_f_require): do not need to abort if a DLEXT fileeban
2003-02-21* string.c (rb_str_cmp_m): two small bugs fixed.matz
2003-02-21* eval.c (rb_thread_remove): back outt changes.matz
2003-02-212003-02-21eban
2003-02-21* gc.c (rb_gc_mark): inline rb_gc_mark_children().matz
2003-02-20* string.c (rb_str_cmp_m): return nil if str2 does not respond tomatz
2003-02-20This '$destdir' was meant to be a local variable.knu
2003-02-20* eval.c (rb_thread_remove): thread may die in the process ofmatz
2003-02-20* file.c (file_expand_path): fix wrong behavior for root file.nobu
2003-02-20* file.c (file_expand_path): should not upward beyond share name.nobu
2003-02-20* missing.h (strtoul): fix prototype of strtoul.eban
2003-02-20*** empty log message ***nobu
2003-02-20* parse.y (clhs): allow "Foo::Bar = x".matz
2003-02-19* eval.c (rb_thread_restore_context): inhibit interrupts innobu
2003-02-192003-02-19nobu
2003-02-19* node.h (nd_cpath): nested class/module declaration.nobu
2003-02-182003-02-18eban
2003-02-18* eval.c (rb_call0): should not report uninitialized warning bymatz
2003-02-17* misc/ruby-mode.el (ruby-comment-column): customize commentnobu
2003-02-17* win32/win32.c (rb_w32_opendir, rb_w32_utime): need parens.nobu
2003-02-17* win32/win32.c (link): implement with CreateHardLink().usa