aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 2003-03-25eban2003-03-251-3/+3
* * eval.c (rb_yield_0): call avalue_to_mrhs() to assign blockmatz2003-03-253-2/+12
* * io.c (rb_io_initialize): should check rb_secure(4).matz2003-03-256-2/+34
* * ext/strscan/strscan.c: should infect also return values of #inspect.aamine2003-03-252-19/+25
* security enhancement of dl library (need test).matz2003-03-249-158/+175
* Added rb_secure(4). (Thanks to Minero Aoki)ttate2003-03-244-1/+23
* update NotImplementError to NotImplementedError.matz2003-03-236-11/+6
* fix typos.akr2003-03-231-76/+77
* * io.c (rb_io_fread): may lose data on nonblocking read.matz2003-03-234-12/+16
* * parse.y (block_append): warn unused lteral.nobu2003-03-232-0/+5
* * lib/jcode.rb (tr!, delete!, szueeze!): add empty string checking.eban2003-03-232-1/+6
* 2003-03-23nobu2003-03-231-3/+3
* * gc.c (rb_gc_call_finalizer_at_exit): use free() if dfree is -1.nobu2003-03-232-1/+10
* * time.c (make_time_t): try search_time_t if mktime/timegm is failed.akr2003-03-222-30/+27
* * lib/optparse.rb, lib/jcode.rb, ext/tk/lib/tk.rb: reorder characterakr2003-03-224-13/+18
* * lib/uri/common.rb: `[', `]', `-' in chracterakr2003-03-222-2/+2
* * lib/date/format.rb, lib/uri/common.rb: `[', `]', `-' in chracterakr2003-03-213-4/+9
* * regex.c (re_compile_pattern): fix previous change.akr2003-03-2114-46/+56
* 2003-03-21eban2003-03-211-3/+3
* * regex.c (re_compile_pattern): give warning for unescaped squarematz2003-03-213-2/+21
* * eval.c (bmcall): missing type.nobu2003-03-212-1/+5
* * sprintf.c (rb_f_sprintf): copy sign bits only if value ismatz2003-03-202-1/+9
* * missing.h: include <stdarg.h> or <varargs.h> if HAVE_VSNPRINTFmatz2003-03-202-0/+10
* *** empty log message ***nobu2003-03-201-1/+1
* * lib/optparse.rb (OptionParser#order!): follow recent changenobu2003-03-202-1/+6
* 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