summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-01-20 04:37:53 +0000
committerUlrich Drepper <drepper@redhat.com>2000-01-20 04:37:53 +0000
commit0295c6e90d6857f1bbd76215556dc4da414cfc2e (patch)
treeac047ad69af8555a5b4ba583ce9fa8412ff0fc19 /ChangeLog
parent0e179ea6dddaf0cf65f1d08f68cbfecc05f37a19 (diff)
downloadglibc-0295c6e90d6857f1bbd76215556dc4da414cfc2e.tar.gz
glibc-0295c6e90d6857f1bbd76215556dc4da414cfc2e.tar.xz
glibc-0295c6e90d6857f1bbd76215556dc4da414cfc2e.zip
Update.
	* locale/programs/ld-collate.c (output_weightwc): Return index
	measured in words, not bytes.  Don't write out words for ignored
	characters.
	(collate_output): Correct various problems with alignment in the
	output file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f11c9c5a6e..b5e96efc2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2000-01-19  Ulrich Drepper  <drepper@cygnus.com>
 
+	* locale/programs/ld-collate.c (output_weightwc): Return index
+	measured in words, not bytes.  Don't write out words for ignored
+	characters.
+	(collate_output): Correct various problems with alignment in the
+	output file.
+
 	* stdlib/strfmon.c: Don't report an error if final NUL is at the
 	end of the buffer.  Set errno correctly if floating-point number
 	would overflow buffer.