From 94e3e95e60205da4cd282ea52a7f51092c64719c Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 12 Oct 1998 20:13:27 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 2 +- libguile/ChangeLog | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 275da5ca3..8457d4c87 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,6 +1,6 @@ 1998-10-12 Jim Blandy - * boot-9.scm (OPEN_READ, OPEN_WRITE, OPEN_BOTH): Don't bother + * r4rs.scm (OPEN_READ, OPEN_WRITE, OPEN_BOTH): Don't bother testing software-type here. That's the least of our Windows porting issues, and it's done wrong anyway. diff --git a/libguile/ChangeLog b/libguile/ChangeLog index a05a7b624..5013a4a9d 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,21 @@ +1998-10-12 Jim Blandy + + * simpos.c (scm_software_type): Procedure deleted. This isn't the + right way to handle system variation. Autoconf's approach is the + way and the light. + * simpos.h (scm_software_type): Declaration deleted. + + * script.c (scm_find_executable): Don't test if unix is #defined + here; first, NetBSD doesn't #define it, and second, it's the wrong + way to go about these things. + (dld_find_executable): Delete this MSDOS support code. This isn't + the way we want to support this; it needs to be rethunk at a + larger scale. + + * genio.c (scm_do_read_line): Don't just politely check that the + line was either non-empty or EOF. Abort if it's empty and not + EOF. + 1998-10-11 Jim Blandy * scmconfig.h.in: Regenerated.