summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-06-17* vm_dump.c (vm_stack_dump_raw): hide VM stack trace.ko1
2007-06-17* signal.c (sigsegv): clear gc_stress flag on SEGV.ko1
2007-06-17* variable.c (rb_global_entry, rb_f_untrace_var, rb_alias_variable,nobu
2007-06-17* variable.c (rb_path2class): get rid of dangling pointer caused bynobu
2007-06-17fix typos.akr
2007-06-17* eval.c (rb_method_missing): avoid an warning "too many argumentsakr
2007-06-16* gc.c (garbage_collect): re-introduce ruby_current_node marking code.akr
2007-06-16* gc.c (gc_sweep): re-introduce heap extension strategy change.akr
2007-06-15* .gdbinit: new file to ease debugging using gdb.akr
2007-06-15* signal.c (default_handler): func argument removed.akr
2007-06-15* common.mk (realclean): separate local and ext.nobu
2007-06-15add ML ref.akr
2007-06-15* keywords: enclose C code in declaration section by %{ and %}.akr
2007-06-15* signal.c (trap_handler): trap("SIGSEGV", "DEFAULT") may cause wrongakr
2007-06-15* insns.def(setconstant, toregexp): fix to mark object correctly.ko1
2007-06-15* hash.c: exchange semantics of Hash#each and Hash#each_pair.ko1
2007-06-15* test/ruby/test_iterator.rb: remove debug code (GC.stress=true).ko1
2007-06-15* vm.c (th_yield_setup_args): |v| should work as |v,|.ko1
2007-06-15* eval.c (ruby_finalize_1): rb_thread_t#errinfo should be clear withko1
2007-06-15* cont.c (rb_cont_call): forbid cross fiber continuation call.ko1
2007-06-15* sample/test.rb: fix to show line information whether test succeeds.ko1
2007-06-14* eval_load.c (Init_load): delay allocating an array for rb_load_pathakr
2007-06-14* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser): handle morenobu
2007-06-14* lib/securerandom.rb: documente updated.akr
2007-06-13* gc.c (garbage_collect): update IA64 register stack code.matz
2007-06-13* parse.y (call_args): no allow splat after assocs. takesmatz
2007-06-12* configure.in (darwin): prohibit loading extension libraries tonobu
2007-06-12resurrection of improperly deleted ChangeLog entryshyouhei
2007-06-12* lib/mkmf.rb (Logging.quiet, Logging.message): added quiet flag andnobu
2007-06-12* lib/mkmf.rb (find_header): use header names in the message.nobu
2007-06-11fix wrong date.akr
2007-06-10* ext/probeprofiler/probeprofiler.c: clean warnings.nobu
2007-06-10* missing/isinf.c, missing/dup2.c, missing/strtod.c, missing/x68.c,nobu
2007-06-10* instruby.rb (install_recursive): should check parent directoris ofnobu
2007-06-10* parse.y (do_block, brace_block): fix line numbers. [ruby-dev:30831]nobu
2007-06-10* instruby.rb (ext-comm): make header directory first.nobu
2007-06-10* instruby.rb (install_recursive): add :glob option rather thannobu
2007-06-10 * test/ruby/test_beginendblock.rb: typo.usa
2007-06-10* instruby.rb (install_recursive): skip .svn directories.nobu
2007-06-10* win32/Makefile.sub (config.status): rubyhdrdir was missing.nobu
2007-06-10* Makefile.in: use --output-file for gperf to not leave lex.c.tmp.akr
2007-06-10* ext/extmk.rb: prepend also topdir to mflags at last.nobu
2007-06-10* Makefile.in, win32/Makefile.sub (XCFLAGS): -I. is needed for *.inc.nobu
2007-06-10* test/ruby/test_beginendblock.rb (test_should_propagate_signaled):nobu
2007-06-10* instruby.rb (install_recursive): skip backup files.nobu
2007-06-10* include/ruby: moved public headers.nobu
2007-06-10* lib/securerandom.rb: renamed from lib/secrand.rb.akr
2007-06-09add ML ref. for lex.c change.akr
2007-06-08* lib/secrand.rb: rename SecRand() to SecRand.random_number.akr
2007-06-08* ext/zlib/zlib.c (gzfile_s_open): use FilePathValue to supportakr