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