summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-06-11* io.c (io_getc): should be 7bit if ascii. fixes #4557nobu
2011-06-11* numeric.c (rb_enc_uint_chr): fix message format. Bug#4869nobu
2011-06-11* ChangeLog: fix ticket number at r31995. fixes #4161 is correct.kou
2011-06-11* lib/rexml/formatters/pretty.rbkou
2011-06-11* test/rexml/test_core.rbkou
2011-06-11* lib/rexml/parsers/xpathparser.rbkou
2011-06-11* test/rexml/test_elements.rb (ElementsTester): remove needlesskou
2011-06-11fixed a grammatical errorduerst
2011-06-11* vm.c (thread_memsize): don't ignore size of th->local_storage.kosaki
2011-06-11* lib/mkmf.rb: should quote arch_hdrdir and libpath for the casenobu
2011-06-11* thread_pthread.c (native_cond_timeout): wrap conditinally used label.nobu
2011-06-11* thread.c (rb_thread_execute_interrupts): use GetThreadPtr to extractakr
2011-06-11* ruby.c (ruby_process_options): add missing return type.nobu
2011-06-10* ext/tk/tcltklib.c (lib_eventloop_core): replace CHECK_INTS withkosaki
2011-06-10* encoding.c (rb_locale_charmap): When ruby process is run as Windowsnaruse
2011-06-10Don't break test-all.naruse
2011-06-10* common.mk: restore TESTRUN_SCRIPT to "$(srcdir)/test.rb".ko1
2011-06-10* lib/test/unit/assertions.rb (Test::Unit::Assertions#skip): reason tonobu
2011-06-10* test/ruby/test_module.rb (TestModule#remove_rake_mixins): remove allnobu
2011-06-10 * encoding.c: Mention that Encoding.compatible? can work with moredrbrain
2011-06-09* ext/psych/lib/psych.rb: updating version to match released gem.tenderlove
2011-06-09 * ext/bigdecimal (BigDecimal_to_i): Integer#** may return flonum.tadf
2011-06-09 * complex.c (string_to_c_internal): uses rb_reg_nth_match;tadf
2011-06-09* gc.c: remove an unused declaration.nagachika
2011-06-09 * rational.c (string_to_r): Rational#** may return flonum.tadf
2011-06-09* io.c: fix IO.copy_stream interrupt handling.akr
2011-06-09* gc.c (rb_objspace_call_finalizer): use rb_typeddata_is_kind_of() fornagachika
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