summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-07-18This commit was manufactured by cvs2svn to create tag(no author)
2006-07-18* test/ruby/test_float.rb (TestFloat::test_strtod): update test tomatz
2006-07-18* pack.c (pack_unpack): propagate association array to copiedmatz
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-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* pack.c (define_swapx): should not use plain malloc.matz
2006-07-17* configure.in: should use ac_cv_lib_dl_dlopen=no on MinGW.eban
2006-07-172006-07-17eban
2006-07-17* configure.in: set ac_cv_func_dlopen=no on MinGW.eban
2006-07-15* eval.c (rb_require_safe): wait for another thread requiring the samenobu
2006-07-14* st.c (malloc): use xmalloc/xcalloc instead of plainmatz
2006-07-14* st.c (malloc): use xmalloc/xcalloc instead of plainmatz
2006-07-142006-07-15nobu
2006-07-14* dir.c (has_magic): glob names contain alphabets to enable case foldnobu
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-13* parse.y (then): error in warning action.matz
2006-07-13* array.c (rb_ary_pop): may cause realloc oscillation. a patchmatz
2006-07-132006-07-14matz
2006-07-13* ext/tk/lib/tk/composite.rb: improve handling of the classname on thenagai
2006-07-13* lib/rss/parser.rb: updated documents by a patch fromkou
2006-07-132006-07-13kou
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-112006-07-11usa
2006-07-11* string.c (rb_str_dump): need to extend len for \b.usa
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
2006-07-10* ext/tk/tcltklib.c: make SEGV risk lower at exit.nagai
2006-07-10* signal.c (ruby_nativethread_signal, posix_nativethread_signal,nagai
2006-07-10Merged my changes from HEADryan
2006-07-10* st.h (st_data_t): use pointer sized integer for st_data_t.matz
2006-07-102006-07-10nobu
2006-07-10* eval.c (rb_clear_cache_for_undef): clear entries for includednobu
2006-07-09* lib/mkmf.rb (create_makefile): prevent substitution of macronobu
2006-07-09* lib/mkmf.rb (try_constant): fix for value 1 at cross compiling.nobu
2006-07-082006-07-09nobu
2006-07-08* eval.c (next_jump): deal with destination of next.nobu
2006-07-08update doc.akr
2006-07-072006-07-08suke
2006-07-07Test class name should not be duplicated.suke
2006-07-06* hash.c (rb_hash_default): should not call default procedure ifmatz
2006-07-062006-07-07matz