summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-07-20* object.c (rb_mod_attr): make Module#attr to be an alias tomatz
2006-07-20* object.c (rb_mod_attr): make Module#attr to be an alias tomatz
2006-07-20* test/ruby/test_float.rb (TestFloat::test_strtod): update test tomatz
2006-07-202006-07-21matz
2006-07-19 * lib/irb/completion.rb: support for completion of numerickeiju
2006-07-19* eval.c (rb_yield_0): should check args_args before lambdamatz
2006-07-182006-07-19ryan
2006-07-18patch was misapplied. fixed. sorryryan
2006-07-18* process.c (rb_f_system): shouldn't block SIGCHLD if it's notusa
2006-07-18* process.c (rb_f_system): block SIGCHLD during the processmatz
2006-07-18* win32/win32.c (open_ifs_socket): should not use plain malloc.usa
2006-07-18* eval.c (yield_under_i): argument should be passed in avaluematz
2006-07-18* pack.c (pack_unpack): propagate association array to copiedmatz
2006-07-18* intern.h (st_foreach_safe): fix prototype.usa
2006-07-18* process.c (rb_f_system): call rb_sys_fail(0) if rb_last_statusmatz
2006-07-18* lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): removematz
2006-07-18* object.c (rb_cstr_to_dbl): limit out-of-range message.nobu
2006-07-17RD to RDoc conversion by Hugh Sasse.drbrain
2006-07-17* util.c (ruby_strtod): stop at dot not followed by digits.nobu
2006-07-17* util.c (ruby_strtod): stop at dot not followed by digits.nobu
2006-07-17* ext/extmk.rb: remove LIBRUBY_SO if static linked extensions exist.nobu
2006-07-172006-07-18nobu
2006-07-17* configure.in (rb_cv_msvcrt): defaulted to msvcrt. Workaround for anobu
2006-07-17* ext/io/wait/wait.c (io_ready_p): protoize.matz
2006-07-17* configure.in: should use ac_cv_lib_dl_dlopen=no on MinGW.eban
2006-07-17* configure.in: set ac_cv_func_dlopen=no on MinGW.eban
2006-07-172006-07-17usa
2006-07-17* st.c: still need to include config.h on some platforms.usa
2006-07-15// comment removed.akr
2006-07-142006-07-15matz
2006-07-14* st.c (malloc): use xmalloc/xcalloc instead of plainmatz
2006-07-14* ext/tk/lib/tk.rb: add methods for new features of latest Tcl/Tk8.5nagai
2006-07-13Add monitor.rbdrbrain
2006-07-13* lib/monitor.rb: document patch from Hugh Sasse <hgs at dmu.ac.uk>.matz
2006-07-132006-07-14matz
2006-07-13* array.c (rb_ary_pop): may cause realloc oscillation. a patchmatz
2006-07-13* ext/tk/lib/tk/composite.rb: improve handling of the classname on thenagai
2006-07-122006-07-13matz
2006-07-12* ruby.h (FIX2LONG): returns integer of size of VALUE.matz
2006-07-122006-07-12matz
2006-07-12* parse.y (f_args): allow post mandatory arguments after optionalmatz
2006-07-11* ext/tk/lib/multi-tk.rb: remove restriction on the class ofnagai
2006-07-11* ext/tk/lib/multi-tk.rb: security fix.nagai
2006-07-11* string.c (rb_str_dump): need to extend len for \b.usa
2006-07-11* bignum.c (rb_int2big): use SIGNED_VALUE. [ruby-dev:29019]matz
2006-07-11* bignum.c (bignorm): sizeof(long) may be smaller thanmatz
2006-07-112006-07-11akr
2006-07-11remove an unused label and variable.akr
2006-07-10* gc.c (gc_sweep): expand heap earlier.akr
2006-07-10* ext/tk/lib/tk/font.rb: sorry. mistaken to patch.nagai