* error.c (scm_error): declare scm_error_callback.
[bpt/guile.git] / ice-9 / ChangeLog
CommitLineData
7cb1d4d3
GH
1Sat Sep 7 06:44:47 1996 Gary Houston <ghouston@actrix.gen.nz>
2
3 * boot-9.scm (%%handle-system-error): recognise errors thrown
4 by lgh-error (fill-message etc.)
5
393ee9a8
JB
6Thu Sep 5 11:33:41 1996 Jim Blandy <jimb@floss.cyclic.com>
7
8 * boot-9.scm: %load-path is initialized in C code now.
9 (implementation-vicinity, parse-path): Deleted, along with code to
10 initialize %load-path.
11
12 * boot-9.scm (in-vicinity): If the vicinity doesn't end with a
13 "/", use one to separate it from the file.
14
e4ef46d4
JB
15Thu Aug 29 23:05:11 1996 Thomas Morgan <tmorgan@gnu.ai.mit.edu>
16
17 * boot-9.scm (%load-path): Add the site directory.
18 Add the directory named after the version number.
19 Prepend the version number to the other directories in the path.
20 Simplify by mapping the common prefix onto each item.
21 * Makefile.in (datadir, pkgdatadir, pkgverdatadir, subpkgdatadir,
22 sitedatadir): New definitions.
23 (libparent, libdir, install_path): Replaced by above.
24 (install): Create the above directories.
25 Put the source files into subpkgdatadir.
26 (uninstall): Remove the above directories.
27
00312aa3
JB
28Thu Aug 29 21:48:47 1996 Jim Blandy <jimb@floss.cyclic.com>
29
30 Don't use the PLUGIN system to gather information for the
31 Makefile's distribution and installation targets; just put it all
32 in the Makefile directly.
33 * PLUGIN/this.configure (scm_files, aux_files): Remove sections
34 for these.
35 * configure.in: Remove code that gets and substitutes scm_files and
36 aux_files.
37 * Makefile.in (scm_files, aux_files): Write out the list of files
38 here, where people expect to find them.
39
96a8aaf3
MD
40Fri Aug 23 06:44:36 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
41
42 * boot-9.scm: Preliminary solution: optionally load the debug
7685f77c 43 module. Changed "gls" to "guile1.0b3".
96a8aaf3
MD
44
45 * debug.scm: New file: debug extensions.
46
4e378733
MD
47Wed Aug 21 13:06:56 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
48
49 * boot-9.scm (print-vector): Renamed weak-hash-table? -->
50 weak-key-hash-table?. (Again!)
51
0190d683
MD
52Tue Aug 20 07:31:39 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
53
54 * boot-9.scm (print-vector, macro-table, xformer-table):
55 Renamed weak-hash-table --> weak-key-hash-table.
56
57 * poe.scm (funcq-memo): Renamed weak-hash-table -->
58 weak-key-hash-table.
59
8b13c6b3
GH
60Sat Aug 3 06:16:35 1996 Gary Houston <ghouston@actrix.gen.nz>
61
62 * boot-9.scm (*null-device*): global constant from goonix.
63 (move->fdes): adjusted for boolean primitive-move->fdes. return
64 the modified port, always set revealed count to 1 (SCSH compatible).
65 (release-port-handle port): from goonix (SCSH compatible).
66 (%open-file): removed.
67 (open-input-file, open-output-file, file-exists?, file-is-directory?):
68 modified for open-file change (does not return #f).
69
a44a755d
JB
70Thu Aug 1 02:52:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
71
72 * Makefile.in (dist-dir): New target for new dist system.
73 (manifest): Deleted.
74 * PLUGIN/this.configure (aux_files): Removed PLUGIN; it's a
75 directory, and needs special treatment in the dist-dir target.
76
02b754d3
GH
77Thu Aug 1 09:00:21 1996 Gary Houston <ghouston@actrix.gen.nz>
78
79 * boot-9.scm: remove the wrappers for '%' system primitives,
80 now that they throw errors directly.
81 remove make-simple-wrapper and similar functions.
82 protect a call to getenv which may now throw an exception.
83
84Wed Jul 31 23:44:42 1996 Gary Houston <ghouston@actrix.gen.nz>
85
86 * boot-9.scm (false-if-exception): new macro.
87
0f2d19dd
JB
88Fri Apr 19 13:53:08 1996 Tom Lord <lord@beehive>
89
90 * The more things change...
91
92