mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 12:20:20 +02:00
*** empty log message ***
This commit is contained in:
parent
328ec30c52
commit
9fac976eda
2 changed files with 23 additions and 0 deletions
|
@ -1,3 +1,18 @@
|
|||
Fri Dec 17 12:09:11 1999 Greg J. Badros <gjb@cs.washington.edu>
|
||||
|
||||
* 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 <gjb@cs.washington.edu>
|
||||
|
||||
* coop-threads.c: Remove K&R function headers.
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
Fri Dec 17 12:14:10 1999 Greg J. Badros <gjb@cs.washington.edu>
|
||||
|
||||
* 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 <ghouston@freewire.co.uk>
|
||||
|
||||
* tests/ports.test ("string ports"): test seeking/unreading from
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue