ruby-changes:5309
From: knu <ko1@a...>
Date: Wed, 4 Jun 2008 17:24:52 +0900 (JST)
Subject: [ruby-changes:5309] Ruby:r16808 (ruby_1_8_7): * NEWS: Fix typos and move misplaced entries.
knu 2008-06-04 17:24:26 +0900 (Wed, 04 Jun 2008) New Revision: 16808 Modified files: branches/ruby_1_8_7/ChangeLog branches/ruby_1_8_7/NEWS Log: * NEWS: Fix typos and move misplaced entries. NEWS: Somehow optflags and warnflags were not actually included in this release. http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_7/ChangeLog?r1=16808&r2=16807&diff_format=u http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_7/NEWS?r1=16808&r2=16807&diff_format=u Index: ruby_1_8_7/NEWS =================================================================== --- ruby_1_8_7/NEWS (revision 16807) +++ ruby_1_8_7/NEWS (revision 16808) @@ -11,12 +11,6 @@ === Configuration changes -* default C flags - - Some C compiler flags may be added by default depending on your - environment. Specify optflags=.. and warnflags=.. as necessary to - override them. - * vendor_ruby directory A new library directory named `vendor_ruby' is introduced in Index: ruby_1_8_7/ChangeLog =================================================================== --- ruby_1_8_7/ChangeLog (revision 16807) +++ ruby_1_8_7/ChangeLog (revision 16808) @@ -1,3 +1,9 @@ +Wed Jun 4 17:22:30 2008 Akinori MUSHA <knu@i...> + + * NEWS: Fix typos and move misplaced entries. + NEWS: Somehow optflags and warnflags were not actually included + in this release. + Tue Jun 3 19:33:22 2008 Akinori MUSHA <knu@i...> * enumerator.c (enumerator_init_copy): Take care of -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/