| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/win32ole/win32ole.c (ole_event_free, EVENTSINK_Destructor, | suke | 2007-08-25 | 2 | -31/+15 |
* | * string.c, include/ruby/intern.h: export rb_str_length(). | ko1 | 2007-08-25 | 4 | -5/+12 |
* | * cont.c: rename FIBER_STACK_SIZE to FIBER_VM_STACK_SIZE. | ko1 | 2007-08-25 | 2 | -2/+7 |
* | * include/ruby/encoding.h (rb_enc_str_new): prototype added. | nobu | 2007-08-25 | 2 | -1/+4 |
* | * string.c (rb_str_splice): return from void funtion. | nobu | 2007-08-25 | 2 | -4/+6 |
* | * parse.y, re.c: re-applied revision 13092. | nobu | 2007-08-25 | 3 | -24/+33 |
* | * typo fixed (analysys -> analysis) | nahi | 2007-08-25 | 1 | -2/+2 |
* | * io.c (swallow): removed condition using an unset variable. | nobu | 2007-08-25 | 2 | -7/+13 |
* | include/ruby/encoding.h: added. | matz | 2007-08-25 | 1 | -0/+79 |
* | encoding.c: added. | matz | 2007-08-25 | 1 | -0/+229 |
* | add test for [ruby-dev:31507]. | akr | 2007-08-25 | 1 | -1/+8 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 113 | -752/+1423 |
* | test assignment order. | akr | 2007-08-25 | 1 | -2/+11 |
* | * cont.c: separate Continuation and Fiber from core. | ko1 | 2007-08-25 | 12 | -40/+83 |
* | * common.mk (prelude.o): depends on vm_core.h now. | nobu | 2007-08-25 | 3 | -8/+23 |
* | * prelude.rb: add Thread.exclusive. This class method | ko1 | 2007-08-25 | 2 | -0/+17 |
* | * array.c (rb_ary_s_try_convert): more document description. | matz | 2007-08-25 | 3 | -3/+18 |
* | * id.h, id.c: remove idFuncall. | ko1 | 2007-08-24 | 4 | -6/+13 |
* | * tool/compile_prelude.rb: fix to include "vm_core.h". | ko1 | 2007-08-24 | 2 | -3/+13 |
* | * test/ruby/sentence.rb (Sentence): include Enumerable. | akr | 2007-08-24 | 3 | -55/+77 |
* | * prelude.rb: fix Mutex#synchronize definition. | ko1 | 2007-08-24 | 2 | -7/+9 |
* | * array.c (rb_ary_s_try_convert): a new class method to convert | matz | 2007-08-24 | 6 | -0/+103 |
* | * benchmark/bm_loop_generator.rb: added. | ko1 | 2007-08-24 | 2 | -0/+18 |
* | * added lex.c and prelude.c to svn:ignore. | shugo | 2007-08-24 | 0 | -0/+0 |
* | * set svn:ignore to ext/json and ext/probeprofiler. | shugo | 2007-08-24 | 0 | -0/+0 |
* | * prelude.rb: added. run this script on startup. | ko1 | 2007-08-24 | 6 | -6/+60 |
* | * compile.c (compile_massign_opt): fix to skip massign optimization | ko1 | 2007-08-24 | 4 | -6/+18 |
* | * enumerator.c (enumerator_next): stop pre-fetching. | matz | 2007-08-24 | 4 | -45/+36 |
* | * test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string. | matz | 2007-08-24 | 12 | -22/+35 |
* | * eval.c (rb_f_send_bang): abandon the name funcall for private | matz | 2007-08-24 | 8 | -30/+35 |
* | * compile.c: optimize simple massign. | ko1 | 2007-08-23 | 2 | -10/+84 |
* | * ext/win32ole/win32ole.c (reg_get_value): use RegQueryValueEx instead | suke | 2007-08-23 | 3 | -25/+80 |
* | * configure.in (group_member): check if presents. | nobu | 2007-08-23 | 4 | -4/+16 |
* | * compile.c (compile_massign), insnhelper.ci (vm_throw): not use C99 | nobu | 2007-08-23 | 3 | -3/+6 |
* | * enumerator.c (sym_call): initialize first. | nobu | 2007-08-23 | 2 | -9/+19 |
* | * cont.c (rb_cont_call, fiber_switch, rb_fiber_resume, rb_fiber_yield): | nobu | 2007-08-23 | 2 | -6/+12 |
* | * compile.c, insns.def, parse.y: fix massign order. This change | ko1 | 2007-08-23 | 7 | -163/+122 |
* | * parse.y (f_norm_arg): ripper has no shadowing check. | nobu | 2007-08-23 | 2 | -1/+10 |
* | * compile.c (make_masgn_lhs, iseq_compile_each): fixed indent. | nobu | 2007-08-23 | 5 | -54/+73 |
* | * parse.y (f_norm_arg): check also nested arguments. [ruby-dev:31502] | nobu | 2007-08-23 | 2 | -1/+5 |
* | * util.c: updated for ANSI C only. applied a patch from | matz | 2007-08-22 | 2 | -169/+36 |
* | * missing/strtod.c: removed. [ruby-dev:31588] | matz | 2007-08-22 | 4 | -291/+24 |
* | test for [ruby-dev:31592]. | akr | 2007-08-22 | 1 | -0/+1 |
* | * bootstraptest/test_knownbug.rb: | ko1 | 2007-08-22 | 2 | -0/+5 |
* | * bootstraptest/test_knwonbug.rb: added. This file will contain | ko1 | 2007-08-22 | 3 | -3/+19 |
* | * bootstraptest/runner.rb (in_temporary_working_directory): | akr | 2007-08-22 | 2 | -1/+5 |
* | add test for [ruby-dev:31522]. | akr | 2007-08-22 | 1 | -0/+2 |
* | * util.c (ruby_strtod): replaced by the implementation by David | matz | 2007-08-21 | 3 | -252/+3294 |
* | * cont.c: add Fiber#resume and Fiber.yield. | ko1 | 2007-08-21 | 6 | -75/+163 |
* | * lib/tmpdir.rb (Dir.mktmpdir): make directory suffix specifiable. | akr | 2007-08-21 | 2 | -5/+32 |