From 9c83c33e66e7c75a09d9203afbd6a289023ef1fc Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 24 Jan 2008 10:29:22 +0000 Subject: * sprintf.c (remove_sign_bits): returns pointer to the first char to be used, instead of copying. * sprintf.c (rb_str_format): negative indicator dots should come before sign digits always. [ruby-dev:33224] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a4c9f8f22..e2d1cf17b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Jan 24 19:29:20 2008 Nobuyoshi Nakada + + * sprintf.c (remove_sign_bits): returns pointer to the first char to + be used, instead of copying. + + * sprintf.c (rb_str_format): negative indicator dots should come + before sign digits always. [ruby-dev:33224] + Thu Jan 24 18:19:42 2008 Nobuyoshi Nakada * include/ruby/encoding.h (rb_enc_is_newline): parenthesized arguments. -- cgit