summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 2005-06-20eban2005-06-191-3/+3
* * ext/openssl/openssl_missing.c, ext/openssl/ossl.h,gotoyuzo2005-06-196-5/+16
* * 2005-06-19nobu2005-06-191-3/+3
* * gc.c (run_final): commit miss to add new variable.nobu2005-06-191-1/+1
* * gc.c (run_final): reduce unnecessary object allocation duringnobu2005-06-192-4/+17
* * lib/time.rb (Time.parse): fix previous leap seconds support.akr2005-06-172-25/+129
* * 2005-06-17eban2005-06-161-3/+3
* add tests for leapseconds on an environment without leapseconds support.akr2005-06-161-28/+21
* * lib/tkextlib/SUPPOPRT_STATUS: add RELEASE_DATE information.nagai2005-06-163-0/+14
* * ext/tcltklib/tcltklib.c (ip_rb_threadVwaitCommand): Tcl_Release was missing.ocean2005-06-162-1/+6
* * ext/tk/lib/tk.rb: add Tk.getMultiple{Open|Save}File() which returnnagai2005-06-162-1/+12
* * lib/time.rb (Time.parse): "Fri Jan 1 08:59:60 +0900 1999" wasakr2005-06-162-4/+58
* * ext/dl/sym.c (rb_dlsym_call): needs FREE_ARGS before return.ocean2005-06-152-0/+6
* * 2005-06-16eban2005-06-151-3/+3
* * ext/tk/sample/demos-jp/ctext.rb: modify improper message text.nagai2005-06-151-1/+1
* * 2005-06-15nobu2005-06-151-3/+3
* * ext/tk/tk.rb: support "tk inactive" sub-command. [for Tcl/Tk8.5a3]nagai2005-06-153-1/+124
* * ext/tk/tkutil.c: forgot update RELEASE_DATEnagai2005-06-141-1/+1
* * 2005-06-14eban2005-06-131-3/+3
* * ext/tk/tkutil.c: add TkUtil::CallbackSubst.subst_arg(m, ...) &nagai2005-06-133-1/+150
* * hash.c (ruby_setenv): fixed SEGV. [ruby-dev:26186]ocean2005-06-132-16/+17
* * 2005-06-13eban2005-06-121-3/+3
* * signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz2005-06-129-116/+70
* * 2005-06-10nobu2005-06-101-3/+3
* * missing.h: fd_set stuffs need sys/types.h. fixed: [ruby-core:05179]nobu2005-06-102-0/+7
* * ext/Win32API/Win32API.c (Win32API_Call): disable globalnobu2005-06-093-3/+12
* * enum.c (enum_inject): default the result value to Qundef to usenobu2005-06-092-2/+9
* * 2005-06-09eban2005-06-091-3/+3
* * eval.c (ruby_longjmp): new macro to call longjmp, setcontext, etc.akr2005-06-093-23/+52
* Data object is automatically converted to a PtrData object using to_ptr().ttate2005-06-081-1/+15
* small fixocean2005-06-081-1/+1
* * ext/tk/lib/tkextlib/ICONS/icons.rb: fail to create instances ofnagai2005-06-082-1/+10
* * bignum.c (get2comp): calculate proper 2's complement formatz2005-06-086-10/+58
* * enum.c (enum_min_by, enum_max_by): return nil if no iteration.nobu2005-06-074-96/+96
* * 2005-06-08eban2005-06-071-3/+3
* * ext/curses/curses.c (curses_insertln): merged a patch frommatz2005-06-073-0/+40
* * lib/thread.rb: RDoc documentation from Eric Hodelmatz2005-06-072-20/+89
* * lib/mkmf.rb (create_makefile): add .SUFFIXES from depend file.nobu2005-06-072-5/+17
* * ext/tk/sample/tkextlib/tile/themes/kroc.{rb,tcl}: also support tile 0.4.ocean2005-06-073-9/+29
* * ChangeLog: fix typo.nobu2005-06-071-1/+1
* * object.c (rb_mod_cvar_get): Module#class_variable_get(): backmatz2005-06-072-0/+67
* * sprintf.c (rb_f_sprintf): raise exception on debug mode (-d),matz2005-06-072-1/+6
* * ext/tk/sample/tkextlib/tile/themes/kroc.{rb,tcl}: support tile 0.5 or later.ocean2005-06-073-52/+116
* skip test if openssl is not available.akr2005-06-071-2/+5
* * 2005-06-07eban2005-06-071-3/+3
* * ext/tk/lib/multi-tk.rb: slave-ip fails to call proceduresnagai2005-06-072-5/+18
* * 2005-06-05eban2005-06-051-3/+3
* * ext/tk/lib/tk/console.rb: create console when requirednagai2005-06-054-1/+33
* kill a process spawned by test_exit_action.akr2005-06-051-3/+8
* * test/dbm/test_dbm.rb: merged from ext/dbm/testdbm.rb.akr2005-06-045-1261/+1198