summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-01-14git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11533 b2dd03c...shyouhei
2007-01-13fix memory leak of win32ole.suke
2007-01-09 r11523@ruby: shyouhei | 2007-01-09 15:57:58 +0900shyouhei
2006-12-25* ext/openssl/ossl.h: fixed compilation problem on gcc 3.2.shyouhei
2006-12-25* stable version 1.8.5-p12 released.shyouhei
2006-12-25revert to p11shyouhei
2006-12-21 r12@ruby: shyouhei | 2006-12-21 21:09:03 +0900shyouhei
2006-12-15backport from ruby_1_8shyouhei
2006-12-15backport from ruby_1_8shyouhei
2006-12-14backport from ruby_1_8 ([ruby-core:9024])shyouhei
2006-12-06backport from ruby_1_8eban
2006-12-06backport from ruby_1_8shyouhei
2006-12-06backport from ruby_1_8shyouhei
2006-12-05backport from ruby_1_8shyouhei
2006-12-05backport from ruby_1_8shyouhei
2006-12-05backport from ruby_1_8shyouhei
2006-12-04* stable version 1.8.5-p2 released.shyouhei
2006-12-03* ChangeLog: fixed the date.shugo
2006-12-03* lib/cgi.rb (CGI::QueryExtension::read_multipart): should quoteshugo
2006-11-26backport CVE-2006-5467 fix.shyouhei
2006-11-26Sun Nov 26 16:36:46 2006 URABE Shyouhei <shyouhei@ruby-lang.org>shyouhei
2006-08-25* stable version 1.8.5 released.matz
2006-08-25* gc.c (gc_sweep): typo fixed.matz
2006-08-23ChangeLog updatematz
2006-08-22* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#find_body): Make RDocmatz
2006-08-22* lib/yaml/tag.rb: Replace nodoc with stopdoc so Module methods getmatz
2006-08-22remove semicolon warning. [ruby-dev:29299]matz
2006-08-22revert nkf -m0 patch for UTF-8matz
2006-08-19* win32/Makefile.sub (config.status): include winsock2.h instead ofusa
2006-08-19* file.c (rb_file_s_rename): use errno if set properly.nobu
2006-08-17* lib/cgi.rb (CGI::out): specify -m0 to disable MIME decode. amatz
2006-08-17* file.c (rb_stat_[rRwWxX]): check for super user.nobu
2006-08-17* ChangeLog: fixed typo.nobu
2006-08-17* lib/mkmf.rb: added rdoc by Daniel Berger. [ruby-core:08177]nobu
2006-08-16lib/rinda/ring.rb (do_reply): Fix for RingServer fails to find aseki
2006-08-16* process.c (proc_setuid, proc_setgid, proc_seteuid, proc_setegid):nobu
2006-08-16* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#find_class_comment): Fixdrbrain
2006-08-16* ruby.c (set_arg0): fill argv other than the first with an emptynobu
2006-08-16* win32/win32.h: removed an excess macro. fixed: [ruby-dev:29258]nobu
2006-08-12* ChangeLog: fix entry header format.nobu
2006-08-11* ChangeLog: correct auther name.nobu
2006-08-08* lib/irb/extend-command.rb (IRB::ExtendCommandBundle): pacifymatz
2006-08-08* Makefile.in, common.mk, configure.in: fix for platforms withoutusa
2006-08-07* ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c,matz
2006-08-07* ext/syck/syck.c (syck_move_tokens): should avoid negativematz
2006-08-07* configure.in, common.mk: AIX link issue. a patch from Yutakamatz
2006-08-07* dln.c, eval.c, gc.c, regex.c, ruby.h: shut up AIX allocamatz
2006-08-07* parse.y (top_local_setup): local_vars[-1] should pointmatz
2006-08-06%[EO]U didn't denote %U.tadf
2006-08-05"%\n" means "\n".tadf