aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* * 2007-06-04usa2007-06-041-3/+3
* * ext/nkf: import nkf.c rev:1.124naruse2007-06-041-0/+3
* * lib/json.rb, lib/json, ext/json, test/json:naruse2007-06-0469-70/+8551
* * cont.c (Fiber#pass): rename to Fiber#yield. Block parameterko12007-06-023-47/+68
* * proc.c (Init_Proc): remove a line break.ko12007-06-022-2/+5
* * numeric.c (int_round): small optimization to handle bignums.matz2007-06-013-4/+24
* * insnhelper.h (INC_SP): shouldn't cast ``x'' to unsigned type becauseusa2007-06-013-6/+15