aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/uri/common.rb, lib/uri/generic.rb: fixed typo in documents andakira2005-06-241-0/+5
* * ext/tk/lib/tk.rb: fix typo on Tk.grid_propagate.nagai2005-06-241-0/+10
* * runruby.rb: should load built rbconfig.rb.nobu2005-06-231-1/+5
* * ext/tk/lib/tk/canvastag.rb: TkcGroup.new cannot include given items.nagai2005-06-231-0/+12
* * eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): DUMMY_SETJMP is replacedakr2005-06-201-0/+6
* * ext/dbm/dbm.c (fdbm_closed): new method DBM#closed?usa2005-06-201-0/+15
* * gc.c (define_final): document fix: finalizers never get callednobu2005-06-191-2/+7
* * ext/openssl/openssl_missing.c, ext/openssl/ossl.h,gotoyuzo2005-06-191-0/+7
* * lib/xmlrpc/utils.rb: Patch by Nobuhiro IMAI fixes the followingmneumann2005-06-191-0/+11
* * gc.c (run_final): reduce unnecessary object allocation duringnobu2005-06-191-0/+8
* * ext/readline/readline.c (readline_readline): do not set rl_{in,out}stream.shugo2005-06-171-0/+11
* * lib/time.rb (Time.parse): fix previous leap seconds support.akr2005-06-171-0/+6
* * ruby.c (load_file): '!' is already read. reported by gotoyuzo.usa2005-06-161-0/+4
* * ext/tk/tcltklib.c (ip_rb_threadVwaitCommand): Tcl_Release was missing.ocean2005-06-161-0/+4
* * ext/tk/lib/tk.rb: add Tk.getMultiple{Open|Save}File() which returnnagai2005-06-161-0/+5
* * lib/time.rb (Time.parse): "Fri Jan 1 08:59:60 +0900 1999" wasakr2005-06-161-0/+8
* * lib/resolv.rb (Resolv::DNS::Resource#ttl): new attribute.akr2005-06-151-0/+9
* * ext/tk/tk.rb: support "tk inactive" sub-command. [for Tcl/Tk8.5a3]nagai2005-06-151-0/+7
* * ext/tk/tkutil/tkutil.c: add TkUtil::CallbackSubst.subst_arg(m, ...)nagai2005-06-131-0/+8
* * hash.c (ruby_setenv): fixed SEGV. [ruby-dev:26186]ocean2005-06-131-0/+4
* * signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz2005-06-121-2/+45
* * eval.c (rb_gc_mark_threads): curr_thread may not be part of theakr2005-06-121-0/+6
* * parse.y: missing arg_paren event. This patch is contributed by Mitchell N ...aamine2005-06-111-0/+5
* * eval.c (unknown_node): show more information. [ruby-dev:26196]akr2005-06-101-0/+4
* * missing.h: fd_set stuffs need sys/types.h. fixed: [ruby-core:05179]nobu2005-06-101-0/+4
* * ext/Win32API/Win32API.c (Win32API_Call): disable globalnobu2005-06-091-0/+5
* * enum.c (enum_inject): default the result value to Qundef to usenobu2005-06-091-0/+5
* * eval.c (ruby_longjmp): new macro to call longjmp, setcontext, etc.akr2005-06-091-0/+10
* add ML ref. [ruby-dev:26297]akr2005-06-091-0/+1
* * configure.in, eval.c, gc.c: use libunwind only on HP-UX.akr2005-06-091-0/+4
* * array.c (rb_ary_nitems): add the block feature to Array#nitems.matz2005-06-081-0/+6
* * bignum.c (get2comp): revert all prior changes, and calculatematz2005-06-081-1/+9
* * enum.c (enum_min_by, enum_max_by): return nil if no iteration.nobu2005-06-071-0/+9
* * bignum.c (bignorm): fixed a bug in normalizing negative numbersmatz2005-06-071-0/+18
* * ext/curses/curses.c (curses_insertln): merged a patch frommatz2005-06-071-0/+10
* * lib/thread.rb: RDoc documentation from Eric Hodelmatz2005-06-071-0/+5
* * lib/mkmf.rb (create_makefile): add .SUFFIXES from depend file.nobu2005-06-071-1/+6
* * ChangeLog: fix typo.nobu2005-06-071-1/+1
* * parse.y (parser_yylex): small error fixed.matz2005-06-071-2/+4
* * parse.y (parser_yylex): allow ';;' to be block terminator inmatz2005-06-071-0/+20
* * ext/tk/lib/multi-tk.rb: slave-ip fails to call proceduresnagai2005-06-071-0/+5
* * ext/ripper/depend: add .y to .SUFFIXES for nmake.usa2005-06-061-0/+4
* * ext/tk/lib/tk/console.rb: create console when requirednagai2005-06-051-0/+6
* * signal.c (ruby_signal): don't set SA_RESTART.akr2005-06-051-0/+5
* * test/dbm/test_dbm.rb: merged from ext/dbm/testdbm.rb.akr2005-06-041-1/+5
* * test/sdbm/test_sdbm.rb: renamed from ext/sdbm/testsdbm.rb withakr2005-06-031-0/+5
* * intern.h (rb_fdset_t): deal with fd bit sets over FD_SETSIZE.nobu2005-06-031-0/+14
* * ext/tk/lib/multi-tk.rb: fix typo.nagai2005-06-031-0/+4
* * parse.y: pragma support on ripper. [ruby-dev:26266]nobu2005-06-021-1/+5
* * parse.y (method_call): new experiment: "(expr)(args...)" tomatz2005-06-021-0/+9