summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * regex.c (read_special): fix parsing backslashes following \c innobu2005-07-102-3/+9
* * lib/xmlrpc/server.rb (XMLRPC::Server): Switch from GServer over tomneumann2005-07-102-96/+49
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line):gotoyuzo2005-07-102-2/+8
* * lib/pathname.rb (Pathname#unlink): try Dir.unlink first toakr2005-07-102-2/+8
* 2005-07-11akr2005-07-101-3/+3
* * lib/debug.rb (debug_command): added a deficient format specifier.nobu2005-07-102-2/+7
* 2005-07-10nobu2005-07-101-3/+3
* 2005-07-09suke2005-07-091-3/+3
* convert dispid in Ruby and C by INT2NUM and NUM2INT.suke2005-07-094-3/+24
* * lib/rss/rss.rb (RSS::VERSION): 0.1.4 -> 0.1.5.kou2005-07-085-28/+30
* 2005-07-08kou2005-07-081-3/+3
* * instruby.rb: expand source library path.nobu2005-07-052-2/+6
* * eval.c (rb_thread_save_context): must not switch contexts duringnobu2005-07-052-2/+7
* * array.c (sort_2): get rid of yet another bcc's bug.nobu2005-07-052-8/+13
* * ext/tk/tkutil.c: fix typo.nagai2005-07-052-2/+6
* 2005-07-05nagai2005-07-051-3/+3
* * ext/tcltklib/tcltklib.c: bug fix on treating Unicode strings.nagai2005-07-0513-93/+374
* * missing/erf.c: original erf.c by prof. Okumura is confirmed tomatz2005-07-042-483/+79
* * test/{dbm,gdbm,sdbm}/test_{dbm,gdbm,sdbm}.rb: skip some testsusa2005-07-044-1/+38
* 2005-07-04usa2005-07-041-3/+3
* * test/wsdl/document/test_rpc.rb: compare formatted time string ofnahi2005-07-032-2/+11
* avoid some race conditionakr2005-07-031-1/+6
* 2005-07-03akr2005-07-021-3/+3
* doc fix.akr2005-07-021-1/+1
* use CMSG_LEN.akr2005-07-021-2/+2
* * ext/socket/socket.c (unix_send_io, unix_recv_io): support x86-64 andakr2005-07-022-16/+37
* * 2005-07-02eban2005-07-021-3/+3
* refine #if condition introduced previously.akr2005-07-021-1/+1
* * defines.h (FLUSH_REGISTER_WINDOWS): defined for IA64.akr2005-07-023-0/+24
* * bignum.c (get2comp): revert all prior changes, and calculatematz2005-07-012-23/+28
* * missing/erf.c: need to include some headers for some platforms.matz2005-07-015-9/+142
* * lib/open-uri.rb (OpenURI.open_http): refine post_connection_checkakr2005-07-012-3/+13
* * missing/crypt.c: replaced with 4.4BSD version.matz2005-07-014-317/+1309
* * 2005-07-01eban2005-06-301-4/+4
* * enum.c (enum_min, enum_max): must not return Qundef.nobu2005-06-302-2/+9
* * lib/delegate.rb (Delegator::respond_to): respond_to? must checkmatz2005-06-302-0/+14
* * process.c (detach_process_wathcer): fixed typo.nobu2005-06-301-9/+9
* * lib/irb/ruby-lex.rb (RubyLex::identify_number): alternative implementskeiju2005-06-302-8/+18
* * lib/irb/ruby-lex.rb (RubyLex::identify_number): should not treatmatz2005-06-302-2/+8
* add a test for [ruby-dev:26383].akr2005-06-301-0/+6
* * 2005-06-30eban2005-06-301-3/+3
* * eval.c (rb_eval): pre-evaluate argument for unambiguousmatz2005-06-301-1/+0
* * eval.c (rb_eval): pre-evaluate argument for unambiguousmatz2005-06-305-6/+39
* * 2005-06-28eban2005-06-281-3/+3
* * dir.c, eval.c, hash.c, process.c, ruby.c: avoid warning "unusedocean2005-06-286-7/+20
* * lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_query): shouldgotoyuzo2005-06-252-1/+7
* * enum.c (enum_min, enum_max): do not ignore nil as the first element.nobu2005-06-252-6/+10
* * ext/sdbm/init.c (fsdbm_select): SDBM#select had returned the arrayocean2005-06-252-4/+8
* * 2005-06-25nobu2005-06-251-3/+3
* * lib/xmlrpc/*, test/xmlrpc/*: backported changes from HEAD into 1.8mneumann2005-06-247-60/+92