aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2011-09-14 11:45:59 +0200
committerJoakim Verona2011-09-14 11:45:59 +0200
commit8d07d23ecd32b9e9f07234313c2e712a8c42b524 (patch)
treed5d925a00733d9a6d1f637b8f3dfdd40c33a2fe7 /ChangeLog
parent8918dacdb34e848edcd894e32de5b7b4e2fa19ea (diff)
parent46888499da0bb61ce47d339275d5a0c757a02eb2 (diff)
downloademacs-8d07d23ecd32b9e9f07234313c2e712a8c42b524.tar.gz
emacs-8d07d23ecd32b9e9f07234313c2e712a8c42b524.zip
upstream
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 437c6dba2f1..22f9955e98b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
12011-09-11 Paul Eggert <eggert@cs.ucla.edu>
2
3 Merge from gnulib, porting to Tru64.
4 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
5 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
6 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
7 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
8 doesn't affect Emacs.
9
12011-09-06 Paul Eggert <eggert@cs.ucla.edu> 102011-09-06 Paul Eggert <eggert@cs.ucla.edu>
2 11
3 * configure.in (isnan): Remove now-unnecessary check. 12 * configure.in (isnan): Remove now-unnecessary check.
@@ -231,7 +240,7 @@
231 240
232 * m4/lstat.m4: Merge from gnulib (Bug#8878). 241 * m4/lstat.m4: Merge from gnulib (Bug#8878).
233 242
2342011-06-16 Miles Bader <miles@gnu.org> 2432011-06-16 Miles Bader <miles@gnu.org>
235 244
236 * configure.in: Try to determine CRT_DIR automatically when 245 * configure.in: Try to determine CRT_DIR automatically when
237 using gcc. 246 using gcc.