summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2005-06-20* ext/dbm/dbm.c (fdbm_closed): new method DBM#closed?usa
2005-06-19* gc.c (define_final): document fix: finalizers never get callednobu
2005-06-19* ext/openssl/openssl_missing.c, ext/openssl/ossl.h,gotoyuzo
2005-06-19* lib/xmlrpc/utils.rb: Patch by Nobuhiro IMAI fixes the followingmneumann
2005-06-19* gc.c (run_final): reduce unnecessary object allocation duringnobu
2005-06-17* ext/readline/readline.c (readline_readline): do not set rl_{in,out}stream.shugo
2005-06-17* lib/time.rb (Time.parse): fix previous leap seconds support.akr
2005-06-16* ruby.c (load_file): '!' is already read. reported by gotoyuzo.usa
2005-06-16* ext/tk/tcltklib.c (ip_rb_threadVwaitCommand): Tcl_Release was missing.ocean
2005-06-16* ext/tk/lib/tk.rb: add Tk.getMultiple{Open|Save}File() which returnnagai
2005-06-16* lib/time.rb (Time.parse): "Fri Jan 1 08:59:60 +0900 1999" wasakr
2005-06-15* lib/resolv.rb (Resolv::DNS::Resource#ttl): new attribute.akr
2005-06-15* ext/tk/tk.rb: support "tk inactive" sub-command. [for Tcl/Tk8.5a3]nagai
2005-06-13* ext/tk/tkutil/tkutil.c: add TkUtil::CallbackSubst.subst_arg(m, ...)nagai
2005-06-13* hash.c (ruby_setenv): fixed SEGV. [ruby-dev:26186]ocean
2005-06-12* signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz
2005-06-12* eval.c (rb_gc_mark_threads): curr_thread may not be part of theakr
2005-06-11* parse.y: missing arg_paren event. This patch is contributed by Mitchell N ...aamine
2005-06-10* eval.c (unknown_node): show more information. [ruby-dev:26196]akr
2005-06-10* missing.h: fd_set stuffs need sys/types.h. fixed: [ruby-core:05179]nobu
2005-06-09* ext/Win32API/Win32API.c (Win32API_Call): disable globalnobu
2005-06-09* enum.c (enum_inject): default the result value to Qundef to usenobu
2005-06-09* eval.c (ruby_longjmp): new macro to call longjmp, setcontext, etc.akr
2005-06-09add ML ref. [ruby-dev:26297]akr
2005-06-09* configure.in, eval.c, gc.c: use libunwind only on HP-UX.akr
2005-06-08* array.c (rb_ary_nitems): add the block feature to Array#nitems.matz
2005-06-08* bignum.c (get2comp): revert all prior changes, and calculatematz
2005-06-07* enum.c (enum_min_by, enum_max_by): return nil if no iteration.nobu
2005-06-07* bignum.c (bignorm): fixed a bug in normalizing negative numbersmatz
2005-06-07* ext/curses/curses.c (curses_insertln): merged a patch frommatz
2005-06-07* lib/thread.rb: RDoc documentation from Eric Hodelmatz
2005-06-07* lib/mkmf.rb (create_makefile): add .SUFFIXES from depend file.nobu
2005-06-07* ChangeLog: fix typo.nobu
2005-06-07* parse.y (parser_yylex): small error fixed.matz
2005-06-07* parse.y (parser_yylex): allow ';;' to be block terminator inmatz
2005-06-07* ext/tk/lib/multi-tk.rb: slave-ip fails to call proceduresnagai
2005-06-06* ext/ripper/depend: add .y to .SUFFIXES for nmake.usa
2005-06-05* ext/tk/lib/tk/console.rb: create console when requirednagai
2005-06-05* signal.c (ruby_signal): don't set SA_RESTART.akr
2005-06-04* test/dbm/test_dbm.rb: merged from ext/dbm/testdbm.rb.akr
2005-06-03* test/sdbm/test_sdbm.rb: renamed from ext/sdbm/testsdbm.rb withakr
2005-06-03* intern.h (rb_fdset_t): deal with fd bit sets over FD_SETSIZE.nobu
2005-06-03* ext/tk/lib/multi-tk.rb: fix typo.nagai
2005-06-02* parse.y: pragma support on ripper. [ruby-dev:26266]nobu
2005-06-02* parse.y (method_call): new experiment: "(expr)(args...)" tomatz
2005-06-01* struct.c: accessing >10 member caused segmentation fault. [ruby-dev:26247]aamine
2005-06-01* bcc32/Makefile.sub: can use single quote character in DESTDIR.ocean
2005-05-31* lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): shouldgotoyuzo
2005-05-30* ext/tk/lib/macpkg.rb: add PACKAGE_NAME information of Tcl/Tk Extension.nagai
2005-05-28* test/openssl/test_x509store.rb: add test for expired CRLgotoyuzo