summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-30 02:40:54 -0400
committerKaz Kylheku <kaz@kylheku.com>2011-10-30 02:40:54 -0400
commitb9caf255a5beb1b5fb339ffd03e9e5c77bb8be40 (patch)
treed39fcfe8b6da3d8cb29b32dde9a076e6a20cafa2 /ChangeLog
parente01d3e493a1b405e74e61c570692dd1c47d3ae46 (diff)
downloadtxr-b9caf255a5beb1b5fb339ffd03e9e5c77bb8be40.tar.gz
txr-b9caf255a5beb1b5fb339ffd03e9e5c77bb8be40.tar.bz2
txr-b9caf255a5beb1b5fb339ffd03e9e5c77bb8be40.zip
We don't include headers in headers in this project.
* parser.h: Do not include <stdio.h> * regex.c: Include <limits.h> * regex.h: Do not include <limits.h>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 88dfb4a0..6ae568ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2011-10-30 Kaz Kylheku <kaz@kylheku.com>
+ We don't include headers in headers in this project.
+
+ * parser.h: Do not include <stdio.h>
+
+ * regex.c: Include <limits.h>
+
+ * regex.h: Do not include <limits.h>
+
+2011-10-30 Kaz Kylheku <kaz@kylheku.com>
+
Bug #34691
Changing the parameter passing convention for vertical directives.