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