aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDave Love2000-03-29 10:19:14 +0000
committerDave Love2000-03-29 10:19:14 +0000
commit3e04fafd11fa6fd6db24a618818ac632b9744352 (patch)
tree441ed47bc2882f4f6257bf5eb35857a5a01b027f /src/ChangeLog
parentf6a3f532b0b6dae667514f217db3a62dfaa2d4ce (diff)
downloademacs-3e04fafd11fa6fd6db24a618818ac632b9744352.tar.gz
emacs-3e04fafd11fa6fd6db24a618818ac632b9744352.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3f33d4c59da..5613ece50fd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -16,16 +16,6 @@
16 16
17 * alloc.c: Include stdio.h. Test STDC_HEADERS, not __STDC__. 17 * alloc.c: Include stdio.h. Test STDC_HEADERS, not __STDC__.
18 18
192000-03-27 gerd <gerd@dlpx1>
20
21 * alloc.c (mark_maybe_object): New function.
22 (mark_memory): Use it.
23 (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK): New macros.
24 (setjmp_tested_p, longjmp_done): New variables.
25 (test_setjmp): New function.
26 (mark_stack) [!GC_SETJMP_WORKS]: Call test_setjmp.
27 (init_alloc): Initialize setjmp_tested_p and longjmp_done.
28
292000-03-27 Stefan Monnier <monnier@cs.yale.edu> 192000-03-27 Stefan Monnier <monnier@cs.yale.edu>
30 20
31 * regex.c (REGEX_FREE_STACK, RESET_FAIL_STACK): Make them usable as 21 * regex.c (REGEX_FREE_STACK, RESET_FAIL_STACK): Make them usable as