Remove files that no longer exist
[bpt/emacs.git] / ChangeLog
index 9aa7067..715c6ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,38 @@
+2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib (Bug#12116), incorporating:
+       2012-08-01 extern-inline: new module
+       2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
+       * lib/stat-time.c, lib/utimespec.c, lib/u64.c, m4/extern-inline.m4:
+       New files.  The new .c files are for instantiating extern inline
+       functions.
+
+       Port to Solaris 8.
+       Without this change, 'configure' fails because the recently-added
+       wait3 prototype in config.h messes up later 'configure' tests.
+       Fix this problem by droping wait3 and WRETCODE, as they're
+       no longer needed on hosts that are current porting targets.
+       * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
+       All uses changed to waitpid and WEXITSTATUS.
+
+       Avoid needless autoheader after autogen.sh.
+       * src/stamp-h.in: Remove from bzr repository; no longer needed there.
+       * .bzrignore: Add it.
+       * autogen.sh: Create it.
+
+2012-08-01  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac (DOS_NT, MSDOS): New system type templates.
+
+2012-08-01  Ulrich Müller  <ulm@gentoo.org>
+
+       * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
+       Don't include crtbegin.o and crtend.o.  (Bug#12047)
+
 2012-08-01  Glenn Morris  <rgm@gnu.org>
 
-       * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC): New.
+       * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
+       (INTERNAL_TERMINAL): New.
 
        * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
        (IS_ANY_SEP): Move here from src/lisp.h.