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