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