about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-09-05 00:26:04 +0000
committerUlrich Drepper <drepper@redhat.com>2001-09-05 00:26:04 +0000
commit71ce28fd1abbccc9814d199d770e673135a33ee1 (patch)
tree2a57d3f2cb75d8261f720f7f4b967ec456248363 /ChangeLog
parent903244ac3c697bc1f05c0ec0b994d7c36763ca3f (diff)
downloadglibc-71ce28fd1abbccc9814d199d770e673135a33ee1.tar.gz
glibc-71ce28fd1abbccc9814d199d770e673135a33ee1.tar.xz
glibc-71ce28fd1abbccc9814d199d770e673135a33ee1.zip
Update.
2001-09-04  Jakub Jelinek  <jakub@redhat.com>

	* iconv/strtab.c (strtabinit): Initialize null Strent.
	(newstring): Move len == 0 handling...
	(strtabadd): ...here.
	If len == 1, return null Strent.
	When inserting a suffix of an existing string, check if
	it is not equal to some suffix already recorded.
	Copy left and right members over if adding longer string.

2001-09-04  Jakub Jelinek  <jakub@redhat.com>

	* sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.

	* sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
	(__syscall_gethostname): Add prototype.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f4379d2b4..0f6f2862b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2001-09-04  Jakub Jelinek  <jakub@redhat.com>
+
+	* iconv/strtab.c (strtabinit): Initialize null Strent.
+	(newstring): Move len == 0 handling...
+	(strtabadd): ...here.
+	If len == 1, return null Strent.
+	When inserting a suffix of an existing string, check if
+	it is not equal to some suffix already recorded.
+	Copy left and right members over if adding longer string.
+
+2001-09-04  Jakub Jelinek  <jakub@redhat.com>
+
+	* sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
+
+	* sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
+	(__syscall_gethostname): Add prototype.
+
 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
 
 	* elf/dl-object.c (_dl_new_object): Remove unnecessary if.