about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-06-22 22:06:08 +0000
committerRoland McGrath <roland@gnu.org>1996-06-22 22:06:08 +0000
commit072ebcefb24864ff922bc83f8aa270b799c73ba6 (patch)
treecd612b3a52cb50136ca91cea62c10a920e38af4e /ChangeLog
parent40a4b79f218755001f6a26438f4dd573a29734dc (diff)
downloadglibc-072ebcefb24864ff922bc83f8aa270b799c73ba6.tar.gz
glibc-072ebcefb24864ff922bc83f8aa270b799c73ba6.tar.xz
glibc-072ebcefb24864ff922bc83f8aa270b799c73ba6.zip
* version.h (VERSION): Version 1.92 test release.
	* misc/Makefile (headers): Add ar.h.
	* misc/ar.h: New file.

	* config.make.in (BUILD_CC): New variable.
	* configure.in: Check for BUILD_CC if $host != $build.

	* posix/glob.c: Include <alloca.h> only [HAVE_ALLOCA_H], not [sparc].

	* Makerules [! objects] (subdir_lib): Depend on the stamp$o files.
	(stamp$o files): New targets, create them empty, no deps.

	Update from bind-4.9.4-T3B.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d37ec6cf8..7faf1cdbf5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
 Sat Jun 22 10:44:09 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
 
+	* version.h (VERSION): Version 1.92 test release.
+
+	* misc/Makefile (headers): Add ar.h.
+	* misc/ar.h: New file.
+
+	* config.make.in (BUILD_CC): New variable.
+	* configure.in: Check for BUILD_CC if $host != $build.
+
+	* posix/glob.c: Include <alloca.h> only [HAVE_ALLOCA_H], not [sparc].
+
+	* Makerules [! objects] (subdir_lib): Depend on the stamp$o files.
+	(stamp$o files): New targets, create them empty, no deps.
+
 	* rpm/template (Source): New field.
 	(%prep, %build, %install): New sections.
 	(%files): Add %doc FAQ NEWS NOTES README.
@@ -1981,7 +1994,7 @@ Thu May 23 23:09:33 1996  Ulrich Drepper  <drepper@cygnus.com>
 	* FAQ: Add answer for 100% source code compatibility to Linux
 	libc by David Mosberger-Tang.
 
-	Update from bind-4.3.4-T3B.
+	Update from bind-4.9.4-T3B.
 	* inet/arpa/inet.h: Add prototypes for inet_pton, inet_ntop,
 	inet_nsap_addr, and inet_nsap_ntoa.
 	* resolv/gethnamaddr.c: Correct compatibility problems (sprintf),