aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * test/socket/test_unix.rb: disabled on cygwin.akr2006-07-231-0/+5
* * ruby.c (proc_options): script is never used while recursing.nobu2006-07-211-0/+4
* * object.c (rb_cstr_to_dbl): "9_e8" should consider "_e8" asmatz2006-07-211-0/+5
* * eval.c (rb_call0): include funcalled methods in caller list.nobu2006-07-211-0/+5
* * ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter beforenobu2006-07-211-0/+5
* * eval.c (rb_call): try local method look-up first for fcall, thenmatz2006-07-201-0/+10
* * object.c (rb_mod_attr): make Module#attr to be an alias tomatz2006-07-201-0/+5
* * test/ruby/test_float.rb (TestFloat::test_strtod): update test tomatz2006-07-201-0/+10
* * eval.c (rb_yield_0): should check args_args before lambdamatz2006-07-191-0/+5
* * process.c (rb_f_system): shouldn't block SIGCHLD if it's notusa2006-07-181-0/+5
* * process.c (rb_f_system): block SIGCHLD during the processmatz2006-07-181-6/+6
* * win32/win32.c (open_ifs_socket): should not use plain malloc.usa2006-07-181-0/+6
* * eval.c (yield_under_i): argument should be passed in avaluematz2006-07-181-0/+5
* * pack.c (pack_unpack): propagate association array to copiedmatz2006-07-181-0/+11
* * intern.h (st_foreach_safe): fix prototype.usa2006-07-181-0/+9
* * process.c (rb_f_system): call rb_sys_fail(0) if rb_last_statusmatz2006-07-181-0/+5
* * lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): removematz2006-07-181-0/+5
* * object.c (rb_cstr_to_dbl): limit out-of-range message.nobu2006-07-181-0/+7
* * util.c (ruby_strtod): stop at dot not followed by digits.nobu2006-07-171-0/+5
* * ext/extmk.rb: remove LIBRUBY_SO if static linked extensions exist.nobu2006-07-171-0/+4
* * configure.in (rb_cv_msvcrt): defaulted to msvcrt. Workaround for anobu2006-07-171-4/+9
* * ext/io/wait/wait.c (io_ready_p): protoize.matz2006-07-171-0/+10
* * configure.in: should use ac_cv_lib_dl_dlopen=no on MinGW.eban2006-07-171-1/+1
* * configure.in: set ac_cv_func_dlopen=no on MinGW.eban2006-07-171-0/+4
* * st.c: still need to include config.h on some platforms.usa2006-07-171-0/+4
* * st.c (malloc): use xmalloc/xcalloc instead of plainmatz2006-07-141-0/+6
* * ext/tk/lib/tk.rb: add methods for new features of latest Tcl/Tk8.5nagai2006-07-141-0/+6
* * lib/monitor.rb: document patch from Hugh Sasse <hgs at dmu.ac.uk>.matz2006-07-131-0/+5
* * array.c (rb_ary_pop): may cause realloc oscillation. a patchmatz2006-07-131-0/+6
* * ext/tk/lib/tk/composite.rb: improve handling of the classname on thenagai2006-07-131-0/+5
* * ruby.h (FIX2LONG): returns integer of size of VALUE.matz2006-07-121-0/+7
* * parse.y (f_args): allow post mandatory arguments after optionalmatz2006-07-121-0/+23
* * ext/tk/lib/multi-tk.rb: remove restriction on the class ofnagai2006-07-111-0/+5
* * ext/tk/lib/multi-tk.rb: security fix.nagai2006-07-111-0/+4
* * string.c (rb_str_dump): need to extend len for \b.usa2006-07-111-0/+4
* * bignum.c (rb_int2big): use SIGNED_VALUE. [ruby-dev:29019]matz2006-07-111-0/+14
* * bignum.c (bignorm): sizeof(long) may be smaller thanmatz2006-07-111-0/+18
* * gc.c (gc_sweep): expand heap earlier.akr2006-07-101-0/+5
* * ext/tk/lib/tk/font.rb: sorry. mistaken to patch.nagai2006-07-101-0/+4
* * ext/tk/tcltklib.c: make SEGV risk lower at exit.nagai2006-07-101-0/+26
* * sample/test.rb: update test suites.matz2006-07-101-0/+8
* * eval.c (rb_call): remove erroneously restored prot_tag->blkidmatz2006-07-101-0/+5
* * signal.c (install_nativethread_sighandler): commented out.nagai2006-07-101-0/+4
* * eval.c (proc_invoke): should not overwrite block information inmatz2006-07-101-0/+26
* * eval.c (rb_clear_cache_for_remove): clear entries for includednobu2006-07-101-0/+5
* * lib/mkmf.rb (create_makefile): prevent substitution of macronobu2006-07-091-1/+4
* * lib/mkmf.rb (try_constant): fix for value 1 at cross compiling.nobu2006-07-091-0/+4
* cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb...ryan2006-07-081-0/+20
* * eval.c (next_jump): deal with destination of next.nobu2006-07-081-0/+5
* * string.c (rb_str_ord): extract lower byte. fixed: [ruby-dev:28980]nobu2006-07-071-0/+6