aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5260196d5cd..f1cdd38152d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12004-10-20 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
4 New variables and constant.
5 (main): Calculate heap_bss_diff. If we are dumping and the
6 heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32
7 and exec ourself again.
8 (Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF
9 print a warning.
10
11 * lastfile.c: Make my_endbss and my_endbss_static available on all
12 platforms.
13
14 * Makefile.in (RUN_TEMACS): Remove @SETARCH@.
15 * config.in (HAVE_PERSONALITY_LINUX32): Regenerate.
16
12004-10-19 Luc Teirlinck <teirllm@auburn.edu> 172004-10-19 Luc Teirlinck <teirllm@auburn.edu>
2 18
3 * data.c (Flocal_variable_if_set_p): Doc fix. 19 * data.c (Flocal_variable_if_set_p): Doc fix.