* boot-9.scm: If using emacs interface, enable backtraces
[bpt/guile.git] / ChangeLog
CommitLineData
f4e5b810
GH
1Thu Jul 17 07:56:05 1997 Gary Houston <ghouston@actrix.gen.nz>
2
3 * configure.in: use AC_CHECK_FUNCS for sethostent etc.,
4 so scmconfig.h is updated with the test results. this may
5 disable one of the cygwin hacks.
6
32552d73
JB
7Fri Jul 11 00:18:19 1997 Jim Blandy <jimb@floss.red-bean.com>
8
9 Changes to compile under gnu-win32, from Marcus Daniels:
10 * configure.in: When sys/un.h exists, define HAVE_UNIX_DOMAIN_SOCKETS
11 to indicate that Unix domain sockets will work.
12 Check for socketpair, getgroups, setwent, pause, and tzset
13 (cygwin currently lacks these them).
14 Check for sethostent endhostent getnetent setnetent endnetent
15 getprotoent endprotoent getservent endservent getnetbyaddr
16 getnetbyname inet_lnaof inet_makeaddr inet_netof (cygwin currently
17 lacks them). In the case of cygwin, temporarily prefix these
18 functions with "cygwin32_", the way that netdb.h does.
19 Don't define HAVE_REGCOMP unless both regcomp and regex.h are
20 available (cygwin b18 came distributed without a working regex.h
21 file).
22 * acconfig.h (HAVE_UNIX_DOMAIN_SOCKETS): Add this.
23 * configure: Regenerated.
24
ec918b9b
TP
25Wed Jul 2 12:28:40 1997 Tim Pierce <twp@twp.tezcat.com>
26
27 * ltmain.sh: Remove any trailing colon on $shlibpath_var
28 (i.e. LD_LIBRARY_PATH) for braindamaged linkers that choke on it.
29 Patch sent to bug-libtool.
30
4a5fa91c
TP
31Sat Jun 28 16:13:43 1997 Tim Pierce <twp@twp.tezcat.com>
32
33 * configure.in: Add alloca.o explicitly to LIBOBJS (thanks Eric
34 Backus for reporting this problem and suggesting a fix).
35 * configure: Regenerated.
36
a01e24ec
JB
37Thu Jun 26 20:43:31 1997 Jim Blandy <jimb@floss.red-bean.com>
38
39 * Guile 1.2 released.
40
41 * configure.in: Check for librx after libm; fundamentals need to
42 come first.
43 * configure: Regenerated.
44
787d7283
TP
45Tue Jun 24 13:34:20 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
46
47 * aclocal.m4 (AM_PATH_PROG_LD): Change `ac_cv_path_LD' typo to
48 `am_cv_path_LD'.
49 * configure: Regenerated.
50
0dc48630
JB
51Sun Jun 22 15:43:07 1997 Jim Blandy <jimb@floss.red-bean.com>
52
91b28bb5
JB
53 Try to detect when people are using one version of libguile and a
54 different version of ice-9. People have been skewing things and
55 sending in bug reports.
56 * configure.in: Provide libguile its version information through a
57 separate header file generated by the Makefile, not through
58 scmconfig.h.
59 (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):
60 AC_SUBST these, instead of AC_DEFINE'ing them.
61 (GUILE_STAMP): New AC_SUBST: the time we configured the tree.
62 (AC_OUTPUT): Create ice-9/version.scm.
63 * acconfig.h (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION,
64 GUILE_VERSION): Deleted.
65 * Makefile.in: Regenerated.
66
0dc48630
JB
67 * aclocal.m4: Regenerated, using the libtool 0.9h m4 macros.
68
69 * Makefile.am (EXTRA_DIST): Include acconfig.h in the
70 distribution.
71 * Makefile.in: Regenerated.
72
91529b1d
JB
73Sat Jun 21 00:14:07 1997 Jim Blandy <jimb@floss.red-bean.com>
74
75 * ltmain.sh (line 1191): Don't forget 'test' in if statement.
76
77 * ltconfig, ltmain.sh: libtoolized, using libtool 0.9h.
78
3688473b
JB
79Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com>
80
832b09ed
JB
81 * ltconfig, ltmain.sh, config.guess: New files from libtool 0.9g.
82
83 * configure.in: By default, include functions in Guile to allow
84 linking with dynamic libraries at run-time. In other words,
85 --enable-dynamic-linking is now the default.
86 * configure: Rebuilt.
87
cad2eb84
JB
88 * configure.in: Remove space between AC_CHECK_LIB and opening
89 paren in check for Rx.
90 * configure: Regenerated.
91
3688473b
JB
92 * configure.in: Remove all mention of xtra_PLUGIN_guile_libs.
93 It's never used.
94 * configure, Makefile.in: Regenerated.
95
96Tue Jun 10 23:37:12 1997 Jim Blandy <jimb@floss.red-bean.com>
97
98 * configure.in: Move checks for libraries (-lm, -lnsl, -lsocket,
99 -dl, -dld) before checks for functions.
100 * configure: Regenerated.
101
95d59d10
JB
102Mon Jun 9 02:35:46 1997 Tim Pierce <twp@twp.tezcat.com>
103
104 * config.guess: New copy from autoconf-2.12, which recognizes
105 OpenBSD.
106
14d546a7
JB
107Tue Jun 3 16:34:19 1997 Jim Blandy <jimb@totoro.cyclic.com>
108
109 * configure.in: Check for Rx, so we will use its routines (which I
110 pretty much trust) if it is installed.
111 * configure: Regenerated.
112
e1a191a8
GH
113Sat May 31 03:48:45 1997 Gary Houston <ghouston@actrix.gen.nz>
114
115 * acconfig.h: mention HAVE_RESTARTS.
116 * configure.in: check for sigaction and restartable system calls.
117
737c9113
JB
118Tue May 27 22:47:52 1997 Tim Pierce <twp@twp.tezcat.com>
119
120 * configure.in: Check for presence of regcomp.
121 * configure: Regenerated.
122
3f4c654d
JB
123Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
124
36539a15
JB
125 * COPYING: New address for FSF.
126
3f4c654d
JB
127 * configure.in: We don't need to add fileblocks.o to LIBOBJS if
128 struct stat doesn't have the st_blocks field. We take care of
129 that case in the code. Replace AC_STRUCT_ST_BLOCKS with its
a00c28cd 130 definition, edited appropriately. (Bernard URBAN)
3f4c654d
JB
131 * configure: Regenerated.
132
c1a649bf
JB
133Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
134
3f4c654d
JB
135 * configure.in: Don't link against -lnsl or -lsocket unless we
136 actually need to. This causes trouble on Irix. (Thanks to Larry
137 Schwimmer.)
138
c1a649bf
JB
139 * config.sub: Get newer version, that recognizes the i686.
140
c5ac623b
JB
141Fri May 16 17:26:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
142
143 * README: Changed Mikael's threads work attribution in order
144 to sooth Anthony's enormous, but wounded, ego.
145
146Fri May 16 17:26:53 1997 Jim Blandy <jimb@totoro.cyclic.com>
147
148 Just kidding!!!
149
adb98aa9
JB
150Fri May 16 04:24:48 1997 Jim Blandy <jimb@floss.cyclic.com>
151
152 Guile 1.1 released.
153 * GUILE-VERSION: Bump to 1.1.
154
9b01064c
JB
155Tue May 13 16:34:40 1997 Jim Blandy <jimb@floss.cyclic.com>
156
157 Switch to automake-1.1p.
158 * Makefile.in, aclocal.m4, configure: Regenerated.
159
d53f4df2
JB
160Mon May 12 18:29:45 1997 Jim Blandy <jimb@floss.cyclic.com>
161
162 * threads.m4: Copy Anthony's change here, so it'll actually
163 survive.
164
ec06dd30
AG
165Thu May 8 11:48:40 1997 Anthony Green <green@hoser.cygnus.com>
166
167 * aclocal.m4: Fixes for building with coop threads in a
168 seperate compilation directory.
169 * configure: Rebuilt.
170
953b3c55
JB
171Fri May 2 16:24:15 1997 Jim Blandy <jimb@floss.cyclic.com>
172
173 Upgrade to libtool 0.9e.
174 * ltconfig, ltmain.sh, config.guess, config.sub: New versions,
175 supplied by libtool.
176
177 * configure.in: When configuring qt, sunos needs the underscore
178 files; Solaris and Linux both need the normal files.
179 * configure: Reebilt.
180
8225b156
JB
181Thu May 1 15:35:49 1997 Jim Blandy <jimb@floss.cyclic.com>
182
183 * configure.in: Get the paths for qt's md files right, so it can
184 build correctly when using a separate compilation directory.
185 * configure: Regenerated.
186
20108301
JB
187Thu Apr 24 01:20:34 1997 Jim Blandy <jimb@floss.cyclic.com>
188
67061067
JB
189 Get threads to work again.
190 * Makefile.am (SUBDIRS): List libguile last, so qt gets built
191 first.
192 * Makefile.in: Regenerated.
193 * aclocal.m4, configure: Regenerate, with modern definition of
194 CY_AC_WITH_THREADS. Where did the old text come from? Creepy...
195
196 Reduced Guile distribution: one configure script, no plugins.
20108301
JB
197 * configure.in: Merged the old text from qt/configure.in and
198 libguile/configure.in; Tom Tromey says automake only wants one
199 configure.in script. This seems fishy, but...
200 * Makefile.am: List the subdirectories explicitly; no more PLUGIN
201 gubbish.
202 * acconfig.h, acinclude.m4: Moved here from libguile, since
203 libguile's configure script lives here now.
204 * AUTHORS, INSTALL, README: Updated.
205 * Makefile.in, aclocal.m4 configure: Regenerated. Just like
206 amputated amphibian limbs.
207
93918199
JB
208Tue Apr 22 16:57:38 1997 Jim Blandy <jimb@totoro.cyclic.com>
209
210 * newdoc/ref/Makefile.am (dist_texis): Distribute the index files.
211 * newdoc/ref/Makefile.in: Regenerated.
212
7c9c7760
JB
213Mon Apr 14 18:51:25 1997 Jim Blandy <jimb@floss.cyclic.com>
214
215 * threads.m4 (CY_AC_WITH_THREADS): When using coop threads, no
216 need to link against libthreads; the files it used to contain
217 are now a part of libguile.
218
c8b62a7e
JB
219Sun Apr 13 22:14:10 1997 Jim Blandy <jimb@floss.cyclic.com>
220
221 * guile.m4: Revert change of Mar 15, and use the new 'no-define'
222 argument to the AM_INIT_AUTOMAKE macro.
223
12afb619
JB
224Fri Apr 11 15:43:07 1997 Jim Blandy <jimb@totoro.cyclic.com>
225
226 * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
227 * README: Say where to find libtool 0.9d.
228
58bc1a29
JB
229Wed Apr 9 17:51:13 1997 Jim Blandy <jimb@floss.cyclic.com>
230
231 Changes to work with automake-1.1n, which has better libtool
232 support. Also use libtool 0.8.
233 * README: Note new version numbers for automake and libtool.
234 * missing: New file required by new automake.
235 * Makefile.in: Regenerated.
236
5c09c7ea
JB
237Sat Apr 5 16:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
238
239 * newdoc/ref/scheme.texi (set-object-property!): Fix function name.
240
241 * Makefile.am: Omit doc subtree.
242 * configure.in: Omit makefiles in doc subtree.
243 * Makefile.in, configure: Rebuilt.
244
3b0d0eb8
MD
245Sat Mar 15 01:11:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
246
247 * guile.m4 (AM_INIT_GUILE_MODULE): Replaced AM_INIT_AUTOMAKE macro
248 with its definition and commented out definition of PACKAGE. This
249 changed seemed necessary after having removed PACKAGE from
250 libguile/acconfig.h.
251
15ae1bee
MD
252Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
253
afa64ca8
MD
254 * ltconfig, ltmain.sh: New versions from libtool-0.9.
255
15ae1bee
MD
256 * configure.in: Added AM_MAINTAINER_MODE
257
863b096e
JB
258Fri Feb 7 17:57:46 1997 Jim Blandy <jimb@floss.cyclic.com>
259
260 * config.sub, config.guess: New versions, that handle i686, etc.
261
de74670f
MG
262Thu Jan 23 07:06:15 1997 Mark Galassi <rosalia@papageno.lanl.gov>
263
264 * newdoc/tutorial/guile-tut.texi: started checking in the Guile
265 tutorial rewrite, but have not merged much into it yet.
266
31e59da8
MG
267Tue Jan 21 17:28:40 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
268
269 * newdoc/ref/guile-ref.texi: started checking in parts of the
de74670f 270 reference manual re-write.
31e59da8 271
3890022f
MV
272Sat Jan 11 14:40:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
273
274 * ltconfig, ltmain.sh: New files for libtool support. libguile,
275 rx, gh and gtcltk-lib can now be build as shared libraries.
276 * Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh
277
01cf3840
JB
278Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
279
280 * Guile 1.0 released. This is the first release by the Free
281 Software Foundation; Cygnus has also released earlier versions of
282 Guile.
283
284 * GUILE-VERSION: Updated version number.
285 * NEWS: Added comments for all the user-visible changes marked in
286 the ChangeLogs.
287 * README: Updated for release.
288
0a67c27a
GH
289Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
290
291 * scsh: new directory.
292
733943b9
TT
293Mon Dec 2 17:33:04 1996 Tom Tromey <tromey@cygnus.com>
294
295 * configure.in: Generate doc/guile-programmer/Makefile and
296 doc/guile-user/Makefile.
297
298Sat Nov 30 23:45:54 1996 Tom Tromey <tromey@cygnus.com>
299
300 * aclocal.m4: Now automatically generated by aclocal.
301 * threads.m4: New file.
302 * guile.m4: New file.
303 * Makefile.am, doc/Makefile.am: New files.
304 * configure.in: Updated for Automake. Avoid excessively verbose
305 "greet" messages.
306
8a2c7b71
MG
307Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
308
309 * lgh: directory renamed to gh, along with all prefixes of the
310 high level library procedures.
311
1eaceb61
JB
312Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
313
314 * Makefile.in (TAGS tags): Find the source files in $srcdir.
315
a857bf16
JB
316Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
317
318 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
319
e5e0f394
MD
320Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
321
322 * configure.in: Added some configuration magic from the Cygnus
323 distribution.
324
325 * aclocal.m4: New file. For now used for thread support
326 configuration.
327
891ee51c
MG
328Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
329
7d41a049
MG
330 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
331
891ee51c
MG
332 * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
333 directories, to arrange for lgh to the last thing
334 configured/built.
335
84da179f 336Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
2be50ff5
MG
337
338 * lgh/: added the directory in which I implement the high level
339 libguile library (lgh_) for this release of Guile. See the
340 ChangeLog in there for further details.
341
ea332eb2
MG
342Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
343
344 * doc/ (guile-user and guile-programmer): added the guile-user and
345 guile-programmer directories which contain the user and programmer
346 manuals. See the ChangeLog entries there for detail.
347
21dc7b47
JB
348Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
349
350 * Makefile.in (distclean): Don't forget to delete doc/Makefile.
351
352 * Makefile.in (distclean): Don't forget to delete
353 config.build-subdirs.
354
de15ba3a
JB
355Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
356
357 * Makefile.in (tags): New name for `TAGS' target, which will
358 always run the commands.
359
1089e30d
JB
360Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
361
362 * README: Doc fixes.
363
228ada63
JB
364Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
365
366 * Makefile.in (TAGS): Produce a single tags file for all of Guile.
367
93ef5778
JB
368Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
369
370 * configure.in: Check for -ldl, so the check for Tcl won't fail
371 spuriously.
372
253efac3
JB
373Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
374
39b3bff6
JB
375 Change the way we decide whether to build gtcltk-lib, so that it's
376 omitted from the build process when appropriate, but never from
377 the dist process.
378 * configure.in: Don't edit all_subdirs depending on the
379 availability of Tk; let that be the list of all PLUGIN
380 subdirectories present, as it used to be. Instead, edit a new
381 variable, build_subdirs; write its final value, the list of
382 subdirs we do want to compile in, to config.build-subdirs.
383 Substitute that into the top-level Makefile too.
384 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
385 recurse on the subdirectories we should build.
386 (distdirs): Set this to @existingdirs@, so it includes the subdirs
387 we decided not to build.
388
253efac3
JB
389 * doc/gtcltk.texi: File resurrected from old Guile releases.
390 * doc/Makefile.in (info): Build the gtcltk documentation.
391 (DIST_FILES): Include it in the distribution.
392
393 * configure.in: If we can find the library for tcl7.5, build
394 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
395 compiler (not sure this is necessary).
396
795b4217
JB
397Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
398
399 * NEWS: Fix bug reporting address.
400
401Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
402
403 * AUTHORS: New file, in accordance with the GNU maintainers'
404 standards.
405
ce2cc116
JB
406Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
407
408 * README: Renamed from ANNOUNCE; include bug report address,
409 description, and short tour.
410 * INSTALL: Renamed from BUILDING.
411 * NEWS: New file.
412 * Makefile.in (DISTFILES): Update appropriately.
413
a44a755d
JB
414Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
415
0196b30a
JB
416 * doc/Makefile.in: Added pattern targets for creating DVI and
417 PostScript files.
418 (%.ps, %.dvi, %.txt): New targets.
419 (DVIPS, TEXI2DVI): New variables.
420
a44a755d
JB
421 * GUILE-VERSION: Updated to 1.0b3.
422
423 Rehashed distribution system, in preparation for nightly
424 snapshots. Other changes in subdirectories.
425 * Makefile.in (dist): Rewritten --- the old target was out of
426 date, dependent on files that we don't have, and relied on GNU
427 tar. The new target is simpler.
428 (VERSION, srcdir, dist_dirs): New variables.
429 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
430 TODO.
431 (localtreats): Variable removed. We don't have this file.
432 (info): cd to doc and make info there; don't make info in every
433 ${subdir}; those Makefiles don't know what to do.
434 (distname, distdir, treats, announcefile): Variables removed.
435 (manifest-file): Target removed.
436 (dist-dir): New target, responsible for distributable files in
437 this directory.
438 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
439 controlling the 'dist' target.
440 * configure.in: Substitute GUILE-VERSION into the top-level
441 Makefile. Build doc/Makefile from doc/Makefile.in.
442
443 * doc/Makefile.in: New file.