summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-05-17* misc/ruby-style.el (ruby-style-label-indent): for yacc rules.nobu
2007-05-17* parse.y (f_arg): remove typo from ripper description.matz
2007-05-17* parse.y, compile.c (set_arguments): fix to support in-parenko1
2007-05-17* iseq.c (ruby_iseq_disasm): fix to show post arg info.ko1
2007-05-17* debug.c (ruby_debug_node): fix to show node line.ko1
2007-05-16 * lib/logger.rb (Logger::Application): remove meaningless logdevnahi
2007-05-15* test/ruby/test_beginendblock.rb (test_endblockwarn): now parsernobu
2007-05-15 * win32/win32.c (init_stdhandle): stderr should be without buffering,usa
2007-05-13* array.c (rb_ary_zip): a.zip(b,c) should return an array, notmatz
2007-05-13* array.c (rb_ary_choice): should return nil when the array ismatz
2007-05-12* 2007-05-12eban
2007-05-12* lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120]aamine
2007-05-11* iseq.c (iseq_data_to_ary): internal IDs must not be exposed.nobu
2007-05-10 * ext/iconv/iconv.c (iconv_s_conv): rdoc fix.usa
2007-05-10 * test/ruby/test_super.rb: add tests.usa
2007-05-10 * ext/iconv/iconv.c (iconv_s_conv): rdoc fix.usa
2007-05-10* parse.y (POINTER_P): pointer may be larger than long.nobu
2007-05-10* thread.c (rb_thread_priority): rdoc fix; the initial value isnobu
2007-05-09* numeric.c: purged trailing spaces.nobu
2007-05-09* bignum.c: purged trailing spaces.nobu
2007-05-09* bignum.c (Init_Bignum), numeric.c (Init_Numeric): added fdiv asnobu
2007-05-09* 2007-05-09nobu