ruby-changes:12568
From: azav <ko1@a...>
Date: Sun, 26 Jul 2009 00:21:30 +0900 (JST)
Subject: [ruby-changes:12568] Ruby:r24277 (trunk): * include/ruby/defines.h [__SYMBIAN32__]: defined TRUE and FALSE to match changes in bignum.c and array.c.
azav 2009-07-26 00:21:04 +0900 (Sun, 26 Jul 2009) New Revision: 24277 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=24277 Log: * include/ruby/defines.h [__SYMBIAN32__]: defined TRUE and FALSE to match changes in bignum.c and array.c. * ext/bigdecimal.c: moved BASE_FIG definition before it is used first time. Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 24276) +++ ChangeLog (revision 24277) @@ -1,3 +1,11 @@ +Tue Apr 21 01:09:14 2009 Alexander Zavorine <alexandre.zavorine@n...> + + * ext/bigdecimal.c: moved BASE_FIG definition before it is used + first time. + + * include/ruby/defines.h [__SYMBIAN32__]: defined TRUE and FALSE to match + changes in bignum.c and array.c. + Sat Jul 25 17:49:03 2009 Nobuyoshi Nakada <nobu@r...> * io.c (argf_eof): should not have reached EOF before trying to -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/