aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/json/ext/{generator,parser}/extconf.h: removed intermediate files.nobu2007-06-062-6/+0
* * cont.c (rb_fiber_start): clear th->tag and check error to fixko12007-06-054-2/+32
* * insnhelper.h, insns.def (DEC_SP): shoudn't use unary minus operatorusa2007-06-053-4/+11
* * parse.y (new_yield), compile.c (iseq_compile_each): fixko12007-06-059-74/+97
* * io.c (rb_f_p): returns arguments to intervene. [ruby-dev:29736]matz2007-06-052-2/+13
* * insns.def (invokeblock): check block is created by lambdako12007-06-053-2/+25
* * lib/pp.rb (PP::PPMethods::seplist): revert last change to workmatz2007-06-052-3/+8
* * numeric.c (int_round): should not just truncate.matz2007-06-052-17/+30
* * ext/nkf/nkf-utf8/nkf.c (kanji_convert): Fix guess fallback.naruse2007-06-052-4/+7
* * call_cfunc.ci (call_cfunc): fixed typo.nobu2007-06-051-1/+1
* * compile.c: fixed indentation.nobu2007-06-058-34/+36
* * thread_win32.ci: fixed typo.nobu2007-06-052-4/+6
* * call_cfunc.ci: protoized.nobu2007-06-052-6/+4
* * compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,nobu2007-06-0517-2230/+2261