summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-03-102003-03-10nobu
2003-03-10* file.c (rb_find_file): need world writable directory check formatz
2003-03-09* lib/net/pop.rb: do not dispatch LIST when a mailbox is empty.aamine
2003-03-09* lib/fileutils.rb (mkdir, mkdir_p): revert.eban
2003-03-09* lib/fileutils.rb (mkdir, mkdir_p): set mode to 0755.eban
2003-03-082003-03-08eban
2003-03-08new method is Process.detach, not Proc#detach.akr
2003-03-08* eval.c (massign): fix a bug not to expand in assigment to solenobu
2003-03-07* lib/pp.rb (Kernel.pp): module function.akr
2003-03-07* ext/tcltklib/extconf.rb (find_tcl, find_tk): return true ifnobu
2003-03-07* ext/dbm/extconf.rb: add QDBM support.eban
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