summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-12add a test for [ruby-dev:34579].akr
2008-05-12add a test for [ruby-dev:34646].akr
2008-05-12add tests for [ruby-dev:34591].akr
2008-05-12* common.mk (RUBYOPT): affected BASERUBY too. [ruby-talk:301514]nobu
2008-05-12* gc.c (assign_heap_slot): fix condition for number of objects inakr
2008-05-12* string.c (sym_to_i): really removed. [ruby-dev:34641]matz
2008-05-12 * ChangeLog: changelog of the changeset 16372. It was:yugui
2008-05-12 * gc.c (assign_heap_slot): put the binary-search routine in order.yugui
2008-05-12* ruby.c (ruby_init_gems), gem_prelude.rb: check if Gem is definednobu
2008-05-12* gem_prelude.rb (load_full_rubygems_library, const_missing): preventnobu
2008-05-11* enum.c (all_iter_i, any_iter_i): reduced duplicated code.nobu
2008-05-11* enum.c: removed trailing garbage spaces.nobu
2008-05-11* bootstraptest/runner.rb (main): leave -I options for purelib.rbnobu
2008-05-11* bootstraptest/runner.rb (main): handle relative path -r options.nobu
2008-05-11fix typokazu
2008-05-11fix a typo.akr
2008-05-11* test/ruby/test_thread.rb: kill and join temporal threads that aremame
2008-05-11fix typos.akr
2008-05-11* test/ruby/test_process.rb (TestProcess#with_stdin): defined.akr
2008-05-11* configure.in (MINIRUBY): should not include extension library path.nobu
2008-05-11* include/ruby/ruby.h (SIZET2NUM): new macro.akr
2008-05-11* thread.c (thread_cleanup_func_before_exec): extracted fromakr
2008-05-11add tests of UnboundMethod#{name,owner}kazu
2008-05-10 * gc.c (gc_count): rdoc corrected.yugui
2008-05-10* string.c (tr_trans): should not turn on modify flag if nomatz
2008-05-10* string.c (tr_trans): should check src size, not str size.matz
2008-05-10* string.c (tr_trans): single '^' does not mean negation.matz
2008-05-10* string.c (rb_str_each_line): zero length record separator shouldmatz
2008-05-10* vm.c (env_mark): mark env->block.self. prevent SEGV when GC occurakr
2008-05-09ChangeLog: address mangling.matz
2008-05-09* thread.c (timeofday): use monotonic clock. based on a patchmatz
2008-05-08* cont.c (cont_restore_0): dynamic stack direction code should bematz
2008-05-08* parse.y (arg): operator assignment "a += b rescue c" should bematz
2008-05-08* bignum.c (rb_big_and): bit-wise operation should not take floatmatz
2008-05-08* common.mk, ext/extmk.rb, lib/mkmf.rb: use absolute path for RUBYOPT.nobu
2008-05-08* common.mk, ext/extmk.rb, lib/mkmf.rb: removed RUBYOPT.nobu
2008-05-08* file.c (rb_find_file_ext): guard load_path from GC.akr
2008-05-08* configure.in (MINIRUBY), common.mk (RUBYOPT): add purelib.rb.nobu
2008-05-08ChangeLog: add an entry and ML ref.matz
2008-05-08test/ruby/test_continuation.rb: remove duplicated test.matz
2008-05-08* thread.c (rb_gc_save_machine_context): call FLUSH_REGISTER_WINDOWSakr
2008-05-08* eval_intern.h (enum ruby_tag_type): enum for debug.nobu
2008-05-08* array.c (rb_ary_sort_bang): freeze temporary array.nobu
2008-05-08* vm.c (rb_thread_mark): mark stat_insn_usage only when ptr is notnobu
2008-05-08array.c: typo fixed; sorry!matz
2008-05-08* array.c (sort_reentered): reentered check may be called frommatz
2008-05-08* test/ruby/test_array.rb (test_sort_with_callcc): test for [ruby-core:16679].nobu
2008-05-08* array.c (sort_1, sort_2): check for reentered and if elements arenobu
2008-05-07* array.c (sort_1, sort_2): check reentered. [ruby-core:16679]nobu
2008-05-07* dln.c (dln_find_exe_r, dln_find_file_r): reentrant versions.nobu