aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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