ruby-changes:18308
From: yugui <ko1@a...>
Date: Fri, 24 Dec 2010 12:20:45 +0900 (JST)
Subject: [ruby-changes:18308] Ruby:r30331 (ruby_1_9_2): * ChangeLog: removes duplicate/wrong entries. Patch by
yugui 2010-12-24 12:20:31 +0900 (Fri, 24 Dec 2010) New Revision: 30331 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30331 Log: * ChangeLog: removes duplicate/wrong entries. Patch by Tomoyuki Chikanaga <nagachika00 AT gmail.com>. http://twitter.com/#!/nagachika/status/18134422343647232 Modified files: branches/ruby_1_9_2/ChangeLog Index: ruby_1_9_2/ChangeLog =================================================================== --- ruby_1_9_2/ChangeLog (revision 30330) +++ ruby_1_9_2/ChangeLog (revision 30331) @@ -169,10 +169,6 @@ * lib/csv.rb: Upgrading output encoding as needed. [ruby-core:33135] -Tue Nov 17 08:54:04 2010 James Edward Gray II <jeg2@r...> - - * lib/csv.rb: Upgrading output encoding as needed. [ruby-core:33135] - Tue Nov 16 22:30:39 2010 Yusuke Endoh <mame@t...> * vm_insnhelper.c (vm_throw): remove fear of undefined behavior :-) @@ -461,10 +457,6 @@ * bootstraptest/test_method.rb: add a test for [ruby-core:30534]. -Wed Sep 22 01:49:52 2010 Koichi Sasada <ko1@a...> - - * bootstraptest/test_method.rb: add a test for [ruby-core:30534]. - Mon Sep 20 23:23:05 2010 Nobuyoshi Nakada <nobu@r...> * dir.c (bracket): get rid of scanning at the end of the pattern @@ -634,11 +626,6 @@ * ext/tk/stubs.c: fix [Bug #3771] "VC++ can't make ext/tk with enabling stubs". Thanks, Akio Tajima [ruby-dev:42159]. -Mon Oct 4 12:43:47 2010 Nobuyoshi Nakada <nobu@r...> - - * parse.y (regexp): dregexp has literal string only at the head - and successors are array. [ruby-core:32682] - Tue Aug 10 11:26:33 2010 NAKAMURA Usaku <usa@r...> * lib/un.rb (httpd): SIGQUIT and SIGHUP are not guaranteed to exist. @@ -699,13 +686,6 @@ * vm_insnhelper.c (vm_cref_push): no outer cref is needed for proc from method. Bug #3786, Bug #3860, [ruby-core:32501] -Wed Oct 6 11:52:12 2010 Nobuyoshi Nakada <nobu@r...> - - * io.c (fptr_finalize): write_mutex might have been destroyed - already in finalization phase, as the order of finalizers is not - guaranteed. rb_mutex_t should be used in place of Mutex object - in the future. - Sun Sep 19 13:44:24 2010 Nobuyoshi Nakada <nobu@r...> * configure.in (LIBRUBY_SO): fix an oversight of replace @@ -2209,11 +2189,6 @@ [ruby-dev:38849] -Wed May 12 09:21:05 2010 NARUSE, Yui <naruse@r...> - - * re.c (rb_reg_initialize_m): fix wrong index for the lang - option's value 'N'. reported by Masaya TARUI via IRC. - Tue May 11 21:53:18 2010 Yusuke Endoh <mame@t...> * test/rake/test_task_arguments.rb: makes ENV empty during tests @@ -2249,38 +2224,6 @@ * common.mk (dln_find.o): fix dependency. -Tue May 11 01:20:43 2010 Aaron Patterson <aaron@t...> - - * ext/psych/parser.c (parse): Return strings encoded as - Encoding.default_internal if set. - -Mon May 10 06:59:19 2010 NARUSE, Yui <naruse@r...> - - * common.mk (rdoc): rdoc should depend main. Moreover when XRUBY - is miniruby, it can run after miniruby is built. - -Mon May 10 03:36:56 2010 Yusuke Endoh <mame@t...> - - * vm_eval.c (eval_string_with_cref): propagative filename and line_no - of binding. [ruby-dev:38767] [ruby-core:28307] - - * vm_core.h (rb_binding_t), proc.c: add filename and line_no fields to - preserve them. - -Mon May 10 02:29:51 2010 Yusuke Endoh <mame@t...> - - * cont.c (fiber_switch): raise FiberError when returning to dead - fiber. [ruby-dev:40833] - -Sun May 16 11:39:15 2010 Nobuyoshi Nakada <nobu@r...> - - * include/ruby/missing.h (signbit): add missing prototype. - -Sun May 16 10:49:47 2010 Nobuyoshi Nakada <nobu@r...> - - * ext/iconv/iconv.c (rb_iconv_sys_fail): fix number of arguments. - a patch by Masaya TARUI <tarui AT prx.jp>. - Sun May 9 23:07:53 2010 Yusuke Endoh <mame@t...> * proc.c (proc_dup): copy blockprocval. proc_dup is used by @@ -2296,11 +2239,6 @@ * ext/psych/parser.c (parse): Return strings encoded as Encoding.default_internal if set. -Mon May 10 06:59:19 2010 NARUSE, Yui <naruse@r...> - - * common.mk (rdoc): rdoc should depend main. Moreover when XRUBY - is miniruby, it can run after miniruby is built. - Mon May 10 03:36:56 2010 Yusuke Endoh <mame@t...> * vm_eval.c (eval_string_with_cref): propagative filename and line_no -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/