summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-06* lib/net/http.rb: don't use autoload.naruse
2011-06-06* 2011-06-06svn
2011-06-06* ext/psych/parser.c (parse): release event objects to plug memorytenderlove
2011-06-05* eval.c: remove rb_thread_stop_timer_thread function declaration.kosaki
2011-06-05* thread_pthread.c (thread_timer): add to care a spurious wakeup.kosaki
2011-06-05 * ext/date/date_core.c (m_real_cwyear): new. derived from m_cwyear.tadf
2011-06-05* ext/tk/config_list.in: add new options for tcltklib.nagai
2011-06-05 * ext/date/date_tmx.h: now does not place decoded data. allows totadf
2011-06-04* 2011-06-05svn
2011-06-04 * NEWS: wrote about changes of date.tadf
2011-06-04 * ext/date/date_core.c (d_lite_inspect): changed the format.tadf
2011-06-04clone_const_inobu
2011-06-04* test/ruby/test_module.rb (TestModule#test_mix_const): test fornobu
2011-06-04* class.c (check_mix_method_i, do_mix_method_i): not mix methodsnobu
2011-06-03* 2011-06-04svn
2011-06-03* test/rubygems/test_gem_commands_which_command.rb:naruse
2011-06-03* lib/rubygems/test_case.rb: Refix for test-all in separate directory.naruse
2011-06-03ChangeLog for r31910sorah
2011-06-03* ext/date/date_core.c (d_lite_plus): get rid of compiler warnings.usa
2011-06-03* include/ruby/missing.h, numeric.c (round): moved prototype of round()usa
2011-06-03* lib/test/unit/parallel.rb: Keep $stdin, $stdout before run testcasesorah
2011-06-03* io.c (io_fflush): windows -- call fsync() only when the FD is tied tousa
2011-06-03* 2011-06-03svn
2011-06-03* lib/net/http.rb (URI::HTTP#request_uri): return nil when the urinaruse
2011-06-02* lib/csv.rb: Improve the line ending detection algorithmjeg2
2011-06-02* io.c (rb_io_s_write, rb_io_s_binwrite): return!!!usa
2011-06-02* io.c: Add File.write, File.binwrite. [Feature #1081] [ruby-core:21701]sorah
2011-06-02* io.c (io_flush, rb_io_flush): need to fsync() when ruby calls internalusa
2011-06-01* ext/tk/tcltklib.c: reduce CPU power required by an eventloop.nagai
2011-06-01Imported minitest 2.2.2 (r6281)ryan
2011-06-01Clarified String#tr rdoc. (RickHull)ryan
2011-06-01More clarification for enumerator_feedryan
2011-06-01* test/ruby/test_signal.rb (TestSignal#test_signal_requiring):akr
2011-06-01* 2011-06-02svn
2011-06-01* ext/tk/extconf.rb: fix for uninitialized global variables. [Ruby 1.9 - Bug ...nagai
2011-06-01* thread_pthread.c (native_sleep): fix 1000times calculation error.kosaki
2011-06-01* thread_pthread.c: remove unused macro.kosaki
2011-06-01* parse.y (peek_n): new macro to see next nth char.nobu
2011-06-01* test/ruby/test_syntax.rb (TestSyntax#test_syntax): show script namenobu
2011-06-01* tool/rbinstall.rb (gem): fix for rubygems change.nobu
2011-06-01fix typoskazu
2011-06-01MOSTLY Imported minitest 2.2.1 (r6277)ryan
2011-06-01* lib/rubygems, test/rubygems: properties.nobu
2011-06-01Import rubygems 1.8.5 (released @ 137c80f)ryan
2011-06-01* NEWS: add new features of bigdecimal.mrkn
2011-06-01doco: p outputs newline regardless of record separatorryan
2011-06-01 * lib/cgi/util.rb: Improve documentation. Patch by Kuba Fietkiewicz.drbrain
2011-06-01 * lib/mathn.rb: Improve documentation and attach it to Numeric.drbrain
2011-06-01 * lib/prime.rb: Indent examples enough to appear as code sections.drbrain
2011-05-31Extra formatting and clarification of enumerator_feed [#4757]ryan