summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * eval.c (exec_under): add proper casts.ko12007-07-102-3/+7
* * vm.c, insnhelper.ci: fix svar interface.ko12007-07-109-74/+120
* * compile.c (rb_iseq_compile): formatted if/else to switch statement.nobu2007-07-102-16/+24
* * bootstraptest/test_flip.rb: set property.nobu2007-07-100-0/+0
* * bootstraptest/test_flip.rb: new test for flip-flop operator.nobu2007-07-102-0/+5
* * bcc32/{Makefile.sub,setup.mak}: remove surplus slash from srcdir.nobu2007-07-104-21/+25
* * 2007-07-09usa2007-07-081-3/+3
* * cont.c (cont_restore_1): workaround for x64-mswin64's SEH.usa2007-07-082-3/+15
* fix typo.akr2007-07-071-1/+1
* * lib/json.rb, lib/json/, ext/json/:naruse2007-07-0711-216/+778
* * lib/pp.rb (PP::PPMethods#pp_hash): sort condition changed:akr2007-07-072-4/+10
* * compile.c: use rb_bug() instead of rb_compile_error().ko12007-07-072-63/+54
* * parse.y: fix node construction (around f_margs).ko12007-07-074-6/+46
* * lib/pp.rb (PP::PPMethods#pp_hash): sort ifakr2007-07-072-1/+13
* * insnhelper.ci (vm_yield_setup_args), vm.c, insns.def:ko12007-07-076-22/+41
* * lib/irb.rb: typo. Thanks, Giles Bowkett.keiju2007-07-063-18/+30
* * bootstraptest/runner.rb: fix load path.ko12007-07-065-6/+24
* * test/ruby/test_iterator.rb: fix test to 1.9 spec.ko12007-07-062-7/+11
* * eval.c (rb_interrupt): suppress a gcc's officious warning.nobu2007-07-062-2/+7
* * parse.y (keyword_to_name): constified.nobu2007-07-063-4/+10
* * bootstraptest/runner.rb: added --quiet option.nobu2007-07-062-5/+17
* * parse.y (f_marg): wrap f_norm_arg assignment node with NODE_LIST.nobu2007-07-062-1/+6
* * test/ruby/sentgen.rb: new file.akr2007-07-063-0/+246
* * insns.def: remove unused code.ko12007-07-054-41/+39
* * insns.def: fix to invoke nil.to_splat on NODE_ARGSCAT.ko12007-07-054-19/+22
* * yarvcore.h: rename rb_control_frame_t#magic to flag.ko12007-07-0510-46/+54
* * test/ruby/test_basicinstructions.rb: remove an assertion usingko12007-07-053-2/+9
* * ruby.c: Qfalse is VALUE, not pointer.usa2007-07-052-1/+5
* * compile.c (iseq_compile_each): add break catch point.ko12007-07-054-49/+123
* * parse.y (mlhs_basic): use mlhs_post after tSTAR.akr2007-07-052-1/+6
* * ruby.c (proc_options): moved do_print and do_loop optionsnobu2007-07-052-10/+13
* * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu2007-07-0516-472/+497
* * numeric.c (int_pow): fix previous nubu's commit.usa2007-07-053-4/+39
* * numeric.c (int_pow): even number multiplication never be negative.nobu2007-07-052-1/+5
* * parse.y (parser_parse_string): fix indent.nobu2007-07-051-10/+10
* * include/ruby/{node,ruby}.h, ruby.c: added enum constants for gdbnobu2007-07-055-101/+608
* * parse.y (global_symbols.last_id): reduce unused ID numbers.nobu2007-07-052-7/+9
* * include/ruby/st.h, st.c (st_init_table, st_init_table_with_size):nobu2007-07-058-18/+23
* * lib/webrick/httpauth/authenticator.rbnahi2007-07-042-1/+7
* * parse.y (mlhs_inner): new rule. [ruby-dev:31132]akr2007-07-042-3/+18
* revert variable renaming. [ruby-dev:31001]akr2007-07-041-2/+2
* * iseq.c (set_relation): added.ko12007-07-032-34/+48
* * insnhelper.ci (caller_setup_args): fix to show correct classko12007-07-032-2/+8
* * compile.c (compile_array, iseq_compile_each): fix about arrayko12007-07-033-19/+36
* * compile.c (compile_array): ignore NODE_ZARRAY.ko12007-07-033-10/+34
* * compile.h: fix debug print level.ko12007-07-032-1/+5
* * compile.c (iseq_compile_each): support v[&b]= type method call.ko12007-07-033-0/+34
* * compile.c (compile_massign): fix massign compilationko12007-07-034-5/+25
* * include/ruby/onigiruma.h (ONIG_EXTERN): use RUBY_EXTERN if defined.usa2007-07-034-1/+14
* * cont.c (cont_save_machine_stack): clear saved_thread.machine_stack*.ko12007-07-033-10/+19