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