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