aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (rb_gc_call_finalizer_at_exit): use free() if dfree is -1.nobu2003-03-231-0/+4
* * time.c (make_time_t): try search_time_t if mktime/timegm is failed.akr2003-03-221-1/+5
* * lib/optparse.rb, lib/jcode.rb, ext/tk/lib/tk.rb: reorder characterakr2003-03-221-0/+5
* * lib/uri/common.rb: `[', `]', `-' in chracterakr2003-03-221-1/+1
* * lib/date/format.rb, lib/uri/common.rb: `[', `]', `-' in chracterakr2003-03-211-0/+5
* * regex.c (re_compile_pattern): fix previous change.akr2003-03-211-0/+10
* * regex.c (re_compile_pattern): give warning for unescaped squarematz2003-03-211-0/+5
* * eval.c (bmcall): missing type.nobu2003-03-211-0/+4
* * sprintf.c (rb_f_sprintf): copy sign bits only if value ismatz2003-03-201-0/+3
* * missing.h: include <stdarg.h> or <varargs.h> if HAVE_VSNPRINTFmatz2003-03-201-0/+5
* * lib/optparse.rb (OptionParser#order!): follow recent changenobu2003-03-201-0/+5
* * numeric.c (flo_to_s): change format specifier to "%.15g" tomatz2003-03-201-0/+5
* * parse.y (stmt, primary): get rid of SEGV at empty or invalidnobu2003-03-201-0/+7
* * eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409)matz2003-03-201-0/+34
* * eval.c (bmcall): add volatile to avoid GC problem.akr2003-03-201-0/+4
* * 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