summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-05-31* numeric.c (flo_round): now takes optional argument to specifymatz
2007-05-31* enum.c (each_with_index_i): should work well with continuation.matz
2007-05-31* lib/benchmark.rb (Benchmark::Job::item): avoid modifying thenobu
2007-05-30* cont.c (cont_capture): store all local variables in heapko1
2007-05-30* lib/net/imap.rb (ResponseParser#next_token): fixedshugo
2007-05-30* lib/net/ftp.rb (Net::FTP#transfercmd): skip 2XXshugo
2007-05-30* thread_pthread.ci (thread_timer): must not be applied to trunk.nobu
2007-05-29* eval.c (thread_timer): timer thread should not receive any signals.nobu
2007-05-29* eval.c (rb_eval_cmd): just return if no exceptions.nobu
2007-05-29* signal.c (interrupt_init): needs to pass nil for Interrupt.nobu
2007-05-29* signal.c (trap): fixed segfaults. [ruby-dev:30830]nobu
2007-05-29* gc.c (rb_source_filename, obj_free): supress warnings.nobu
2007-05-29* gc.c (garbage_collect, yarv_machine_stack_mark): fixed typo.nobu
2007-05-29* parse.y (open_args, arg_ambiguous, parser_warning): should not usenobu
2007-05-29* win32/win32.c (rb_w32_opendir): removed duplicated code.nobu
2007-05-29* cont.c: fix bug around Continuation and Fiber.ko1
2007-05-29* win32/win32.c (rb_w32_opendir, rb_w32_readdir): eliminate magicnobu
2007-05-28* cont.c: fixed a function name.nobu
2007-05-27* cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail.ko1
2007-05-25* ext/tk/lib/tkextlib/tcllib/tablelist.rb: fix typo.nagai
2007-05-25* test/ruby/test_beginendblock.rb (test_should_propagate_signaled):nobu
2007-05-25* eval.c (ruby_exec_internal): do nothing if no code.nobu
2007-05-25git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12385 b2dd03c8-39d4-4d8f-98...nobu
2007-05-25* yarvcore.c (Init_VM): wrap already initialized structs to usenobu
2007-05-25 * regint.h (include): on some platform, defines.h redefinesusa
2007-05-24* cont.c: check across trap violation.ko1
2007-05-24* gc.c, yarvcore.c: fix to mark VM structure on startup.ko1
2007-05-23* cont.c: support callcc which everyone love.ko1
2007-05-23* common.mk: add a rule for regsyntax.c.matz
2007-05-23* regsyntax.c, unicode.c: set eol-stylenobu
2007-05-23* lib/cgi.rb (CGI#[]): get rid of exceptions being raised.matz
2007-05-23* oniguruma.h: updated to Oniguruma 5.7.0.matz
2007-05-22* ext/purelib.rb: commit miss.nobu
2007-05-22* ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear defaultnobu
2007-05-22* ruby.c (set_arg0): support RSTRING_LEN on HP-UX. a patch frommatz
2007-05-21* compile.c, vm_macro.def: support tail call optimizationko1
2007-05-20* lib/net/smtp.rb: CRAM-MD5 authentication did not work. [ruby-dev:30770]aamine
2007-05-19typotadf
2007-05-19 * lib/date/format.rb (Date._parse): detects some OFX datestadf
2007-05-18* enum.c (enum_inject): minor improvement. [ruby-dev:30792]nobu
2007-05-18* enum.c (enum_inject): it is now can work without block. youmatz
2007-05-18* file.c (Init_File): method definition mismatch.nobu
2007-05-18* file.c (Init_File): add to_path method to File objects.matz
2007-05-18* ruby.c (DllMain, ruby_init_loadpath): use DLL instance handle givennobu