aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * blockinlining.c: remove "yarv" prefix.ko12007-07-121-0/+49
* * insns.def (opt_succ): fixed typo. [ruby-dev:31189]nobu2007-07-121-0/+4
* * thread.c (thread_join): pthread_t may not be pointer.nobu2007-07-121-3/+9
* * thread_pthread.ci (thread_start_func_2): not use a directive insidenobu2007-07-121-0/+5
* * include/ruby/ruby.h (FIX2ULONG): drop sign bit for LLP64 platform.usa2007-07-111-0/+4
* * hash.c (rb_hash_lookup): added. this function is similar toko12007-07-101-0/+10
* * eval.c, insnhelper.ci, vm.c: change cref index (-1 -> 2).ko12007-07-101-0/+4
* * eval.c (exec_under): add proper casts.ko12007-07-101-0/+4
* * vm.c, insnhelper.ci: fix svar interface.ko12007-07-101-0/+13
* * compile.c (rb_iseq_compile): formatted if/else to switch statement.nobu2007-07-101-0/+4
* * bootstraptest/test_flip.rb: new test for flip-flop operator.nobu2007-07-101-0/+4
* * bcc32/{Makefile.sub,setup.mak}: remove surplus slash from srcdir.nobu2007-07-101-0/+4
* * cont.c (cont_restore_1): workaround for x64-mswin64's SEH.usa2007-07-081-3/+6
* * lib/json.rb, lib/json/, ext/json/:naruse2007-07-071-0/+5
* * lib/pp.rb (PP::PPMethods#pp_hash): sort condition changed:akr2007-07-071-0/+5
* * compile.c: use rb_bug() instead of rb_compile_error().ko12007-07-071-0/+4
* * parse.y: fix node construction (around f_margs).ko12007-07-071-0/+9
* * lib/pp.rb (PP::PPMethods#pp_hash): sort ifakr2007-07-071-0/+5
* * insnhelper.ci (vm_yield_setup_args), vm.c, insns.def:ko12007-07-071-0/+8
* * lib/irb.rb: typo. Thanks, Giles Bowkett.keiju2007-07-061-0/+7
* * bootstraptest/runner.rb: fix load path.ko12007-07-061-0/+8
* * test/ruby/test_iterator.rb: fix test to 1.9 spec.ko12007-07-061-0/+4
* * eval.c (rb_interrupt): suppress a gcc's officious warning.nobu2007-07-061-0/+4
* * parse.y (keyword_to_name): constified.nobu2007-07-061-0/+6
* * bootstraptest/runner.rb: added --quiet option.nobu2007-07-061-0/+4
* * parse.y (f_marg): wrap f_norm_arg assignment node with NODE_LIST.nobu2007-07-061-0/+5
* * test/ruby/sentgen.rb: new file.akr2007-07-061-0/+7
* * insns.def: remove unused code.ko12007-07-051-0/+12
* * insns.def: fix to invoke nil.to_splat on NODE_ARGSCAT.ko12007-07-051-0/+7
* * yarvcore.h: rename rb_control_frame_t#magic to flag.ko12007-07-051-0/+9
* * test/ruby/test_basicinstructions.rb: remove an assertion usingko12007-07-051-0/+7
* * ruby.c: Qfalse is VALUE, not pointer.usa2007-07-051-0/+4
* * compile.c (iseq_compile_each): add break catch point.ko12007-07-051-0/+9
* * parse.y (mlhs_basic): use mlhs_post after tSTAR.akr2007-07-051-0/+5
* * ruby.c (proc_options): moved do_print and do_loop optionsnobu2007-07-051-1/+4
* * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu2007-07-051-0/+7
* * numeric.c (int_pow): fix previous nubu's commit.usa2007-07-051-0/+6
* * numeric.c (int_pow): even number multiplication never be negative.nobu2007-07-051-0/+4
* * include/ruby/{node,ruby}.h, ruby.c: added enum constants for gdbnobu2007-07-051-0/+7
* * parse.y (global_symbols.last_id): reduce unused ID numbers.nobu2007-07-051-1/+3
* * include/ruby/st.h, st.c (st_init_table, st_init_table_with_size):nobu2007-07-051-0/+5
* * lib/webrick/httpauth/authenticator.rbnahi2007-07-041-0/+6
* * parse.y (mlhs_inner): new rule. [ruby-dev:31132]akr2007-07-041-0/+4
* * iseq.c (set_relation): added.ko12007-07-031-0/+4
* * insnhelper.ci (caller_setup_args): fix to show correct classko12007-07-031-0/+5
* * compile.c (compile_array, iseq_compile_each): fix about arrayko12007-07-031-0/+7
* * compile.c (compile_array): ignore NODE_ZARRAY.ko12007-07-031-0/+7
* * compile.h: fix debug print level.ko12007-07-031-0/+4
* * compile.c (iseq_compile_each): support v[&b]= type method call.ko12007-07-031-0/+7
* * compile.c (compile_massign): fix massign compilationko12007-07-031-0/+7