| Commit message (Expand) | Author | Age | Files | Lines |
| * | * regex.c (read_special): fix parsing backslashes following \c in | nobu | 2005-07-10 | 1 | -0/+5 |
| * | * lib/xmlrpc/server.rb (XMLRPC::Server): Switch from GServer over to | mneumann | 2005-07-10 | 1 | -0/+6 |
| * | * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line): | gotoyuzo | 2005-07-10 | 1 | -0/+6 |
| * | * lib/pathname.rb (Pathname#unlink): try Dir.unlink first to | akr | 2005-07-10 | 1 | -0/+6 |
| * | * lib/debug.rb (debug_command): added a deficient format specifier. | nobu | 2005-07-10 | 1 | -1/+6 |
| * | convert dispid in Ruby and C by INT2NUM and NUM2INT. | suke | 2005-07-09 | 1 | -0/+11 |
| * | * lib/rss/rss.rb (RSS::VERSION): 0.1.4 -> 0.1.5. | kou | 2005-07-08 | 1 | -0/+14 |
| * | * instruby.rb: expand source library path. | nobu | 2005-07-05 | 1 | -0/+4 |
| * | * eval.c (rb_thread_save_context): must not switch contexts during | nobu | 2005-07-05 | 1 | -1/+4 |
| * | * array.c (sort_2): get rid of yet another bcc's bug. | nobu | 2005-07-05 | 1 | -6/+11 |
| * | * ext/tk/tkutil.c: fix typo. | nagai | 2005-07-05 | 1 | -0/+4 |
| * | * ext/tcltklib/tcltklib.c: bug fix on treating Unicode strings. | nagai | 2005-07-05 | 1 | -0/+38 |
| * | * missing/erf.c: original erf.c by prof. Okumura is confirmed to | matz | 2005-07-04 | 1 | -0/+5 |
| * | * test/{dbm,gdbm,sdbm}/test_{dbm,gdbm,sdbm}.rb: skip some tests | usa | 2005-07-04 | 1 | -1/+6 |
| * | * test/wsdl/document/test_rpc.rb: compare formatted time string of | nahi | 2005-07-03 | 1 | -0/+6 |
| * | * ext/socket/socket.c (unix_send_io, unix_recv_io): support x86-64 and | akr | 2005-07-02 | 1 | -3/+8 |
| * | * defines.h (FLUSH_REGISTER_WINDOWS): defined for IA64. | akr | 2005-07-02 | 1 | -0/+7 |
| * | * bignum.c (get2comp): revert all prior changes, and calculate | matz | 2005-07-01 | 1 | -0/+6 |
| * | * missing/erf.c: need to include some headers for some platforms. | matz | 2005-07-01 | 1 | -0/+14 |
| * | * lib/open-uri.rb (OpenURI.open_http): refine post_connection_check | akr | 2005-07-01 | 1 | -0/+5 |
| * | * missing/crypt.c: replaced with 4.4BSD version. | matz | 2005-07-01 | 1 | -0/+9 |
| * | * enum.c (enum_min, enum_max): must not return Qundef. | nobu | 2005-06-30 | 1 | -2/+7 |
| * | * lib/delegate.rb (Delegator::respond_to): respond_to? must check | matz | 2005-06-30 | 1 | -0/+5 |
| * | * lib/irb/ruby-lex.rb (RubyLex::identify_number): alternative implements | keiju | 2005-06-30 | 1 | -0/+4 |
| * | * lib/irb/ruby-lex.rb (RubyLex::identify_number): should not treat | matz | 2005-06-30 | 1 | -0/+5 |
| * | * eval.c (rb_eval): pre-evaluate argument for unambiguous | matz | 2005-06-30 | 1 | -1/+0 |
| * | * eval.c (rb_eval): pre-evaluate argument for unambiguous | matz | 2005-06-30 | 1 | -0/+22 |
| * | * dir.c, eval.c, hash.c, process.c, ruby.c: avoid warning "unused | ocean | 2005-06-28 | 1 | -0/+5 |
| * | * lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_query): should | gotoyuzo | 2005-06-25 | 1 | -1/+6 |
| * | * enum.c (enum_min, enum_max): do not ignore nil as the first element. | nobu | 2005-06-25 | 1 | -0/+4 |
| * | * ext/sdbm/init.c (fsdbm_select): SDBM#select had returned the array | ocean | 2005-06-25 | 1 | -2/+8 |
| * | * lib/xmlrpc/*, test/xmlrpc/*: backported changes from HEAD into 1.8 | mneumann | 2005-06-24 | 1 | -0/+4 |
| * | * lib/uri/common.rb, lib/uri/generic.rb: fixed typo in documents and | akira | 2005-06-24 | 1 | -0/+5 |
| * | * ext/tk/lib/tk.rb: fix typo on Tk.grid_propagate. | nagai | 2005-06-24 | 1 | -0/+10 |
| * | * runruby.rb: should load built rbconfig.rb. | nobu | 2005-06-23 | 1 | -1/+5 |
| * | * ext/tk/lib/tk/canvastag.rb: TkcGroup.new cannot include given items. | nagai | 2005-06-23 | 1 | -0/+12 |
| * | * eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): DUMMY_SETJMP is replaced | akr | 2005-06-20 | 1 | -0/+6 |
| * | * ChangeLog: add ML index. | usa | 2005-06-20 | 1 | -0/+1 |
| * | * ext/dbm/dbm.c (fdbm_closed): new method DBM#closed? | usa | 2005-06-20 | 1 | -0/+14 |
| * | * gc.c (define_final): document fix: finalizers never get called | nobu | 2005-06-19 | 1 | -0/+5 |
| * | * ext/openssl/openssl_missing.c, ext/openssl/ossl.h, | gotoyuzo | 2005-06-19 | 1 | -0/+7 |
| * | * gc.c (run_final): reduce unnecessary object allocation during | nobu | 2005-06-19 | 1 | -2/+10 |
| * | * lib/time.rb (Time.parse): fix previous leap seconds support. | akr | 2005-06-17 | 1 | -0/+6 |
| * | * ext/tcltklib/tcltklib.c (ip_rb_threadVwaitCommand): Tcl_Release was missing. | ocean | 2005-06-16 | 1 | -0/+4 |
| * | * ext/tk/lib/tk.rb: add Tk.getMultiple{Open|Save}File() which return | nagai | 2005-06-16 | 1 | -0/+5 |
| * | * lib/time.rb (Time.parse): "Fri Jan 1 08:59:60 +0900 1999" was | akr | 2005-06-16 | 1 | -0/+8 |
| * | * ext/dl/sym.c (rb_dlsym_call): needs FREE_ARGS before return. | ocean | 2005-06-15 | 1 | -0/+5 |
| * | * ext/tk/tk.rb: support "tk inactive" sub-command. [for Tcl/Tk8.5a3] | nagai | 2005-06-15 | 1 | -0/+7 |
| * | * ext/tk/tkutil.c: add TkUtil::CallbackSubst.subst_arg(m, ...) & | nagai | 2005-06-13 | 1 | -0/+8 |
| * | * hash.c (ruby_setenv): fixed SEGV. [ruby-dev:26186] | ocean | 2005-06-13 | 1 | -0/+4 |