diff options
| author | Paul Eggert | 2012-04-13 23:38:33 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-04-13 23:38:33 -0700 |
| commit | 3078ffdd457776d0b44b40a9581c36b56b780450 (patch) | |
| tree | 7c3dc826c9e27693bd95f44e985ac65a212c30c0 /src/ChangeLog | |
| parent | 3bace81626cc6ecdffc7901f3d03aa051d18c0af (diff) | |
| parent | b948ce8b0244181c9e08d6bfc635ead24b4e9742 (diff) | |
| download | emacs-3078ffdd457776d0b44b40a9581c36b56b780450.tar.gz emacs-3078ffdd457776d0b44b40a9581c36b56b780450.zip | |
Merge from trunk.
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 20a6dfca643..cfcb22b5e41 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -11,6 +11,18 @@ | |||
| 11 | the Emacs and Gnulib regex code is merged. | 11 | the Emacs and Gnulib regex code is merged. |
| 12 | (xmalloc, xrealloc): Now static. | 12 | (xmalloc, xrealloc): Now static. |
| 13 | 13 | ||
| 14 | 2012-04-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 15 | |||
| 16 | Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). | ||
| 17 | * lisp.h (GC_MARK_STACK): Default to GC_MAKE_GCPROS_NOOPS. | ||
| 18 | * s/cygwin.h, s/darwin.h, s/freebsd.h, s/gnu.h, s/irix6-5.h, s/msdos.h: | ||
| 19 | * s/netbsd.h, s/sol2-6.h: | ||
| 20 | Remove definition of GC_MARK_STACK, since the default now works. | ||
| 21 | * s/aix4-2.h, s/hpux10-20.h, s/unixware.h: | ||
| 22 | Define GC_MARK_STACK to GC_USE_GCPROS_AS_BEFORE, since that's | ||
| 23 | no longer the default. | ||
| 24 | * s/gnu-linux.h (GC_MARK_STACK): Adjust to change in default. | ||
| 25 | |||
| 14 | 2012-04-14 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change) | 26 | 2012-04-14 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change) |
| 15 | 27 | ||
| 16 | * lread.c (lisp_file_lexically_bound_p): | 28 | * lread.c (lisp_file_lexically_bound_p): |