aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * process.c (rb_f_system): block SIGCHLD during the processmatz2006-07-182-10/+20
* * win32/win32.c (open_ifs_socket): should not use plain malloc.usa2006-07-182-1/+11
* * eval.c (yield_under_i): argument should be passed in avaluematz2006-07-182-1/+8
* * pack.c (pack_unpack): propagate association array to copiedmatz2006-07-182-5/+19
* * intern.h (st_foreach_safe): fix prototype.usa2006-07-184-3/+79
* * process.c (rb_f_system): call rb_sys_fail(0) if rb_last_statusmatz2006-07-182-0/+6
* * lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): removematz2006-07-182-1/+6
* * object.c (rb_cstr_to_dbl): limit out-of-range message.nobu2006-07-183-6/+22
* RD to RDoc conversion by Hugh Sasse.drbrain2006-07-172-125/+109
* * 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-7/+12
* * ext/io/wait/wait.c (io_ready_p): protoize.matz2006-07-174-7/+15
* * configure.in: should use ac_cv_lib_dl_dlopen=no on MinGW.eban2006-07-172-2/+2
* * configure.in: set ac_cv_func_dlopen=no on MinGW.eban2006-07-172-0/+5
* 2006-07-17usa2006-07-171-3/+3
* * st.c: still need to include config.h on some platforms.usa2006-07-172-0/+5
* // comment removed.akr2006-07-151-1/+0
* 2006-07-15matz2006-07-141-3/+3
* * st.c (malloc): use xmalloc/xcalloc instead of plainmatz2006-07-142-1/+12
* * 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
* 2006-07-14matz2006-07-131-3/+3
* * array.c (rb_ary_pop): may cause realloc oscillation. a patchmatz2006-07-132-1/+7
* * ext/tk/lib/tk/composite.rb: improve handling of the classname on thenagai2006-07-133-1/+107
* 2006-07-13matz2006-07-121-3/+3
* * ruby.h (FIX2LONG): returns integer of size of VALUE.matz2006-07-122-3/+10
* 2006-07-12matz2006-07-121-3/+3
* * parse.y (f_args): allow post mandatory arguments after optionalmatz2006-07-124-7/+56
* * 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
* * string.c (rb_str_dump): need to extend len for \b.usa2006-07-112-1/+5
* * bignum.c (rb_int2big): use SIGNED_VALUE. [ruby-dev:29019]matz2006-07-116-42/+65
* * bignum.c (bignorm): sizeof(long) may be smaller thanmatz2006-07-118-22/+63
* 2006-07-11akr2006-07-111-3/+3
* remove an unused label and variable.akr2006-07-111-2/+0
* * 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
* * sample/test.rb: update test suites.matz2006-07-104-22/+37
* * eval.c (rb_call): remove erroneously restored prot_tag->blkidmatz2006-07-102-1/+5
* * signal.c (install_nativethread_sighandler): commented out.nagai2006-07-102-0/+12
* * ruby.h: typo.usa2006-07-101-1/+1
* * eval.c (proc_invoke): should not overwrite block information inmatz2006-07-107-40/+124
* 2006-07-10nobu2006-07-101-3/+3
* * eval.c (rb_clear_cache_for_remove): clear entries for includednobu2006-07-102-1/+7
* * lib/mkmf.rb (create_makefile): prevent substitution of macronobu2006-07-092-2/+5