]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 17 Feb 2003 09:00:36 +0000 (09:00 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 17 Feb 2003 09:00:36 +0000 (09:00 +0000)
ChangeLog
src/ChangeLog

index a835705e9ffc3250361774d7b103609eff3e2b39..82d4fbb6356c44a2e358e63f3f6d901b8e299602 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-02-17  Klaus Zeitler  <kzeitler@lucent.com>
+
+       * configure.in: Set new hpux10-20.h as "major" include for 10.20.
+
 2002-12-09  Dave Love  <fx@gnu.org>
 
        * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
index 6ccbf3b01126bad7642e6309dcef7414c7620026..86ac60e896cd0c61b3282850c4536d1b2bbd603d 100644 (file)
@@ -1,3 +1,17 @@
+2003-02-17  Klaus Zeitler  <kzeitler@lucent.com>
+
+       * s/hpux10.h (POLL_INTERRUPTED_SYS_CALL): Defined.
+
+       * s/hpux11.h: Include hpux10-20.h instead of hpux10.h.
+
+       * s/hpux10-20.h: New file.
+
+       * process.c (wait_reading_process_input): Make the 2 patches in
+       wait_reading_process_input for HP-UX 10.10 from AlainF invalid for
+       HP-UX 10.20 and higher.  Nevertheless add the stop_polling call to
+       AlainF's patch in wait_reading_process_input so that the code can
+       work under 10.10.
+
 2003-02-04  Juanma Barranquero  <lektu@terra.es>
 
        * window.c (Fdisplay_buffer): Fix docstring.