aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * test/socket/test_unix.rb: disabled on cygwin.akr2006-07-232-1/+6
* 2006-07-23akr2006-07-231-3/+3
* * ruby.c (proc_options): script is never used while recursing.nobu2006-07-212-7/+10
* * object.c (rb_cstr_to_dbl): "9_e8" should consider "_e8" asmatz2006-07-212-3/+8
* * 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
* * eval.c (rb_call): try local method look-up first for fcall, thenmatz2006-07-204-299/+51
* * object.c (rb_mod_attr): make Module#attr to be an alias tomatz2006-07-2018-41/+44
* * object.c (rb_mod_attr): make Module#attr to be an alias tomatz2006-07-202-41/+24
* * test/ruby/test_float.rb (TestFloat::test_strtod): update test tomatz2006-07-202-6/+10
* 2006-07-21matz2006-07-201-3/+3
* * lib/irb/completion.rb: support for completion of numerickeiju2006-07-191-4/+20
* * eval.c (rb_yield_0): should check args_args before lambdamatz2006-07-192-2/+8
* 2006-07-19ryan2006-07-181-3/+3
* patch was misapplied. fixed. sorryryan2006-07-181-1/+1
* * process.c (rb_f_system): shouldn't block SIGCHLD if it's notusa2006-07-182-0/+9
* * 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