aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * vm.c (th_yield_setup_args): |v| should work as |v,|.ko12007-06-151-0/+17
* * eval.c (ruby_finalize_1): rb_thread_t#errinfo should be clear withko12007-06-151-0/+5
* * cont.c (rb_cont_call): forbid cross fiber continuation call.ko12007-06-151-0/+6
* * sample/test.rb: fix to show line information whether test succeeds.ko12007-06-151-0/+4
* * eval_load.c (Init_load): delay allocating an array for rb_load_pathakr2007-06-141-0/+43
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser): handle morenobu2007-06-141-0/+5
* * lib/securerandom.rb: documente updated.akr2007-06-141-0/+5
* * gc.c (garbage_collect): update IA64 register stack code.matz2007-06-131-0/+5
* * parse.y (call_args): no allow splat after assocs. takesmatz2007-06-131-0/+7
* * configure.in (darwin): prohibit loading extension libraries tonobu2007-06-121-0/+5
* resurrection of improperly deleted ChangeLog entryshyouhei2007-06-121-0/+5
* * lib/mkmf.rb (Logging.quiet, Logging.message): added quiet flag andnobu2007-06-121-1/+4
* * lib/mkmf.rb (find_header): use header names in the message.nobu2007-06-121-0/+4
* fix wrong date.akr2007-06-111-1/+1
* * ext/probeprofiler/probeprofiler.c: clean warnings.nobu2007-06-101-0/+4
* * missing/isinf.c, missing/dup2.c, missing/strtod.c, missing/x68.c,nobu2007-06-101-0/+5
* * instruby.rb (install_recursive): should check parent directoris ofnobu2007-06-101-0/+5
* * parse.y (do_block, brace_block): fix line numbers. [ruby-dev:30831]nobu2007-06-101-0/+4