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