summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ChangeLog: add ML index.usa2005-06-201-0/+1
* * ext/dbm/dbm.c (fdbm_closed): new method DBM#closed?usa2005-06-201-0/+14
* * gc.c (define_final): document fix: finalizers never get callednobu2005-06-191-0/+5
* * ext/openssl/openssl_missing.c, ext/openssl/ossl.h,gotoyuzo2005-06-191-0/+7
* * gc.c (run_final): reduce unnecessary object allocation duringnobu2005-06-191-2/+10
* * lib/time.rb (Time.parse): fix previous leap seconds support.akr2005-06-171-0/+6
* * ext/tcltklib/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
* * ext/dl/sym.c (rb_dlsym_call): needs FREE_ARGS before return.ocean2005-06-151-0/+5
* * ext/tk/tk.rb: support "tk inactive" sub-command. [for Tcl/Tk8.5a3]nagai2005-06-151-0/+7
* * ext/tk/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-0/+27
* * 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-1/+6
* * eval.c (ruby_longjmp): new macro to call longjmp, setcontext, etc.akr2005-06-091-0/+10
* small fixocean2005-06-081-1/+1
* * bignum.c (get2comp): calculate proper 2's complement formatz2005-06-081-0/+18
* * enum.c (enum_min_by, enum_max_by): return nil if no iteration.nobu2005-06-071-0/+9
* * 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-3/+8
* * ChangeLog: fix typo.nobu2005-06-071-1/+1
* * object.c (rb_mod_cvar_get): Module#class_variable_get(): backmatz2005-06-071-0/+8
* * sprintf.c (rb_f_sprintf): raise exception on debug mode (-d),matz2005-06-071-0/+5
* * ext/tk/lib/multi-tk.rb: slave-ip fails to call proceduresnagai2005-06-071-0/+5
* * ext/tk/lib/tk/console.rb: create console when requirednagai2005-06-051-0/+6
* * 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
* * ext/tk/lib/multi-tk.rb: fix typo.nagai2005-06-031-0/+4
* * bcc32/Makefile.sub: can use single quote character in DESTDIR.ocean2005-06-011-0/+5
* * ext/tk/lib/macpkg.rb: add PACKAGE_NAME information of Tcl/Tk Extension.nagai2005-05-301-0/+11
* * test/openssl/test_x509store.rb: add test for expired CRLgotoyuzo2005-05-281-1/+6
* * ext/openssl/ossl_x509store.c (ossl_x509stctx_set_time): shouldgotoyuzo2005-05-271-0/+5
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line):gotoyuzo2005-05-271-0/+6
* * lib/mkmf.rb: use the semicolon as the path separatoreban2005-05-271-0/+5
* * ChangeLog: fix entry format.nobu2005-05-251-1/+1
* * ext/tk/lib/tk.rb: add shortcut-methods of tk_call + tk_split_listnagai2005-05-251-0/+4
* * lib/irb/input-method.rb: do not use Readline::HISTORY.pop.shugo2005-05-251-0/+5
* * ext/readline/readline.c: supported libedit. (backported from HEAD)shugo2005-05-251-0/+8
* * ext/tk/lib/tk.rb: TkComm#tk_split_*list fail to split a kind of SJISnagai2005-05-251-0/+40
* * lib/open-uri.rb (OpenURI::Meta::RE_QUOTED_STRING): a content ofakr2005-05-251-0/+5
* * numeric.c (fix_pow): support Fixnum ** Float case directlymatz2005-05-241-0/+10
* * lib/getopts.rb: should warn only if verbose mode.eban2005-05-241-0/+5