From 21669ba304aa932a2aa8b004ad59c0f3bb3435c1 Mon Sep 17 00:00:00 2001 From: shugo Date: Wed, 20 Aug 2008 15:30:28 +0000 Subject: * strftime.c: new file. * common.mk (COMMONOBJS): added strftime.$(OBJEXT). * time.c (time_strftime): do not use strftime(3). supported %L(millisecond) and %N(nanosecond). * test/ruby/test_time.rb: added tests for %L and %N. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c7ebfaf49..0a26dcb9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Thu Aug 21 00:20:05 2008 Shugo Maeda + + * strftime.c: new file. + + * common.mk (COMMONOBJS): added strftime.$(OBJEXT). + + * time.c (time_strftime): do not use strftime(3). supported + %L(millisecond) and %N(nanosecond). + + * test/ruby/test_time.rb: added tests for %L and %N. + Wed Aug 20 23:53:42 2008 Tanaka Akira * io.c (io_set_encoding): removed. -- cgit