From 8e14695b2d7c7cb895650236e413cdec93757c40 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 22 Oct 2005 04:27:48 +0000 Subject: * time.c (rb_strftime): removed meaningless volatile modifiers, and concatenate successive nul characters at once. [ruby-dev:27472] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9440 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3f1a804b2..e95353164 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,13 @@ -Sat Oct 22 13:08:21 2005 Nobuyoshi Nakada +Sat Oct 22 13:26:57 2005 Nobuyoshi Nakada * object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): check if valid as a symbol name more strictly. [ruby-dev:27478] * test/ruby/test_symbol.rb: tests for [ruby-core:03573]. + * time.c (rb_strftime): removed meaningless volatile modifiers, and + concatenate successive nul characters at once. [ruby-dev:27472] + Sat Oct 22 10:08:28 2005 Hirokazu Yamamoto * missing.h, missing/*.c: SUSv3 compatible strcasecmp and strncasecmp, -- cgit