about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-27 22:57:05 +0000
committerRoland McGrath <roland@gnu.org>2002-08-27 22:57:05 +0000
commit60f20c19fb3f4fc7c4d383dcfb2b54e70906e818 (patch)
tree5c50a3dad7d4aeb56445f638665bbfb73ec24f6a /ChangeLog
parentc4d6f155e0ad6c3794fd3e7d2fa28e18ee9410b9 (diff)
downloadglibc-60f20c19fb3f4fc7c4d383dcfb2b54e70906e818.tar.gz
glibc-60f20c19fb3f4fc7c4d383dcfb2b54e70906e818.tar.xz
glibc-60f20c19fb3f4fc7c4d383dcfb2b54e70906e818.zip
* time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
	instead, taking an extra __locale_t argument.
	* time/Makefile (routines): Add strptime_l.
	* time/strptime_l.c: New file.
	* time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
	or __wcsftime_l instead, taking an extra __locale_t argument.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55da607296..9b55618600 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 2002-08-27  Roland McGrath  <roland@redhat.com>
 
+	* time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
+	instead, taking an extra __locale_t argument.
+	* time/Makefile (routines): Add strptime_l.
 	* time/time.h (__strptime_l, strptime_l): Declare them.
+	* time/strptime_l.c: New file.
 
 	* time/time.h (__strftime_l, strftime_l): Declare them.
 	* wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
@@ -9,6 +13,8 @@
 	* time/Makefile (routines): Add strftime_l, wcsftime_l.
 	* time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
 	strftime_l, wcsftime_l.
+	* time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
+	or __wcsftime_l instead, taking an extra __locale_t argument.
 
 	* locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
 	(libc: GLIBC_2.3): ... here.