summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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* 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-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
2007-06-29* parse.y (stmts): fix for ripper.nobu
2007-06-29* parse.y: fix to show line number of blank block.ko1
2007-06-29* lib/cgi/session.rb (create_new_id): don't cut off md5.hexdigest toakr
2007-06-29* debug.h: constified.nobu
2007-06-29* debug.c (ruby_set_debug_option): separated from main.c.nobu
2007-06-29add a Mailing list pointer.ko1
2007-06-29add a Mainling list pointer.ko1
2007-06-29* proc.c (proc_new): fix to return a proc objectko1
2007-06-29* numeric.c (fix_pow): get rid of division by zero. reported bynobu
2007-06-29* configure.in: add fastcall attribute check.ko1
2007-06-29* parse.y (assoc_list): remove expanded hash literal (no splat).matz
2007-06-29* tool/insns2vm.rb, lib/vm/instruction.rb: move process bodyko1
2007-06-29* parse.y (dsym): return non-null NODE even if yyerror(). based on anobu
2007-06-28* parse.y (assoc_list): odd number check only for NODE_ARRAY.matz
2007-06-28* win32/Makefile.sub: define FUNC_FASTCALL macro.ko1
2007-06-28* compile.c: fix to remove -Wall warnings on gcc.ko1
2007-06-28* bignum.c (rb_big_hash): fix hash area.akr
2007-06-28* ext/stringio/stringio.c (strio_getline): local variable to benobu