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