summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-07-10* ext/tk/tcltklib.c: make SEGV risk lower at exit.nagai
2006-07-10* sample/test.rb: update test suites.matz
2006-07-10* eval.c (rb_call): remove erroneously restored prot_tag->blkidmatz
2006-07-10* signal.c (install_nativethread_sighandler): commented out.nagai
2006-07-10* ruby.h: typo.usa
2006-07-10* eval.c (proc_invoke): should not overwrite block information inmatz
2006-07-102006-07-10nobu
2006-07-10* eval.c (rb_clear_cache_for_remove): 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-08cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb...ryan
2006-07-08Massive rdoc for fortran overhaul from Yasuhiro Morikawaryan
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-07should define FUNC_CDECL/STDCALL if the macros are not defined.ttate
2006-07-07* string.c (rb_str_ord): extract lower byte. fixed: [ruby-dev:28980]nobu
2006-07-07* win32/Makefile.sub (config.h): define FUNC_STDCALL/FUNC_CDECL.usa
2006-07-06conformed to the usage of FUNC_CDECL/STDCALL described in [ruby-dev:28970].ttate
2006-07-062006-07-07ttate
2006-07-06* process.c (rb_proc_times): use sysconf(_SC_CLK_TCK) value prior tonobu