aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * call_cfunc.ci: removed.ko12007-06-241-0/+21
* * insns.def (invokesuper): fix error message.ko12007-06-241-0/+4
* * vm.c: some refactoring.ko12007-06-241-0/+12
* * eval_method.h (rb_add_method): fix to check 0.ko12007-06-241-0/+4
* * insn_send.ci: removed.ko12007-06-241-0/+21
* * vm_macro.def: removed.ko12007-06-241-0/+14
* * insnhelper.h (RESTORE_REGS): add do/while(0) around macro.ko12007-06-241-0/+7
* * vm.c, vm_macro.def : remove macro_eval_invoke_cfunc() andko12007-06-241-0/+5
* * insns.def, vm.c: add/fix stack overflow check.ko12007-06-241-0/+4
* * insnhelper.h: change CHECK_STACK_OVERFLOW() to throw exception.ko12007-06-241-0/+11
* * proc.c (proc_to_s): used a variable before initialized.nobu2007-06-241-0/+4
* * vm.c (callee_setup_arg): added. support correct post arg.ko12007-06-241-0/+17
* * proc.c (proc_to_s): suppress warning, and reduced duplicated code.nobu2007-06-241-0/+4
* * bootstraptest/runner.rb: set default directory toko12007-06-241-0/+9
* * enum.c (enum_minmax): fix SEGV by [].minmax.akr2007-06-231-0/+4
* * enum.c (enum_minmax): new method to get the minimum and maximummatz2007-06-231-0/+7
* * re.c (match_inspect): MatchData#inspect implemented.akr2007-06-231-0/+4
* * hash.c (rb_hash_assoc): new method.matz2007-06-221-0/+8
* * string.c (rb_str_upto): add optional argument to specifymatz2007-06-221-0/+9
* * proc.c (proc_to_s): revert the change from %p to %lx at YARVakr2007-06-221-0/+5
* * proc.c (proc_to_s): show is_lambda.akr2007-06-221-0/+4
* * hash.c (rb_hash_sort): remove hash specific implementation.matz2007-06-211-0/+11
* * parse.y (rb_intern2): ID_JUNK test based on len, not by NUL.matz2007-06-211-0/+4
* * yarvcore.c (rb_thread_mark): mark also thrown_errinfo.nobu2007-06-211-0/+4
* * parse.y (rb_intern2): name may not be NUL-terminated.nobu2007-06-211-0/+4
* * eval_error.h (error_print): show full stacktrace onakr2007-06-191-0/+5
* * parse.y (rb_intern2): use rb_intern2 to intern without trailingnobu2007-06-191-0/+7
* * eval_load.c (load_ext, rb_require_safe): pass VALUE instead ofnobu2007-06-191-12/+18
* * ext/openssl/{extconf.rb,ossl_ssl_session.c}:technorama2007-06-181-0/+14
* * eval_load.c (rb_require_safe, ruby_init_ext): load with ruby levelnobu2007-06-181-0/+8
* * parse.y (yycompile): disable trace while creating ruby_debug_lines.nobu2007-06-181-0/+10
* * eval.c (ruby_cleanup): return EXIT_FAILURE if any exceptions occurednobu2007-06-181-0/+5
* * vm.c (env_mark): fix to mark block.proc.ko12007-06-171-0/+6
* * vm_dump.c (vm_stack_dump_raw): hide VM stack trace.ko12007-06-171-0/+4
* * signal.c (sigsegv): clear gc_stress flag on SEGV.ko12007-06-171-0/+4
* * variable.c (rb_global_entry, rb_f_untrace_var, rb_alias_variable,nobu2007-06-171-1/+7
* * variable.c (rb_path2class): get rid of dangling pointer caused bynobu2007-06-171-0/+5
* fix typos.akr2007-06-171-13/+13
* * eval.c (rb_method_missing): avoid an warning "too many argumentsakr2007-06-171-0/+5
* * gc.c (garbage_collect): re-introduce ruby_current_node marking code.akr2007-06-161-0/+5
* * gc.c (gc_sweep): re-introduce heap extension strategy change.akr2007-06-161-0/+7
* * .gdbinit: new file to ease debugging using gdb.akr2007-06-151-0/+4
* * signal.c (default_handler): func argument removed.akr2007-06-151-1/+9
* * common.mk (realclean): separate local and ext.nobu2007-06-151-0/+6
* add ML ref.akr2007-06-151-2/+6
* * keywords: enclose C code in declaration section by %{ and %}.akr2007-06-151-0/+4
* * signal.c (trap_handler): trap("SIGSEGV", "DEFAULT") may cause wrongakr2007-06-151-1/+6
* * insns.def(setconstant, toregexp): fix to mark object correctly.ko12007-06-151-0/+4
* * hash.c: exchange semantics of Hash#each and Hash#each_pair.ko12007-06-151-0/+9
* * test/ruby/test_iterator.rb: remove debug code (GC.stress=true).ko12007-06-151-0/+4