summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * eval.c (rb_call0): include funcalled methods in caller list.nobu2006-07-212-0/+6
* * ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter beforenobu2006-07-213-6/+15
* 2006-07-21nobu2006-07-211-3/+3
* * ruby.h: export classes/modules to implement sandbox.matz2006-07-207-12/+26
* * lib/irb/completion.rb: support for completion of numerickeiju2006-07-192-4/+24
* 2006-07-20keiju2006-07-191-3/+3
* * lib/rss/parser.rb, lib/rss/utils.rb: added documents.kou2006-07-193-0/+17
* 2006-07-19kou2006-07-191-3/+3
* * process.c (rb_f_system): block SIGCHLD during the processmatz2006-07-182-15/+20
* * win32/win32.c (open_ifs_socket): should not use plain malloc.usa2006-07-182-1/+11
* * test/ruby/test_float.rb (TestFloat::test_strtod): update test tomatz2006-07-182-5/+5
* * pack.c (pack_unpack): propagate association array to copiedmatz2006-07-182-5/+19
* * process.c (rb_f_system): call rb_sys_fail(0) if rb_last_statusmatz2006-07-182-1/+6
* * lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): removematz2006-07-183-2/+7
* * object.c (rb_cstr_to_dbl): limit out-of-range message.nobu2006-07-183-6/+22
* * util.c (ruby_strtod): stop at dot not followed by digits.nobu2006-07-171-0/+5
* * util.c (ruby_strtod): stop at dot not followed by digits.nobu2006-07-171-2/+2
* * ext/extmk.rb: remove LIBRUBY_SO if static linked extensions exist.nobu2006-07-172-0/+7
* 2006-07-18nobu2006-07-171-3/+3
* * configure.in (rb_cv_msvcrt): defaulted to msvcrt. Workaround for anobu2006-07-172-3/+8
* * pack.c (define_swapx): should not use plain malloc.matz2006-07-172-2/+6
* * configure.in: should use ac_cv_lib_dl_dlopen=no on MinGW.eban2006-07-172-2/+2
* 2006-07-17eban2006-07-171-3/+3
* * 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