]> git.eshelyaron.com Git - emacs.git/commitdiff
* keyboard.c: Define in_sighandler.
authorJan Djärv <jan.h.d@swipnet.se>
Thu, 10 Aug 2006 06:09:57 +0000 (06:09 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Thu, 10 Aug 2006 06:09:57 +0000 (06:09 +0000)
 (input_available_signal): Set in_sighandler.
 (init_keyboard): Initialize in_sighandler.

 * keyboard.h: Declare in_sighandler.

 * alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandler
 to check if mutex should be locked or not.

src/ChangeLog

index 678078d378172210ca36bbd570d6a11756ce08ad..abd06ed521cf5a4025d50c2692f22a0d9f723f3a 100644 (file)
@@ -1,3 +1,14 @@
+2006-08-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * keyboard.c: Define in_sighandler.
+       (input_available_signal): Set in_sighandler.
+       (init_keyboard): Initialize in_sighandler.
+
+       * keyboard.h: Declare in_sighandler.
+
+       * alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandler
+       to check if mutex should be locked or not.
+
 2006-08-09  Richard Stallman  <rms@gnu.org>
 
        * keyboard.c (keyremap_step): No-op if fkey->parent = nil.