| Commit message (Expand) | Author | Age | Files | Lines |
* | * vm.h: rename insn_func_type to rb_insn_func_type. | ko1 | 2007-06-30 | 1 | -4/+4 |
* | * parse.y (parser_yylex): return non-valid token for an invalid | nobu | 2007-06-29 | 1 | -3/+3 |
* | * parse.y (dsym): return non-null NODE even if yyerror(). based on a | nobu | 2007-06-29 | 1 | -3/+3 |
* | * compile.c (iseq_compile_each): fix popped backref and others. | ko1 | 2007-06-27 | 1 | -3/+3 |
* | * string.c (rb_str_clear): need to check STR_EMBED_P() before | matz | 2007-06-26 | 1 | -3/+3 |
* | * insnhelper.ci, vm.c: complete block parameter support. | ko1 | 2007-06-25 | 1 | -3/+3 |
* | * vm.c: some refactoring. | ko1 | 2007-06-24 | 1 | -3/+3 |
* | * enum.c (enum_minmax): new method to get the minimum and maximum | matz | 2007-06-23 | 1 | -3/+3 |
* | * string.c (rb_str_upto): add optional argument to specify | matz | 2007-06-22 | 1 | -3/+3 |
* | * parse.y (rb_intern2): name may not be NUL-terminated. | nobu | 2007-06-21 | 1 | -3/+3 |
* | * parse.y (rb_intern2): use rb_intern2 to intern without trailing | nobu | 2007-06-19 | 1 | -3/+3 |
* | * eval_load.c (load_ext, rb_require_safe): pass VALUE instead of | nobu | 2007-06-19 | 1 | -3/+3 |
* | * variable.c (rb_path2class): get rid of dangling pointer caused by | nobu | 2007-06-17 | 1 | -3/+3 |
* | * sample/test.rb: fix to show line information whether test succeeds. | ko1 | 2007-06-15 | 1 | -3/+3 |
* | * 2007-06-14 | eban | 2007-06-14 | 1 | -3/+3 |
* | * configure.in (darwin): prohibit loading extension libraries to | nobu | 2007-06-12 | 1 | -3/+3 |
* | * 2007-06-12 | usa | 2007-06-12 | 1 | -3/+3 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -3/+3 |
* | * parse.y (call_args): allow splat argument after unpacked | matz | 2007-06-08 | 1 | -3/+3 |
* | * eval_intern.h, eval.c (ruby_init): remove POP_TAG_INIT(). | ko1 | 2007-06-06 | 1 | -3/+3 |
* | * parse.y (new_yield), compile.c (iseq_compile_each): fix | ko1 | 2007-06-05 | 1 | -3/+3 |
* | * compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c, | nobu | 2007-06-05 | 1 | -3/+3 |
* | * 2007-06-04 | usa | 2007-06-04 | 1 | -3/+3 |
* | * numeric.c (int_round): small optimization to handle bignums. | matz | 2007-06-01 | 1 | -3/+3 |
* | * enum.c (each_with_index_i): should work well with continuation. | matz | 2007-05-31 | 1 | -4/+4 |
* | * lib/benchmark.rb (Benchmark::Job::item): avoid modifying the | nobu | 2007-05-31 | 1 | -3/+3 |
* | * parse.y (open_args, arg_ambiguous, parser_warning): should not use | nobu | 2007-05-29 | 1 | -3/+3 |
* | * win32/win32.c (rb_w32_opendir, rb_w32_readdir): eliminate magic | nobu | 2007-05-29 | 1 | -3/+3 |
* | * cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail. | ko1 | 2007-05-27 | 1 | -3/+3 |
* | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12385 b2dd03c8-39d4-4d8... | nobu | 2007-05-25 | 1 | -3/+3 |
* | * regint.h (include): on some platform, defines.h redefines | usa | 2007-05-25 | 1 | -3/+3 |
* | * cont.c: support callcc which everyone love. | ko1 | 2007-05-23 | 1 | -3/+3 |
* | * ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear default | nobu | 2007-05-22 | 1 | -3/+3 |
* | * ruby.c (set_arg0): support RSTRING_LEN on HP-UX. a patch from | matz | 2007-05-22 | 1 | -3/+3 |
* | * compile.c, vm_macro.def: support tail call optimization | ko1 | 2007-05-21 | 1 | -3/+3 |
* | * file.c (Init_File): method definition mismatch. | nobu | 2007-05-18 | 1 | -3/+3 |
* | * ruby.c (DllMain, ruby_init_loadpath): use DLL instance handle given | nobu | 2007-05-18 | 1 | -3/+3 |
* | * debug.c (ruby_debug_node): fix to show node line. | ko1 | 2007-05-17 | 1 | -3/+3 |
* | * win32/win32.c (init_stdhandle): stderr should be without buffering, | usa | 2007-05-15 | 1 | -3/+3 |
* | * array.c (rb_ary_choice): should return nil when the array is | matz | 2007-05-13 | 1 | -3/+3 |
* | * 2007-05-12 | eban | 2007-05-12 | 1 | -3/+3 |
* | * iseq.c (iseq_data_to_ary): internal IDs must not be exposed. | nobu | 2007-05-11 | 1 | -3/+3 |
* | * thread.c (rb_thread_priority): rdoc fix; the initial value is | nobu | 2007-05-10 | 1 | -3/+3 |
* | * 2007-05-09 | nobu | 2007-05-09 | 1 | -3/+3 |
* | * 2007-05-08 | usa | 2007-05-08 | 1 | -3/+3 |
* | * lib/rss/image.rb, test/rss/test_image.rb: fixed Image module | kou | 2007-05-07 | 1 | -3/+3 |
* | * 2007-05-06 | eban | 2007-05-06 | 1 | -3/+3 |
* | * lib/date/format.rb (Format::Bag#method_missing): get rid of | nobu | 2007-05-05 | 1 | -3/+3 |
* | * thread.c: copied rdocs from fastthread. | nobu | 2007-05-03 | 1 | -3/+3 |
* | * bignum.c (rb_big_pow): improvement by calculating from MSB and using | nobu | 2007-05-01 | 1 | -3/+3 |