summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-03-28Copied from rough/bigdecimal,documents & some sample programs added.shigek
2003-03-28Added comment for Net::HTTP.get(arg1, arg2, arg3)gsinclair
2003-03-27* regex.c (re_compile_pattern): fix [:name:] handling.akr
2003-03-272003-03-27eban
2003-03-26* string.c (rb_str_capitalize_bang): check length before upcasenobu
2003-03-26commit miss.nobu
2003-03-26* dln.c (dln_find_1): break if path list end, even for too longnobu
2003-03-262003-03-26eban
2003-03-26* eval.c (avalue_splat): new function to do unary * (splat)matz
2003-03-26backoutnobu
2003-03-25* signal.c (trap): return "DEFAULT" and "IGNORE" respectively formatz
2003-03-252003-03-25eban
2003-03-25* eval.c (rb_yield_0): call avalue_to_mrhs() to assign blockmatz
2003-03-25* io.c (rb_io_initialize): should check rb_secure(4).matz
2003-03-25* ext/strscan/strscan.c: should infect also return values of #inspect.aamine
2003-03-24security enhancement of dl library (need test).matz
2003-03-24Added rb_secure(4). (Thanks to Minero Aoki)ttate
2003-03-23update NotImplementError to NotImplementedError.matz
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-232003-03-23nobu
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-212003-03-21eban
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*** empty log message ***nobu
2003-03-20* lib/optparse.rb (OptionParser#order!): follow recent changenobu
2003-03-202003-03-20nobu
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-16add test for previous change.akr
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-112003-03-11nobu
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-102003-03-10nobu