* boot-9.scm (warn, scm-style-repl): Use C printer instead of `print'.
[bpt/guile.git] / ice-9 / ChangeLog
CommitLineData
be2d2c70
GH
1Fri Sep 20 00:24:27 1996 Gary Houston <ghouston@actrix.gen.nz>
2
3 * boot-9.scm (file-exists?, file-is-directory): catch only
4 system-error, not every kind of error.
5 (scm-error): new procedure.
6
434bf5ce
JB
7Thu Sep 19 16:02:46 1996 Jim Blandy <jimb@totoro.cyclic.com>
8
9 * boot-9.scm: Formatting tweaks.
10
2194b6f0
GH
11Wed Sep 18 09:07:37 1996 Gary Houston <ghouston@actrix.gen.nz>
12
13 * boot-9.scm (%%handle-system-error key): remove the code for
14 SCM-style errors. handle the case that an unexpected number
15 of args are supplied.
16 (%%system-errors): removed.
17 (error): redefine using a throw with key and 4 args.
18 ('error): associate 'error, 'error-signal keys with
19 %%handle-system-error.
20 (%%default-error-handler): removed.
21 (signal-handler): throw with 4 args and use the error-signal key.
22 Create an error message instead of using numerical codes.
23 (%%bad-throw): call error instead of throw if key not found.
24
25Tue Sep 17 04:11:28 1996 Gary Houston <ghouston@actrix.gen.nz>
26
27 * boot-9.scm: initialize new error keys (see libguile/ChangeLog).
28 (%%handle-system-error key): check subr is not #f before printing.
29 Recognize %s (embed an argument using "display") and
30 %S (embed an argument using "write").
31
234f2da6
GH
32Sun Sep 15 03:55:35 1996 Gary Houston <ghouston@actrix.gen.nz>
33
34 * boot-9.scm (%%handle-system-error key): set args and rest to
35 the empty list if they are #f.
36 Initialize out-of-range as an error key.
37
e1724d20
GH
38Sat Sep 14 03:41:15 1996 Gary Houston <ghouston@actrix.gen.nz>
39
40c8906e
GH
40 * PLUGIN/REQ: remove the "ice-9 lgh" line which causes a cycle.
41
e1724d20
GH
42 * boot-9.scm: remove leading %% from references to '%%system-error.
43 (%%handle-system-error): don't pass all the thrown arguments when
44 aborting, just the key and subr.
45 Remove the code to "Install default handlers for built-in errors."
46 Remove the definition of the syserror procedure.
47 Associate 'numerical-overflow with default handler.
48
1a80fb07
MD
49Fri Sep 13 04:58:11 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
50
51 * boot-9.scm: Name change: value-ref --> local-ref
52 resolved-ref --> nested-ref Motivation: conformance to the other
53 dictionary operators: list-ref operates on list, vector-ref
54 operates on vector, nested-ref operates on nested namespace,
55 local-ref operates on the local nested namespace.
56
7cb1d4d3
GH
57Sat Sep 7 06:44:47 1996 Gary Houston <ghouston@actrix.gen.nz>
58
59 * boot-9.scm (%%handle-system-error): recognise errors thrown
60 by lgh-error (fill-message etc.)
9561554c 61 (fill-message): check first whether args is null.
a949b3f2 62 (fill-message): bug fix and check that args is a list.
7cb1d4d3 63
393ee9a8
JB
64Thu Sep 5 11:33:41 1996 Jim Blandy <jimb@floss.cyclic.com>
65
66 * boot-9.scm: %load-path is initialized in C code now.
67 (implementation-vicinity, parse-path): Deleted, along with code to
68 initialize %load-path.
69
70 * boot-9.scm (in-vicinity): If the vicinity doesn't end with a
71 "/", use one to separate it from the file.
72
e4ef46d4
JB
73Thu Aug 29 23:05:11 1996 Thomas Morgan <tmorgan@gnu.ai.mit.edu>
74
75 * boot-9.scm (%load-path): Add the site directory.
76 Add the directory named after the version number.
77 Prepend the version number to the other directories in the path.
78 Simplify by mapping the common prefix onto each item.
79 * Makefile.in (datadir, pkgdatadir, pkgverdatadir, subpkgdatadir,
80 sitedatadir): New definitions.
81 (libparent, libdir, install_path): Replaced by above.
82 (install): Create the above directories.
83 Put the source files into subpkgdatadir.
84 (uninstall): Remove the above directories.
85
00312aa3
JB
86Thu Aug 29 21:48:47 1996 Jim Blandy <jimb@floss.cyclic.com>
87
88 Don't use the PLUGIN system to gather information for the
89 Makefile's distribution and installation targets; just put it all
90 in the Makefile directly.
91 * PLUGIN/this.configure (scm_files, aux_files): Remove sections
92 for these.
93 * configure.in: Remove code that gets and substitutes scm_files and
94 aux_files.
95 * Makefile.in (scm_files, aux_files): Write out the list of files
96 here, where people expect to find them.
97
96a8aaf3
MD
98Fri Aug 23 06:44:36 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
99
100 * boot-9.scm: Preliminary solution: optionally load the debug
7685f77c 101 module. Changed "gls" to "guile1.0b3".
96a8aaf3
MD
102
103 * debug.scm: New file: debug extensions.
104
4e378733
MD
105Wed Aug 21 13:06:56 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
106
107 * boot-9.scm (print-vector): Renamed weak-hash-table? -->
108 weak-key-hash-table?. (Again!)
109
0190d683
MD
110Tue Aug 20 07:31:39 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
111
112 * boot-9.scm (print-vector, macro-table, xformer-table):
113 Renamed weak-hash-table --> weak-key-hash-table.
114
115 * poe.scm (funcq-memo): Renamed weak-hash-table -->
116 weak-key-hash-table.
117
8b13c6b3
GH
118Sat Aug 3 06:16:35 1996 Gary Houston <ghouston@actrix.gen.nz>
119
120 * boot-9.scm (*null-device*): global constant from goonix.
121 (move->fdes): adjusted for boolean primitive-move->fdes. return
122 the modified port, always set revealed count to 1 (SCSH compatible).
123 (release-port-handle port): from goonix (SCSH compatible).
124 (%open-file): removed.
125 (open-input-file, open-output-file, file-exists?, file-is-directory?):
126 modified for open-file change (does not return #f).
127
a44a755d
JB
128Thu Aug 1 02:52:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
129
130 * Makefile.in (dist-dir): New target for new dist system.
131 (manifest): Deleted.
132 * PLUGIN/this.configure (aux_files): Removed PLUGIN; it's a
133 directory, and needs special treatment in the dist-dir target.
134
02b754d3
GH
135Thu Aug 1 09:00:21 1996 Gary Houston <ghouston@actrix.gen.nz>
136
137 * boot-9.scm: remove the wrappers for '%' system primitives,
138 now that they throw errors directly.
139 remove make-simple-wrapper and similar functions.
140 protect a call to getenv which may now throw an exception.
141
142Wed Jul 31 23:44:42 1996 Gary Houston <ghouston@actrix.gen.nz>
143
144 * boot-9.scm (false-if-exception): new macro.
145
0f2d19dd
JB
146Fri Apr 19 13:53:08 1996 Tom Lord <lord@beehive>
147
148 * The more things change...
149
150