summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: set ac_cv_func_dlopen=no on MinGW.eban2006-07-172-0/+5
* * eval.c (rb_require_safe): wait for another thread requiring the samenobu2006-07-152-2/+7
* * st.c (malloc): use xmalloc/xcalloc instead of plainmatz2006-07-142-2/+2
* * st.c (malloc): use xmalloc/xcalloc instead of plainmatz2006-07-142-0/+13
* 2006-07-15nobu2006-07-141-3/+3
* * dir.c (has_magic): glob names contain alphabets to enable case foldnobu2006-07-142-5/+32
* * ext/tk/lib/tk.rb: add methods for new features of latest Tcl/Tk8.5nagai2006-07-143-4/+40
* Add monitor.rbdrbrain2006-07-131-0/+1
* * lib/monitor.rb: document patch from Hugh Sasse <hgs at dmu.ac.uk>.matz2006-07-132-0/+31
* * parse.y (then): error in warning action.matz2006-07-132-2/+4
* * array.c (rb_ary_pop): may cause realloc oscillation. a patchmatz2006-07-136-6/+46
* 2006-07-14matz2006-07-131-3/+3
* * ext/tk/lib/tk/composite.rb: improve handling of the classname on thenagai2006-07-133-1/+107
* * lib/rss/parser.rb: updated documents by a patch fromkou2006-07-132-3/+27
* 2006-07-13kou2006-07-131-3/+3
* * ext/tk/lib/multi-tk.rb: remove restriction on the class ofnagai2006-07-112-2/+9
* * ext/tk/lib/multi-tk.rb: security fix.nagai2006-07-113-3/+11
* 2006-07-11usa2006-07-111-3/+3
* * string.c (rb_str_dump): need to extend len for \b.usa2006-07-112-1/+5
* * gc.c (gc_sweep): expand heap earlier.akr2006-07-102-2/+15
* * ext/tk/lib/tk/font.rb: sorry. mistaken to patch.nagai2006-07-102-1/+5
* * ext/tk/tcltklib.c: make SEGV risk lower at exit.nagai2006-07-109-40/+543
* * signal.c (ruby_nativethread_signal, posix_nativethread_signal,nagai2006-07-104-10/+154
* Merged my changes from HEADryan2006-07-1010-79/+1845
* * st.h (st_data_t): use pointer sized integer for st_data_t.matz2006-07-102-0/+12
* 2006-07-10nobu2006-07-101-3/+3
* * eval.c (rb_clear_cache_for_undef): clear entries for includednobu2006-07-102-1/+7
* * lib/mkmf.rb (create_makefile): prevent substitution of macronobu2006-07-092-2/+5
* * lib/mkmf.rb (try_constant): fix for value 1 at cross compiling.nobu2006-07-092-29/+30
* 2006-07-09nobu2006-07-081-3/+3
* * eval.c (next_jump): deal with destination of next.nobu2006-07-082-3/+33
* update doc.akr2006-07-081-0/+4
* 2006-07-08suke2006-07-071-3/+3
* Test class name should not be duplicated.suke2006-07-072-2/+2
* * hash.c (rb_hash_default): should not call default procedure ifmatz2006-07-062-0/+6
* 2006-07-07matz2006-07-061-3/+3
* * time.c (time_mload): a patch from Daniel Bergermatz2006-07-062-3/+8
* * process.c (rb_proc_times): use sysconf(_SC_CLK_TCK) value prior tonobu2006-07-063-7/+34
* * ext/racc/cparse/cparse.c: sync with original code, rev 1.8.aamine2006-07-063-56/+98
* 2006-07-06aamine2006-07-061-3/+3
* 2006-07-04matz2006-07-031-3/+3
* * ChangeLog: remove some direct reference to mail addressesmatz2006-07-031-11/+11
* * ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menunagai2006-07-036-11/+317
* fix typos.akr2006-07-031-3/+3
* * ext/etc/extconf.rb (PW_UID2VAL, PW_GID2VAL): defaulted to conversionnobu2006-07-032-6/+11
* 2006-07-03matz2006-07-021-3/+3
* * string.c (rb_str_inspect): encode \b (\010) for escape.matz2006-07-022-0/+15
* * ext/racc/cparse/cparse.c: sync with original code (rev 1.7).aamine2006-07-022-94/+66
* 2006-07-02aamine2006-07-021-3/+3
* add a note for cygwin empty UDP packet problem.akr2006-07-011-2/+6