summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2007-06-28 * gc.c (rb_obj_id): use SIGNED_VALUE instead of long.usa
2007-06-27* common.mk (run.gdb): fix to load $(srcdir)/.gdbinitko1
2007-06-27* bootstraptest/runner.rb: fix to untouch $:.ko1
2007-06-27* compile.c (setup_args): change parameter type.ko1
2007-06-27 * parse.y (rb_intern2): unconstify cast.usa
2007-06-27* parse.y (rb_intern2): don't allocate a string object at first.akr
2007-06-27* bootstraptest/runner.rb: fix to show file name.ko1
2007-06-27* include/ruby/node.h, parse.y, gc.c, iseq.c: remove NODE_CREF.ko1
2007-06-27* compile.c (iseq_compile_each): fix popped backref and others.ko1
2007-06-27 * win32/win32.c: remove unused functions.usa
2007-06-27 * include/ruby/win32.h, win32/Makefile.sub, win32/configure.bat,usa
2007-06-27* compile.c (iseq_translate_direct_threaded_code): fix prototypeko1
2007-06-27* vm_evalbody.ci: support OPT_CALL_THREADED_CODE.ko1
2007-06-26* compile.c (iseq_compile_each): fix type error.ko1
2007-06-26* compile.c (compile_massign), insns.def (expandarray): supportko1
2007-06-26* string.c (rb_str_clear): need to check STR_EMBED_P() beforematz
2007-06-26* process.c (proc_getgroups): use GIDT2NUM for rb_gid_t.nobu