aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * win32/win32.c (isUNCRoot, winnt_stat): support long UNC.nobu2012-04-093-3/+23
* Wait until the callback is called with timeout.naruse2012-04-091-3/+6
* * parse.y (string_content, parser_yylex): count brace nesting tonobu2012-04-094-8/+23
* * hash.c (rb_hash_set_default_proc): Accept nil, patch by Run Paintmarcandre2012-04-094-2/+22
* * ext/date/date_strftime.c: gets the value with range() consistetly.tadf2012-04-082-6/+21
* Add test for r35265.naruse2012-04-081-0/+1
* * complex.c (nucomp_expt): [ruby-core:44170].tadf2012-04-082-4/+5
* Additional experimental fix for r35261.naruse2012-04-083-3/+3
* * 2012-04-09svn2012-04-081-2/+2
* * complex.c (nucomp_expt): the result of f_complex_new2 may be a fixnumnaruse2012-04-083-2/+11
* * ext/json/generator/generator.c (generate_json_bignum):naruse2012-04-082-0/+7
* Decrease the default level of try_fdopen.naruse2012-04-081-1/+1
* Don't run tests which can't run with editline.naruse2012-04-081-2/+2
* * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): get keysnaruse2012-04-072-1/+9
* * Remove unused variables.naruse2012-04-071-4/+4
* * io.c (io_unread): cast as long the value for extra_max.naruse2012-04-072-1/+6
* * 2012-04-08svn2012-04-071-2/+2
* * lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):naruse2012-04-073-7/+83
* * include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration ofshirosaki2012-04-076-26/+117
* * test/ruby/test_thread.rbshirosaki2012-04-073-1/+13
* * ext/psych/lib/psych.rb: bumping up psych version to match release.tenderlove2012-04-073-3/+9
* * enc/unicode/name2ctype.h, tool/transcode-tblgen.rb: revertnobu2012-04-062-5667/+10091
* * 2012-04-07svn2012-04-061-2/+2
* * ext/psych/parser.c: fall back to any encoding if the externaltenderlove2012-04-063-4/+11
* struct.c (documentation for rb_struct_members_m):duerst2012-04-064-10092/+5674
* * 2012-04-06svn2012-04-061-2/+2
* * Makefile.in ($(LIBRUBY_A)): fix typo.kazu2012-04-062-1/+5
* * 2012-04-05svn2012-04-051-2/+2
* * missing/alloca.c (xmalloc, xfree): use ruby version, notnobu2012-04-052-2/+5
* Use mount_proc to avoid the delay of writing data to files.naruse2012-04-042-13/+12
* Sleep 0.5sec to wait the file is written on server.naruse2012-04-041-5/+6
* * lib/ftp/ftp.rb (Net::FTP#close): restore original read_timeout.naruse2012-04-043-5/+14
* * variable.c (mark_global_entry): remove unused variable.nobu2012-04-041-1/+0
* fix typo in r35183nobu2012-04-041-1/+1
* * lib/ftp/ftp.rb (Net::FTP#close): ignore exceptions from shutdown andnaruse2012-04-042-3/+8
* Don't call f.close if f is nil or already closed.naruse2012-04-031-1/+1
* * 2012-04-04svn2012-04-031-2/+2
* * lib/ftp/ftp.rb (Net::FTP#close): close socket more gracefully.naruse2012-04-033-14/+27
* * test/mkmf/base.rb (TestMkmf#setup): remove uninitialized global variable.nobu2012-04-031-1/+1
* * test/mkmf/base.rb (TestMkmf#teardown): remove meaningless assertion.nobu2012-04-031-1/+0
* * test/net/ftp/test_ftp.rb (FTPTest#create_ftp_server): should waitusa2012-04-032-0/+8
* * test/mkmf: remove generated files and ensure nothing left.nobu2012-04-034-0/+8
* * process.c (setreuid, setregid): suppress warnings.nobu2012-04-032-6/+13
* Revert r35180; the fix break the test. see [ruby-dev:30653]naruse2012-04-031-1/+1
* initialize IDs in advance.nobu2012-04-031-9/+12
* * enumerator.c (inspect_enumerator): suppress uninitializednobu2012-04-033-3/+16
* * 2012-04-03svn2012-04-021-2/+2
* fix typoskazu2012-04-022-2/+2
* check_definition: duplicated codenobu2012-04-021-11/+7
* * lib/optparse/ac.rb: autoconf-like options.nobu2012-04-023-0/+117