aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * hash.c (rb_hash_sort): remove hash specific implementation.matz2007-06-212-42/+27
* * parse.y (rb_intern2): ID_JUNK test based on len, not by NUL.matz2007-06-212-2/+6
* * yarvcore.c (rb_thread_mark): mark also thrown_errinfo.nobu2007-06-212-10/+10
* * parse.y (rb_intern2): name may not be NUL-terminated.nobu2007-06-213-4/+8
* * eval_error.h (error_print): show full stacktrace onakr2007-06-192-1/+7
* * parse.y (rb_intern2): use rb_intern2 to intern without trailingnobu2007-06-193-14/+17
* * test/openssl/test_ec.rb: set properties.nobu2007-06-190-0/+0
* * eval_load.c (load_ext, rb_require_safe): pass VALUE instead ofnobu2007-06-193-18/+24
* * ext/openssl/{extconf.rb,ossl_ssl_session.c}:technorama2007-06-186-25/+317
* * eval_load.c (rb_require_safe, ruby_init_ext): load with ruby levelnobu2007-06-184-7/+42
* * parse.y (yycompile): disable trace while creating ruby_debug_lines.nobu2007-06-185-98/+107
* * eval.c (ruby_cleanup): return EXIT_FAILURE if any exceptions occurednobu2007-06-182-0/+19
* * vm.c (env_mark): fix to mark block.proc.ko12007-06-172-6/+14
* * vm_dump.c (vm_stack_dump_raw): hide VM stack trace.ko12007-06-172-0/+6
* * signal.c (sigsegv): clear gc_stress flag on SEGV.ko12007-06-172-0/+6
* * variable.c (rb_global_entry, rb_f_untrace_var, rb_alias_variable,nobu2007-06-172-34/+51
* * variable.c (rb_path2class): get rid of dangling pointer caused bynobu2007-06-173-7/+9
* fix typos.akr2007-06-171-13/+13
* * eval.c (rb_method_missing): avoid an warning "too many argumentsakr2007-06-172-1/+6
* * gc.c (garbage_collect): re-introduce ruby_current_node marking code.akr2007-06-162-0/+7
* fix typo.akr2007-06-161-1/+1
* * gc.c (gc_sweep): re-introduce heap extension strategy change.akr2007-06-162-2/+17
* fix trap's doc.akr2007-06-151-7/+8
* * .gdbinit: new file to ease debugging using gdb.akr2007-06-152-0/+146
* * signal.c (default_handler): func argument removed.akr2007-06-152-59/+78
* * common.mk (realclean): separate local and ext.nobu2007-06-153-4/+21
* add ML ref.akr2007-06-151-2/+6
* * keywords: enclose C code in declaration section by %{ and %}.akr2007-06-153-42/+52
* * signal.c (trap_handler): trap("SIGSEGV", "DEFAULT") may cause wrongakr2007-06-152-7/+13
* re-introduce RUBY_GC_STRESS test removed by YARV.akr2007-06-151-0/+4
* * insns.def(setconstant, toregexp): fix to mark object correctly.ko12007-06-152-2/+9
* * hash.c: exchange semantics of Hash#each and Hash#each_pair.ko12007-06-154-7/+25
* * test/ruby/test_iterator.rb: remove debug code (GC.stress=true).ko12007-06-152-1/+4
* * vm.c (th_yield_setup_args): |v| should work as |v,|.ko12007-06-158-34/+75
* * eval.c (ruby_finalize_1): rb_thread_t#errinfo should be clear withko12007-06-152-1/+9
* * cont.c (rb_cont_call): forbid cross fiber continuation call.ko12007-06-153-25/+17
* * sample/test.rb: fix to show line information whether test succeeds.ko12007-06-153-5/+9
* fix previous change.akr2007-06-141-1/+5
* * eval_load.c (Init_load): delay allocating an array for rb_load_pathakr2007-06-149-9/+166
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser): handle morenobu2007-06-142-1/+6
* * 2007-06-14eban2007-06-141-3/+3
* * lib/securerandom.rb: documente updated.akr2007-06-142-2/+7
* * gc.c (garbage_collect): update IA64 register stack code.matz2007-06-132-22/+7
* * parse.y (call_args): no allow splat after assocs. takesmatz2007-06-132-60/+7
* * configure.in (darwin): prohibit loading extension libraries tonobu2007-06-123-5/+11
* resurrection of improperly deleted ChangeLog entryshyouhei2007-06-121-0/+5
* * lib/mkmf.rb (Logging.quiet, Logging.message): added quiet flag andnobu2007-06-122-2/+10
* * lib/mkmf.rb (find_header): use header names in the message.nobu2007-06-122-1/+6
* * 2007-06-12usa2007-06-121-3/+3
* Fixed [UG]ID::eid=. Fixes bug # 10370ryan2007-06-121-2/+2