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