aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * strftime.c: don't call tzset. strftime.c doesn't depend onakr2010-07-092-44/+5
* * time.c (find_time_t): 24:00 should be the beginning of the nextakr2010-07-093-1/+24
* * ext/psych/lib/psych/visitors/yaml_tree.rb (format_time): use newtenderlove2010-07-081-5/+2
* * ext/psych/lib/psych/visitors/emitter.rb (initialize): line_width istenderlove2010-07-083-0/+13
* * 2010-07-09svn2010-07-081-2/+2
* * ext/psych/emitter.c (line_width, set_line_width): preferred line maytenderlove2010-07-084-1/+42
* update doc.akr2010-07-081-54/+78
* unused code removed.akr2010-07-081-77/+0
* document %g and %G for Time#strftime.akr2010-07-081-0/+2
* * string.c (rb_str_conv_enc_opts): fix infinite loop becausenaruse2010-07-082-4/+10
* * ext/psych/lib/psych/visitors/yaml_tree.rb (push): adding versiontenderlove2010-07-073-1/+41
* * ext/psych/lib/psych/visitors/emitter.rb: sending emit options totenderlove2010-07-078-8/+73
* * strftime.c (rb_strftime_with_timespec): support %:z and %::z.akr2010-07-074-10/+69
* * 2010-07-08svn2010-07-071-2/+2
* * gem_prelude.rb: provide workaround for gem activation. Currently,mame2010-07-074-15/+40
* Merge branch 'mybranch' of git://github.com/orangea/ruby into trunkshyouhei2010-07-072-5/+5
* * file.c (ruby_find_basename): set correct baselen.usa2010-07-072-6/+16
* * vm_method.c (rb_method_boundp): respond_to?(:protected_method,knu2010-07-073-14/+28
* * file.c (ruby_find_basename): should initialize f.usa2010-07-072-1/+5
* * ext/zlib/zlib.c (gzfile_raise): add invalid header tonobu2010-07-073-4/+58
* * missing/close.c: ignore ECONNRESET.naruse2010-07-074-1/+80
* * object.c (rb_f_integer): add example with base.nobu2010-07-061-0/+2
* * 2010-07-07svn2010-07-061-2/+2
* * ext/psych/lib/psych/scalar_scanner.rb (parse_time): dealing withtenderlove2010-07-063-9/+16
* * io.c (nogvl_copy_stream_sendfile): jump to retry_sendfile directlyakr2010-07-062-2/+7
* * io/console/console.c (winsize_row): should return actual screenusa2010-07-062-1/+6
* * test/ruby/test_io_m17n.rb (test_textmode_paragraph_nonasciicompat): shouldusa2010-07-061-0/+14
* * test/psych/visitors/test_to_ruby.rb (test_time): time test musttenderlove2010-07-061-1/+3
* forgot to commit the assert_match()tenderlove2010-07-051-0/+1
* * ext/dl/lib/dl/import.rb (handler): add a more helpful error messagetenderlove2010-07-053-2/+21
* * ext/psych/lib/psych/visitors/yaml_tree.rb (format_time): nanosecondstenderlove2010-07-052-5/+5
* * ext/psych/lib/psych/scalar_scanner.rb: making the code more beautiful.tenderlove2010-07-051-1/+1
* * vm.c (thread_free): free altstack to prevent memory leak. a patchmame2010-07-052-0/+10
* * 2010-07-06svn2010-07-051-2/+2
* * string.c (NONASCII_MASK): NONASCII_MASK must be unsigned.mame2010-07-052-1/+6
* * vm_method.c (rb_method_boundp): Return false for protectedknu2010-07-054-2/+81
* * 2010-07-05svn2010-07-051-2/+2
* * ext/psych/lib/psych/scalar_scanner.rb (parse_string): supporttenderlove2010-07-053-17/+24
* * test/ruby/test_syntax.rb: split test_syntax from test_system.rb.akr2010-07-043-19/+26
* * test/ruby/test_system.rb (test_syntax): unified with test_syntax2.akr2010-07-042-29/+6
* * test/ruby/test_system.rb (test_syntax2): moved from sample/test.rbakr2010-07-043-28/+32
* * io.c (swallow, prepare_getline_args, rb_io_getline_1): fix fornobu2010-07-043-3/+31
* * 2010-07-04svn2010-07-031-2/+2
* portability fix.akr2010-07-031-1/+4
* refine tests.akr2010-07-031-9/+60
* * ext/bigdecimal/bigdecimal.c (Init_bigdecimal): add two new constants BigDec...mrkn2010-07-035-3/+43
* * ext/psych/lib/psych/visitors/to_ruby.rb(visit_Psych_Nodes_Scalar):tenderlove2010-07-035-13/+65
* * ext/psych/lib/psych/visitors/yaml_tree.rb (visit_Time): usetenderlove2010-07-034-9/+14
* * 2010-07-03svn2010-07-021-2/+2
* fix doc again.akr2010-07-021-3/+3