summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-10* missing/isinf.c, missing/dup2.c, missing/strtod.c, missing/x68.c,nobu
2007-06-10* instruby.rb (install_recursive): should check parent directoris ofnobu
2007-06-10* parse.y (do_block, brace_block): fix line numbers. [ruby-dev:30831]nobu
2007-06-10* instruby.rb (ext-comm): make header directory first.nobu
2007-06-10* instruby.rb (install_recursive): add :glob option rather thannobu
2007-06-10 * test/ruby/test_beginendblock.rb: typo.usa
2007-06-10* instruby.rb (install_recursive): skip .svn directories.nobu
2007-06-10* win32/Makefile.sub (config.status): rubyhdrdir was missing.nobu
2007-06-10* Makefile.in: use --output-file for gperf to not leave lex.c.tmp.akr
2007-06-10* ext/extmk.rb: prepend also topdir to mflags at last.nobu
2007-06-10* Makefile.in, win32/Makefile.sub (XCFLAGS): -I. is needed for *.inc.nobu
2007-06-10* test/ruby/test_beginendblock.rb (test_should_propagate_signaled):nobu
2007-06-10* instruby.rb (install_recursive): skip backup files.nobu
2007-06-10* include/ruby: moved public headers.nobu
2007-06-10add document.akr
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