From 8ccaa53c2d6bf96aa1b7db291f880a8ee5900d2f Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 25 Feb 2014 23:01:03 -0800 Subject: * 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 for makedev. (mknod_wrap): Don't rely on makedev wrappers to be there; test. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0fd3deaf..6a6a1f45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2014-02-25 Kaz Kylheku + + * 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 for makedev. + (mknod_wrap): Don't rely on makedev wrappers to be there; test. + 2014-02-25 Kaz Kylheku * parser.y (spec): Bugfix: SECRET_ESCAPE_E should use n_expr -- cgit v1.2.3