summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-11* lib/csv.rb: Fix unused variable warnings.marcandre
2010-07-11* README.EXT{,.ja} (rb_block_call): fixed about third/fourthnobu
2010-07-11* include/ruby/ruby.h (rb_cRandom): added.mrkn
2010-07-11* Makefile.in ({,dist-,real-}clean-ext): should also omitnobu
2010-07-11* Makefile.in ({,dist-,real-}clean-ext): omission of "in WORDS" ofnobu
2010-07-11* 2010-07-11svn
2010-07-11* test/rdoc/test_rdoc_ri_driver.rb (test_formatter): add a test. amame
2010-07-10* strftime.c (rb_strftime_with_timespec): fix precision handling forakr
2010-07-10* 2010-07-10svn
2010-07-10update doc.akr
2010-07-09* strftime.c: unused declarations removed.akr
2010-07-09update doc.akr
2010-07-09* strftime.c (rb_strftime_with_timespec): clear colons at unknownakr
2010-07-09* strftime.c: don't call tzset. strftime.c doesn't depend onakr
2010-07-09* time.c (find_time_t): 24:00 should be the beginning of the nextakr
2010-07-08* ext/psych/lib/psych/visitors/yaml_tree.rb (format_time): use newtenderlove
2010-07-08* ext/psych/lib/psych/visitors/emitter.rb (initialize): line_width istenderlove
2010-07-08* 2010-07-09svn
2010-07-08* ext/psych/emitter.c (line_width, set_line_width): preferred line maytenderlove
2010-07-08update doc.akr
2010-07-08unused code removed.akr
2010-07-08document %g and %G for Time#strftime.akr
2010-07-08* string.c (rb_str_conv_enc_opts): fix infinite loop becausenaruse
2010-07-07* ext/psych/lib/psych/visitors/yaml_tree.rb (push): adding versiontenderlove
2010-07-07* ext/psych/lib/psych/visitors/emitter.rb: sending emit options totenderlove
2010-07-07* strftime.c (rb_strftime_with_timespec): support %:z and %::z.akr
2010-07-07* 2010-07-08svn
2010-07-07* gem_prelude.rb: provide workaround for gem activation. Currently,mame
2010-07-07Merge branch 'mybranch' of git://github.com/orangea/ruby into trunkshyouhei
2010-07-07* file.c (ruby_find_basename): set correct baselen.usa
2010-07-07* vm_method.c (rb_method_boundp): respond_to?(:protected_method,knu
2010-07-07* file.c (ruby_find_basename): should initialize f.usa
2010-07-07* ext/zlib/zlib.c (gzfile_raise): add invalid header tonobu
2010-07-07* missing/close.c: ignore ECONNRESET.naruse
2010-07-06* object.c (rb_f_integer): add example with base.nobu
2010-07-06* 2010-07-07svn
2010-07-06* ext/psych/lib/psych/scalar_scanner.rb (parse_time): dealing withtenderlove
2010-07-06* io.c (nogvl_copy_stream_sendfile): jump to retry_sendfile directlyakr
2010-07-06* io/console/console.c (winsize_row): should return actual screenusa
2010-07-06* test/ruby/test_io_m17n.rb (test_textmode_paragraph_nonasciicompat): shouldusa
2010-07-06* test/psych/visitors/test_to_ruby.rb (test_time): time test musttenderlove
2010-07-05forgot to commit the assert_match()tenderlove
2010-07-05* ext/dl/lib/dl/import.rb (handler): add a more helpful error messagetenderlove
2010-07-05* ext/psych/lib/psych/visitors/yaml_tree.rb (format_time): nanosecondstenderlove
2010-07-05* ext/psych/lib/psych/scalar_scanner.rb: making the code more beautiful.tenderlove
2010-07-05* vm.c (thread_free): free altstack to prevent memory leak. a patchmame
2010-07-05* 2010-07-06svn
2010-07-05* string.c (NONASCII_MASK): NONASCII_MASK must be unsigned.mame
2010-07-05* vm_method.c (rb_method_boundp): Return false for protectedknu
2010-07-05* 2010-07-05svn