summaryrefslogtreecommitdiff
path: root/compile.c
AgeCommit message (Expand)Author
2008-05-19* vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.ko1
2008-05-14* insns.def: add a "putcbase" instruction.ko1
2008-05-12* eval.c (is_defined): add NODE_OP_ASGN_{OR,AND}. "defined?(a||=1)"matz
2008-05-05* compile.c (iseq_compile_each): should call compile_cpath() formatz
2008-05-05* compile.c (defined_expr): protect some expression frommatz
2008-05-05* compile.c (compile_cpath): use Qundef to denote cbase lookup.matz
2008-04-21* compile.c (defined_expr): capture exception during defined?matz
2008-04-20* vm_core.h (struct iseq_compile_data): moved label_no fromnobu
2008-04-20* compile.c (iseq_set_exception_table): allocates catch_table onlynobu
2008-04-20* compile.c (struct iseq_link_element, struct iseq_insn_data): madenobu
2008-04-20* compile.c (iseq_compile_each): fix for splat in when and rescue.nobu
2008-04-17* enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): addmame
2008-04-14* compile.c, compile.h (compile_debug): made runtime option.nobu
2008-04-12* eval.c (ruby_exec_node, ruby_run_node), ruby.c (process_options):nobu
2008-04-03* compile.c (iseq_set_sequence, iseq_insns_unification,nobu
2008-03-25* compile.c (defined_expr): false short-circuit destination label maynobu
2008-03-25* compile.c (compile_massign_opt): no need to use alloca.nobu
2008-02-18* include/ruby/node.h (NODE_FL_NEWLINE): renamed from NODE_NEWLINEmatz
2008-01-29* insns.def (toregexp): generate a regexp from strings instead of oneakr
2008-01-26* compile.c (iseq_compile_each): validate argument expr of "next"ko1
2008-01-26* compile.c, compile.h: fix to calculate correct stack depthko1
2008-01-25* compile.c, compile.h: fix stack pointer issues.ko1
2008-01-08* compile.c (iseq_build_from_ary), iseq.c (iseq_load): fix for format change.nobu
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-12-25* compile.c (iseq_compile_each): fix stack consistency errorko1
2007-12-25* compile.c (iseq_compile_each): fix stack consistency error.ko1
2007-12-24* compile.c (iseq_compile): clear local table if node == 0.ko1
2007-12-24* compile.c (iseq_compile_each): fix stack consistency bug.ko1
2007-12-24* compile.c (iseq_compile_each): add a "pop" insn after breakko1
2007-12-24* id.c (Init_id): remove several unused symbols. [ruby-core:14362]matz
2007-12-24* proc.c (method_name): preserve Symbol's encoding.matz
2007-12-21* compile.c: remove "illegal".ko1
2007-12-21* regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,akr
2007-12-20* compile.c (iseq_compile_each/NODE_RETURN): fix stack consistency.ko1
2007-12-19* compile.c (iseq_compile_each): add pop after throw as return.ko1
2007-12-19* compile.c (iseq_compile_each): remove unused retry entry.ko1
2007-12-19* compile.c (iseq_compile_each): should handle upper level eval iseqnobu
2007-12-19* compile.c (iseq_compile_each): remove "retry" in block.ko1
2007-12-18* compile.c (iseq_compile_each): fix for segfault. [ruby-dev:31372]nobu
2007-12-18* compile.c, insnhelper.ci, insns.def, object.c, vm.c, vm.h:ko1
2007-12-09* parse.y (expr): redefinable not (!) operator.matz
2007-12-08unused variables removed.akr
2007-12-05* compile.c (iseq_compile_each): fix typo.ko1
2007-11-27* compile.c (iseq_compile_each): "when *[],1" dumps core.ko1
2007-11-27* compile.c (iseq_compile_each): "a[*b] += 1" dumps core.ko1
2007-11-27* compile.c, insns.def: change return value of "defined?"ko1
2007-11-27* insns.def, compile.c: fix to allow dsym for alias/undef.ko1
2007-11-23* compile.c (defined_expr): defined(method(x)) dumped core. amatz
2007-11-18* compile.c (iseq_compile_each): alias and undef accept dsyms as wellnobu
2007-11-13* blockinlining.c, compile.c, compile.h, debug.c, debug.h,ko1