aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * instruby.rb (ext-comm): make header directory first.nobu2007-06-101-1/+3
* * instruby.rb (install_recursive): add :glob option rather thannobu2007-06-101-0/+5
* * test/ruby/test_beginendblock.rb: typo.usa2007-06-101-0/+4
* * instruby.rb (install_recursive): skip .svn directories.nobu2007-06-101-0/+4
* * win32/Makefile.sub (config.status): rubyhdrdir was missing.nobu2007-06-101-0/+4
* * Makefile.in: use --output-file for gperf to not leave lex.c.tmp.akr2007-06-101-0/+4
* * ext/extmk.rb: prepend also topdir to mflags at last.nobu2007-06-101-2/+2
* * Makefile.in, win32/Makefile.sub (XCFLAGS): -I. is needed for *.inc.nobu2007-06-101-0/+6
* * test/ruby/test_beginendblock.rb (test_should_propagate_signaled):nobu2007-06-101-0/+5
* * instruby.rb (install_recursive): skip backup files.nobu2007-06-101-1/+5
* * include/ruby: moved public headers.nobu2007-06-101-0/+4
* * lib/securerandom.rb: renamed from lib/secrand.rb.akr2007-06-101-1/+6
* add ML ref. for lex.c change.akr2007-06-091-0/+1
* * lib/secrand.rb: rename SecRand() to SecRand.random_number.akr2007-06-081-0/+4
* * ext/zlib/zlib.c (gzfile_s_open): use FilePathValue to supportakr2007-06-081-0/+5
* * eval_jump.h: th->errinfo should clear with nil.ko12007-06-081-0/+4
* * parse.y (call_args): allow splat argument after unpackedmatz2007-06-081-0/+7
* * lib/cgi/session.rb: use secrand for generating cookies.akr2007-06-081-0/+2
* * lib/secrand.rb: new file for secure random interface.akr2007-06-081-0/+4
* * {win32,wince}/Makefile.sub: add lex.c rule.usa2007-06-081-0/+4
* * lex.c.blt: moved from lex.c.akr2007-06-081-0/+6
* * thread.c (rb_thread_execute_interrupts): invoke ensure whenko12007-06-071-0/+5
* * lib/pp.rb: call original "method" method instead of redefined one.akr2007-06-071-0/+4
* * iseq.c (prepare_iseq_build): freeze filename and name string.ko12007-06-071-0/+6
* * cont.c (cont_restore_1): fix to check root fiber [ruby-dev:30911].ko12007-06-071-0/+6
* * lib/json/common.rb: Ponder offering parse\! method.naruse2007-06-061-0/+11
* * test_fiber.rb: add a test (Continuation and Fiber).ko12007-06-061-0/+4