summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * regex.c (read_special): fix parsing backslashes following \c innobu2005-07-101-0/+5
* * lib/xmlrpc/server.rb (XMLRPC::Server): Switch from GServer over tomneumann2005-07-101-0/+6
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line):gotoyuzo2005-07-101-0/+6
* * lib/pathname.rb (Pathname#unlink): try Dir.unlink first toakr2005-07-101-0/+6
* * lib/debug.rb (debug_command): added a deficient format specifier.nobu2005-07-101-1/+6
* convert dispid in Ruby and C by INT2NUM and NUM2INT.suke2005-07-091-0/+11
* * lib/rss/rss.rb (RSS::VERSION): 0.1.4 -> 0.1.5.kou2005-07-081-0/+14
* * instruby.rb: expand source library path.nobu2005-07-051-0/+4
* * eval.c (rb_thread_save_context): must not switch contexts duringnobu2005-07-051-1/+4
* * array.c (sort_2): get rid of yet another bcc's bug.nobu2005-07-051-6/+11
* * ext/tk/tkutil.c: fix typo.nagai2005-07-051-0/+4
* * ext/tcltklib/tcltklib.c: bug fix on treating Unicode strings.nagai2005-07-051-0/+38
* * missing/erf.c: original erf.c by prof. Okumura is confirmed tomatz2005-07-041-0/+5
* * test/{dbm,gdbm,sdbm}/test_{dbm,gdbm,sdbm}.rb: skip some testsusa2005-07-041-1/+6
* * test/wsdl/document/test_rpc.rb: compare formatted time string ofnahi2005-07-031-0/+6
* * ext/socket/socket.c (unix_send_io, unix_recv_io): support x86-64 andakr2005-07-021-3/+8
* * defines.h (FLUSH_REGISTER_WINDOWS): defined for IA64.akr2005-07-021-0/+7
* * bignum.c (get2comp): revert all prior changes, and calculatematz2005-07-011-0/+6
* * missing/erf.c: need to include some headers for some platforms.matz2005-07-011-0/+14
* * lib/open-uri.rb (OpenURI.open_http): refine post_connection_checkakr2005-07-011-0/+5
* * missing/crypt.c: replaced with 4.4BSD version.matz2005-07-011-0/+9
* * enum.c (enum_min, enum_max): must not return Qundef.nobu2005-06-301-2/+7
* * lib/delegate.rb (Delegator::respond_to): respond_to? must checkmatz2005-06-301-0/+5
* * lib/irb/ruby-lex.rb (RubyLex::identify_number): alternative implementskeiju2005-06-301-0/+4
* * lib/irb/ruby-lex.rb (RubyLex::identify_number): should not treatmatz2005-06-301-0/+5
* * eval.c (rb_eval): pre-evaluate argument for unambiguousmatz2005-06-301-1/+0
* * eval.c (rb_eval): pre-evaluate argument for unambiguousmatz2005-06-301-0/+22
* * dir.c, eval.c, hash.c, process.c, ruby.c: avoid warning "unusedocean2005-06-281-0/+5
* * lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_query): shouldgotoyuzo2005-06-251-1/+6
* * enum.c (enum_min, enum_max): do not ignore nil as the first element.nobu2005-06-251-0/+4
* * ext/sdbm/init.c (fsdbm_select): SDBM#select had returned the arrayocean2005-06-251-2/+8
* * lib/xmlrpc/*, test/xmlrpc/*: backported changes from HEAD into 1.8mneumann2005-06-241-0/+4
* * 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
* * 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