summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * enumerator.c (enumerator_next): message changed.matz2007-08-263-4/+8
* * cont.c: fix to remove Fiber.new until fiber.so is not loaded.ko12007-08-263-11/+23
* * ext/win32ole/win32ole.c (ole_wc2mb, reg_enum_key): allocate suke2007-08-252-3/+10
* * insnhelper.ci (vm_setup_method): reorder code for branch prediction.ko12007-08-252-15/+19
* * insnhelper.ci (vm_call_method): fix to relaxant safe level checkko12007-08-253-81/+136
* * test/ruby/test_fiber.rb: fix to require 'continuation'.ko12007-08-252-0/+5
* * include/ruby/encoding.h: remove unused rb_enc_ismbchar().matz2007-08-253-5/+7
* * ext/win32ole/win32ole.c (ole_event_free, EVENTSINK_Destructor,suke2007-08-252-31/+15
* * string.c, include/ruby/intern.h: export rb_str_length().ko12007-08-254-5/+12
* * cont.c: rename FIBER_STACK_SIZE to FIBER_VM_STACK_SIZE.ko12007-08-252-2/+7
* * include/ruby/encoding.h (rb_enc_str_new): prototype added.nobu2007-08-252-1/+4
* * string.c (rb_str_splice): return from void funtion.nobu2007-08-252-4/+6
* * parse.y, re.c: re-applied revision 13092.nobu2007-08-253-24/+33
* * typo fixed (analysys -> analysis)nahi2007-08-251-2/+2
* * io.c (swallow): removed condition using an unset variable.nobu2007-08-252-7/+13
* include/ruby/encoding.h: added.matz2007-08-251-0/+79
* encoding.c: added.matz2007-08-251-0/+229
* add test for [ruby-dev:31507].akr2007-08-251-1/+8
* * 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