mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
Update.
2000-08-28 Ulrich Drepper <drepper@redhat.com> * time/strftime.c (my_strftime): Handle # flag for %b as well.
This commit is contained in:
@@ -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>
|
2000-08-27 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
* posix/Makefile (otherlibs): Add for building with static-nss
|
* posix/Makefile (otherlibs): Add for building with static-nss
|
||||||
|
@@ -746,6 +746,11 @@ my_strftime (s, maxsize, format, tp ut_argument)
|
|||||||
|
|
||||||
case L_('b'):
|
case L_('b'):
|
||||||
case L_('h'): /* POSIX.2 extension. */
|
case L_('h'): /* POSIX.2 extension. */
|
||||||
|
if (change_case)
|
||||||
|
{
|
||||||
|
to_uppcase = 1;
|
||||||
|
to_lowcase = 0;
|
||||||
|
}
|
||||||
if (modifier != 0)
|
if (modifier != 0)
|
||||||
goto bad_format;
|
goto bad_format;
|
||||||
#if defined _NL_CURRENT || !HAVE_STRFTIME
|
#if defined _NL_CURRENT || !HAVE_STRFTIME
|
||||||
|
Reference in New Issue
Block a user