aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDaniel Colascione2012-12-11 19:26:52 -0800
committerDaniel Colascione2012-12-11 19:26:52 -0800
commitcc98b6842663b6fe30e0b7c7a628604959d5dc69 (patch)
tree8fae8652e7ab59422f3b8c782e654f8679c6bc38 /src/ChangeLog
parent69e1c203e96afb6e95fdda422d00c07b0bcbf76c (diff)
downloademacs-cc98b6842663b6fe30e0b7c7a628604959d5dc69.tar.gz
emacs-cc98b6842663b6fe30e0b7c7a628604959d5dc69.zip
2012-12-12 Daniel Colascione <dancol@dancol.org>
* unexcw.c (fixup_executable): use posix_fallocate to ensure that the dumped Emacs is not a sparse file, greatly improving Cygwin "make bootstrap" performance.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3311f7c33a3..d19b7be7395 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-12-12 Daniel Colascione <dancol@dancol.org>
2
3 * unexcw.c (fixup_executable): use posix_fallocate to ensure that
4 the dumped Emacs is not a sparse file, greatly improving Cygwin
5 "make bootstrap" performance.
6
12012-12-11 Michael Albinus <michael.albinus@gmx.de> 72012-12-11 Michael Albinus <michael.albinus@gmx.de>
2 8
3 * inotify.c (inotify_callback): Generate an Emacs event for every 9 * inotify.c (inotify_callback): Generate an Emacs event for every