summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9b8889c..6cfc7aef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2012-05-18 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (eval_init): Registered open-command and open-process
+ intrinsics. open-pipe is now deprecated but stays for backward
+ compatibility as a synonym for open-command.
+
+ * stream.c (open_pipe): Renamed to open_command.
+ (open_pipevp): Renamed to open_process.
+
+ * stream.h (open_pipe, open_pipevp): Declarations updated.
+
+ * txr.1: Documentation headings updated.
+
+2012-05-18 Kaz Kylheku <kaz@kylheku.com>
+
* stream.c (open_pipev): Bugfix: program name is included
as first element of argv.