aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * sprintf.c (rb_str_format): fix exception message encoding.nobu2012-04-112-9/+48
* * test/ruby/test_sprintf.rb (test_named_untyped, test_named_typed):nobu2012-04-111-1/+8
* * sprintf.c (rb_str_format): fix error message.nobu2012-04-112-4/+9
* * io.c (rb_io_eof): use eof() instead of io_fillbuf(). It's becauseshirosaki2012-04-113-0/+31
* Set $VERBOSE=false in case of ruby -w.naruse2012-04-111-2/+6
* * ext/digest/sha2/lib/sha2.rb (Digest#block_length): Fixed method namedrbrain2012-04-102-3/+9
* * pack.c (pack_pack): Warn when an invalid character is found in thedrbrain2012-04-103-0/+47
* * string.c (rb_str_tr): Documented use of \ to escape characters.drbrain2012-04-102-15/+47
* * lib/abbrev.rb: Clarified that Abbrev.abbrev returns a Hash insteaddrbrain2012-04-102-9/+15
* It is wrong to expect the last output is "exit".naruse2012-04-101-1/+0
* * 2012-04-11svn2012-04-101-2/+2
* * ext/ripper/lib/ripper/sexp.rb: fix spelling.ayumin2012-04-102-2/+7
* More increae timeout.naruse2012-04-101-1/+1
* Wait the server until it stops.naruse2012-04-101-0/+3
* * error.c (rb_enc_raise): new function to raise an exception withnobu2012-04-107-0/+67
* 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