aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * cont.c (cont_new): add debug message.ko12007-06-064-3/+48
* * eval_intern.h, eval.c (ruby_init): remove POP_TAG_INIT().ko12007-06-065-7/+10
* * insns.def (invokeblock): fix of splat argument.ko12007-06-062-1/+8
* * insns.def: fixed indentation.usa2007-06-062-1/+5
* * lib/json/pure: set properties.nobu2007-06-060-0/+0
* * eval.c (rb_yield): fix to check Qundef.ko12007-06-062-1/+10
* * test/ruby/test_continuation.rb: add a test for last commit.ko12007-06-062-0/+11
* * cont.c (rb_cont_call): forbid calling dead fiber withko12007-06-062-0/+13
* * ext/json, lib/json, test/json: set properties.nobu2007-06-066-0/+0
* * compile.c (iseq_compile_each): fix around yield argumentsko12007-06-062-7/+8