*** empty log message ***
[bpt/guile.git] / ChangeLog
1 2001-05-05 Marius Vollmer <mvo@zagadka.ping.de>
2
3 * configure.in (--enable-deprecated): Recognize "shutup" option
4 argument and turn it into the default warning level "no".
5
6 2001-05-05 Gary Houston <ghouston@arglist.com>
7
8 * acconfig.h: add HAVE_IPV6.
9 * configure.in: check whether we can compile with IPv6 support.
10
11 2001-05-04 Thien-Thi Nguyen <ttn@revel.glug.org>
12
13 * guile-tools.in: New file.
14
15 * configure.in (AC_OUTPUT): Add guile-tools, and make
16 executable.
17
18 * Makefile.am (bin_SCRIPTS): New var.
19
20 2001-05-04 Gary Houston <ghouston@arglist.com>
21
22 * configure.in: check whether uint32_t is defined when netdb.h
23 is included.
24 acconfig.h: added HAVE_UINT32_T.
25
26 2001-05-02 Marius Vollmer <mvo@zagadka.ping.de>
27
28 * configure.in: Added handling of `--enable-deprecated'.
29
30 * acconfig.h (SCM_DEBUG_DEPRECATED,
31 GUILE_WARN_DEPRECATED_DEFAULT): Added.
32
33 2001-04-29 Thien-Thi Nguyen <ttn@revel.glug.org>
34
35 * Makefile.am (SUBDIRS): Add "scripts".
36
37 * configure.in (AC_OUTPUT): Add scripts/Makefile.
38
39 2001-04-29 Gary Houston <ghouston@arglist.com>
40
41 * libguile.h: include rw.h.
42
43 2001-04-27 Rob Browning <rlb@cs.utexas.edu>
44
45 * GUILE-VERSION (GUILE_MINOR_VERSION): change to 5.0, switching to
46 the new odd/even ustable/stable version numbering scheme.
47 (LIBGUILEQTHREADS_MAJOR_VERSION): change to 10 to match Debian and
48 libguile. In the future, libguile and libguileqthreads may not
49 stay in sync. This still doesn't appear to affect
50 libguileqthreads, but we'll fix that next.
51
52 2001-04-25 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
53
54 * configure.in: Don't treat srfi directory specially, just create
55 the Makefile there (thanks to Neil Jerram for the patch).
56
57 2001-04-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
58
59 * Makefile.am (SUBDIRS): Added `srfi'.
60
61 * configure.in: Added subdirectory `srfi' to build process.
62
63 * libguile.h: Added inclusion of `values.h'.
64
65 2001-04-22 Gary Houston <ghouston@arglist.com>
66
67 * configure.in: check for inet_pton and inet_ntop.
68
69 2001-04-20 Gary Houston <ghouston@arglist.com>
70
71 * acconfig.h: include HAVE_SIN6_SCOPE_ID.
72 * configure.in: check for sin6_scope_id in sockaddr_in6.
73
74 2001-04-19 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
75
76 * RELEASE: Added deprecated macro SCM_ARRAY_CONTIGUOUS
77
78 2001-04-17 Gary Houston <ghouston@arglist.com>
79
80 * configure.in: run the autoconf BIGENDIAN check.
81
82 2001-04-12 Niibe Yutaka <gniibe@m17n.org>
83
84 * GUILE-VERSION (LIBGUILEQTHREADS_MAJOR_VERSION,
85 LIBGUILEQTHREADS_MINOR_VERSION, LIBGUILEQTHREADS_REVISION_VERSION,
86 LIBGUILEQTHREADS_VERSION): Added libguileqthreads version info.
87
88 * configure.in: Likewise.
89
90 2001-04-11 Keisuke Nishida <kxn30@po.cwru.edu>
91
92 * configure.in (AC_CHECK_FUNCS): Don't check bzero.
93 (GUILE_FUNC_DECLARED): Removed checking of bzero.
94 Thanks to NIIBE Yutaka.
95
96 2001-04-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
97
98 * Undeprecated scm_init_oop_goopscore_module.
99
100 2001-03-25 Thien-Thi Nguyen <ttn@revel.glug.org>
101
102 * check-guile.in: Fix sh standard conformance bug: Replace
103 "test -e" with "test -f". Thanks to Alexander Klimov.
104
105 2001-03-19 Gary Houston <ghouston@arglist.com>
106
107 * check-guile.in: rename $parent to $srcdir. if it's equal to "."
108 set it to `pwd`.
109
110 * check-guile.in: 16 documentation tests were failing if "make
111 check" was run before Guile had been installed with the current
112 --prefix. made various changes to the script so that it runs
113 without a cd to the test-suite directory. For the -i option,
114 don't point GUILE_LOAD_PATH to the current directory, but let it
115 use it's own scheme library.
116
117 2001-03-18 Gary Houston <ghouston@arglist.com>
118
119 * check-guile.in: use @srcdir@ instead of @test_suite_dir@. use
120 the current directory (build dir) not srcdir to find guile
121 executable. otherwise "make check" doesn't work with a separate
122 build directory. create the test log in
123 $build_dir/check-guile.log instead of in srcdir/test-suite
124 directory.
125 * configure.in: don't define or substitute test_suite_dir.
126
127 2001-03-17 Gary Houston <ghouston@arglist.com>
128
129 * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,
130 since EXTRA_DOT_DOC_FILES is redefined later. define
131 EXTRA_DOT_X_FILES and hand it to AC_SUBST.
132
133 2001-03-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
134
135 * configure.in: Added header checks for crypt.h, sys/resource.h
136 and sys/file.h, function checks for chroot, flock, getlogin,
137 cuserid, getpriority, setpriority, getpass, sethostname,
138 gethostname, and for crypt() in libcrypt.
139
140 2001-03-09 Neil Jerram <neil@ossau.uklinux.net>
141
142 * configure.in (htmldoc): Merge handling of `--enable-htmldoc'
143 option from guile-doc/configure.in.
144
145 2001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
146
147 * libguile.h: Removed #include "libguile/dump.h".
148
149 2001-02-02 Keisuke Nishida <kxn30@po.cwru.edu>
150
151 * libguile.h: Added #include "libguile/dump.h".
152
153 2001-01-29 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
154
155 * libguile.h: Added #include "libguile/rdelim.h".
156
157 2001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
158
159 The following patch was sent by Thien-Thi Nguyen.
160
161 * check-guile.in: New file.
162
163 * Makefile.am: Add TESTS rule.
164
165 * configure.in: Add support for "make check".
166
167 2000-11-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
168
169 * acconfig.h: Removed bogus #ifndef. Thanks to Lars J. Aas.
170
171 2000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
172
173 * GUILE-VERSION (LIBGUILE_MAJOR_VERSION): Incremented major
174 version number to 10 due to the merge of GOOPS.
175
176 * oop: New directory.
177
178 2000-09-20 Keisuke Nishida <kxn30@po.cwru.edu>
179
180 * libguile.h: #include "libguile/properties.h".
181
182 2000-09-17 Gary Houston <ghouston@arglist.com>
183
184 * configure.in, acconfig.h: remove the GCSE test: it doesn't seem
185 to be reliable on all platforms.
186
187 2000-08-18 Gary Houston <ghouston@arglist.com>
188
189 * acconfig.h: added BROKEN_GCSE.
190 * configure.in: check for a gcc GCSE optimisation bug.
191
192 2000-07-31 Gary Houston <ghouston@arglist.com>
193
194 * acconfig.h: added HAVE_H_ERRNO
195 * configure.in: removed some dnl'd & obsolete cygwin stuff.
196 added a test for h_errno.
197
198 2000-06-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
199
200 * Guile 1.4 released.
201
202 2000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
203
204 * GUILE-VERSION: Changed to work also when included by a Makefile
205 (e.g. debian/rules). (Thanks to Karl M. Hegbloom.)
206 (LIBGUILE_MAJOR_VERSION): Bumped to 9.
207 (GUILE_MINOR_VERSION): Bumped to 4.
208
209 2000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
210
211 * libguile.h: Removed #include "libguile/kw.h".
212
213 * Makefile.am (ACLOCAL): Define as ./guile-aclocal.sh.
214 (The rule will cd to $(top_srcdir).)
215
216 * configure.in (EXTRA_DOT_DOC_FILES): Create from LIBOBJS and
217 substitute it into libguile/Makefile.
218
219 * HACKING: Updated recommended libtool version to be 1.3.5.
220
221 * RELEASE: Say that we should update HACKING to reflect the
222 versions of the tools we're using rather than README.
223
224 2000-06-02 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
225
226 * NOTES: Removed.
227
228 * TODO: Moved to devel/.
229
230 2000-06-01 Craig Brozefsky <craig@red-bean.com>
231
232 * GUILE-VERSION: added defnitions for LIBGUILE_MAJOR_VERSION,
233 LIBGUILE_MINOR_VERSION, LIBGUILE_REVISION_VERSION so that we now
234 define libguile.so version in a well-lit place.
235
236 * configure.in: added AC_SUBST lines for the new LIBGUILE version
237 variables.
238
239 2000-06-01 Michael Livshin <mlivshin@bigfoot.com>
240
241 * autogen.sh: call ./guile-aclocal.sh instead of aclocal.
242
243 * guile-aclocal.sh: new file, works around aclocal problems.
244
245 2000-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
246
247 * acconfig.h (USE_FSU_PTHREADS, USE_MIT_PTHREADS,
248 USE_PCTHREADS_PTHREADS): Removed.
249
250 2000-05-01 Gary Houston <ghouston@arglist.com>
251
252 * Makefile.am: add include_HEADERS.
253 libguile.h: moved from libguile directory. maybe libguile.h should
254 be installed in $prefix/include/libguile/libguile.h instead?
255
256 2000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
257
258 * qthreads.m4: Removed THREADS_CPPFLAGS.
259
260 * acinclude.m4: Removed qthreads macros. They are provided in
261 qthreads.m4, so these were redundant.
262
263 * acconfig.h (GUILE_DEBUG_MALLOC): New.
264
265 * configure.in: New --enable-debug-malloc configuration option.
266
267 2000-03-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
268
269 * acconfig.h (GUILE_PTHREAD_COMPAT): New config variable.
270
271 * configure.in: Enable workaround for COOP-linuxthreads
272 compatibility on Linux systems.
273
274 2000-03-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
275
276 * devel: New directory. Intended to carry documentation related
277 to Guile development (as opposed to the doc directory which
278 contains documentation related to the use of the current Guile).
279 This directory (devel) is not included in the Guile distribution,
280 but is accessible via anonymous CVS.
281
282 2000-03-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
283
284 * configure.in: Don't add iselect.o to LIBOBJS.
285
286 2000-03-13 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
287
288 * configure.in: Added end-tag for local variables. (Thanks to
289 Thien-Thi Nguyen.)
290
291 2000-03-12 Gary Houston <ghouston@arglist.com>
292
293 * README (Guile Documentation, About This Distribution): updated.
294
295 2000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
296
297 * configure.in (ac_cv_struct_timespec): Added test for struct
298 timespec.
299
300 * acconfig.h (HAVE_STRUCT_TIMESPEC): Added.
301
302 2000-01-25 Marius Vollmer <mvo@zagadka.ping.de>
303
304 * autogen.sh: Call libtoolize. Pass --add-missing option to
305 automake. Do not decent into libltdl directory. The libltdl
306 directory is now populated by libtoolize and does not need any
307 further autogeneration.
308
309 2000-01-23 Gary Houston <ghouston@arglist.com>
310
311 * configure.in: check for fchown.
312
313 Tue Jan 18 12:55:15 2000 Mikael Djurfeldt <mdj@r11n07-s.pdc.kth.se>
314
315 * acinclude.m4 (AC_LIBLTDL_CONVENIENCE): Add $(top_srcdir)/libltdl
316 instead of $(top_builddir)/libltdl to includepath.
317
318 2000-01-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
319
320 * emacs: New subdirectory for elisp tools.
321
322 2000-01-15 Marius Vollmer <mvo@zagadka.ping.de>
323
324 * README, HACKING: Moved "Hacking it yourself" section from README
325 to HACKING. Updated recommended libtool version to be 1.3.4.
326
327 2000-01-14 Gary Houston <ghouston@arglist.com>
328
329 * configure.in: needs to have --disable-networking, not
330 --disable-net.
331
332 2000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
333
334 * libltdl/acconfig.h: New file: Needed by autogen.sh.
335
336 Tue Jan 11 13:42:35 2000 Greg J. Badros <gjb@cs.washington.edu>
337
338 * autogen.sh: Added messages as we run autogen in subdirectories.
339
340 * configure.in: Output libugile/guile-func-name-check script, and
341 chmod +x it.
342
343 2000-01-11 Marius Vollmer <mvo@zagadka.ping.de>
344
345 * libltdl/autogen.sh: New file.
346 * autogen.sh: Invoke libltdl/autogen.sh.
347
348 2000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
349
350 Finally applied the libltdl patch from Thomas Tanner, with slight
351 modifications. All code copied from the libtool package is from
352 libtool-1.3.4.
353
354 * configure.in: Make "--with-modules=yes" the default. Do not
355 clear INCLTDL, LIBLTDL prior to processing "--with-modules".
356
357 1999-07-25 Thomas Tanner <tanner@ffii.org>
358
359 * Makefile.am: add libltdl to SUBDIRS, automake automatically
360 includes ltconfig, ltmain.sh and acconfig.h in EXTRA_DIST
361 * acinclude.m4: remove GUILE_DLSYM_USCORE, add libtool.m4
362 (no need to install libtool any more)
363 * configure.in: replace --enable-dynamic-linking with
364 --with-modules, required modules can be specified using
365 --with-modules="/path/to/mod.la" and will be linked
366 statically on platforms that don't support dynamic loading,
367 configure libltdl, configure libtool for dlopening
368 * libltdl: added using libtoolize -c --ltdl
369
370 2000-01-09 Gary Houston <ghouston@arglist.com>
371
372 * configure.in: check whether localtime caches TZ. copied from
373 Emacs 20.5.
374 * acconfig.h: add LOCALTIME_CACHE.
375
376 Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
377
378 * configure.in: Make it be guile-snarf.awk, since we'll be
379 switching names for guile-doc-snarf. (I wouldn't have changed
380 this, but I was getting ready to commit this way when the below
381 change was committed).
382
383 1999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
384
385 * configure.in: Create guile-doc-snarf.awk.
386
387 1999-12-12 Greg J. Badros <gjb@cs.washington.edu>
388
389 * configure.in: Create guile-doc-snarf, chmod +x that script after
390 AC_OUTPUTted.
391
392 1999-12-10 Greg J. Badros <gjb@cs.washington.edu>
393
394 * NEWS: More complete description for --enable-debug-freelist.
395
396 1999-12-09 Gary Houston <ghouston@freewire.co.uk>
397
398 * configure.in (CFLAGS): don't add -Wpointer-arith, since it
399 causes numerous spurious warnings with recent gcc and/or glibc
400 versions.
401
402 1999-11-19 Gary Houston <ghouston@freewire.co.uk>
403
404 * acconfig.h: add HAVE_ARRAYS.
405
406 * configure.in: add --disable-arrays option, probably temporary.
407
408 1999-11-17 Gary Houston <ghouston@freewire.co.uk>
409
410 * configure.in: check for hstrerror.
411
412 1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
413
414 * autogen.sh: Don't call autoreconf at all; it's not reliable.
415 Instead, call the various tools explicitly. Invoke
416 guile-readline's autogen.sh script.
417
418 Straighten up the situation regarding guile.m4 and qthreads.m4.
419
420 We can't have .m4 files which are installed where aclocal can
421 see them, but also used by guile's own configure.in, because
422 aclocal will read both copies, complain about duplicate macro
423 definitions, and refuse to generate aclocal.m4 at all. This
424 happens if you invoke it as `aclocal -I .', as autoreconf does.
425 This is probably a flaw in the autotools, but Guile doesn't need
426 that flaw fixed immediately.
427
428 guile.m4 is intended for use by people linking against guile, so
429 it needs to be installed. But Guile itself doesn't use it. So
430 move guile.m4 into guile-config. That makes sense, since
431 guile.m4's GUILE_FLAGS macro is just an easy way to call
432 guile-config.
433
434 qthreads.m4 is indented to help configure a qthreads tree. It's
435 only useful to a package which actually includes a qthreads tree,
436 and it's intimately related to that tree, so it's not useful to
437 install this. So don't install it.
438
439 * guile.m4: Moved to guile-config.
440 * Makefile.am (aclocaldir, aclocal_DATA): Delete.
441 (EXTRA_DIST): Move qthreads.m4 here.
442
443 Don't store generated files in the repository any more. Instead,
444 require people to run autogen.sh on trees from snapshots and CVS.
445 * Makefile.in, aclocal.m4, configure: Deleted.
446 * autogen.sh: New file.
447 * ANON-CVS, SNAPSHOTS: Updated instructions.
448
449 1999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
450
451 * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
452
453 1999-09-27 Greg J. Badros <gjb@cs.washington.edu>
454
455 * configure.in: Added --enable-debug-freelist option.
456
457 * acconfig.h: Added GUILE_DEBUG_FREELIST.
458
459 1999-09-23 Gary Houston <ghouston@freewire.co.uk>
460
461 * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
462 FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
463
464 * configure.in: new options --disable-posix, --disable-net
465 and --disable-regex
466 export HAVE_POSIX and HAVE_NETWORKING definitions.
467 don't add regex-posix.o to LIBOBJS if regex disabled.
468
469 LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
470 conditionally.
471
472 1999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
473
474 * Guile 1.3.4 released.
475
476 1999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
477
478 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
479 libtool knows how to get ANSI C behavior from the compiler.
480 * configure: Regenerated.
481
482 1999-09-20 Gary Houston <ghouston@freewire.co.uk>
483
484 * configure.in: check availability of siginterrupt.
485
486 1999-09-18 Gary Houston <ghouston@freewire.co.uk>
487
488 * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
489 testing for SA_RESTART.
490
491 1999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
492
493 * configure.in: Removed ice-9/version.scm from AC_OUTPUT.
494
495 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
496
497 * configure.in (GUILE_STAMP): Don't set this variable, or
498 substitute it into anything. Full explanation in ice-9/ChangeLog.
499 * configure, Makefile.in: Regenerated.
500
501 1999-09-06 James Blandy <jimb@mule.m17n.org>
502
503 Propagate the changes of 2 Sept the rest of the way through.
504 * configure: Regenerated.
505 * Makefile.in: Regenerated. Not sure why this diff is so big.
506
507 1999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
508
509 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
510 variable name. (Thanks to Bill Schottstaedt.)
511 * aclocal.m4: Regenerated.
512
513 1999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
514
515 * configure.in: Test for presence of function on_exit.
516
517 1999-09-01 James Blandy <jimb@mule.m17n.org>
518
519 * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
520 the system doesn't have memmove. Don't test for memmove and bcopy
521 with AC_CHECK_FUNCS.
522 * configure: Regenerated.
523
524 1999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
525
526 * configure.in: Test for atexit.
527
528 1999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
529
530 * acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
531
532 * configure.in: Test for presence of S_ISLNK in sys/stat.h.
533 (Thanks to Bernard Urban.)
534 Test for memmove and bcopy. (Thanks to
535 suzukis@file.phys.tohoku.ac.jp.)
536
537 * acconfig.h: Added HAVE_S_ISLNK.
538
539 1999-08-20 James Blandy <jimb@mule.m17n.org>
540
541 * Guile 1.3.2 released.
542
543 * Makefile.in: Regenerated.
544
545 1999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
546
547 * README, config.guess, config.sub, liconfig, ltmain.sh: Switched
548 to libtool-1.3.3.
549
550 1999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
551
552 Added guile-readline subdirectory with the removed readline
553 support.
554 * guile-readline: New directory, see ChangeLog there.
555 * configure.in: Cause configure to descend into guile-readline
556 dir.
557 * Makefile.am: Likewise for make.
558 * NEWS: Explain how to activate the readline support.
559 * configure, Makefile.in: Regenerated.
560
561 1999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
562
563 Fixes for EMX from Mikael Ståldal.
564
565 * configure.in: Check for <io.h>.
566 * configure: Regenerated.
567
568 1999-07-18 Jim Blandy <jimb@savonarola.red-bean.com>
569
570 * qthreads.m4 (QTHREADS_CONFIGURE): 'alpha' in a configuration
571 name can have suffixes, like alphaev56-unknown-linux-gnu.
572 * aclocal.m4, configure: Rebuilt.
573 (Thanks to Sebastien Villemot.)
574
575 1999-07-04 Gary Houston <ghouston@easynet.co.uk>
576
577 * configure.in: don't check for ways to violate stdio abstraction.
578
579 1999-05-02 Jim Blandy <jimb@savonarola.red-bean.com>
580
581 * configure.in (AC_CHECK_FUNCS): Fill in list of functions that
582 libguile/net_db.h wants to use. (Add setprotoent, setservent.)
583
584 1999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
585
586 Remove all automatic readline support, to avoid copyright
587 confusion.
588 * INSTALL: Update text.
589 * NEWS: Explain the situation.
590 * configure.in: Remove configury for readline and its supporting
591 libraries.
592 * configure: Regenerated.
593
594 * README: Change URL's for automake and autoconf.
595
596 * Makefile.in, configure: Regenerated with autoconf 2.13, automake
597 1.4, libtool 1.2f (1.385 1999/03/15 17:24:54). I've upgraded to
598 all the right tools, according to README, but I'm still getting
599 different results than Mikael is. Hmm.
600
601 1999-03-22 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
602
603 * New libtool: 1.2f
604 * ltmain.sh, ltconfig, config.guess, config.sub: New versions.
605 * README: Mention new version number of libtool.
606
607 1999-03-04 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
608
609 New automake: 1.4
610 * config.guess, config.sub, install-sh, mdate-sh, missing,
611 mkinstalldirs: New versions.
612 * Makefile.in, aclocal.m4, configure: Regenerated.
613 * README: Mention new version numbers on autoconf and automake.
614
615 1999-02-12 Jim Blandy <jimb@savonarola.red-bean.com>
616
617 * configure.in: Add --with-readline flag.
618 * configure: Rebuilt.
619
620 1999-02-09 Maciej Stachowiak <mstachow@alum.mit.edu>
621
622 * NEWS: Added entry for optargs module.
623
624 1999-02-06 Jim Blandy <jimb@zwingli.cygnus.com>
625
626 * configure: Regenerated using autoconf 2.12.
627
628 1999-01-26 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
629
630 * configure.in: Removed test AC_C_BIGENDIAN. (This test was
631 considered to encourage bad coding style.)
632
633 1999-01-21 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
634
635 * configure.in: Added test AC_C_BIGENDIAN.
636
637 1999-01-11 Jim Blandy <jimb@zwingli.cygnus.com>
638
639 * configure.in: Remove quotes around ac_cv_lib_readline_main and
640 ac_cv_var_rl_getc_function. They should both always be set to
641 non-null values; this way, we get error messages.
642 * configure: Regenerated.
643
644 1999-01-10 Jim Blandy <jimb@savonarola.red-bean.com>
645
646 * configure.in: Cite the variable ac_cv_lib_readline_main, not
647 ac_cv_lib_readline_readline; the latter isn't set any more, since
648 we look for 'main' in libreadline now. Add quotes around
649 reference to the variable references, too, so this will work even
650 when a variable's value is the empty string.
651 * configure: Regenerated.
652
653 1999-01-07 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
654
655 * acconfig.h: Added HAVE_LONG_LONGS.
656
657 * configure.in: Added AC_CHECK_SIZEOF(long), AC_CHECK_SIZEOF(int);
658 Added check for long longs.
659
660 1998-12-14 Jim Blandy <jimb@zwingli.cygnus.com>
661
662 * configure.in: Check for tgoto in ncurses, then termcap.
663 S.u.S.E. Linux doesn't have a termcap. (Thanks to Karl
664 Eichwalder.)
665 * configure: Regenerated.
666
667 1998-10-24 Jim Blandy <jimb@zwingli.cygnus.com>
668
669 * configure.in: Call AM_PROG_CC_STDC, to see what flags we should
670 pass the compiler to make it support ANSI. (Thanks to Bernard
671 Urban.)
672 * aclocal.m4, configure: Regenerated.
673
674 1998-10-20 Jim Blandy <jimb@zwingli.cygnus.com>
675
676 * Guile 1.3 released.
677
678 1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
679
680 * GUILE-VERSION: Bump to 1.3.
681
682 * Makefile.am (EXTRA_DIST): Don't omit ANON-CVS and SNAPSHOTS.
683 * Makefile.in: Regenerated.
684
685 1998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
686
687 * qthreads.m4 (QTHREADS_CONFIGURE): On NetBSD, pass through a flag
688 to the Makefile which explicitly tells it to pass assembly files
689 through the preprocessor. (Thanks to Perry Metzger.)
690 * aclocal.m4, configure, Makefile.in: Regenerated.
691
692 1998-10-14 Jim Blandy <jimb@zwingli.cygnus.com>
693
694 * configure.in: Define SCM_SINGLES whenever a float can fit in a
695 long, not only when a float is the same size as a long. This gets
696 us SCM_SINGLES defined on alphas. (Thanks to Clark McGrew.)
697 * configure: Regenerated.
698
699 * configure.in: Construct libguile/versiondat.h here; see
700 log entry in libguile/ChangeLog for details.
701 * configure: Regenerated.
702
703 * configure.in: Allow tabs and whitespace between `void' and
704 `usleep'. (Thanks to Harvey J. Stein.)
705 * configure: Regenerated.
706
707 Don't redefine sleep/usleep.
708 * configure.in: Remove tests for usleep's argument type; we only
709 need that if we're going to replace it.
710
711 * acconfig.h (USLEEP_ARG_TYPE): Delete. All the other SLEEP
712 garbage is needed just to use usleep and sleep without compiler
713 warnings.
714 * configure: Regenerated.
715
716 1998-10-12 Jim Blandy <jimb@zwingli.cygnus.com>
717
718 * configure: Regenerated.
719
720 * configure.in (GUILE_FUNC_DECLARED): Name the cache variables
721 starting with guile_cv_; ac_cv_ is autoconf's namespace.
722
723 The type of the argument to usleep varies from system to system,
724 as does the return type. We really shouldn't be redefining usleep
725 at all, but I don't have time to clean that up before the 1.3
726 release. It's on the schedule for afterwards.
727 * configure.in: Cache results from usleep return value test.
728 Test for the type of the usleep argument, and cache that too.
729 * acconfig.h (USLEEP_ARG_TYPE): New macro.
730
731 1998-10-11 Jim Blandy <jimb@zwingli.cygnus.com>
732
733 * acconfig.h (HAVE_RL_GETC_FUNCTION): Fix this entry.
734
735 1998-10-10 Jim Blandy <jimb@zwingli.cygnus.com>
736
737 * GUILE-VERSION: bump to 1.2.91, since we're doing snapshots again.
738
739 * Guile 1.2.90 released --- beta.
740 * GUILE-VERSION: Set to 1.2.90. This would appear to be a
741 regression from 1.3a, but everyone knows that the next release is
742 1.3, I want to switch to a more coherent version numbering system,
743 and now is the time.
744
745 1998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
746
747 * configure.in: Call AC_C_INLINE, so we can use inline happily in
748 libguile.
749 * configure: Regenerated.
750
751 1998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
752
753 * configure.in: Don't forget to #define HAVE_RL_GETC_FUNCTION if
754 we do find the rl_getc_function variable in the readline library;
755 AC_CHECK_FUNCS used to do this for us, but we're not using it any
756 more.
757 * acconfig.h: Add an entry for HAVE_RL_GETC_FUNCTION.
758
759 * configure.in: Properly test for the presence of rl_getc_function;
760 it's a variable, not a function.
761 * configure: Regenerated.
762
763 * doc: New subdirectory.
764 * Makefile.am (SUBDIRS): List it.
765 * configure.in (AC_OUTPUT): Build its Makefile.
766 * configure, Makefile.in: Regenerated.
767
768 * guile.m4 (GUILE_FLAGS): New macro.
769
770 * guile.m4 (AM_INIT_GUILE_MODULE): Deleted; it doesn't do anything
771 terribly helpful any more, nobody's using it, and this is not
772 really the way I want to handle modules anyway.
773
774 1998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
775
776 * configure.in (FD_SETTER, FILE_CNT_GPTR): New cases for SCO's
777 stdio implementation. (Thanks to David Tillman.)
778 * configure: Rebuilt.
779
780 * guile-config: Renamed from `build'.
781 * Makefile.am (SUBDIRS): Mention `guile-config', not `build'.
782 * configure.in: Create `guile-config/Makefile.in', not
783 `build/Makefile.in'. Doc fix, too.
784
785 * qthreads.m4: Doc fix.
786 * Makefile.in, aclocal.m4, configure: Regeneranegerederadea.
787
788 1998-10-03 <jimb@savonarola.red-bean.com>
789
790 * configure.in: Check for a missing `sleep' declaration.
791 * acconfig.h (MISSING_SLEEP_DECL): Provide some text for this.
792 * configure: Regenerated.
793
794 * configure.in: Don't use the canonical host name to decide
795 whether `bzero' and `usleep' have declarations --- that's going
796 back to the bad old days before autoconf. Remove the call to
797 AC_CANONICAL_HOST and the subsequent case statement.
798 (GUILE_FUNC_DECLARED): New m4 macro. Use it to check for
799 declarations for `bzero', `usleep', and (new!) `strptime'.
800 * acconfig.h: (DECLARE_BZERO, DECLARE_USLEEP): Removed.
801 (MISSING_BZERO_DECL, MISSING_USLEEP_DECL, MISSING_STRPTIME_DECL):
802 Added. I think this naming convention is more consistent with the
803 rest of autoconf; names generally describes the system, not what
804 the package should do to accomodate the system.
805 * configure: Regenerated.
806
807 1998-09-05 Jim Blandy <jimb@zwingli.cygnus.com>
808
809 * configure.in: Remove --disable-debug option. The debugging
810 support is pretty stable now, and it's confusing people.
811 * configure: Regenerated.
812
813 * HACKING: Remove -Wstrict-prototypes from the list of requested
814 flags (to match 1998-07-30 change).
815
816 1998-07-30 Jim Blandy <jimb@zwingli.cygnus.com>
817
818 * configure.in: Don't use -Wstrict-prototypes after all.
819 * configure: Regenerated.
820
821 1998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
822
823 * configure.in: Request more warnings.
824 * configure: Regenerated.
825 * HACKING: Ask people not to make changes that introduce those
826 warnings. Now I have to go through the code and actually bring it
827 up to standards... :(
828
829 * Makefile.in, aclocal.m4, configure: Regenerated using the last
830 public version of automake, not the hacked Cygnus version.
831 * config.guess, config.sub, ltconfig, ltmain.sh: New versions from
832 libtool.
833
834 * configure.in, qthreads.m4: Display a message about how the
835 threads configuration went.
836 * aclocal.m4, configure: Regenerated.
837
838 1998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
839
840 Remove the TOTORO kludge. We're not doing snapshots any more, so
841 totoro is completely uninvolved. (Poor Totoro!)
842 * configure.in: Remove code to check the hostname and #define
843 TOTORO.
844 * acconfig.h: Remove comments for TOTORO symbol.
845 * configure, Makefile.in: Regenerated.
846
847 * qthreads.m4 (QTHREADS_CONFIGURE): We *can* use AC_REQUIRE here
848 to get AC_PROG_LN_S.
849 * aclocal.m4, configure: Regenerated.
850
851 1998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
852
853 Clean up thread configuration.
854 * qthreads.m4: New file, which knows how to configure the qthreads
855 library.
856 * configure.in: Replace all thread package selection code. Do the
857 --with-threads argument processing here. Enable the appropriate
858 thread interface files in libguile. Remove all qthreads
859 configuration code; call QTHREADS_CONFIGURE instead. Set
860 GUILE_LIBS using the info provided by QTHREADS_CONFIGURE.
861 * threads.m4: Removed; not used any more.
862 * Makefile.am (aclocal_DATA): Mention qthreads.m4, not threads.m4.
863 * Makefile.in, aclocal.m4, configure: Rgnrtd. (Sv th vwls!)
864 Note that these were regenerated with the tools available from
865 Cygnus's source tree, which have patches not available to the
866 general public. I'm not sure this was a good idea; feel free to
867 revert them to the latest released versions of the tools.
868
869 Upgrade to the version of libtool available at Cygnus. See note
870 above.
871 * config.guess, config.sub, ltconfig, ltmain.sh: Upgraded.
872
873 1998-07-12 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
874
875 * configure.in: Changed variable HOSTNAME --> PROG_HOSTNAME in
876 totoro kludge.
877
878 Sat Jul 11 21:54:29 1998 Mikael Djurfeldt <mdj@totoro.red-bean.com>
879
880 * acconfig.h, configure.in: Define TOTORO if configuring on
881 totoro.red-bean.com.
882
883 * configure.in: Check for strdup.
884
885 1998-05-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
886
887 * configure.in: Check for rl_cleanup_after_signal.
888
889 1998-05-11 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
890
891 * configure.in: Added test for rl_getc_function. Warn if
892 libreadline is found but not this function.
893
894 1998-05-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
895
896 * configure.in: Replaced some AC_CHECK_FUNC --> AC_CHECK_FUNCS so
897 that suitable HAVE_<function name> symbols get defined.
898
899 1998-04-25 Mikael Djurfeldt <mdj@kenneth>
900
901 * configure.in: Define USLEEP_RETURNS_VOID on some systems.
902 (Thanks to Julian Satchell.)
903
904 1998-04-20 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
905
906 * configure.in: Check for usleep; Define DECLARE_BZERO and
907 DECLARE_USLEEP on Solaris 2.5 since it supplies those functions
908 without declaring them.
909
910 * acconfig.h: Added DECLARE_BZERO, DECLARE_USLEEP
911
912 1998-04-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
913
914 * configure.in: Define HAVE_DLOPEN also when HAVE_LIBDL is
915 defined.
916
917 1998-04-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
918
919 * configure.in (GUILE_LIBS): New variable. Contains libraries
920 which libguile needs to be linked with. Substituted into
921 libpath.h.
922
923 * threads.m4 (threads_package): Don't add $LDFLAGS and $LIBS to
924 $cy_cv_threads_libs.
925
926 1998-04-11 Mikael Djurfeldt <mdj@kenneth>
927
928 New libtool: 1.2
929 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
930 New automake: 1.3
931 * Makefile.in, aclocal.m4, configure: Regenerated.
932 * README: Mention new version numbers on libtool and automake.
933
934 1997-12-11 Tim Pierce <twp@skepsis.com>
935
936 * HACKING: Note that SSH is mandatory for CVS access.
937
938 Sun Dec 7 06:11:24 1997 Gary Houston <ghouston@actrix.gen.nz>
939
940 * README: using Automake 1.2d
941 * configure.in: AC_CHECK_FUNCS: add "system".
942
943 1997-12-01 Tim Pierce <twp@skepsis.com>
944
945 * acconfig.h: Add USCORE.
946
947 1997-11-27 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
948
949 * configure.in: Added code to enable GUILE_ISELECT on systems
950 which have the necessary functions (gettimeofday, select).
951
952 * acconfig.h: Added GUILE_ISELECT.
953
954 1997-11-24 Tim Pierce <twp@twp.tezcat.com>
955
956 * acinclude.m4: Assume dlsym does not add underscore if
957 cross-compiling.
958 * aclocal.m4, configure: Regenderated.
959
960 1997-11-21 Tim Pierce <twp@twp.tezcat.com>
961
962 * acinclude.m4 (GUILE_DLSYM_USCORE): New macro, thanks Dan Hagerty
963 <hag@ai.mit.edu>.
964 * configure.in: Use it.
965 * configure: Regenerated.
966 * acconfig.h (DLSYM_ADDS_USCORE): New #define.
967
968 1997-10-26 Mikael Djurfeldt <mdj@nada.kth.se>
969
970 * README (libtool): Tell people to use version 1.0e.
971
972 Sat Oct 25 02:50:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
973
974 Call the QuickThreads library libqthreads.a, not libqt.a. The old
975 name conflicts with the Qt user interface toolkit.
976 * threads.m4 (CY_AC_WITH_THREADS): Use new library name.
977 * configure.in: Same.
978 * aclocal.m4, configure: Regenerated.
979
980 Thu Oct 23 00:58:06 1997 Jim Blandy <jimb@totoro.red-bean.com>
981
982 * configure.in: Check for the readline library, and the termcap
983 library (on which readline relies).
984 * configure: Regenerated.
985
986 Wed Oct 22 16:55:57 1997 Jim Blandy <jimb@totoro.red-bean.com>
987
988 New libtool: 1.0e
989 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
990 * configure, aclocal.m4: Regenerated.
991
992 1997-10-02 Marius Vollmer <mvo@zagadka.ping.de>
993
994 Make dynamic linking work on Dec Unix. (Thanks to Clark McGrew)
995 * configure.in: Check whether dlopen can be found without -ldl.
996
997 Mon Sep 29 23:52:52 1997 Jim Blandy <jimb@totoro.red-bean.com>
998
999 * Makefile.in: Regenerated with automake 1.2c.
1000
1001 Sat Sep 27 23:01:58 1997 Jim Blandy <jimb@totoro.red-bean.com>
1002
1003 * Makefile.am: Add new `build' subdirectory to SUBDIRS.
1004 * configure.in: Add build/Makefile to AC_OUTPUT clause.
1005 * Makefile.in, configure: Regenerated.
1006
1007 * Makefile.in, aclocal.m4: Regenerated with automake 1.2a.
1008
1009 Tue Sep 16 00:19:46 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1010
1011 * README, ltconfig, ltmain.sh: New libtool: 1.0c.
1012
1013 Thu Sep 11 11:28:24 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1014
1015 * ltmain.sh: Added a missing '\' before \n on line 32.
1016
1017 Thu Aug 28 23:40:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
1018
1019 New libtool: 1.0b.
1020 * ltconfig, ltmain.sh, config.guess: Freshly libtoolized.
1021 * Makefile.in, aclocal.m4, configure: Regenerated, salamander-style.
1022
1023 Wed Aug 27 11:35:09 1997 Jim Blandy <jimb@totoro.red-bean.com>
1024
1025 * Makefile.in: Regenerated, so it uses "tar", not "gtar".
1026
1027 * configure.in: Use the QuickThreads assembler fragment with Irix
1028 dynamic linking support for Irix 6 as well as Irix 5. Thanks to
1029 Jesse Glick.
1030 * configure: Regenerated.
1031
1032 Sun Aug 24 15:51:12 1997 Mikael Djurfeldt <mdj@kenneth>
1033
1034 * acinclude.m4 (GUILE_NAMED_CHECK_FUNC): New macro: Tagged test,
1035 so that test for the same function can be performed multiple
1036 times.
1037
1038 * configure.in (AC_CHECK_HEADERS): Test for rxposix.h,
1039 rx/rxposix.h. Add library rx only if regcomp can't be found
1040 without it.
1041
1042 * acconfig.h (HAVE_REGCOMP): Added it here since autoheader misses
1043 it for some reason!
1044
1045 Fri Aug 22 21:21:49 1997 Jim Blandy <jimb@totoro.red-bean.com>
1046
1047 * THANKS: New file.
1048 * Makefile.in, aclocal.m4, configure: Regenerated.
1049
1050 Wed Jul 23 20:24:27 1997 Mikael Djurfeldt <djurf@zafir.e.kth.se>
1051
1052 * configure.in: Added thread support for the alpha architecture.
1053 configure: Regenerated.
1054
1055 Thu Jul 17 07:56:05 1997 Gary Houston <ghouston@actrix.gen.nz>
1056
1057 * configure.in: use AC_CHECK_FUNCS for sethostent etc.,
1058 so scmconfig.h is updated with the test results. this may
1059 disable one of the cygwin hacks.
1060
1061 Fri Jul 11 00:18:19 1997 Jim Blandy <jimb@floss.red-bean.com>
1062
1063 Changes to compile under gnu-win32, from Marcus Daniels:
1064 * configure.in: When sys/un.h exists, define HAVE_UNIX_DOMAIN_SOCKETS
1065 to indicate that Unix domain sockets will work.
1066 Check for socketpair, getgroups, setwent, pause, and tzset
1067 (cygwin currently lacks these them).
1068 Check for sethostent endhostent getnetent setnetent endnetent
1069 getprotoent endprotoent getservent endservent getnetbyaddr
1070 getnetbyname inet_lnaof inet_makeaddr inet_netof (cygwin currently
1071 lacks them). In the case of cygwin, temporarily prefix these
1072 functions with "cygwin32_", the way that netdb.h does.
1073 Don't define HAVE_REGCOMP unless both regcomp and regex.h are
1074 available (cygwin b18 came distributed without a working regex.h
1075 file).
1076 * acconfig.h (HAVE_UNIX_DOMAIN_SOCKETS): Add this.
1077 * configure: Regenerated.
1078
1079 Wed Jul 2 12:28:40 1997 Tim Pierce <twp@twp.tezcat.com>
1080
1081 * ltmain.sh: Remove any trailing colon on $shlibpath_var
1082 (i.e. LD_LIBRARY_PATH) for braindamaged linkers that choke on it.
1083 Patch sent to bug-libtool.
1084
1085 Sat Jun 28 16:13:43 1997 Tim Pierce <twp@twp.tezcat.com>
1086
1087 * configure.in: Add alloca.o explicitly to LIBOBJS (thanks Eric
1088 Backus for reporting this problem and suggesting a fix).
1089 * configure: Regenerated.
1090
1091 Thu Jun 26 20:43:31 1997 Jim Blandy <jimb@floss.red-bean.com>
1092
1093 * Guile 1.2 released.
1094
1095 * configure.in: Check for librx after libm; fundamentals need to
1096 come first.
1097 * configure: Regenerated.
1098
1099 Tue Jun 24 13:34:20 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
1100
1101 * aclocal.m4 (AM_PATH_PROG_LD): Change `ac_cv_path_LD' typo to
1102 `am_cv_path_LD'.
1103 * configure: Regenerated.
1104
1105 Sun Jun 22 15:43:07 1997 Jim Blandy <jimb@floss.red-bean.com>
1106
1107 Try to detect when people are using one version of libguile and a
1108 different version of ice-9. People have been skewing things and
1109 sending in bug reports.
1110 * configure.in: Provide libguile its version information through a
1111 separate header file generated by the Makefile, not through
1112 scmconfig.h.
1113 (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):
1114 AC_SUBST these, instead of AC_DEFINE'ing them.
1115 (GUILE_STAMP): New AC_SUBST: the time we configured the tree.
1116 (AC_OUTPUT): Create ice-9/version.scm.
1117 * acconfig.h (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION,
1118 GUILE_VERSION): Deleted.
1119 * Makefile.in: Regenerated.
1120
1121 * aclocal.m4: Regenerated, using the libtool 0.9h m4 macros.
1122
1123 * Makefile.am (EXTRA_DIST): Include acconfig.h in the
1124 distribution.
1125 * Makefile.in: Regenerated.
1126
1127 Sat Jun 21 00:14:07 1997 Jim Blandy <jimb@floss.red-bean.com>
1128
1129 * ltmain.sh (line 1191): Don't forget 'test' in if statement.
1130
1131 * ltconfig, ltmain.sh: libtoolized, using libtool 0.9h.
1132
1133 Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com>
1134
1135 * ltconfig, ltmain.sh, config.guess: New files from libtool 0.9g.
1136
1137 * configure.in: By default, include functions in Guile to allow
1138 linking with dynamic libraries at run-time. In other words,
1139 --enable-dynamic-linking is now the default.
1140 * configure: Rebuilt.
1141
1142 * configure.in: Remove space between AC_CHECK_LIB and opening
1143 paren in check for Rx.
1144 * configure: Regenerated.
1145
1146 * configure.in: Remove all mention of xtra_PLUGIN_guile_libs.
1147 It's never used.
1148 * configure, Makefile.in: Regenerated.
1149
1150 Tue Jun 10 23:37:12 1997 Jim Blandy <jimb@floss.red-bean.com>
1151
1152 * configure.in: Move checks for libraries (-lm, -lnsl, -lsocket,
1153 -dl, -dld) before checks for functions.
1154 * configure: Regenerated.
1155
1156 Mon Jun 9 02:35:46 1997 Tim Pierce <twp@twp.tezcat.com>
1157
1158 * config.guess: New copy from autoconf-2.12, which recognizes
1159 OpenBSD.
1160
1161 Tue Jun 3 16:34:19 1997 Jim Blandy <jimb@totoro.cyclic.com>
1162
1163 * configure.in: Check for Rx, so we will use its routines (which I
1164 pretty much trust) if it is installed.
1165 * configure: Regenerated.
1166
1167 Sat May 31 03:48:45 1997 Gary Houston <ghouston@actrix.gen.nz>
1168
1169 * acconfig.h: mention HAVE_RESTARTS.
1170 * configure.in: check for sigaction and restartable system calls.
1171
1172 Tue May 27 22:47:52 1997 Tim Pierce <twp@twp.tezcat.com>
1173
1174 * configure.in: Check for presence of regcomp.
1175 * configure: Regenerated.
1176
1177 Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
1178
1179 * COPYING: New address for FSF.
1180
1181 * configure.in: We don't need to add fileblocks.o to LIBOBJS if
1182 struct stat doesn't have the st_blocks field. We take care of
1183 that case in the code. Replace AC_STRUCT_ST_BLOCKS with its
1184 definition, edited appropriately. (Bernard URBAN)
1185 * configure: Regenerated.
1186
1187 Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
1188
1189 * configure.in: Don't link against -lnsl or -lsocket unless we
1190 actually need to. This causes trouble on Irix. (Thanks to Larry
1191 Schwimmer.)
1192
1193 * config.sub: Get newer version, that recognizes the i686.
1194
1195 Fri May 16 17:26:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
1196
1197 * README: Changed Mikael's threads work attribution in order
1198 to sooth Anthony's enormous, but wounded, ego.
1199
1200 Fri May 16 17:26:53 1997 Jim Blandy <jimb@totoro.cyclic.com>
1201
1202 Just kidding!!!
1203
1204 Fri May 16 04:24:48 1997 Jim Blandy <jimb@floss.cyclic.com>
1205
1206 Guile 1.1 released.
1207 * GUILE-VERSION: Bump to 1.1.
1208
1209 Tue May 13 16:34:40 1997 Jim Blandy <jimb@floss.cyclic.com>
1210
1211 Switch to automake-1.1p.
1212 * Makefile.in, aclocal.m4, configure: Regenerated.
1213
1214 Mon May 12 18:29:45 1997 Jim Blandy <jimb@floss.cyclic.com>
1215
1216 * threads.m4: Copy Anthony's change here, so it'll actually
1217 survive.
1218
1219 Thu May 8 11:48:40 1997 Anthony Green <green@hoser.cygnus.com>
1220
1221 * aclocal.m4: Fixes for building with coop threads in a
1222 seperate compilation directory.
1223 * configure: Rebuilt.
1224
1225 Fri May 2 16:24:15 1997 Jim Blandy <jimb@floss.cyclic.com>
1226
1227 Upgrade to libtool 0.9e.
1228 * ltconfig, ltmain.sh, config.guess, config.sub: New versions,
1229 supplied by libtool.
1230
1231 * configure.in: When configuring qt, sunos needs the underscore
1232 files; Solaris and Linux both need the normal files.
1233 * configure: Reebilt.
1234
1235 Thu May 1 15:35:49 1997 Jim Blandy <jimb@floss.cyclic.com>
1236
1237 * configure.in: Get the paths for qt's md files right, so it can
1238 build correctly when using a separate compilation directory.
1239 * configure: Regenerated.
1240
1241 Thu Apr 24 01:20:34 1997 Jim Blandy <jimb@floss.cyclic.com>
1242
1243 Get threads to work again.
1244 * Makefile.am (SUBDIRS): List libguile last, so qt gets built
1245 first.
1246 * Makefile.in: Regenerated.
1247 * aclocal.m4, configure: Regenerate, with modern definition of
1248 CY_AC_WITH_THREADS. Where did the old text come from? Creepy...
1249
1250 Reduced Guile distribution: one configure script, no plugins.
1251 * configure.in: Merged the old text from qt/configure.in and
1252 libguile/configure.in; Tom Tromey says automake only wants one
1253 configure.in script. This seems fishy, but...
1254 * Makefile.am: List the subdirectories explicitly; no more PLUGIN
1255 gubbish.
1256 * acconfig.h, acinclude.m4: Moved here from libguile, since
1257 libguile's configure script lives here now.
1258 * AUTHORS, INSTALL, README: Updated.
1259 * Makefile.in, aclocal.m4 configure: Regenerated. Just like
1260 amputated amphibian limbs.
1261
1262 Tue Apr 22 16:57:38 1997 Jim Blandy <jimb@totoro.cyclic.com>
1263
1264 * newdoc/ref/Makefile.am (dist_texis): Distribute the index files.
1265 * newdoc/ref/Makefile.in: Regenerated.
1266
1267 Mon Apr 14 18:51:25 1997 Jim Blandy <jimb@floss.cyclic.com>
1268
1269 * threads.m4 (CY_AC_WITH_THREADS): When using coop threads, no
1270 need to link against libthreads; the files it used to contain
1271 are now a part of libguile.
1272
1273 Sun Apr 13 22:14:10 1997 Jim Blandy <jimb@floss.cyclic.com>
1274
1275 * guile.m4: Revert change of Mar 15, and use the new 'no-define'
1276 argument to the AM_INIT_AUTOMAKE macro.
1277
1278 Fri Apr 11 15:43:07 1997 Jim Blandy <jimb@totoro.cyclic.com>
1279
1280 * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
1281 * README: Say where to find libtool 0.9d.
1282
1283 Wed Apr 9 17:51:13 1997 Jim Blandy <jimb@floss.cyclic.com>
1284
1285 Changes to work with automake-1.1n, which has better libtool
1286 support. Also use libtool 0.8.
1287 * README: Note new version numbers for automake and libtool.
1288 * missing: New file required by new automake.
1289 * Makefile.in: Regenerated.
1290
1291 Sat Apr 5 16:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
1292
1293 * newdoc/ref/scheme.texi (set-object-property!): Fix function name.
1294
1295 * Makefile.am: Omit doc subtree.
1296 * configure.in: Omit makefiles in doc subtree.
1297 * Makefile.in, configure: Rebuilt.
1298
1299 Sat Mar 15 01:11:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1300
1301 * guile.m4 (AM_INIT_GUILE_MODULE): Replaced AM_INIT_AUTOMAKE macro
1302 with its definition and commented out definition of PACKAGE. This
1303 changed seemed necessary after having removed PACKAGE from
1304 libguile/acconfig.h.
1305
1306 Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1307
1308 * ltconfig, ltmain.sh: New versions from libtool-0.9.
1309
1310 * configure.in: Added AM_MAINTAINER_MODE
1311
1312 Fri Feb 7 17:57:46 1997 Jim Blandy <jimb@floss.cyclic.com>
1313
1314 * config.sub, config.guess: New versions, that handle i686, etc.
1315
1316 Thu Jan 23 07:06:15 1997 Mark Galassi <rosalia@papageno.lanl.gov>
1317
1318 * newdoc/tutorial/guile-tut.texi: started checking in the Guile
1319 tutorial rewrite, but have not merged much into it yet.
1320
1321 Tue Jan 21 17:28:40 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
1322
1323 * newdoc/ref/guile-ref.texi: started checking in parts of the
1324 reference manual re-write.
1325
1326 Sat Jan 11 14:40:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
1327
1328 * ltconfig, ltmain.sh: New files for libtool support. libguile,
1329 rx, gh and gtcltk-lib can now be build as shared libraries.
1330 * Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh
1331
1332 Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
1333
1334 * Guile 1.0 released. This is the first release by the Free
1335 Software Foundation; Cygnus has also released earlier versions of
1336 Guile.
1337
1338 * GUILE-VERSION: Updated version number.
1339 * NEWS: Added comments for all the user-visible changes marked in
1340 the ChangeLogs.
1341 * README: Updated for release.
1342
1343 Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
1344
1345 * scsh: new directory.
1346
1347 Mon Dec 2 17:33:04 1996 Tom Tromey <tromey@cygnus.com>
1348
1349 * configure.in: Generate doc/guile-programmer/Makefile and
1350 doc/guile-user/Makefile.
1351
1352 Sat Nov 30 23:45:54 1996 Tom Tromey <tromey@cygnus.com>
1353
1354 * aclocal.m4: Now automatically generated by aclocal.
1355 * threads.m4: New file.
1356 * guile.m4: New file.
1357 * Makefile.am, doc/Makefile.am: New files.
1358 * configure.in: Updated for Automake. Avoid excessively verbose
1359 "greet" messages.
1360
1361 Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
1362
1363 * lgh: directory renamed to gh, along with all prefixes of the
1364 high level library procedures.
1365
1366 Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
1367
1368 * Makefile.in (TAGS tags): Find the source files in $srcdir.
1369
1370 Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
1371
1372 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
1373
1374 Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
1375
1376 * configure.in: Added some configuration magic from the Cygnus
1377 distribution.
1378
1379 * aclocal.m4: New file. For now used for thread support
1380 configuration.
1381
1382 Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
1383
1384 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
1385
1386 * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
1387 directories, to arrange for lgh to the last thing
1388 configured/built.
1389
1390 Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
1391
1392 * lgh/: added the directory in which I implement the high level
1393 libguile library (lgh_) for this release of Guile. See the
1394 ChangeLog in there for further details.
1395
1396 Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
1397
1398 * doc/ (guile-user and guile-programmer): added the guile-user and
1399 guile-programmer directories which contain the user and programmer
1400 manuals. See the ChangeLog entries there for detail.
1401
1402 Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
1403
1404 * Makefile.in (distclean): Don't forget to delete doc/Makefile.
1405
1406 * Makefile.in (distclean): Don't forget to delete
1407 config.build-subdirs.
1408
1409 Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
1410
1411 * Makefile.in (tags): New name for `TAGS' target, which will
1412 always run the commands.
1413
1414 Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
1415
1416 * README: Doc fixes.
1417
1418 Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
1419
1420 * Makefile.in (TAGS): Produce a single tags file for all of Guile.
1421
1422 Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
1423
1424 * configure.in: Check for -ldl, so the check for Tcl won't fail
1425 spuriously.
1426
1427 Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
1428
1429 Change the way we decide whether to build gtcltk-lib, so that it's
1430 omitted from the build process when appropriate, but never from
1431 the dist process.
1432 * configure.in: Don't edit all_subdirs depending on the
1433 availability of Tk; let that be the list of all PLUGIN
1434 subdirectories present, as it used to be. Instead, edit a new
1435 variable, build_subdirs; write its final value, the list of
1436 subdirs we do want to compile in, to config.build-subdirs.
1437 Substitute that into the top-level Makefile too.
1438 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
1439 recurse on the subdirectories we should build.
1440 (distdirs): Set this to @existingdirs@, so it includes the subdirs
1441 we decided not to build.
1442
1443 * doc/gtcltk.texi: File resurrected from old Guile releases.
1444 * doc/Makefile.in (info): Build the gtcltk documentation.
1445 (DIST_FILES): Include it in the distribution.
1446
1447 * configure.in: If we can find the library for tcl7.5, build
1448 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
1449 compiler (not sure this is necessary).
1450
1451 Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
1452
1453 * NEWS: Fix bug reporting address.
1454
1455 Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
1456
1457 * AUTHORS: New file, in accordance with the GNU maintainers'
1458 standards.
1459
1460 Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
1461
1462 * README: Renamed from ANNOUNCE; include bug report address,
1463 description, and short tour.
1464 * INSTALL: Renamed from BUILDING.
1465 * NEWS: New file.
1466 * Makefile.in (DISTFILES): Update appropriately.
1467
1468 Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
1469
1470 * doc/Makefile.in: Added pattern targets for creating DVI and
1471 PostScript files.
1472 (%.ps, %.dvi, %.txt): New targets.
1473 (DVIPS, TEXI2DVI): New variables.
1474
1475 * GUILE-VERSION: Updated to 1.0b3.
1476
1477 Rehashed distribution system, in preparation for nightly
1478 snapshots. Other changes in subdirectories.
1479 * Makefile.in (dist): Rewritten --- the old target was out of
1480 date, dependent on files that we don't have, and relied on GNU
1481 tar. The new target is simpler.
1482 (VERSION, srcdir, dist_dirs): New variables.
1483 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
1484 TODO.
1485 (localtreats): Variable removed. We don't have this file.
1486 (info): cd to doc and make info there; don't make info in every
1487 ${subdir}; those Makefiles don't know what to do.
1488 (distname, distdir, treats, announcefile): Variables removed.
1489 (manifest-file): Target removed.
1490 (dist-dir): New target, responsible for distributable files in
1491 this directory.
1492 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
1493 controlling the 'dist' target.
1494 * configure.in: Substitute GUILE-VERSION into the top-level
1495 Makefile. Build doc/Makefile from doc/Makefile.in.
1496
1497 * doc/Makefile.in: New file.