about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-30 18:31:38 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-30 18:31:38 +0000
commite668889af26990931a9103918a395ef2033fb846 (patch)
treef4a0666cbdb0e781d210f135eb35f1dce7b89577 /ChangeLog
parentdb7dc81100c128593c20083e3891fc05941729bf (diff)
downloadglibc-e668889af26990931a9103918a395ef2033fb846.tar.gz
glibc-e668889af26990931a9103918a395ef2033fb846.tar.xz
glibc-e668889af26990931a9103918a395ef2033fb846.zip
Update.
	* time/strftime.c (my_strftime): Add compatibility code for use
	outside glibc.  Patch by Jim Meyering <meyering@ascend.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1eee99e1d4..ee9efd6511 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-08-30  Ulrich Drepper  <drepper@redhat.com>
 
+	* time/strftime.c (my_strftime): Add compatibility code for use
+	outside glibc.  Patch by Jim Meyering <meyering@ascend.com>.
+
 	* sysdeps/posix/getaddrinfo.c (gaih_local): uname does not everywhere
 	return 0 for success but always < 0 on failure.