aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Increae timeout.naruse2012-04-101-1/+1
* * lib/net/http.rb (Net::HTTP#send_request_with_body_stream):naruse2012-04-102-7/+31
* * thread_pthread.c: add prototype declarations for older Mac OS X.nobu2012-04-102-0/+7
* rb_str_format: check overflownobu2012-04-101-4/+14
* start GC before GC.stress.naruse2012-04-101-0/+1
* * compile.c (iseq_set_sequence): show a hint if there are duplicatedko12012-04-102-1/+7
* Add timeout to TC_JSONGenerate#test_gc.naruse2012-04-101-3/+6
* * string.c (rb_str_split_m): Documented behavior of split on the emptydrbrain2012-04-102-0/+10
* * 2012-04-10svn2012-04-101-2/+2
* * ext/zlib/zlib.c (rb_deflate_s_deflate): Fixed ruby example replacingdrbrain2012-04-102-1/+6
* * test/ruby/test_file.rb (TestFile#test_long_unc): fix for the case cwd is UNC.nobu2012-04-091-0/+1
* * 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