summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-06-09* test/ruby/test_thread.rb (TestThread#test_kill_thread_subclass):nagachika
2011-06-09* test/ruby/test_thread.rb (TestThread#test_kill_wrong_argument):nagachika
2011-06-09* string.c: Fix the ambiguous description of the behavior ofmrkn
2011-06-09* ext/psych/lib/psych/visitors/to_ruby.rb: Hash subclasses can be readtenderlove
2011-06-09* ext/psych/lib/psych/visitors/to_ruby.rb: Ruby modules can be loadedtenderlove
2011-06-09* ext/psych/lib/psych/visitors/to_ruby.rb: Ruby classes can be loadedtenderlove
2011-06-08* ChangeLog: fix some typosnagachika
2011-06-08* ChangeLog: add ticket linknagachika
2011-06-08* cont.c (root_fiber_alloc): set root fiber's status RUNNING.nagachika
2011-06-07* doc/irb/irb.rd: fix typo. patch by Nobuhiro IMAI.kosaki
2011-06-07* lib/rubygems/user_interaction.rb (Gem::StreamUI#tty?): IO#tty? ofusa
2011-06-07* test/rubygems/test_gem.rb (TestGem#{test_self_user_home_userprofile,usa
2011-06-07* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name):usa
2011-06-07* ext/date/date_core.c (date_s_today, datetime_s_now): check thenobu
2011-06-07* ext/tk/extconf.rb: use $defs not $CPPFLAGS to get rid ofnobu
2011-06-06* test/ruby/test_io.rb (TestIO#test_s_{,bin}write): do not create a filekazu
2011-06-06* cont.c: use #if FIBER_USE_NATIVE instead of #ifdef.nagachika
2011-06-06 * test/date/test_switch_hitter.rb: added a test.tadf
2011-06-06* ChangeLog: fix a typo.nagachika
2011-06-06 * ext/date/date_core.c: added notes.tadf
2011-06-06* ChangeLog: fix a typo.nagachika
2011-06-06 * ext/date/date_core.c: flattened format to strftimev.tadf
2011-06-06* include/ruby/{defines,missing}.h (rb_infinity, rb_nan): move fromusa
2011-06-06* test/rdoc/test_rdoc_markup_pre_process.rb (TestRDocMarkupPreProcess#usa
2011-06-06* ext/date/date_core.c (valid_jd_sub): need to convert from VALUE tousa
2011-06-06* include/ruby/defines.h (rb_inifinity, rb_nan): export for Windows.usa
2011-06-06* lib/test/unit.rb(Test::Unit::Runner#puke):sorah
2011-06-06* lib/net/http.rb: don't use autoload.naruse
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 * NEWS: wrote about changes of date.tadf
2011-06-04 * ext/date/date_core.c (d_lite_inspect): changed the format.tadf
2011-06-04* class.c (check_mix_method_i, do_mix_method_i): not mix methodsnobu
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* io.c (io_fflush): windows -- call fsync() only when the FD is tied tousa
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