mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 13:00:26 +02:00
*** empty log message ***
This commit is contained in:
parent
e2fd07535c
commit
94e3e95e60
2 changed files with 19 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
1998-10-12 Jim Blandy <jimb@zwingli.cygnus.com>
|
||||
|
||||
* 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.
|
||||
|
||||
|
|
|
@ -1,3 +1,21 @@
|
|||
1998-10-12 Jim Blandy <jimb@zwingli.cygnus.com>
|
||||
|
||||
* 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 <jimb@zwingli.cygnus.com>
|
||||
|
||||
* scmconfig.h.in: Regenerated.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue