diff options
| author | Paul Eggert | 2014-01-13 17:19:42 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-01-13 17:19:42 -0800 |
| commit | d1eaf34b2f6775dcefb8f299e0613c47bce736d8 (patch) | |
| tree | bdbd9678b5e8615a2f88af40080f05cbd5b1e4ad /src/ChangeLog | |
| parent | c176054fe1e2e72fb1c34d56658269361bacadd3 (diff) | |
| download | emacs-d1eaf34b2f6775dcefb8f299e0613c47bce736d8.tar.gz emacs-d1eaf34b2f6775dcefb8f299e0613c47bce736d8.zip | |
Fix MinGW64 porting problem with _setjmp.
Reported by Eli Zaretskii in:
http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01297.html
* image.c (FAST_SETJMP, FAST_LONGJMP): New macros, replacing
the old _setjmp and _longjmp. All uses changed.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 53b8b747118..f06800dcfdf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-01-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix MinGW64 porting problem with _setjmp. | ||
| 4 | Reported by Eli Zaretskii in: | ||
| 5 | http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01297.html | ||
| 6 | * image.c (FAST_SETJMP, FAST_LONGJMP): New macros, replacing | ||
| 7 | the old _setjmp and _longjmp. All uses changed. | ||
| 8 | |||
| 1 | 2014-01-13 Daniel Colascione <dancol@dancol.org> | 9 | 2014-01-13 Daniel Colascione <dancol@dancol.org> |
| 2 | 10 | ||
| 3 | * textprop.c (Fremove_list_of_text_properties): Correctly | 11 | * textprop.c (Fremove_list_of_text_properties): Correctly |