aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * array.c (rb_ary_s_try_convert): more document description.matz2007-08-251-0/+6
* * id.h, id.c: remove idFuncall.ko12007-08-241-0/+6
* * tool/compile_prelude.rb: fix to include "vm_core.h".ko12007-08-241-0/+4
* * test/ruby/sentence.rb (Sentence): include Enumerable.akr2007-08-241-0/+7
* * prelude.rb: fix Mutex#synchronize definition.ko12007-08-241-0/+4
* * array.c (rb_ary_s_try_convert): a new class method to convertmatz2007-08-241-0/+14
* * benchmark/bm_loop_generator.rb: added.ko12007-08-241-0/+4
* * prelude.rb: added. run this script on startup.ko12007-08-241-0/+14
* * compile.c (compile_massign_opt): fix to skip massign optimizationko12007-08-241-0/+7
* * enumerator.c (enumerator_next): stop pre-fetching.matz2007-08-241-0/+10
* * test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.matz2007-08-241-0/+12
* * eval.c (rb_f_send_bang): abandon the name funcall for privatematz2007-08-241-0/+5
* * compile.c: optimize simple massign.ko12007-08-231-0/+4
* * ext/win32ole/win32ole.c (reg_get_value): use RegQueryValueEx insteadsuke2007-08-231-0/+10
* * configure.in (group_member): check if presents.nobu2007-08-231-0/+10
* * compile.c (compile_massign), insnhelper.ci (vm_throw): not use C99nobu2007-08-231-1/+4
* * enumerator.c (sym_call): initialize first.nobu2007-08-231-1/+7
* * cont.c (rb_cont_call, fiber_switch, rb_fiber_resume, rb_fiber_yield):nobu2007-08-231-0/+8
* * compile.c, insns.def, parse.y: fix massign order. This changeko12007-08-231-0/+12
* * parse.y (f_norm_arg): ripper has no shadowing check.nobu2007-08-231-0/+6
* * compile.c (make_masgn_lhs, iseq_compile_each): fixed indent.nobu2007-08-231-0/+12
* * parse.y (f_norm_arg): check also nested arguments. [ruby-dev:31502]nobu2007-08-231-0/+4
* * util.c: updated for ANSI C only. applied a patch frommatz2007-08-221-0/+5
* * missing/strtod.c: removed. [ruby-dev:31588]matz2007-08-221-0/+6
* * bootstraptest/test_knownbug.rb:ko12007-08-221-0/+5
* * bootstraptest/test_knwonbug.rb: added. This file will containko12007-08-221-1/+10
* * bootstraptest/runner.rb (in_temporary_working_directory):akr2007-08-221-0/+5
* * util.c (ruby_strtod): replaced by the implementation by Davidmatz2007-08-211-0/+11
* * cont.c: add Fiber#resume and Fiber.yield.ko12007-08-211-0/+11
* * lib/tmpdir.rb (Dir.mktmpdir): make directory suffix specifiable.akr2007-08-211-0/+4
* * st.c (st_clear): reset num_entries too.nobu2007-08-211-0/+4
* * hash.c (st_foreach_func, rb_foreach_func): typedefed.nobu2007-08-211-1/+3
* * hash.c (rb_hash_clear): use st_clear() unless iterating.nobu2007-08-211-1/+3
* * st.c (struct st_table_entry): add new members, fore and back, tonobu2007-08-211-0/+7
* * benchmark/bm_vm2_case.rb: add a new benchmark.ko12007-08-201-0/+7
* * test/ruby/test_enumerator.rb: fix last commit.ko12007-08-201-0/+4
* * test_enumerator.rb (enum_test): fix to return sortedko12007-08-201-0/+5
* * enumerator.c (next_i): fix to return with Fiber#yield atko12007-08-201-0/+10
* * io.c (rb_io_s_foreach): argument count check before makingmatz2007-08-201-0/+3
* * dir.c (dir_foreach): return Enumerator if no block given.matz2007-08-201-0/+3
* * string.c (Init_String): remove Symbol.intern and Symbol#dump.matz2007-08-201-0/+5
* * vm_core.h (struct rb_thread_struct): removed first_func_arg andnobu2007-08-201-0/+5
* * gc.c: use VALGRIND_MAKE_MEM_UNDEFINED to detect use of collectedakr2007-08-191-0/+6
* * compile.c (iseq_compile_each/NODE_RESBODY): fix to addko12007-08-191-0/+7
* * insnhelper.ci (vm_call_bmethod): fix to propagate informationko12007-08-191-0/+11
* * test/ruby/sentence.rb: new method Sentence().akr2007-08-191-0/+4
* * insnhelper.ci (vm_callee_setup_arg): fix to mark enough VM stack.ko12007-08-191-0/+5
* * test/ruby/test_yield.rb (TestYieldGen): relax array size checkakr2007-08-181-0/+6
* * ext/tk/tcltklib.c (Init_tcltklib): use rb_set_end_proc().nobu2007-08-181-0/+4
* * thread.c (is_ruby_native_thread): check properly. [ruby-dev:31166]nobu2007-08-181-0/+4