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