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