summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-08-25* insnhelper.ci (vm_call_method): fix to relaxant safe level checkko1
2007-08-25* test/ruby/test_fiber.rb: fix to require 'continuation'.ko1
2007-08-25* include/ruby/encoding.h: remove unused rb_enc_ismbchar().matz
2007-08-25* ext/win32ole/win32ole.c (ole_event_free, EVENTSINK_Destructor,suke
2007-08-25* string.c, include/ruby/intern.h: export rb_str_length().ko1
2007-08-25* cont.c: rename FIBER_STACK_SIZE to FIBER_VM_STACK_SIZE.ko1
2007-08-25* include/ruby/encoding.h (rb_enc_str_new): prototype added.nobu
2007-08-25* string.c (rb_str_splice): return from void funtion.nobu
2007-08-25* parse.y, re.c: re-applied revision 13092.nobu
2007-08-25* io.c (swallow): removed condition using an unset variable.nobu
2007-08-25* encoding.c: provide basic features for M17N.matz
2007-08-25* cont.c: separate Continuation and Fiber from core.ko1
2007-08-25* common.mk (prelude.o): depends on vm_core.h now.nobu
2007-08-25* prelude.rb: add Thread.exclusive. This class methodko1
2007-08-25* array.c (rb_ary_s_try_convert): more document description.matz
2007-08-24* id.h, id.c: remove idFuncall.ko1
2007-08-24* tool/compile_prelude.rb: fix to include "vm_core.h".ko1
2007-08-24* test/ruby/sentence.rb (Sentence): include Enumerable.akr
2007-08-24* prelude.rb: fix Mutex#synchronize definition.ko1
2007-08-24* array.c (rb_ary_s_try_convert): a new class method to convertmatz
2007-08-24* benchmark/bm_loop_generator.rb: added.ko1
2007-08-24* prelude.rb: added. run this script on startup.ko1
2007-08-24* compile.c (compile_massign_opt): fix to skip massign optimizationko1
2007-08-24* enumerator.c (enumerator_next): stop pre-fetching.matz
2007-08-24* test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.matz
2007-08-24* eval.c (rb_f_send_bang): abandon the name funcall for privatematz
2007-08-23* compile.c: optimize simple massign.ko1
2007-08-23* ext/win32ole/win32ole.c (reg_get_value): use RegQueryValueEx insteadsuke
2007-08-23* configure.in (group_member): check if presents.nobu
2007-08-23* compile.c (compile_massign), insnhelper.ci (vm_throw): not use C99nobu
2007-08-23* enumerator.c (sym_call): initialize first.nobu
2007-08-23* cont.c (rb_cont_call, fiber_switch, rb_fiber_resume, rb_fiber_yield):nobu
2007-08-23* compile.c, insns.def, parse.y: fix massign order. This changeko1
2007-08-23* parse.y (f_norm_arg): ripper has no shadowing check.nobu
2007-08-23* compile.c (make_masgn_lhs, iseq_compile_each): fixed indent.nobu
2007-08-23* parse.y (f_norm_arg): check also nested arguments. [ruby-dev:31502]nobu
2007-08-22* util.c: updated for ANSI C only. applied a patch frommatz
2007-08-22* missing/strtod.c: removed. [ruby-dev:31588]matz
2007-08-22* bootstraptest/test_knownbug.rb:ko1
2007-08-22* bootstraptest/test_knwonbug.rb: added. This file will containko1
2007-08-22* bootstraptest/runner.rb (in_temporary_working_directory):akr
2007-08-21* util.c (ruby_strtod): replaced by the implementation by Davidmatz
2007-08-21* cont.c: add Fiber#resume and Fiber.yield.ko1
2007-08-21* lib/tmpdir.rb (Dir.mktmpdir): make directory suffix specifiable.akr
2007-08-21* st.c (st_clear): reset num_entries too.nobu
2007-08-21* hash.c (st_foreach_func, rb_foreach_func): typedefed.nobu
2007-08-21* hash.c (rb_hash_clear): use st_clear() unless iterating.nobu
2007-08-21* st.c (struct st_table_entry): add new members, fore and back, tonobu
2007-08-20* benchmark/bm_vm2_case.rb: add a new benchmark.ko1
2007-08-20* test/ruby/test_enumerator.rb: fix last commit.ko1