aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-07-01 17:57:46 -0700
committerPaul Eggert2013-07-01 17:57:46 -0700
commitc2418359b3e9f2eb7a72f4ea5245637190571cc8 (patch)
treeca95673e0a271b9e1e53b8b1a708184b10ec824b /src/ChangeLog
parent37afa042f9f56e3b3f22511ff222b49d728558d9 (diff)
downloademacs-c2418359b3e9f2eb7a72f4ea5245637190571cc8.tar.gz
emacs-c2418359b3e9f2eb7a72f4ea5245637190571cc8.zip
Simplify buildobj processing.
* Makefile.in (buildobj.h): Make it a sequence of strings each followed by comma, rather than a single string. Put it into a .tmp file in case there's an error while generating it. (gl-stamp): Use .tmp for temp files. (mostlyclean): Clean .tmp files. * doc.c (buildobj): Move to just the routine that needs it. It's now an array of strings, so processing is simpler.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 552ce4f70a2..2dc1af6d02b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12013-07-02 Paul Eggert <eggert@cs.ucla.edu>
2
3 Simplify buildobj processing.
4 * Makefile.in (buildobj.h): Make it a sequence of strings each
5 followed by comma, rather than a single string. Put it into a
6 .tmp file in case there's an error while generating it.
7 (gl-stamp): Use .tmp for temp files.
8 (mostlyclean): Clean .tmp files.
9 * doc.c (buildobj): Move to just the routine that needs it.
10 It's now an array of strings, so processing is simpler.
11
12013-07-01 Paul Eggert <eggert@cs.ucla.edu> 122013-07-01 Paul Eggert <eggert@cs.ucla.edu>
2 13
3 Fix bug re noninteractive multithreaded memory allocation (Bug#14569). 14 Fix bug re noninteractive multithreaded memory allocation (Bug#14569).