diff --git a/libguile/ChangeLog b/libguile/ChangeLog index a3315f51f..3d7a937c6 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,18 @@ +Fri Dec 17 12:09:11 1999 Greg J. Badros + + * tags.h (SCM_ECONSP, SCM_NECONSP): Fix these macros to have the + SCM_NIMP test integrated into an || clause that I'd missed before + and was causing a segfault in the regression tests. + + * symbols.h (SCM_ROUCHARS): Make cast be to (unsigned char *), not + (char *); fixes a problem reported by the regression test + ports.test. + + * ports.c: Fixed a couple of arg/number mismatches in + SCM_VALIDATE_ macros. + + Now passes the (not-comprehensive) guile-modules test-suite again! + Thu Dec 16 12:41:22 1999 Greg J. Badros * coop-threads.c: Remove K&R function headers. diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index cf63d7303..0d0d5699c 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,11 @@ +Fri Dec 17 12:14:10 1999 Greg J. Badros + + * tests/c-api.test: Refine the list of files that are checked in + the seek-offset-test. Was just using files that end in "c", but + that caught the new ".doc" files, too, so make sure that files end + in ".c" before requiring that they include unistd.h if they + reference SEEK_(SET|CUR|END). + 1999-10-24 Gary Houston * tests/ports.test ("string ports"): test seeking/unreading from