summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 2003-03-20nobu2003-03-201-3/+3
* * numeric.c (flo_to_s): change format specifier to "%.15g" tomatz2003-03-202-1/+6
* * parse.y (stmt, primary): get rid of SEGV at empty or invalidnobu2003-03-202-16/+36
* * eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409)matz2003-03-2012-516/+685
* * eval.c (bmcall): add volatile to avoid GC problem.akr2003-03-202-2/+6
* * lib/tracer.rb (trace_func): save and recover Thread.critical state.nahi2003-03-192-3/+9
* add test for previous change.akr2003-03-161-0/+5
* * lib/pp.rb (object_address_group): use to_s instead of nameakr2003-03-162-1/+6
* * io.c (prep_stdio): set binmode only if the file descriptoreban2003-03-123-5/+12
* 2003-03-11nobu2003-03-111-3/+3
* * lib/net/smtp.rb: Digest string wrongly included '\n' when user name is too ...aamine2003-03-112-2/+8
* * lib/net/http.rb: speeding up by avoiding extra flush. (suggested by Brian C...aamine2003-03-112-4/+11
* * eval.c (massign): remove unnecessary array unpacking; it shouldmatz2003-03-103-31/+52
* 2003-03-10nobu2003-03-101-3/+3
* * file.c (rb_find_file): need world writable directory check formatz2003-03-104-10/+24
* * 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