aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ruby.c (set_arg0): support RSTRING_LEN on HP-UX. a patch frommatz2007-05-221-0/+5
* * compile.c, vm_macro.def: support tail call optimizationko12007-05-211-0/+13
* * lib/net/smtp.rb: CRAM-MD5 authentication did not work. [ruby-dev:30770]aamine2007-05-201-0/+5
* typotadf2007-05-191-1/+1
* * lib/date/format.rb (Date._parse): detects some OFX datestadf2007-05-191-0/+5
* * enum.c (enum_inject): minor improvement. [ruby-dev:30792]nobu2007-05-181-0/+10
* * enum.c (enum_inject): it is now can work without block. youmatz2007-05-181-0/+7
* * file.c (Init_File): method definition mismatch.nobu2007-05-181-0/+4
* * file.c (Init_File): add to_path method to File objects.matz2007-05-181-0/+4
* * ruby.c (DllMain, ruby_init_loadpath): use DLL instance handle givennobu2007-05-181-0/+6
* * misc/ruby-style.el (ruby-style-label-indent): for yacc rules.nobu2007-05-171-0/+4
* * parse.y (f_arg): remove typo from ripper description.matz2007-05-171-0/+4
* * parse.y, compile.c (set_arguments): fix to support in-parenko12007-05-171-0/+5
* * iseq.c (ruby_iseq_disasm): fix to show post arg info.ko12007-05-171-0/+4
* * debug.c (ruby_debug_node): fix to show node line.ko12007-05-171-0/+4
* * lib/logger.rb (Logger::Application): remove meaningless logdevnahi2007-05-161-0/+6
* * test/ruby/test_beginendblock.rb (test_endblockwarn): now parsernobu2007-05-151-0/+5
* * win32/win32.c (init_stdhandle): stderr should be without buffering,usa2007-05-151-0/+5
* * array.c (rb_ary_zip): a.zip(b,c) should return an array, notmatz2007-05-131-0/+9
* * array.c (rb_ary_choice): should return nil when the array ismatz2007-05-131-0/+5
* * lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120]aamine2007-05-121-0/+6
* * iseq.c (iseq_data_to_ary): internal IDs must not be exposed.nobu2007-05-111-0/+8