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