summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-25 23:01:03 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-25 23:01:03 -0800
commit8ccaa53c2d6bf96aa1b7db291f880a8ee5900d2f (patch)
tree3f86dc81c6225958f1cd86c382669847b0a1c281 /ChangeLog
parentd064b170315f3ba4615215930e6ffc27dc7de21e (diff)
downloadtxr-8ccaa53c2d6bf96aa1b7db291f880a8ee5900d2f.tar.gz
txr-8ccaa53c2d6bf96aa1b7db291f880a8ee5900d2f.tar.bz2
txr-8ccaa53c2d6bf96aa1b7db291f880a8ee5900d2f.zip
* configure: Make it an error to have implicit function declarations by
means of -Werror=implicit-function-declarations. Fix broken mkdir and mknod tests. Regenerate config.make if we add -U__STRICT_ANSI__ to the compiler options, so that later tests benefit from this. Regenerate config.make right away if adding -D_DARWIN_C_SOURCE. This allows the makedev test to pass. * stream.c: Include <sys/types.h> for makedev. (mknod_wrap): Don't rely on makedev wrappers to be there; test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0fd3deaf..6a6a1f45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2014-02-25 Kaz Kylheku <kaz@kylheku.com>
+ * configure: Make it an error to have implicit function declarations by
+ means of -Werror=implicit-function-declarations. Fix broken mkdir and
+ mknod tests. Regenerate config.make if we add -U__STRICT_ANSI__
+ to the compiler options, so that later tests benefit from this.
+ Regenerate config.make right away if adding -D_DARWIN_C_SOURCE.
+ This allows the makedev test to pass.
+
+ * stream.c: Include <sys/types.h> for makedev.
+ (mknod_wrap): Don't rely on makedev wrappers to be there; test.
+
+2014-02-25 Kaz Kylheku <kaz@kylheku.com>
+
* parser.y (spec): Bugfix: SECRET_ESCAPE_E should use n_expr
not expr. expr is subject to expand_meta.
(n_expr): Do not associate source info with character