summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-10* lib/securerandom.rb: renamed from lib/secrand.rb.akr
2007-06-09add ML ref. for lex.c change.akr
2007-06-08* lib/secrand.rb: rename SecRand() to SecRand.random_number.akr
2007-06-08* ext/zlib/zlib.c (gzfile_s_open): use FilePathValue to supportakr
2007-06-08* eval_jump.h: th->errinfo should clear with nil.ko1
2007-06-08documented.akr
2007-06-08* parse.y (call_args): allow splat argument after unpackedmatz
2007-06-08* lib/cgi/session.rb: use secrand for generating cookies.akr
2007-06-08* lib/secrand.rb: new file for secure random interface.akr
2007-06-08 * {win32,wince}/Makefile.sub: add lex.c rule.usa
2007-06-08follow previous lex.c change.akr
2007-06-08* lex.c.blt: moved from lex.c.akr
2007-06-07* thread.c (rb_thread_execute_interrupts): invoke ensure whenko1
2007-06-07* lib/pp.rb: call original "method" method instead of redefined one.akr
2007-06-07* iseq.c (prepare_iseq_build): freeze filename and name string.ko1
2007-06-07* cont.c (cont_restore_1): fix to check root fiber [ruby-dev:30911].ko1
2007-06-06* lib/json/common.rb: Ponder offering parse\! method.naruse
2007-06-06* test_fiber.rb: add a test (Continuation and Fiber).ko1
2007-06-06* cont.c (cont_new): add debug message.ko1
2007-06-06* eval_intern.h, eval.c (ruby_init): remove POP_TAG_INIT().ko1
2007-06-06* insns.def (invokeblock): fix of splat argument.ko1
2007-06-06 * insns.def: fixed indentation.usa
2007-06-06* lib/json/pure: set properties.nobu
2007-06-06* eval.c (rb_yield): fix to check Qundef.ko1
2007-06-06* test/ruby/test_continuation.rb: add a test for last commit.ko1
2007-06-06* cont.c (rb_cont_call): forbid calling dead fiber withko1
2007-06-06* ext/json, lib/json, test/json: set properties.nobu
2007-06-06* compile.c (iseq_compile_each): fix around yield argumentsko1
2007-06-06* ext/json/ext/{generator,parser}/extconf.h: removed intermediate files.nobu
2007-06-05* cont.c (rb_fiber_start): clear th->tag and check error to fixko1
2007-06-05 * insnhelper.h, insns.def (DEC_SP): shoudn't use unary minus operatorusa
2007-06-05* parse.y (new_yield), compile.c (iseq_compile_each): fixko1
2007-06-05* io.c (rb_f_p): returns arguments to intervene. [ruby-dev:29736]matz
2007-06-05* insns.def (invokeblock): check block is created by lambdako1
2007-06-05* lib/pp.rb (PP::PPMethods::seplist): revert last change to workmatz
2007-06-05* numeric.c (int_round): should not just truncate.matz
2007-06-05* ext/nkf/nkf-utf8/nkf.c (kanji_convert): Fix guess fallback.naruse
2007-06-05* call_cfunc.ci (call_cfunc): fixed typo.nobu
2007-06-05* compile.c: fixed indentation.nobu
2007-06-05* thread_win32.ci: fixed typo.nobu
2007-06-05* call_cfunc.ci: protoized.nobu
2007-06-05* compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,nobu
2007-06-04* 2007-06-04usa
2007-06-04* ext/nkf: import nkf.c rev:1.124naruse
2007-06-04* lib/json.rb, lib/json, ext/json, test/json:naruse
2007-06-02* cont.c (Fiber#pass): rename to Fiber#yield. Block parameterko1
2007-06-02* proc.c (Init_Proc): remove a line break.ko1
2007-06-01* numeric.c (int_round): small optimization to handle bignums.matz
2007-06-01 * insnhelper.h (INC_SP): shouldn't cast ``x'' to unsigned type becauseusa
2007-06-01* numeric.c (num_round): should convert self to Float.nobu