aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby: moved public headers.nobu2007-06-101-0/+4
* * lib/securerandom.rb: renamed from lib/secrand.rb.akr2007-06-101-1/+6
* add ML ref. for lex.c change.akr2007-06-091-0/+1
* * lib/secrand.rb: rename SecRand() to SecRand.random_number.akr2007-06-081-0/+4
* * ext/zlib/zlib.c (gzfile_s_open): use FilePathValue to supportakr2007-06-081-0/+5
* * eval_jump.h: th->errinfo should clear with nil.ko12007-06-081-0/+4
* * parse.y (call_args): allow splat argument after unpackedmatz2007-06-081-0/+7
* * lib/cgi/session.rb: use secrand for generating cookies.akr2007-06-081-0/+2
* * lib/secrand.rb: new file for secure random interface.akr2007-06-081-0/+4
* * {win32,wince}/Makefile.sub: add lex.c rule.usa2007-06-081-0/+4
* * lex.c.blt: moved from lex.c.akr2007-06-081-0/+6
* * thread.c (rb_thread_execute_interrupts): invoke ensure whenko12007-06-071-0/+5
* * lib/pp.rb: call original "method" method instead of redefined one.akr2007-06-071-0/+4
* * iseq.c (prepare_iseq_build): freeze filename and name string.ko12007-06-071-0/+6
* * cont.c (cont_restore_1): fix to check root fiber [ruby-dev:30911].ko12007-06-071-0/+6
* * lib/json/common.rb: Ponder offering parse\! method.naruse2007-06-061-0/+11
* * test_fiber.rb: add a test (Continuation and Fiber).ko12007-06-061-0/+4
* * cont.c (cont_new): add debug message.ko12007-06-061-0/+13
* * eval_intern.h, eval.c (ruby_init): remove POP_TAG_INIT().ko12007-06-061-0/+6
* * insns.def (invokeblock): fix of splat argument.ko12007-06-061-0/+5
* * insns.def: fixed indentation.usa2007-06-061-0/+4
* * eval.c (rb_yield): fix to check Qundef.ko12007-06-061-0/+4
* * test/ruby/test_continuation.rb: add a test for last commit.ko12007-06-061-0/+4
* * cont.c (rb_cont_call): forbid calling dead fiber withko12007-06-061-0/+5
* * compile.c (iseq_compile_each): fix around yield argumentsko12007-06-061-0/+5
* * cont.c (rb_fiber_start): clear th->tag and check error to fixko12007-06-051-0/+9
* * insnhelper.h, insns.def (DEC_SP): shoudn't use unary minus operatorusa2007-06-051-0/+6
* * parse.y (new_yield), compile.c (iseq_compile_each): fixko12007-06-051-0/+18
* * io.c (rb_f_p): returns arguments to intervene. [ruby-dev:29736]matz2007-06-051-0/+4
* * insns.def (invokeblock): check block is created by lambdako12007-06-051-0/+7
* * lib/pp.rb (PP::PPMethods::seplist): revert last change to workmatz2007-06-051-1/+6
* * numeric.c (int_round): should not just truncate.matz2007-06-051-1/+5
* * ext/nkf/nkf-utf8/nkf.c (kanji_convert): Fix guess fallback.naruse2007-06-051-0/+4
* * compile.c: fixed indentation.nobu2007-06-051-6/+6
* * thread_win32.ci: fixed typo.nobu2007-06-051-1/+3
* * call_cfunc.ci: protoized.nobu2007-06-051-1/+3
* * compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,nobu2007-06-051-32/+44
* * ext/nkf: import nkf.c rev:1.124naruse2007-06-041-0/+3
* * lib/json.rb, lib/json, ext/json, test/json:naruse2007-06-041-0/+5
* * cont.c (Fiber#pass): rename to Fiber#yield. Block parameterko12007-06-021-0/+10
* * proc.c (Init_Proc): remove a line break.ko12007-06-021-0/+4
* * numeric.c (int_round): small optimization to handle bignums.matz2007-06-011-0/+4
* * insnhelper.h (INC_SP): shouldn't cast ``x'' to unsigned type becauseusa2007-06-011-0/+9
* * numeric.c (num_round): should convert self to Float.nobu2007-06-011-0/+5
* * numeric.c (flo_round): now takes optional argument to specifymatz2007-05-311-0/+7
* * enum.c (each_with_index_i): should work well with continuation.matz2007-05-311-0/+6
* * lib/benchmark.rb (Benchmark::Job::item): avoid modifying thenobu2007-05-311-0/+5
* * cont.c (cont_capture): store all local variables in heapko12007-05-301-0/+11
* * lib/net/imap.rb (ResponseParser#next_token): fixedshugo2007-05-301-0/+9
* * lib/net/ftp.rb (Net::FTP#transfercmd): skip 2XXshugo2007-05-301-0/+5