aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * encoding.c: provide basic features for M17N.matz2007-08-25113-752/+1423
* test assignment order.akr2007-08-251-2/+11
* * cont.c: separate Continuation and Fiber from core.ko12007-08-2512-40/+83
* * common.mk (prelude.o): depends on vm_core.h now.nobu2007-08-253-8/+23
* * prelude.rb: add Thread.exclusive. This class methodko12007-08-252-0/+17
* * array.c (rb_ary_s_try_convert): more document description.matz2007-08-253-3/+18
* * id.h, id.c: remove idFuncall.ko12007-08-244-6/+13
* * tool/compile_prelude.rb: fix to include "vm_core.h".ko12007-08-242-3/+13
* * test/ruby/sentence.rb (Sentence): include Enumerable.akr2007-08-243-55/+77
* * prelude.rb: fix Mutex#synchronize definition.ko12007-08-242-7/+9
* * array.c (rb_ary_s_try_convert): a new class method to convertmatz2007-08-246-0/+103
* * benchmark/bm_loop_generator.rb: added.ko12007-08-242-0/+18
* * added lex.c and prelude.c to svn:ignore.shugo2007-08-240-0/+0
* * set svn:ignore to ext/json and ext/probeprofiler.shugo2007-08-240-0/+0
* * prelude.rb: added. run this script on startup.ko12007-08-246-6/+60
* * compile.c (compile_massign_opt): fix to skip massign optimizationko12007-08-244-6/+18
* * enumerator.c (enumerator_next): stop pre-fetching.matz2007-08-244-45/+36
* * test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.matz2007-08-2412-22/+35
* * eval.c (rb_f_send_bang): abandon the name funcall for privatematz2007-08-248-30/+35
* * compile.c: optimize simple massign.ko12007-08-232-10/+84
* * ext/win32ole/win32ole.c (reg_get_value): use RegQueryValueEx insteadsuke2007-08-233-25/+80
* * configure.in (group_member): check if presents.nobu2007-08-234-4/+16
* * compile.c (compile_massign), insnhelper.ci (vm_throw): not use C99nobu2007-08-233-3/+6
* * enumerator.c (sym_call): initialize first.nobu2007-08-232-9/+19
* * cont.c (rb_cont_call, fiber_switch, rb_fiber_resume, rb_fiber_yield):nobu2007-08-232-6/+12
* * compile.c, insns.def, parse.y: fix massign order. This changeko12007-08-237-163/+122
* * parse.y (f_norm_arg): ripper has no shadowing check.nobu2007-08-232-1/+10
* * compile.c (make_masgn_lhs, iseq_compile_each): fixed indent.nobu2007-08-235-54/+73
* * parse.y (f_norm_arg): check also nested arguments. [ruby-dev:31502]nobu2007-08-232-1/+5
* * util.c: updated for ANSI C only. applied a patch frommatz2007-08-222-169/+36
* * missing/strtod.c: removed. [ruby-dev:31588]matz2007-08-224-291/+24
* test for [ruby-dev:31592].akr2007-08-221-0/+1
* * bootstraptest/test_knownbug.rb:ko12007-08-222-0/+5
* * bootstraptest/test_knwonbug.rb: added. This file will containko12007-08-223-3/+19
* * bootstraptest/runner.rb (in_temporary_working_directory):akr2007-08-222-1/+5
* add test for [ruby-dev:31522].akr2007-08-221-0/+2
* * util.c (ruby_strtod): replaced by the implementation by Davidmatz2007-08-213-252/+3294
* * cont.c: add Fiber#resume and Fiber.yield.ko12007-08-216-75/+163
* * lib/tmpdir.rb (Dir.mktmpdir): make directory suffix specifiable.akr2007-08-212-5/+32
* * st.c (st_clear): reset num_entries too.nobu2007-08-212-0/+5
* * hash.c (st_foreach_func, rb_foreach_func): typedefed.nobu2007-08-212-5/+11
* * st.c (rehash): suppress warnings.nobu2007-08-211-2/+2
* * hash.c (rb_hash_clear): use st_clear() unless iterating.nobu2007-08-212-2/+7
* * st.c (struct st_table_entry): add new members, fore and back, tonobu2007-08-213-93/+174
* * benchmark/bm_vm2_case.rb: add a new benchmark.ko12007-08-202-0/+21
* * test/ruby/test_enumerator.rb: fix last commit.ko12007-08-202-4/+8
* * test_enumerator.rb (enum_test): fix to return sortedko12007-08-202-1/+6
* * enumerator.c (next_i): fix to return with Fiber#yield atko12007-08-204-10/+73
* * io.c (rb_io_s_foreach): argument count check before makingmatz2007-08-203-2/+5
* * dir.c (dir_foreach): return Enumerator if no block given.matz2007-08-202-0/+4