summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-07* lib/json.rb, lib/json/, ext/json/:naruse
2007-07-07* lib/pp.rb (PP::PPMethods#pp_hash): sort condition changed:akr
2007-07-07* compile.c: use rb_bug() instead of rb_compile_error().ko1
2007-07-07* parse.y: fix node construction (around f_margs).ko1
2007-07-07* lib/pp.rb (PP::PPMethods#pp_hash): sort ifakr
2007-07-07* insnhelper.ci (vm_yield_setup_args), vm.c, insns.def:ko1
2007-07-06 * lib/irb.rb: typo. Thanks, Giles Bowkett.keiju
2007-07-06* bootstraptest/runner.rb: fix load path.ko1
2007-07-06* test/ruby/test_iterator.rb: fix test to 1.9 spec.ko1
2007-07-06* eval.c (rb_interrupt): suppress a gcc's officious warning.nobu
2007-07-06* parse.y (keyword_to_name): constified.nobu
2007-07-06* bootstraptest/runner.rb: added --quiet option.nobu
2007-07-06* parse.y (f_marg): wrap f_norm_arg assignment node with NODE_LIST.nobu
2007-07-06* test/ruby/sentgen.rb: new file.akr
2007-07-05* insns.def: remove unused code.ko1
2007-07-05* insns.def: fix to invoke nil.to_splat on NODE_ARGSCAT.ko1
2007-07-05* yarvcore.h: rename rb_control_frame_t#magic to flag.ko1
2007-07-05* test/ruby/test_basicinstructions.rb: remove an assertion usingko1
2007-07-05 * ruby.c: Qfalse is VALUE, not pointer.usa
2007-07-05* compile.c (iseq_compile_each): add break catch point.ko1
2007-07-05* parse.y (mlhs_basic): use mlhs_post after tSTAR.akr
2007-07-05* ruby.c (proc_options): moved do_print and do_loop optionsnobu
2007-07-05* include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu
2007-07-05 * numeric.c (int_pow): fix previous nubu's commit.usa
2007-07-05* numeric.c (int_pow): even number multiplication never be negative.nobu
2007-07-05* parse.y (parser_parse_string): fix indent.nobu
2007-07-05* include/ruby/{node,ruby}.h, ruby.c: added enum constants for gdbnobu
2007-07-05* parse.y (global_symbols.last_id): reduce unused ID numbers.nobu
2007-07-05* include/ruby/st.h, st.c (st_init_table, st_init_table_with_size):nobu
2007-07-04 * lib/webrick/httpauth/authenticator.rbnahi
2007-07-04* parse.y (mlhs_inner): new rule. [ruby-dev:31132]akr
2007-07-04revert variable renaming. [ruby-dev:31001]akr
2007-07-03* iseq.c (set_relation): added.ko1
2007-07-03* insnhelper.ci (caller_setup_args): fix to show correct classko1
2007-07-03* compile.c (compile_array, iseq_compile_each): fix about arrayko1
2007-07-03* compile.c (compile_array): ignore NODE_ZARRAY.ko1
2007-07-03* compile.h: fix debug print level.ko1
2007-07-03* compile.c (iseq_compile_each): support v[&b]= type method call.ko1
2007-07-03* compile.c (compile_massign): fix massign compilationko1
2007-07-03 * include/ruby/onigiruma.h (ONIG_EXTERN): use RUBY_EXTERN if defined.usa
2007-07-03* cont.c (cont_save_machine_stack): clear saved_thread.machine_stack*.ko1
2007-07-02* compile.c: rename iseq_translate_direct_threaded_code()ko1
2007-07-02* insns.def (defineclass): suppress a warning.nobu
2007-07-01* eval_intern.h, yarvcore.h: move declaration of sysstack_errorko1
2007-07-01* compile.c, iseq.c: fix iseq some of load/store process.ko1
2007-07-01* yarvcore.h, compile.c, insnhelper.ci, iseq.c, vm.c:ko1
2007-06-30* insnhelper.h, vm.h: some refactoring.ko1
2007-06-30* yarvcore.h: some refactoring on rb_iseq_t.ko1
2007-06-30* vm.h: rename insn_func_type to rb_insn_func_type.ko1
2007-06-29* parse.y (parser_yylex): return non-valid token for an invalidnobu