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