summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Fixed typo in code. Fixes bug #10420ryan2007-06-121-1/+1
* fix wrong date.akr2007-06-111-1/+1
* * ext/probeprofiler/probeprofiler.c: clean warnings.nobu2007-06-102-9/+11
* * missing/isinf.c, missing/dup2.c, missing/strtod.c, missing/x68.c,nobu2007-06-106-5/+10
* * instruby.rb (install_recursive): should check parent directoris ofnobu2007-06-102-0/+6
* * parse.y (do_block, brace_block): fix line numbers. [ruby-dev:30831]nobu2007-06-102-7/+11
* * instruby.rb (ext-comm): make header directory first.nobu2007-06-102-5/+8
* * instruby.rb (install_recursive): add :glob option rather thannobu2007-06-102-6/+12
* * test/ruby/test_beginendblock.rb: typo.usa2007-06-102-2/+6
* * instruby.rb (install_recursive): skip .svn directories.nobu2007-06-102-1/+8
* * win32/Makefile.sub (config.status): rubyhdrdir was missing.nobu2007-06-102-0/+6
* * Makefile.in: use --output-file for gperf to not leave lex.c.tmp.akr2007-06-102-1/+5
* * ext/extmk.rb: prepend also topdir to mflags at last.nobu2007-06-102-3/+4
* * Makefile.in, win32/Makefile.sub (XCFLAGS): -I. is needed for *.inc.nobu2007-06-104-3/+9
* * test/ruby/test_beginendblock.rb (test_should_propagate_signaled):nobu2007-06-102-10/+14
* * instruby.rb (install_recursive): skip backup files.nobu2007-06-102-4/+7
* * include/ruby: moved public headers.nobu2007-06-10124-409/+647
* add document.akr2007-06-101-0/+9
* * lib/securerandom.rb: renamed from lib/secrand.rb.akr2007-06-103-3/+136
* add ML ref. for lex.c change.akr2007-06-091-0/+1
* * lib/secrand.rb: rename SecRand() to SecRand.random_number.akr2007-06-082-27/+34
* * ext/zlib/zlib.c (gzfile_s_open): use FilePathValue to supportakr2007-06-082-1/+6
* * eval_jump.h: th->errinfo should clear with nil.ko12007-06-082-1/+5
* documented.akr2007-06-081-1/+60
* * parse.y (call_args): allow splat argument after unpackedmatz2007-06-083-4/+75
* * lib/cgi/session.rb: use secrand for generating cookies.akr2007-06-082-9/+17
* * lib/secrand.rb: new file for secure random interface.akr2007-06-082-0/+70
* * {win32,wince}/Makefile.sub: add lex.c rule.usa2007-06-083-0/+10
* follow previous lex.c change.akr2007-06-081-1/+1
* * lex.c.blt: moved from lex.c.akr2007-06-083-3/+12
* * thread.c (rb_thread_execute_interrupts): invoke ensure whenko12007-06-072-10/+6
* * lib/pp.rb: call original "method" method instead of redefined one.akr2007-06-072-3/+14
* * iseq.c (prepare_iseq_build): freeze filename and name string.ko12007-06-073-3/+16
* * cont.c (cont_restore_1): fix to check root fiber [ruby-dev:30911].ko12007-06-073-3/+20
* * lib/json/common.rb: Ponder offering parse\! method.naruse2007-06-067-22/+51
* * test_fiber.rb: add a test (Continuation and Fiber).ko12007-06-062-0/+20