diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6d2ed01bafc..c3a72f335a1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2012-04-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). | ||
| 4 | * lisp.h (GC_MARK_STACK): Default to GC_MAKE_GCPROS_NOOPS. | ||
| 5 | * s/cygwin.h, s/darwin.h, s/freebsd.h, s/gnu.h, s/irix6-5.h, s/msdos.h: | ||
| 6 | * s/netbsd.h, s/sol2-6.h: | ||
| 7 | Remove definition of GC_MARK_STACK, since the default now works. | ||
| 8 | * s/aix4-2.h, s/hpux10-20.h, s/unixware.h: | ||
| 9 | Define GC_MARK_STACK to GC_USE_GCPROS_AS_BEFORE, since that's | ||
| 10 | no longer the default. | ||
| 11 | * s/gnu-linux.h (GC_MARK_STACK): Adjust to change in default. | ||
| 12 | |||
| 1 | 2012-04-14 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change) | 13 | 2012-04-14 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change) |
| 2 | 14 | ||
| 3 | * lread.c (lisp_file_lexically_bound_p): | 15 | * lread.c (lisp_file_lexically_bound_p): |