* README, ltconfig, ltmain.sh: New libtool: 1.0c.
[bpt/guile.git] / ChangeLog
1 Tue Sep 16 00:19:46 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2
3 * README, ltconfig, ltmain.sh: New libtool: 1.0c.
4
5 Thu 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
9 Thu 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
15 Wed 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
24 Sun Aug 24 15:51:12 1997 Mikael Djurfeldt <mdj@kenneth>
25
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
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
37 Fri 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
42 Wed 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
47 Thu 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
53 Fri 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
71 Wed 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
77 Sat 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
83 Thu 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
91 Tue 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
97 Sun Jun 22 15:43:07 1997 Jim Blandy <jimb@floss.red-bean.com>
98
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
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
119 Sat 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
125 Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com>
126
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
134 * configure.in: Remove space between AC_CHECK_LIB and opening
135 paren in check for Rx.
136 * configure: Regenerated.
137
138 * configure.in: Remove all mention of xtra_PLUGIN_guile_libs.
139 It's never used.
140 * configure, Makefile.in: Regenerated.
141
142 Tue 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
148 Mon 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
153 Tue 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
159 Sat 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
164 Tue 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
169 Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
170
171 * COPYING: New address for FSF.
172
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
176 definition, edited appropriately. (Bernard URBAN)
177 * configure: Regenerated.
178
179 Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
180
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
185 * config.sub: Get newer version, that recognizes the i686.
186
187 Fri 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
192 Fri May 16 17:26:53 1997 Jim Blandy <jimb@totoro.cyclic.com>
193
194 Just kidding!!!
195
196 Fri 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
201 Tue 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
206 Mon 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
211 Thu 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
217 Fri 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
227 Thu 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
233 Thu Apr 24 01:20:34 1997 Jim Blandy <jimb@floss.cyclic.com>
234
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.
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
254 Tue 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
259 Mon 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
265 Sun 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
270 Fri 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
275 Wed 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
283 Sat 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
291 Sat 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
298 Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
299
300 * ltconfig, ltmain.sh: New versions from libtool-0.9.
301
302 * configure.in: Added AM_MAINTAINER_MODE
303
304 Fri 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
308 Thu 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
313 Tue 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
316 reference manual re-write.
317
318 Sat 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
324 Sun 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
335 Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
336
337 * scsh: new directory.
338
339 Mon 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
344 Sat 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
353 Wed 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
358 Thu 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
362 Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
363
364 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
365
366 Tue 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
374 Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
375
376 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
377
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
382 Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
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
388 Wed 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
394 Wed 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
401 Thu 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
406 Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
407
408 * README: Doc fixes.
409
410 Fri 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
414 Thu 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
419 Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
420
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
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
443 Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
444
445 * NEWS: Fix bug reporting address.
446
447 Fri 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
452 Tue 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
460 Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
461
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
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.