about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-27 22:38:19 +0000
committerRoland McGrath <roland@gnu.org>2002-08-27 22:38:19 +0000
commitc4d6f155e0ad6c3794fd3e7d2fa28e18ee9410b9 (patch)
treedbd9c143da2c049692889737783bb3db69a6d502 /ChangeLog
parent1d4959d856d014ed8ed0462297e62c355cc7167f (diff)
downloadglibc-c4d6f155e0ad6c3794fd3e7d2fa28e18ee9410b9.tar.gz
glibc-c4d6f155e0ad6c3794fd3e7d2fa28e18ee9410b9.tar.xz
glibc-c4d6f155e0ad6c3794fd3e7d2fa28e18ee9410b9.zip
* time/time.h (__strptime_l, strptime_l): Declare them.
	* time/time.h (__strftime_l, strftime_l): Declare them.
	* wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
	* time/strftime_l.c: New file.
	* time/wcsftime_l.c: New file.
	* time/Makefile (routines): Add strftime_l, wcsftime_l.
	* time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
	strftime_l, wcsftime_l.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae7c98c629..55da607296 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2002-08-27  Roland McGrath  <roland@redhat.com>
 
+	* time/time.h (__strptime_l, strptime_l): Declare them.
+
+	* time/time.h (__strftime_l, strftime_l): Declare them.
+	* wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
+	* time/strftime_l.c: New file.
+	* time/wcsftime_l.c: New file.
+	* time/Makefile (routines): Add strftime_l, wcsftime_l.
+	* time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
+	strftime_l, wcsftime_l.
+
 	* locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
 	(libc: GLIBC_2.3): ... here.