summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-12* insns.def (opt_succ): fixed typo. [ruby-dev:31189]nobu
2007-07-12* thread.c (thread_join): pthread_t may not be pointer.nobu
2007-07-12* thread_pthread.ci (thread_start_func_2): not use a directive insidenobu
2007-07-11 * include/ruby/ruby.h (FIX2ULONG): drop sign bit for LLP64 platform.usa
2007-07-10* hash.c (rb_hash_lookup): added. this function is similar toko1
2007-07-10* eval.c, insnhelper.ci, vm.c: change cref index (-1 -> 2).ko1
2007-07-10* eval.c (exec_under): add proper casts.ko1
2007-07-10* vm.c, insnhelper.ci: fix svar interface.ko1
2007-07-10* compile.c (rb_iseq_compile): formatted if/else to switch statement.nobu
2007-07-10* bootstraptest/test_flip.rb: set property.nobu
2007-07-10* bootstraptest/test_flip.rb: new test for flip-flop operator.nobu
2007-07-10* bcc32/{Makefile.sub,setup.mak}: remove surplus slash from srcdir.nobu
2007-07-08* 2007-07-09usa
2007-07-08 * cont.c (cont_restore_1): workaround for x64-mswin64's SEH.usa
2007-07-07fix typo.akr
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