| Commit message (Expand) | Author | Age | Files | Lines |
| * | * regex.c (read_special): fix parsing backslashes following \c in | nobu | 2005-07-10 | 2 | -3/+9 |
| * | * lib/xmlrpc/server.rb (XMLRPC::Server): Switch from GServer over to | mneumann | 2005-07-10 | 2 | -96/+49 |
| * | * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line): | gotoyuzo | 2005-07-10 | 2 | -2/+8 |
| * | * lib/pathname.rb (Pathname#unlink): try Dir.unlink first to | akr | 2005-07-10 | 2 | -2/+8 |
| * | 2005-07-11 | akr | 2005-07-10 | 1 | -3/+3 |
| * | * lib/debug.rb (debug_command): added a deficient format specifier. | nobu | 2005-07-10 | 2 | -2/+7 |
| * | 2005-07-10 | nobu | 2005-07-10 | 1 | -3/+3 |
| * | 2005-07-09 | suke | 2005-07-09 | 1 | -3/+3 |
| * | convert dispid in Ruby and C by INT2NUM and NUM2INT. | suke | 2005-07-09 | 4 | -3/+24 |
| * | * lib/rss/rss.rb (RSS::VERSION): 0.1.4 -> 0.1.5. | kou | 2005-07-08 | 5 | -28/+30 |
| * | 2005-07-08 | kou | 2005-07-08 | 1 | -3/+3 |
| * | * instruby.rb: expand source library path. | nobu | 2005-07-05 | 2 | -2/+6 |
| * | * eval.c (rb_thread_save_context): must not switch contexts during | nobu | 2005-07-05 | 2 | -2/+7 |
| * | * array.c (sort_2): get rid of yet another bcc's bug. | nobu | 2005-07-05 | 2 | -8/+13 |
| * | * ext/tk/tkutil.c: fix typo. | nagai | 2005-07-05 | 2 | -2/+6 |
| * | 2005-07-05 | nagai | 2005-07-05 | 1 | -3/+3 |
| * | * ext/tcltklib/tcltklib.c: bug fix on treating Unicode strings. | nagai | 2005-07-05 | 13 | -93/+374 |
| * | * missing/erf.c: original erf.c by prof. Okumura is confirmed to | matz | 2005-07-04 | 2 | -483/+79 |
| * | * test/{dbm,gdbm,sdbm}/test_{dbm,gdbm,sdbm}.rb: skip some tests | usa | 2005-07-04 | 4 | -1/+38 |
| * | 2005-07-04 | usa | 2005-07-04 | 1 | -3/+3 |
| * | * test/wsdl/document/test_rpc.rb: compare formatted time string of | nahi | 2005-07-03 | 2 | -2/+11 |
| * | avoid some race condition | akr | 2005-07-03 | 1 | -1/+6 |
| * | 2005-07-03 | akr | 2005-07-02 | 1 | -3/+3 |
| * | doc fix. | akr | 2005-07-02 | 1 | -1/+1 |
| * | use CMSG_LEN. | akr | 2005-07-02 | 1 | -2/+2 |
| * | * ext/socket/socket.c (unix_send_io, unix_recv_io): support x86-64 and | akr | 2005-07-02 | 2 | -16/+37 |
| * | * 2005-07-02 | eban | 2005-07-02 | 1 | -3/+3 |
| * | refine #if condition introduced previously. | akr | 2005-07-02 | 1 | -1/+1 |
| * | * defines.h (FLUSH_REGISTER_WINDOWS): defined for IA64. | akr | 2005-07-02 | 3 | -0/+24 |
| * | * bignum.c (get2comp): revert all prior changes, and calculate | matz | 2005-07-01 | 2 | -23/+28 |
| * | * missing/erf.c: need to include some headers for some platforms. | matz | 2005-07-01 | 5 | -9/+142 |
| * | * lib/open-uri.rb (OpenURI.open_http): refine post_connection_check | akr | 2005-07-01 | 2 | -3/+13 |
| * | * missing/crypt.c: replaced with 4.4BSD version. | matz | 2005-07-01 | 4 | -317/+1309 |
| * | * 2005-07-01 | eban | 2005-06-30 | 1 | -4/+4 |
| * | * enum.c (enum_min, enum_max): must not return Qundef. | nobu | 2005-06-30 | 2 | -2/+9 |
| * | * lib/delegate.rb (Delegator::respond_to): respond_to? must check | matz | 2005-06-30 | 2 | -0/+14 |
| * | * process.c (detach_process_wathcer): fixed typo. | nobu | 2005-06-30 | 1 | -9/+9 |
| * | * lib/irb/ruby-lex.rb (RubyLex::identify_number): alternative implements | keiju | 2005-06-30 | 2 | -8/+18 |
| * | * lib/irb/ruby-lex.rb (RubyLex::identify_number): should not treat | matz | 2005-06-30 | 2 | -2/+8 |
| * | add a test for [ruby-dev:26383]. | akr | 2005-06-30 | 1 | -0/+6 |
| * | * 2005-06-30 | eban | 2005-06-30 | 1 | -3/+3 |
| * | * 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 | 5 | -6/+39 |
| * | * 2005-06-28 | eban | 2005-06-28 | 1 | -3/+3 |
| * | * dir.c, eval.c, hash.c, process.c, ruby.c: avoid warning "unused | ocean | 2005-06-28 | 6 | -7/+20 |
| * | * lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_query): should | gotoyuzo | 2005-06-25 | 2 | -1/+7 |
| * | * enum.c (enum_min, enum_max): do not ignore nil as the first element. | nobu | 2005-06-25 | 2 | -6/+10 |
| * | * ext/sdbm/init.c (fsdbm_select): SDBM#select had returned the array | ocean | 2005-06-25 | 2 | -4/+8 |
| * | * 2005-06-25 | nobu | 2005-06-25 | 1 | -3/+3 |
| * | * lib/xmlrpc/*, test/xmlrpc/*: backported changes from HEAD into 1.8 | mneumann | 2005-06-24 | 7 | -60/+92 |