summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b477aea..16cf47fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2014-08-07 Kaz Kylheku <kaz@kylheku.com>
+ No getppid on MinGW.
+
+ * configure: Add test for getppid.
+
+ * eval.c (getppid_wrap, eval_init): use HAVE_GETPPID
+
+2014-08-07 Kaz Kylheku <kaz@kylheku.com>
+
* parser.l (yyerr): Function removed; it is not used in the lexer,
and converted to a macro in the parser.