aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-09-15 01:45:27 -0700
committerPaul Eggert2012-09-15 01:45:27 -0700
commit39a57ad07b0521dd6dbcae9cd4996366aa59e1ba (patch)
tree77b103843b2a91952b3df49682ae278d2dfae54a /src/ChangeLog
parent7105c8cbf3a3226701e4d2ecb0b9c2d207648a98 (diff)
downloademacs-39a57ad07b0521dd6dbcae9cd4996366aa59e1ba.tar.gz
emacs-39a57ad07b0521dd6dbcae9cd4996366aa59e1ba.zip
Port _setjmp fix to POSIXish hosts as well as Microsoft.
* nt/config.nt: Attempt to sync with autogen/config.in. (HAVE_SIGSETJMP, HAVE__SETJMP): New macros. (_longjmp, _setjmp): Remove. * src/image.c (_setjmp) [!HAVE__SETJMP]: Restore definition, as it's needed on POSIXish hosts that lack _setjmp. Attempt to solve the Microsoft problem in a different way, by altering nt/config.nt.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f9d31b08abd..c6c314b9589 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12012-09-15 Paul Eggert <eggert@cs.ucla.edu>
2
3 Port _setjmp fix to POSIXish hosts as well as Microsoft.
4 * image.c (_setjmp) [!HAVE__SETJMP]: Restore definition, as
5 it's needed on POSIXish hosts that lack _setjmp. Attempt to solve
6 the Microsoft problem in a different way, by altering ../nt/config.nt.
7
12012-09-15 Eli Zaretskii <eliz@gnu.org> 82012-09-15 Eli Zaretskii <eliz@gnu.org>
2 9
3 * w32xfns.c: 10 * w32xfns.c: