aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/tracer.rb (trace_func): save and recover Thread.critical state.nahi2003-03-191-2/+7
* * lib/pp.rb (object_address_group): use to_s instead of nameakr2003-03-161-0/+5
* * io.c (prep_stdio): set binmode only if the file descriptoreban2003-03-121-0/+5
* * lib/net/smtp.rb: Digest string wrongly included '\n' when user name is too ...aamine2003-03-111-0/+5
* * lib/net/http.rb: speeding up by avoiding extra flush. (suggested by Brian C...aamine2003-03-111-0/+5
* * eval.c (massign): remove unnecessary array unpacking; it shouldmatz2003-03-101-0/+14
* * file.c (rb_find_file): need world writable directory check formatz2003-03-101-0/+10
* * lib/net/pop.rb: do not dispatch LIST when a mailbox is empty.aamine2003-03-091-0/+13
* * lib/fileutils.rb (mkdir, mkdir_p): revert.eban2003-03-091-0/+6
* * lib/fileutils.rb (mkdir, mkdir_p): set mode to 0755.eban2003-03-091-0/+6
* 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-081-0/+5
* * lib/pp.rb (Kernel.pp): module function.akr2003-03-071-0/+5
* * ext/tcltklib/extconf.rb (find_tcl, find_tk): return true ifnobu2003-03-071-0/+10
* * ext/dbm/extconf.rb: add QDBM support.eban2003-03-071-0/+4
* * parse.y (dsym): :"symbol string" style should not contain `\0'.matz2003-03-071-2/+27
* * ext/Win32API/Win32API.c: no longer use inline-asms.eban2003-03-061-0/+6
* * configure.in: better YACC support on HP-UX.eban2003-03-051-0/+4
* commit missnobu2003-03-041-11/+0
* * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: definenobu2003-03-041-0/+22
* * array.c (rb_ary_aref): give warning if index is a symbol.matz2003-03-041-0/+7
* * missing/strftime.c: HP-UX support.eban2003-03-041-0/+4
* * io.c (rb_io_popen): do not call rb_io_close() directly, callmatz2003-03-041-0/+14
* * configure.in: better HP-UX support.eban2003-03-041-0/+6
* * ext/dl/MANIFEST: Exclude .cvsignore. [found by: eban]knu2003-03-031-0/+5
* * ext/Win32API/MANIFEST: Belatedly add lib/win32/registry.rb.knu2003-03-031-0/+4
* * MANIFEST: Belatedly add Test::Unit files. D'oh!knu2003-03-031-0/+4
* * parse.y (yycompile): zero clear ruby_eval_tree_begin ifmatz2003-03-031-0/+5
* * marshal.c (w_nbyte): should output always via rb_io_write().matz2003-03-031-0/+15
* * parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'.matz2003-03-031-0/+9
* * misc/ruby-mode.el (ruby-expr-beg): escaped char syntax.nobu2003-03-021-0/+13
* * win32/win32.c (map_errno): map OS error to errno. [new]usa2003-02-281-0/+17
* * win32/win32.c (flock): supports larger files, and maps errornobu2003-02-281-0/+10
* * string.c (str_new): need no MEMZERO().matz2003-02-271-19/+18
* * lib/open-uri.rb: replace Kernel.open as well.akr2003-02-261-0/+4
* * lib/debug.rb (DEBUGGER__::Context#debug_command): bp filename mustnahi2003-02-251-0/+5
* * lib/fileutils (fu_stream_blksize): wrong logial condition.eban2003-02-231-0/+5
* * 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-211-0/+10
* * string.c (rb_str_cmp_m): should use LONG2NUM().matz2003-02-211-0/+4
* * eval.c (rb_f_require): do not need to abort if a DLEXT fileeban2003-02-211-0/+5
* * string.c (rb_str_cmp_m): two small bugs fixed.matz2003-02-211-0/+4
* * eval.c (rb_thread_remove): back outt changes.matz2003-02-211-5/+2
* * gc.c (rb_gc_mark): inline rb_gc_mark_children().matz2003-02-211-0/+6
* * string.c (rb_str_cmp_m): return nil if str2 does not respond tomatz2003-02-201-0/+15
* * eval.c (rb_thread_remove): thread may die in the process ofmatz2003-02-201-0/+10
* * file.c (file_expand_path): fix wrong behavior for root file.nobu2003-02-201-0/+7
* * file.c (file_expand_path): should not upward beyond share name.nobu2003-02-201-0/+4
* * missing.h (strtoul): fix prototype of strtoul.eban2003-02-201-0/+4
* * parse.y (clhs): allow "Foo::Bar = x".matz2003-02-201-0/+24