Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 29 Aug 2000 04:18:58 +0000 (04:18 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 29 Aug 2000 04:18:58 +0000 (04:18 +0000)
2000-08-28  Ulrich Drepper  <drepper@redhat.com>

* time/strftime.c (my_strftime): Handle # flag for %b as well.

ChangeLog
time/strftime.c

index a7d614f..70c0b6c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-08-28  Ulrich Drepper  <drepper@redhat.com>
+
+       * time/strftime.c (my_strftime): Handle # flag for %b as well.
+
 2000-08-27  H.J. Lu  <hjl@gnu.org>
 
        * posix/Makefile (otherlibs): Add for building with static-nss
index c8334d9..abda62b 100644 (file)
@@ -746,6 +746,11 @@ my_strftime (s, maxsize, format, tp ut_argument)
 
        case L_('b'):
        case L_('h'):           /* POSIX.2 extension.  */
+         if (change_case)
+           {
+             to_uppcase = 1;
+             to_lowcase = 0;
+           }
          if (modifier != 0)
            goto bad_format;
 #if defined _NL_CURRENT || !HAVE_STRFTIME