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