aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/pop.rb: do not dispatch LIST when a mailbox is empty.aamine2003-03-092-74/+110
* * lib/fileutils.rb (mkdir, mkdir_p): revert.eban2003-03-093-3/+9
* * lib/fileutils.rb (mkdir, mkdir_p): set mode to 0755.eban2003-03-094-6/+18
* 2003-03-08eban2003-03-081-3/+3
* new method is Process.detach, not Proc#detach.akr2003-03-081-1/+1
* * eval.c (massign): fix a bug not to expand in assigment to solenobu2003-03-082-1/+6
* * lib/pp.rb (Kernel.pp): module function.akr2003-03-072-0/+18
* * ext/tcltklib/extconf.rb (find_tcl, find_tk): return true ifnobu2003-03-072-2/+12
* * ext/dbm/extconf.rb: add QDBM support.eban2003-03-072-0/+5
* * parse.y (dsym): :"symbol string" style should not contain `\0'.matz2003-03-079-100/+119
* * ext/Win32API/Win32API (Win32API_initialize): should check number ofeban2003-03-061-0/+5
* * ext/Win32API/Win32API.c: no longer use inline-asms.eban2003-03-064-192/+61
* * configure.in: better YACC support on HP-UX.eban2003-03-053-4/+17
* commit missnobu2003-03-041-11/+0
* * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: definenobu2003-03-0410-103/+121
* * array.c (rb_ary_aref): give warning if index is a symbol.matz2003-03-043-0/+25
* * missing/strftime.c: HP-UX support.eban2003-03-042-1/+19
* * io.c (rb_io_popen): do not call rb_io_close() directly, callmatz2003-03-045-22/+33
* * configure.in: better HP-UX support.eban2003-03-044-6/+13
* * ext/dl/MANIFEST: Exclude .cvsignore. [found by: eban]knu2003-03-032-1/+5
* * ext/Win32API/MANIFEST: Belatedly add lib/win32/registry.rb.knu2003-03-032-0/+5
* * MANIFEST: Belatedly add Test::Unit files. D'oh!knu2003-03-032-0/+27
* * parse.y (yycompile): zero clear ruby_eval_tree_begin ifmatz2003-03-032-0/+6
* * marshal.c (w_nbyte): should output always via rb_io_write().matz2003-03-032-58/+41
* * parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'.matz2003-03-037-46/+62
* * misc/ruby-mode.el (ruby-expr-beg): escaped char syntax.nobu2003-03-022-24/+76
* * win32/win32.c (map_errno): map OS error to errno. [new]usa2003-02-282-49/+167
* 2003-02-28nobu2003-02-281-3/+3
* * win32/win32.c (flock): supports larger files, and maps errornobu2003-02-282-33/+38
* 2003-02-27eban2003-02-271-3/+3
* * string.c (str_new): need no MEMZERO().matz2003-02-275-38/+69
* * lib/open-uri.rb: replace Kernel.open as well.akr2003-02-262-0/+5
* * lib/debug.rb (DEBUGGER__::Context#debug_command): bp filename mustnahi2003-02-252-1/+6
* * lib/fileutils (fu_stream_blksize): wrong logial condition.eban2003-02-232-1/+6
* 2003-02-22eban2003-02-221-3/+3
* * eval.c (rb_thread_create): may called from place higher thanmatz2003-02-211-0/+8
* * lib/fileutils.rb: new method FileUtils#copy_stream.aamine2003-02-212-46/+74
* * string.c (rb_str_cmp_m): should use LONG2NUM().matz2003-02-212-1/+5
* * eval.c (rb_f_require): do not need to abort if a DLEXT fileeban2003-02-212-3/+5
* * string.c (rb_str_cmp_m): two small bugs fixed.matz2003-02-212-2/+7
* * eval.c (rb_thread_remove): back outt changes.matz2003-02-212-6/+2
* 2003-02-21eban2003-02-211-3/+3
* * gc.c (rb_gc_mark): inline rb_gc_mark_children().matz2003-02-212-50/+47
* * string.c (rb_str_cmp_m): return nil if str2 does not respond tomatz2003-02-204-12/+41
* This '$destdir' was meant to be a local variable.knu2003-02-201-3/+3
* * eval.c (rb_thread_remove): thread may die in the process ofmatz2003-02-203-1/+13
* * file.c (file_expand_path): fix wrong behavior for root file.nobu2003-02-202-2/+11
* * file.c (file_expand_path): should not upward beyond share name.nobu2003-02-202-13/+41
* * missing.h (strtoul): fix prototype of strtoul.eban2003-02-203-4/+8
* *** empty log message ***nobu2003-02-201-0/+1