aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-07-07 00:28:29 -0700
committerPaul Eggert2013-07-07 00:28:29 -0700
commit5f86adcd2c79e58c6ceeb30fb26c44e830b26a3e (patch)
tree594eecc4b1ef2e57230f67136801fcdfb2347b82 /src/ChangeLog
parent6ed7a66a3f8781f66fce33f326ac2c5057de4c97 (diff)
downloademacs-5f86adcd2c79e58c6ceeb30fb26c44e830b26a3e.tar.gz
emacs-5f86adcd2c79e58c6ceeb30fb26c44e830b26a3e.zip
Fix openp errno handling.
* callproc.c (Fcall_process): Preserve openp errno around close. * lread.c (openp): Set errno when returning -1, as some callers expect this.
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 b95488c1e70..f8221e2fd36 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12013-07-07 Paul Eggert <eggert@cs.ucla.edu>
2
3 Fix openp errno handling.
4 * callproc.c (Fcall_process): Preserve openp errno around close.
5 * lread.c (openp): Set errno when returning -1, as some callers
6 expect this.
7
12013-07-06 Jan Djärv <jan.h.d@swipnet.se> 82013-07-06 Jan Djärv <jan.h.d@swipnet.se>
2 9
3 * nsterm.m (sendEvent:): Handle NSAPP_DATA2_RUNFILEDIALOG. 10 * nsterm.m (sendEvent:): Handle NSAPP_DATA2_RUNFILEDIALOG.