From 44a88c7cd09f8895cbc1d2d49b2638965b51453a Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 1 Jun 2001 12:14:03 +0000 Subject: [PATCH] Fixed %w format in describing calendar dates git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10045 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 28b8b8153..510426bda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-06-01 Nicola Pero + + * Source/NSCalendarDate.m + ([-descriptionWithCalendarFormat:locale:]): Fixed %w (day of the + week) to output a single digit number rather than a two digit one. + 2001-05-31 Adam Fedor * Headers/gnustep/base/NSObjCRuntime.h (GSLastErrorStr): Define new