aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rubbish !shigek2003-03-281-7/+0
* Entries for bigdecimal added.shigek2003-03-286-0/+12
* Copied from rough/bigdecimal,documents & some sample programs added.shigek2003-03-2817-0/+6325
* Added comment for Net::HTTP.get(arg1, arg2, arg3)gsinclair2003-03-281-0/+5
* * regex.c (re_compile_pattern): fix [:name:] handling.akr2003-03-272-34/+39
* 2003-03-27eban2003-03-271-3/+3
* * string.c (rb_str_capitalize_bang): check length before upcasenobu2003-03-262-0/+6
* commit miss.nobu2003-03-261-1/+2
* * dln.c (dln_find_1): break if path list end, even for too longnobu2003-03-262-1/+8
* 2003-03-26eban2003-03-261-3/+3
* * eval.c (avalue_splat): new function to do unary * (splat)matz2003-03-269-56/+113
* backoutnobu2003-03-261-2/+2
* * signal.c (trap): return "DEFAULT" and "IGNORE" respectively formatz2003-03-253-6/+20
* 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