diff options
| author | Joakim Verona | 2012-04-26 11:59:27 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-04-26 11:59:27 +0200 |
| commit | 6346156f96f3d3492dd3ca1f3d3a5db55ab3c3b2 (patch) | |
| tree | 9361a618467f2089e7e4b409d5f9f7b4e4f23a1d /src/ChangeLog | |
| parent | ab5b626f97ea7d71a98a06d8cc777fa925a1f716 (diff) | |
| parent | e6fd457e010c2ec034a331335530d817852cc11c (diff) | |
| download | emacs-6346156f96f3d3492dd3ca1f3d3a5db55ab3c3b2.tar.gz emacs-6346156f96f3d3492dd3ca1f3d3a5db55ab3c3b2.zip | |
upstream partial out of memory
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6d2ed01bafc..c58b87c7705 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): |
| @@ -39,7 +51,7 @@ | |||
| 39 | 51 | ||
| 40 | * alloc.c (lisp_align_malloc): Remove unneeded prototype. | 52 | * alloc.c (lisp_align_malloc): Remove unneeded prototype. |
| 41 | 53 | ||
| 42 | 2012-04-10 "Jason S. Cornez" <jcornez@ravenpack.com> (tiny change) | 54 | 2012-04-10 Jason S. Cornez <jcornez@ravenpack.com> (tiny change) |
| 43 | 55 | ||
| 44 | * keyboard.c: Override inhibit-quit after the third C-g (bug#6585). | 56 | * keyboard.c: Override inhibit-quit after the third C-g (bug#6585). |
| 45 | (force_quit_count): New var. | 57 | (force_quit_count): New var. |
| @@ -1538,7 +1550,7 @@ | |||
| 1538 | * xfns.c (unwind_create_frame): Fix comment. | 1550 | * xfns.c (unwind_create_frame): Fix comment. |
| 1539 | (Fx_create_frame, x_create_tip_frame): | 1551 | (Fx_create_frame, x_create_tip_frame): |
| 1540 | Move terminal->reference_count++ just before making the frame | 1552 | Move terminal->reference_count++ just before making the frame |
| 1541 | official. Move initialization of image_cache_refcount and | 1553 | official. Move initialization of image_cache_refcount and |
| 1542 | dpyinfo_refcount before calling init_frame_faces (Bug#9943). | 1554 | dpyinfo_refcount before calling init_frame_faces (Bug#9943). |
| 1543 | 1555 | ||
| 1544 | 2011-11-05 Eli Zaretskii <eliz@gnu.org> | 1556 | 2011-11-05 Eli Zaretskii <eliz@gnu.org> |
| @@ -7311,7 +7323,7 @@ | |||
| 7311 | * xfaces.c <Qunspecified>: Make extern again. | 7323 | * xfaces.c <Qunspecified>: Make extern again. |
| 7312 | 7324 | ||
| 7313 | * syntax.c: Include sys/types.h before including regex.h, as | 7325 | * syntax.c: Include sys/types.h before including regex.h, as |
| 7314 | required by Posix. | 7326 | required by POSIX. |
| 7315 | 7327 | ||
| 7316 | * doc.c (get_doc_string): Improve the format passed to `error'. | 7328 | * doc.c (get_doc_string): Improve the format passed to `error'. |
| 7317 | 7329 | ||