* boot-9.scm (struct-printer): Bugfix: Check the layout of the
[bpt/guile.git] / ChangeLog
1 Sat May 31 03:48:45 1997 Gary Houston <ghouston@actrix.gen.nz>
2
3 * acconfig.h: mention HAVE_RESTARTS.
4 * configure.in: check for sigaction and restartable system calls.
5
6 Tue May 27 22:47:52 1997 Tim Pierce <twp@twp.tezcat.com>
7
8 * configure.in: Check for presence of regcomp.
9 * configure: Regenerated.
10
11 Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
12
13 * COPYING: New address for FSF.
14
15 * configure.in: We don't need to add fileblocks.o to LIBOBJS if
16 struct stat doesn't have the st_blocks field. We take care of
17 that case in the code. Replace AC_STRUCT_ST_BLOCKS with its
18 definition, edited appropriately. (Bernard URBAN)
19 * configure: Regenerated.
20
21 Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
22
23 * configure.in: Don't link against -lnsl or -lsocket unless we
24 actually need to. This causes trouble on Irix. (Thanks to Larry
25 Schwimmer.)
26
27 * config.sub: Get newer version, that recognizes the i686.
28
29 Fri May 16 17:26:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
30
31 * README: Changed Mikael's threads work attribution in order
32 to sooth Anthony's enormous, but wounded, ego.
33
34 Fri May 16 17:26:53 1997 Jim Blandy <jimb@totoro.cyclic.com>
35
36 Just kidding!!!
37
38 Fri May 16 04:24:48 1997 Jim Blandy <jimb@floss.cyclic.com>
39
40 Guile 1.1 released.
41 * GUILE-VERSION: Bump to 1.1.
42
43 Tue May 13 16:34:40 1997 Jim Blandy <jimb@floss.cyclic.com>
44
45 Switch to automake-1.1p.
46 * Makefile.in, aclocal.m4, configure: Regenerated.
47
48 Mon May 12 18:29:45 1997 Jim Blandy <jimb@floss.cyclic.com>
49
50 * threads.m4: Copy Anthony's change here, so it'll actually
51 survive.
52
53 Thu May 8 11:48:40 1997 Anthony Green <green@hoser.cygnus.com>
54
55 * aclocal.m4: Fixes for building with coop threads in a
56 seperate compilation directory.
57 * configure: Rebuilt.
58
59 Fri May 2 16:24:15 1997 Jim Blandy <jimb@floss.cyclic.com>
60
61 Upgrade to libtool 0.9e.
62 * ltconfig, ltmain.sh, config.guess, config.sub: New versions,
63 supplied by libtool.
64
65 * configure.in: When configuring qt, sunos needs the underscore
66 files; Solaris and Linux both need the normal files.
67 * configure: Reebilt.
68
69 Thu May 1 15:35:49 1997 Jim Blandy <jimb@floss.cyclic.com>
70
71 * configure.in: Get the paths for qt's md files right, so it can
72 build correctly when using a separate compilation directory.
73 * configure: Regenerated.
74
75 Thu Apr 24 01:20:34 1997 Jim Blandy <jimb@floss.cyclic.com>
76
77 Get threads to work again.
78 * Makefile.am (SUBDIRS): List libguile last, so qt gets built
79 first.
80 * Makefile.in: Regenerated.
81 * aclocal.m4, configure: Regenerate, with modern definition of
82 CY_AC_WITH_THREADS. Where did the old text come from? Creepy...
83
84 Reduced Guile distribution: one configure script, no plugins.
85 * configure.in: Merged the old text from qt/configure.in and
86 libguile/configure.in; Tom Tromey says automake only wants one
87 configure.in script. This seems fishy, but...
88 * Makefile.am: List the subdirectories explicitly; no more PLUGIN
89 gubbish.
90 * acconfig.h, acinclude.m4: Moved here from libguile, since
91 libguile's configure script lives here now.
92 * AUTHORS, INSTALL, README: Updated.
93 * Makefile.in, aclocal.m4 configure: Regenerated. Just like
94 amputated amphibian limbs.
95
96 Tue Apr 22 16:57:38 1997 Jim Blandy <jimb@totoro.cyclic.com>
97
98 * newdoc/ref/Makefile.am (dist_texis): Distribute the index files.
99 * newdoc/ref/Makefile.in: Regenerated.
100
101 Mon Apr 14 18:51:25 1997 Jim Blandy <jimb@floss.cyclic.com>
102
103 * threads.m4 (CY_AC_WITH_THREADS): When using coop threads, no
104 need to link against libthreads; the files it used to contain
105 are now a part of libguile.
106
107 Sun Apr 13 22:14:10 1997 Jim Blandy <jimb@floss.cyclic.com>
108
109 * guile.m4: Revert change of Mar 15, and use the new 'no-define'
110 argument to the AM_INIT_AUTOMAKE macro.
111
112 Fri Apr 11 15:43:07 1997 Jim Blandy <jimb@totoro.cyclic.com>
113
114 * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
115 * README: Say where to find libtool 0.9d.
116
117 Wed Apr 9 17:51:13 1997 Jim Blandy <jimb@floss.cyclic.com>
118
119 Changes to work with automake-1.1n, which has better libtool
120 support. Also use libtool 0.8.
121 * README: Note new version numbers for automake and libtool.
122 * missing: New file required by new automake.
123 * Makefile.in: Regenerated.
124
125 Sat Apr 5 16:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
126
127 * newdoc/ref/scheme.texi (set-object-property!): Fix function name.
128
129 * Makefile.am: Omit doc subtree.
130 * configure.in: Omit makefiles in doc subtree.
131 * Makefile.in, configure: Rebuilt.
132
133 Sat Mar 15 01:11:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
134
135 * guile.m4 (AM_INIT_GUILE_MODULE): Replaced AM_INIT_AUTOMAKE macro
136 with its definition and commented out definition of PACKAGE. This
137 changed seemed necessary after having removed PACKAGE from
138 libguile/acconfig.h.
139
140 Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
141
142 * ltconfig, ltmain.sh: New versions from libtool-0.9.
143
144 * configure.in: Added AM_MAINTAINER_MODE
145
146 Fri Feb 7 17:57:46 1997 Jim Blandy <jimb@floss.cyclic.com>
147
148 * config.sub, config.guess: New versions, that handle i686, etc.
149
150 Thu Jan 23 07:06:15 1997 Mark Galassi <rosalia@papageno.lanl.gov>
151
152 * newdoc/tutorial/guile-tut.texi: started checking in the Guile
153 tutorial rewrite, but have not merged much into it yet.
154
155 Tue Jan 21 17:28:40 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
156
157 * newdoc/ref/guile-ref.texi: started checking in parts of the
158 reference manual re-write.
159
160 Sat Jan 11 14:40:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
161
162 * ltconfig, ltmain.sh: New files for libtool support. libguile,
163 rx, gh and gtcltk-lib can now be build as shared libraries.
164 * Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh
165
166 Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
167
168 * Guile 1.0 released. This is the first release by the Free
169 Software Foundation; Cygnus has also released earlier versions of
170 Guile.
171
172 * GUILE-VERSION: Updated version number.
173 * NEWS: Added comments for all the user-visible changes marked in
174 the ChangeLogs.
175 * README: Updated for release.
176
177 Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
178
179 * scsh: new directory.
180
181 Mon Dec 2 17:33:04 1996 Tom Tromey <tromey@cygnus.com>
182
183 * configure.in: Generate doc/guile-programmer/Makefile and
184 doc/guile-user/Makefile.
185
186 Sat Nov 30 23:45:54 1996 Tom Tromey <tromey@cygnus.com>
187
188 * aclocal.m4: Now automatically generated by aclocal.
189 * threads.m4: New file.
190 * guile.m4: New file.
191 * Makefile.am, doc/Makefile.am: New files.
192 * configure.in: Updated for Automake. Avoid excessively verbose
193 "greet" messages.
194
195 Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
196
197 * lgh: directory renamed to gh, along with all prefixes of the
198 high level library procedures.
199
200 Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
201
202 * Makefile.in (TAGS tags): Find the source files in $srcdir.
203
204 Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
205
206 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
207
208 Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
209
210 * configure.in: Added some configuration magic from the Cygnus
211 distribution.
212
213 * aclocal.m4: New file. For now used for thread support
214 configuration.
215
216 Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
217
218 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
219
220 * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
221 directories, to arrange for lgh to the last thing
222 configured/built.
223
224 Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
225
226 * lgh/: added the directory in which I implement the high level
227 libguile library (lgh_) for this release of Guile. See the
228 ChangeLog in there for further details.
229
230 Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
231
232 * doc/ (guile-user and guile-programmer): added the guile-user and
233 guile-programmer directories which contain the user and programmer
234 manuals. See the ChangeLog entries there for detail.
235
236 Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
237
238 * Makefile.in (distclean): Don't forget to delete doc/Makefile.
239
240 * Makefile.in (distclean): Don't forget to delete
241 config.build-subdirs.
242
243 Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
244
245 * Makefile.in (tags): New name for `TAGS' target, which will
246 always run the commands.
247
248 Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
249
250 * README: Doc fixes.
251
252 Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
253
254 * Makefile.in (TAGS): Produce a single tags file for all of Guile.
255
256 Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
257
258 * configure.in: Check for -ldl, so the check for Tcl won't fail
259 spuriously.
260
261 Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
262
263 Change the way we decide whether to build gtcltk-lib, so that it's
264 omitted from the build process when appropriate, but never from
265 the dist process.
266 * configure.in: Don't edit all_subdirs depending on the
267 availability of Tk; let that be the list of all PLUGIN
268 subdirectories present, as it used to be. Instead, edit a new
269 variable, build_subdirs; write its final value, the list of
270 subdirs we do want to compile in, to config.build-subdirs.
271 Substitute that into the top-level Makefile too.
272 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
273 recurse on the subdirectories we should build.
274 (distdirs): Set this to @existingdirs@, so it includes the subdirs
275 we decided not to build.
276
277 * doc/gtcltk.texi: File resurrected from old Guile releases.
278 * doc/Makefile.in (info): Build the gtcltk documentation.
279 (DIST_FILES): Include it in the distribution.
280
281 * configure.in: If we can find the library for tcl7.5, build
282 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
283 compiler (not sure this is necessary).
284
285 Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
286
287 * NEWS: Fix bug reporting address.
288
289 Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
290
291 * AUTHORS: New file, in accordance with the GNU maintainers'
292 standards.
293
294 Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
295
296 * README: Renamed from ANNOUNCE; include bug report address,
297 description, and short tour.
298 * INSTALL: Renamed from BUILDING.
299 * NEWS: New file.
300 * Makefile.in (DISTFILES): Update appropriately.
301
302 Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
303
304 * doc/Makefile.in: Added pattern targets for creating DVI and
305 PostScript files.
306 (%.ps, %.dvi, %.txt): New targets.
307 (DVIPS, TEXI2DVI): New variables.
308
309 * GUILE-VERSION: Updated to 1.0b3.
310
311 Rehashed distribution system, in preparation for nightly
312 snapshots. Other changes in subdirectories.
313 * Makefile.in (dist): Rewritten --- the old target was out of
314 date, dependent on files that we don't have, and relied on GNU
315 tar. The new target is simpler.
316 (VERSION, srcdir, dist_dirs): New variables.
317 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
318 TODO.
319 (localtreats): Variable removed. We don't have this file.
320 (info): cd to doc and make info there; don't make info in every
321 ${subdir}; those Makefiles don't know what to do.
322 (distname, distdir, treats, announcefile): Variables removed.
323 (manifest-file): Target removed.
324 (dist-dir): New target, responsible for distributable files in
325 this directory.
326 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
327 controlling the 'dist' target.
328 * configure.in: Substitute GUILE-VERSION into the top-level
329 Makefile. Build doc/Makefile from doc/Makefile.in.
330
331 * doc/Makefile.in: New file.