changeset 4123:799ab609f603

* memcoll.c (memcoll): Fall back on a simple algorithm using memcmp if strcoll doesn't work.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 31 Dec 2002 22:13:07 +0000
parents c5274a13aee2
children 5b5f22d7530e
files lib/ChangeLog
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-31  Paul Eggert  <eggert@twinsun.com>
+
+	* memcoll.c (memcoll): Fall back on a simple algorithm using
+	memcmp if strcoll doesn't work.
+
 2002-12-23  Bruno Haible  <bruno@clisp.org>
 
 	* localcharset.h: New file.