about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-09-08 20:55:20 +0000
committerRoland McGrath <roland@gnu.org>1995-09-08 20:55:20 +0000
commitc64908b01f20625d9da5f8809678ee91cdd3f460 (patch)
tree555a03866fb80bba2e41163cfe9e3d13bdb98b83
parent99291e9c195979644eeeb64dcbeba657168a30ac (diff)
downloadglibc-c64908b01f20625d9da5f8809678ee91cdd3f460.tar.gz
glibc-c64908b01f20625d9da5f8809678ee91cdd3f460.tar.xz
glibc-c64908b01f20625d9da5f8809678ee91cdd3f460.zip
Fri Sep 8 16:25:22 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
	* conf/portability.h (NEED_INETADDR, NEED_INETATON): Define to 1,
	not empty.

	* sysdeps/unix/sysv/linux/i386/Dist,
	* sysdeps/unix/sysv/linux/sys/ipc_buf.h,
	* sysdeps/unix/sysv/sysv4/linux: Tree removed.
	
Thu Sep  7 17:05:13 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

	* stdlib/msort.c (msort_with_tmp): Fixed alignment test.  B1 and
	 B2 are always congruent; just test that B1 is aligned.
-rw-r--r--ChangeLog17
1 files changed, 13 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 92fbb01b2f..77dfa9d494 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Sep  8 16:25:22 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
+
+	* conf/portability.h (NEED_INETADDR, NEED_INETATON): Define to 1,
+	not empty.
+
 Fri Sep  8 16:32:12 1995  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
 
         * sysdeps/unix/sysv/linux/Implies,
@@ -44,8 +49,7 @@ Fri Sep  8 16:32:12 1995  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
 	sysdeps/unix/sysv/linux/wait.c, sysdeps/unix/sysv/linux/wait4.S,
 	sysdeps/unix/sysv/linux/waitpid.c, sysdeps/unix/sysv/linux/writev.c:
 	New Linux/ELF specific, architecture independent files.
-
-	sysdeps/unix/sysv/linux/i386/Dist,
+	* sysdeps/unix/sysv/linux/i386/Dist,
 	sysdeps/unix/sysv/linux/i386/Makefile,
 	sysdeps/unix/sysv/linux/i386/brk.S,
 	sysdeps/unix/sysv/linux/i386/fcntlbits.h,
@@ -71,8 +75,7 @@ Fri Sep  8 16:32:12 1995  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
 	sysdeps/unix/sysv/linux/i386/xmknod.S,
 	sysdeps/unix/sysv/linux/i386/xstat.S:
 	New Linux i386/ELF specific files.
-
-	sysdeps/unix/sysv/linux/sys/ipc_buf.h,
+	* sysdeps/unix/sysv/linux/sys/ipc_buf.h,
 	sysdeps/unix/sysv/linux/sys/mman.h,
 	sysdeps/unix/sysv/linux/sys/msq_buf.h,
 	sysdeps/unix/sysv/linux/sys/sem_buf.h,
@@ -80,6 +83,12 @@ Fri Sep  8 16:32:12 1995  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
 	sysdeps/unix/sysv/linux/sys/socketcall.h,
 	sysdeps/unix/sysv/linux/sys/timex.h:
 	New Linux/ELF specific, architecture independent header files.
+	* sysdeps/unix/sysv/sysv4/linux: Tree removed.
+	
+Thu Sep  7 17:05:13 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
+
+	* stdlib/msort.c (msort_with_tmp): Fixed alignment test.  B1 and
+	 B2 are always congruent; just test that B1 is aligned.
 
 Wed Sep  6 19:41:10 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>