aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * thread_pthread.ci (thread_timer): must not be applied to trunk.nobu2007-05-301-6/+0
* * eval.c (thread_timer): timer thread should not receive any signals.nobu2007-05-291-0/+6
* * eval.c (rb_eval_cmd): just return if no exceptions.nobu2007-05-291-0/+5
* * signal.c (interrupt_init): needs to pass nil for Interrupt.nobu2007-05-291-1/+4
* * signal.c (trap): fixed segfaults. [ruby-dev:30830]nobu2007-05-291-0/+4
* * gc.c (rb_source_filename, obj_free): supress warnings.nobu2007-05-291-1/+3
* * gc.c (garbage_collect, yarv_machine_stack_mark): fixed typo.nobu2007-05-291-0/+5
* * parse.y (open_args, arg_ambiguous, parser_warning): should not usenobu2007-05-291-0/+5
* * win32/win32.c (rb_w32_opendir): removed duplicated code.nobu2007-05-291-0/+4
* * cont.c: fix bug around Continuation and Fiber.ko12007-05-291-0/+6
* * win32/win32.c (rb_w32_opendir, rb_w32_readdir): eliminate magicnobu2007-05-291-0/+5
* * cont.c: fixed a function name.nobu2007-05-281-0/+4
* * cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail.ko12007-05-271-0/+11
* * test/ruby/test_beginendblock.rb (test_should_propagate_signaled):nobu2007-05-251-0/+3
* * eval.c (ruby_exec_internal): do nothing if no code.nobu2007-05-251-0/+7
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12385 b2dd03c8-39d4-4d8f-98...nobu2007-05-251-0/+3
* * yarvcore.c (Init_VM): wrap already initialized structs to usenobu2007-05-251-0/+5
* * regint.h (include): on some platform, defines.h redefinesusa2007-05-251-0/+8
* * cont.c: check across trap violation.ko12007-05-241-0/+6
* * gc.c, yarvcore.c: fix to mark VM structure on startup.ko12007-05-241-0/+6
* * cont.c: support callcc which everyone love.ko12007-05-231-0/+13
* * common.mk: add a rule for regsyntax.c.matz2007-05-231-0/+4
* * lib/cgi.rb (CGI#[]): get rid of exceptions being raised.matz2007-05-231-0/+5
* * oniguruma.h: updated to Oniguruma 5.7.0.matz2007-05-231-0/+6
* * ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear defaultnobu2007-05-221-0/+6