about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-27 10:14:01 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-27 10:14:01 +0000
commita9d755661b74c081f57e249027a9bcea5b079031 (patch)
tree36712cf65f1ce58058afaaabf483fbe9a71d2873 /ChangeLog
parenta25f2023916cf86dca8a1dc89df5518dcbefa11a (diff)
downloadglibc-a9d755661b74c081f57e249027a9bcea5b079031.tar.gz
glibc-a9d755661b74c081f57e249027a9bcea5b079031.tar.xz
glibc-a9d755661b74c081f57e249027a9bcea5b079031.zip
Update.
	* locale/programs/locale-spec.c (locale_special): Take care of
	possible trigraph sequence.
	Patch by Zack Weinberg <zack@rabi.columbia.edu>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 78fc7cce87..e131f77af8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 1999-01-27  Ulrich Drepper  <drepper@cygnus.com>
 
+	* locale/programs/locale-spec.c (locale_special): Take care of
+	possible trigraph sequence.
+	Patch by Zack Weinberg <zack@rabi.columbia.edu>.
+
 	* time/strptime.c (strptime_internal, case 's'): Initialize secs
 	to zero.  Patch by Bruce Elliott <bde@nwlink.com>.