a few fixups to primitive functions
[bpt/guile.git] / ice-9 / ChangeLog
CommitLineData
8b13c6b3
GH
1Sat Aug 3 06:16:35 1996 Gary Houston <ghouston@actrix.gen.nz>
2
3 * boot-9.scm (*null-device*): global constant from goonix.
4 (move->fdes): adjusted for boolean primitive-move->fdes. return
5 the modified port, always set revealed count to 1 (SCSH compatible).
6 (release-port-handle port): from goonix (SCSH compatible).
7 (%open-file): removed.
8 (open-input-file, open-output-file, file-exists?, file-is-directory?):
9 modified for open-file change (does not return #f).
10
a44a755d
JB
11Thu Aug 1 02:52:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
12
13 * Makefile.in (dist-dir): New target for new dist system.
14 (manifest): Deleted.
15 * PLUGIN/this.configure (aux_files): Removed PLUGIN; it's a
16 directory, and needs special treatment in the dist-dir target.
17
02b754d3
GH
18Thu Aug 1 09:00:21 1996 Gary Houston <ghouston@actrix.gen.nz>
19
20 * boot-9.scm: remove the wrappers for '%' system primitives,
21 now that they throw errors directly.
22 remove make-simple-wrapper and similar functions.
23 protect a call to getenv which may now throw an exception.
24
25Wed Jul 31 23:44:42 1996 Gary Houston <ghouston@actrix.gen.nz>
26
27 * boot-9.scm (false-if-exception): new macro.
28
0f2d19dd
JB
29Fri Apr 19 13:53:08 1996 Tom Lord <lord@beehive>
30
31 * The more things change...
32
33