summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2005-07-02* defines.h (FLUSH_REGISTER_WINDOWS): defined for IA64.akr
2005-07-01* bignum.c (get2comp): revert all prior changes, and calculatematz
2005-07-01* missing/erf.c: need to include some headers for some platforms.matz
2005-07-01* lib/open-uri.rb (OpenURI.open_http): refine post_connection_checkakr
2005-07-01* missing/crypt.c: replaced with 4.4BSD version.matz
2005-06-30* enum.c (enum_min, enum_max): must not return Qundef.nobu
2005-06-30* lib/delegate.rb (Delegator::respond_to): respond_to? must checkmatz
2005-06-30* lib/irb/ruby-lex.rb (RubyLex::identify_number): alternative implementskeiju
2005-06-30* lib/irb/ruby-lex.rb (RubyLex::identify_number): should not treatmatz
2005-06-30* eval.c (rb_eval): pre-evaluate argument for unambiguousmatz
2005-06-30* eval.c (rb_eval): pre-evaluate argument for unambiguousmatz
2005-06-28* dir.c, eval.c, hash.c, process.c, ruby.c: avoid warning "unusedocean
2005-06-25* lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_query): shouldgotoyuzo
2005-06-25* enum.c (enum_min, enum_max): do not ignore nil as the first element.nobu
2005-06-25* ext/sdbm/init.c (fsdbm_select): SDBM#select had returned the arrayocean
2005-06-24* lib/xmlrpc/*, test/xmlrpc/*: backported changes from HEAD into 1.8mneumann
2005-06-24* lib/uri/common.rb, lib/uri/generic.rb: fixed typo in documents andakira
2005-06-24* ext/tk/lib/tk.rb: fix typo on Tk.grid_propagate.nagai
2005-06-23* runruby.rb: should load built rbconfig.rb.nobu
2005-06-23* ext/tk/lib/tk/canvastag.rb: TkcGroup.new cannot include given items.nagai
2005-06-20* eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): DUMMY_SETJMP is replacedakr
2005-06-20* ChangeLog: add ML index.usa
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* gc.c (run_final): reduce unnecessary object allocation duringnobu
2005-06-17* lib/time.rb (Time.parse): fix previous leap seconds support.akr
2005-06-16* ext/tcltklib/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* ext/dl/sym.c (rb_dlsym_call): needs FREE_ARGS before return.ocean
2005-06-15* ext/tk/tk.rb: support "tk inactive" sub-command. [for Tcl/Tk8.5a3]nagai
2005-06-13* ext/tk/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-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-08small fixocean
2005-06-08* bignum.c (get2comp): calculate proper 2's complement formatz
2005-06-07* enum.c (enum_min_by, enum_max_by): return nil if no iteration.nobu
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* object.c (rb_mod_cvar_get): Module#class_variable_get(): backmatz
2005-06-07* sprintf.c (rb_f_sprintf): raise exception on debug mode (-d),matz
2005-06-07* ext/tk/lib/multi-tk.rb: slave-ip fails to call proceduresnagai
2005-06-05* ext/tk/lib/tk/console.rb: create console when requirednagai