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