summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2007-06-08* eval_jump.h: th->errinfo should clear with nil.ko1
2007-06-08* parse.y (call_args): allow splat argument after unpackedmatz
2007-06-08* lib/cgi/session.rb: use secrand for generating cookies.akr
2007-06-08* lib/secrand.rb: new file for secure random interface.akr
2007-06-08 * {win32,wince}/Makefile.sub: add lex.c rule.usa
2007-06-08* lex.c.blt: moved from lex.c.akr
2007-06-07* thread.c (rb_thread_execute_interrupts): invoke ensure whenko1
2007-06-07* lib/pp.rb: call original "method" method instead of redefined one.akr
2007-06-07* iseq.c (prepare_iseq_build): freeze filename and name string.ko1
2007-06-07* cont.c (cont_restore_1): fix to check root fiber [ruby-dev:30911].ko1
2007-06-06* lib/json/common.rb: Ponder offering parse\! method.naruse
2007-06-06* test_fiber.rb: add a test (Continuation and Fiber).ko1
2007-06-06* cont.c (cont_new): add debug message.ko1
2007-06-06* eval_intern.h, eval.c (ruby_init): remove POP_TAG_INIT().ko1