summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-03-15 07:50:48 +0000
committerUlrich Drepper <drepper@redhat.com>2000-03-15 07:50:48 +0000
commit5d1415976fb392aac199c42a47bf453a86286da5 (patch)
tree1a962b9171aed5571400290ab7a4c7ae4d455634 /ChangeLog
parent30b416ea87471a739763966fddc37f6273be58e0 (diff)
downloadglibc-5d1415976fb392aac199c42a47bf453a86286da5.tar.gz
glibc-5d1415976fb392aac199c42a47bf453a86286da5.tar.xz
glibc-5d1415976fb392aac199c42a47bf453a86286da5.zip
Update.
2000-03-08  Andreas Jaeger  <aj@suse.de>

	* sysdeps/unix/sysv/linux/scsi/sg.h: Sync with Linux 2.3.50.

	* timezone/africa: Update from tzdata2000d.
	* timezone/asia: Likewise.
	* timezone/australasia: Likewise.
	* timezone/europe: Likewise.
	* timezone/northamerica: Likewise.
	* timezone/southamerica: Likewise.

	* po/fr.po: Update from translation team.
	* po/de.po: Likewise.

	* sysdeps/i386/fpu/bits/mathinline.h: Fix union definition error
	in __sgn1l, otherwise g++ fails to parse this.
	Reported by Sean Chen <sean.chen@turbolinux.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 17 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d362cbf4f..9277e73853 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
+2000-03-08  Andreas Jaeger  <aj@suse.de>
+
+	* sysdeps/unix/sysv/linux/scsi/sg.h: Sync with Linux 2.3.50.
+
 2000-03-14  Ulrich Drepper  <drepper@redhat.com>
 
+	* timezone/africa: Update from tzdata2000d.
+	* timezone/asia: Likewise.
+	* timezone/australasia: Likewise.
+	* timezone/europe: Likewise.
+	* timezone/northamerica: Likewise.
+	* timezone/southamerica: Likewise.
+
+	* po/fr.po: Update from translation team.
+	* po/de.po: Likewise.
+
 	* elf/dl-deps.c (_dl_map_object_deps): Change return type and remove
 	last parameter.  Move code to add map to global scope from here...
 	* elf/dl-open.c (dl_open_worker): ...here.
@@ -151,9 +165,9 @@
 
 2000-03-06  Andreas Jaeger  <aj@suse.de>
 
- 	* sysdeps/i386/fpu/bits/mathinline.h: Fix union definition error
- 	in __sgn1l, otherwise g++ fails to parse this.
- 	Reported by Sean Chen <sean.chen@turbolinux.com>.
+	* sysdeps/i386/fpu/bits/mathinline.h: Fix union definition error
+	in __sgn1l, otherwise g++ fails to parse this.
+	Reported by Sean Chen <sean.chen@turbolinux.com>.
 
 2000-03-03  Geoff Keating  <geoffk@cygnus.com>