aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_f_missing): use "inspect" for T_OBJECT as well.matz2003-04-031-0/+6
* * README.EXT, README.EXT.ja (3.3): clarified -1 as free fornobu2003-04-021-0/+5
* * hash.c (env_reject_bang): untaint key string.matz2003-03-311-0/+7
* * pack.c (pack_pack): do not call rb_str_buf_cat() with NULL ptr,matz2003-03-291-0/+5
* * instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb,akr2003-03-291-0/+7
* * eval.c (avalue_to_svalue): use rb_check_array_type() again.matz2003-03-291-0/+24
* * MANIFEST (ext/aix_mksym.rb): remove obsolete file.nobu2003-03-291-0/+4
* * variable.c (rb_class_path): hold temporary class path in anobu2003-03-281-0/+8
* * regex.c (re_compile_pattern): fix [:name:] handling.akr2003-03-271-0/+7
* * string.c (rb_str_capitalize_bang): check length before upcasenobu2003-03-261-0/+5
* * dln.c (dln_find_1): break if path list end, even for too longnobu2003-03-261-0/+5
* * eval.c (avalue_splat): new function to do unary * (splat)matz2003-03-261-0/+17
* * signal.c (trap): return "DEFAULT" and "IGNORE" respectively formatz2003-03-251-0/+5
* * eval.c (rb_yield_0): call avalue_to_mrhs() to assign blockmatz2003-03-251-0/+7
* * io.c (rb_io_initialize): should check rb_secure(4).matz2003-03-251-0/+10
* * ext/strscan/strscan.c: should infect also return values of #inspect.aamine2003-03-251-0/+7
* Added rb_secure(4). (Thanks to Minero Aoki)ttate2003-03-241-0/+8
* fix typos.akr2003-03-231-76/+77
* * io.c (rb_io_fread): may lose data on nonblocking read.matz2003-03-231-0/+4
* * parse.y (block_append): warn unused lteral.nobu2003-03-231-0/+4
* * lib/jcode.rb (tr!, delete!, szueeze!): add empty string checking.eban2003-03-231-0/+4
* * 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