summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-06-13* gc.c (ruby_initial_gc_stress): defined.akr
2008-06-13* gc.c (ruby_gc_stress): moved to rb_objspace_t.nobu
2008-06-13 * rational.c (nurat_equal_p): Rational(0,x) and 0 are equivalent,tadf
2008-06-13 * complex.c (string_to_c, nucomp_s_convert): preserve the currenttadf
2008-06-13* lib/time.rb (Time.xmlschema): don't accept decimal dot withoutakr
2008-06-13* complex.c (string_to_c_internal): save and restore backref. fixed [ruby-dev...wanabe
2008-06-13* rational.c (string_to_r_internal): save and restore backref. fixed [ruby-de...wanabe
2008-06-13 * README.EXT: ditto.usa
2008-06-13 * README.EXT.ja: update about Fixnum. reported inusa
2008-06-13* gc.c (rb_memerror): exit with EXIT_FAILURE instead of magic number.nobu
2008-06-13* gc.c (ruby_stack_check): STACK_LENGTH should be less thannobu
2008-06-13* enum.c (sort_by_i): use NODE_DOT2 instead of NODE_MEMO to avoidmatz
2008-06-12* test/ruby/test_thread.rb: add a test.mame
2008-06-12* thread.c (mutex_unlock): fix cond_notified consistency.mame
2008-06-12 * thread_win32.c (native_sleep): fixed previous commit.usa
2008-06-12* thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: addmame
2008-06-12 * complex.c: refactoring.tadf
2008-06-12* regint.h: undefine USE_CAPTURE_HISTORY which is mentioned asmatz
2008-06-12* include/ruby/ruby.h (rb_intern): use rb_intern2 with strlen forakr
2008-06-11* io.c (read_all): should use io_read_encoding(), notmatz
2008-06-11* ext/stringio/stringio.c (strio_init): rewind when reopened.mame
2008-06-11* array.c (rb_ary_zip): ANSI style.mame
2008-06-11* io.c (rb_io_reopen): clear read buffer.nobu
2008-06-11* ext/tk: check proper conditions. [ruby-dev:35047]nobu
2008-06-11* io.c (io_fread): bypass buffered read if reading buffer is empty.matz
2008-06-11* bootstraptest/runner.rb (assert_normal_exit): hide stderr outputakr
2008-06-11 * common.mk (encs): need to pass miniruby path for windows.usa
2008-06-10* vm.c, eval_intern.h (PASS_PASSED_BLOCK):ko1
2008-06-10* ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled.nagai
2008-06-10* lib/find.rb (Find#find): Return an enumerator if no block isknu
2008-06-10* include/ruby/intern.h, proc.c: revert rb_proc_call() andko1
2008-06-10* test/ruby/test_float.rb: add tests. [ruby-dev:35009]kazu
2008-06-10 * complex.c (nucomp_s_convert): need not to initialize optionaltadf
2008-06-10* ext/extmk.rb: negate default of --without-ext if --with-ext isnobu
2008-06-10* ext/extmk.rb: negate default of --without-ext.nobu
2008-06-10* array.c (rb_ary_shuffle_bang): update RDoc. [ruby-dev:35034]matz
2008-06-10* include/ruby/intern.h (rb_obj_instance_exec, rb_mod_module_exec):nobu
2008-06-10fix Changelog time(typo). sorry.wanabe
2008-06-10* util.c (ruby_strtod): ruby_strtod don't allow a trailingwanabe
2008-06-10* rational.c (nurat_s_convert): need not to initialize optionalmatz
2008-06-10* ext/io/wait/wait.c (FIONREAD_POSSIBLE_P): suppress warnings.nobu
2008-06-10* include/ruby/ruby.h (CONST_ID_CACHE): fixed statement expression.nobu
2008-06-10* ruby.c (rb_argv0): revised for ext/tk.nobu
2008-06-10* include/ruby/encoding.h: not to use varargs.h since requiring C89.nobu
2008-06-09* include/ruby/ruby.h, vm_core.h: add a type rb_blockptr.mame
2008-06-09* common.mk (test-knownbug): give $(OPTS) for bootstraptest/runner.rb.akr
2008-06-09* eval.c (Init_stack): don't declare. it is a macro now.akr
2008-06-09* compile.c : treat []&&= in virtually the same way as []||=.wanabe
2008-06-09* enc/depend (clean): remove build directories.nobu
2008-06-09* test_knownbug.rb -> KNOWNBUGS.rb: renamed.ko1