summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2003-03-24Added rb_secure(4). (Thanks to Minero Aoki)ttate
2003-03-23fix typos.akr
2003-03-23* io.c (rb_io_fread): may lose data on nonblocking read.matz
2003-03-23* parse.y (block_append): warn unused lteral.nobu
2003-03-23* lib/jcode.rb (tr!, delete!, szueeze!): add empty string checking.eban
2003-03-23* gc.c (rb_gc_call_finalizer_at_exit): use free() if dfree is -1.nobu
2003-03-22* time.c (make_time_t): try search_time_t if mktime/timegm is failed.akr
2003-03-22* lib/optparse.rb, lib/jcode.rb, ext/tk/lib/tk.rb: reorder characterakr
2003-03-22* lib/uri/common.rb: `[', `]', `-' in chracterakr
2003-03-21* lib/date/format.rb, lib/uri/common.rb: `[', `]', `-' in chracterakr
2003-03-21* regex.c (re_compile_pattern): fix previous change.akr
2003-03-21* regex.c (re_compile_pattern): give warning for unescaped squarematz
2003-03-21* eval.c (bmcall): missing type.nobu
2003-03-20* sprintf.c (rb_f_sprintf): copy sign bits only if value ismatz
2003-03-20* missing.h: include <stdarg.h> or <varargs.h> if HAVE_VSNPRINTFmatz
2003-03-20* lib/optparse.rb (OptionParser#order!): follow recent changenobu
2003-03-20* numeric.c (flo_to_s): change format specifier to "%.15g" tomatz
2003-03-20* parse.y (stmt, primary): get rid of SEGV at empty or invalidnobu
2003-03-20* eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409)matz
2003-03-20* eval.c (bmcall): add volatile to avoid GC problem.akr
2003-03-19* lib/tracer.rb (trace_func): save and recover Thread.critical state.nahi
2003-03-16* lib/pp.rb (object_address_group): use to_s instead of nameakr
2003-03-12* io.c (prep_stdio): set binmode only if the file descriptoreban
2003-03-11* lib/net/smtp.rb: Digest string wrongly included '\n' when user name is too ...aamine
2003-03-11* lib/net/http.rb: speeding up by avoiding extra flush. (suggested by Brian C...aamine
2003-03-10* eval.c (massign): remove unnecessary array unpacking; it shouldmatz
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-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.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