aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5422776b..3dd14799 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@
* profile.c (pp_number): Move count into ifdef for MPFR. Avoids
an unused variable warning if not compiling for MPFR.
+ Unrelated:
+
+ * io.c (two_way_open): If using a pty instead of pipes, open the
+ slave in the child. Fixes AIX and doesn't seem to break GNU/Linux.
+
2015-11-26 Arnold D. Robbins <arnold@skeeve.com>
* command.y (cmdtab): Add "exit" as synonym for "quit".