Look for `strncasecmp' declaration.
[bpt/guile.git] / ChangeLog
1 2008-02-22 Ludovic Courtès <ludo@gnu.org>
2
3 * configure.in: Check whether `strncasecmp' is declared.
4
5 2008-02-16 Ludovic Courtès <ludo@gnu.org>
6
7 Guile 1.8.4 released.
8
9 * GUILE-VERSION (LIBGUILE_INTERFACE_REVISION): Increment.
10 (GUILE_MICRO_VERSION): Increment.
11
12 * configure.in (GUILE_CFLAGS): Include `$CPPFLAGS' since they
13 may include required `-I' flags (e.g., `-I/path/to/gmp'), so
14 that "guile-config compile" reports all the needed flags.
15
16 2008-02-15 Neil Jerram <neil@ossau.uklinux.net>
17
18 * autogen.sh: Copy versions of config.guess and config.sub from
19 Guile CVS to build-aux and guile-readline.
20
21 2008-02-14 Neil Jerram <neil@ossau.uklinux.net>
22
23 * HACKING: Note need for libtool >= 1.5.26.
24
25 * config.rpath, build-aux/config.rpath: Updated to latest upstream
26 version.
27
28 * config.guess, config.sub: 2008-01-07 versions added to Guile
29 CVS, to ensure that Guile developers are using new enough versions
30 (in particular for AIX 6.1 support).
31
32 2008-02-11 Neil Jerram <neil@ossau.uklinux.net>
33
34 * configure.in (--without-64-calls): Use AC_MSG_CHECKING and
35 AC_MSG_RESULT instead of just echo.
36 (GUILE_I): New programs to try using _Complex_I or 1.0fi for the
37 imaginary unit.
38
39 2008-02-06 Neil Jerram <neil@ossau.uklinux.net>
40
41 * configure.in: Default to --without-64-calls for
42 powerpc-ibm-aix*. Thanks to Rainer Tammer for reporting that the
43 64 calls are a problem on that OS.
44
45 2008-02-06 Ludovic Courtès <ludo@gnu.org>
46
47 * NEWS: Mention Sun Studio compilation fix.
48
49 2008-02-05 Neil Jerram <neil@ossau.uklinux.net>
50
51 * configure.in (--without-64-calls): New option.
52
53 2008-01-30 Neil Jerram <neil@ossau.uklinux.net>
54
55 * pre-inst-guile.in (dyld_prefix), pre-inst-guile-env.in
56 (dyld_prefix): Construct and export dyld_prefix in a similar way
57 to ltdl_prefix, to allow pre-install dynamic linking to work on
58 MacOS. Thanks to Roger Mc Murtrie for reporting this problem.
59
60 2008-01-22 Neil Jerram <neil@ossau.uklinux.net>
61
62 * LICENSE: Change COPYING.LIB to COPYING.LESSER.
63
64 * COPYING.LESSER: Renamed, previously COPYING.LIB.
65
66 * COPYING: Removed.
67
68 * libguile.h: Update copyright statement to LGPL.
69
70 2007-12-04 Ludovic Courtès <ludo@gnu.org>
71
72 * NEWS: Mention `accept' and `scm_c_{read,write}' bug fixes.
73
74 2007-12-03 Ludovic Courtès <ludo@gnu.org>
75
76 * NEWS: Add SRFI-69.
77
78 2007-10-24 Neil Jerram <neil@ossau.uklinux.net>
79
80 * .cvsignore: Add "lib".
81
82 * build-aux/.cvsignore: Add a load more generated files to ignore,
83 and commit to CVS.
84
85 2007-10-20 Ludovic Courtès <ludo@gnu.org>
86
87 * THANKS: Add Julian.
88
89 2007-10-20 Julian Graham <joolean@gmail.com>
90
91 * NEWS: Mention thread cancellation and cleanup API.
92
93 2007-10-17 Ludovic Courtès <ludo@gnu.org>
94
95 * NEWS: Mention reader bug-fix.
96
97 2007-10-16 Ludovic Courtès <ludo@gnu.org>
98
99 Guile 1.8.3 released.
100
101 * GUILE-VERSION (GUILE_MICRO_VERSION): Incremented.
102 (LIBGUILE_INTERFACE_REVISION): Incremented.
103
104 2007-10-10 Ludovic Courtès <ludo@gnu.org>
105
106 * configure.in (SCM_I_GSC_NEED_BRACES_ON_PTHREAD_ONCE_INIT):
107 New substituted variable.
108 Use `-Werror' when using GCC and checking for
109 `PTHREAD_ONCE_INIT'. Add check for braces around
110 `PTHREAD_MUTEX_INITIALIZER'.
111 * NEWS: Mention build fix for IRIX.
112
113 2007-10-02 Ludovic Courtès <ludo@gnu.org>
114
115 * NEWS: Mention `(ice-9 slib)' fix and threading fix.
116
117 2007-09-03 Ludovic Courtès <ludo@gnu.org>
118
119 * NEWS: Mention alignment-related bug fixes.
120
121 2007-09-03 Kevin Ryde <user42@zip.com.au>
122
123 * configure.in (AC_CHECK_FUNCS): Move cexp and clog up into the main
124 funcs check block. Remove carg which is now unused.
125
126 2007-09-02 Ludovic Courtès <ludo@gnu.org>
127
128 * NEWS: Mention memory leak fix in `make-socket-address'.
129
130 2007-09-01 Ludovic Courtès <ludo@gnu.org>
131
132 * NEWS: Mention duplicate binding warnings to stderr.
133
134 2007-08-23 Ludovic Courtès <ludo@gnu.org>
135
136 * NEWS: Mention Solaris bug fixes.
137
138 2007-08-11 Ludovic Courtès <ludo@gnu.org>
139
140 * NEWS: Mention SRFI-35 and the new reader.
141
142 2007-08-08 Ludovic Courtès <ludo@gnu.org>
143
144 * NEWS: Mention changes to `record-accessor' and
145 `record-modifier'.
146
147 2007-07-29 Ludovic Courtès <ludo@gnu.org>
148
149 Added Gnulib support.
150
151 * autogen.sh: Run `gnulib-tool --update'.
152
153 * Makefile.am (SUBDIRS): Added `lib'.
154 (ACLOCAL_AMFLAGS): Added `-I m4'.
155 (EXTRA_DIST): Added `m4/ChangeLog'.
156
157 * NEWS: Comply with Automake's `check-news' option, i.e., have
158 the last "Changes in" line appear within the first 15 lines.
159 Mention use of Gnulib.
160
161 * configure.in: Use `build-aux' as `AC_CONFIG_AUX_DIR', and `m4'
162 as `AC_CONFIG_MACRO_DIR'. Use Automake's `gnu' and `check-news'
163 options.
164 Require Autoconf 2.59. Invoke `gl_EARLY' and `gl_INIT', don't
165 run `AC_AIX', `AC_ISC_POSIX' and `AC_MINIX' since they are
166 implied by `gl_EARLY'. Don't look for <strings.h> and
167 `strncasecmp'. Don't invoke `AC_FUNC_ALLOCA'. Produce
168 `lib/Makefile'.
169
170 2007-07-25 Ludovic Courtès <ludo@gnu.org>
171
172 * NEWS: Mention bug fix for "(set! 'x #f)".
173
174 2007-07-22 Ludovic Courtès <ludo@gnu.org>
175
176 * configure.in: Check for <strings.h> and `strncasecmp ()'.
177
178 2007-07-19 Ludovic Courtès <ludo@gnu.org>
179
180 * NEWS: Mention `(ice-9 i18n)' and lazy duplicate binding
181 resolution.
182
183 2007-07-18 Ludovic Courtès <ludo@gnu.org>
184
185 * NEWS: Mention SRFI-37.
186
187 2007-07-15 Ludovic Courtès <ludo@gnu.org>
188
189 Guile 1.8.2 released.
190
191 * NEWS: Mention HP-UX/IA64 build fixes.
192
193 * THANKS: Added people who reported bugs or sent patches since
194 1.8.1. Converted to UTF-8.
195
196 * README: Updated version number.
197
198 * Makefile.am (EXTRA_DIST): Removed `BUGS' (was outdated).
199
200 * ANON-CVS, HACKING, SNAPSHOTS: New, from the `workbook'
201 directory of the CVS repository.
202
203 * autogen.sh: Removed dependency on the `workbook' CVS
204 directory.
205
206 * GUILE-VERSION (GUILE_MICRO_VERSION): Set to 2.
207 (LIBGUILE_INTERFACE_CURRENT): Incremented due to new symbols.
208 (LIBGUILE_INTERFACE_REVISION): Set to 0.
209 (LIBGUILE_INTERFACE_AGE): Incremented.
210 (LIBGUILE_SRFI_SRFI_60_INTERFACE_REVISION): Incremented due to
211 bug fixes.
212
213 2007-07-11 Ludovic Courtès <ludo@gnu.org>
214
215 * NEWS: Mention GOOPS `method-more-specific?' bug fix.
216
217 2007-07-09 Ludovic Courtès <ludo@gnu.org>
218
219 * NEWS: Mention SRFI-19 `date->julian-day' bug fix.
220
221 2007-06-26 Ludovic Courtès <ludo@gnu.org>
222
223 * NEWS: Mention fixed memory leaks.
224
225 2007-06-12 Ludovic Courtès <ludo@chbouib.org>
226
227 * NEWS: Mention `inet-ntop' bug fix.
228
229 2007-05-09 Ludovic Courtès <ludo@chbouib.org>
230
231 * NEWS: Mention SRFI-19 `time-process' bug fix.
232
233 2007-04-17 Ludovic Courtès <ludovic.courtes@laas.fr>
234
235 * configure.in (GUILE_FOR_BUILD): Reverted to `$(preinstguile)'
236 instead of `$(top_builddir_absolute)/$(preinstguile)'.
237
238 2007-04-09 Han-Wen Nienhuys <hanwen@lilypond.org>
239
240 * configure.in (HAVE_CRYPT): check for cexp, clog, carg
241
242 2007-02-24 Neil Jerram <neil@ossau.uklinux.net>
243
244 * autogen.sh: Announce versions of autoconf, automake, libtool and
245 m4.
246
247 * pre-inst-guile.in (subdirs_with_ltlibs): Add libguile.
248
249 2007-02-18 Neil Jerram <neil@ossau.uklinux.net>
250
251 * config.rpath (Module): New (from gettext package).
252
253 2007-01-31 Ludovic Courtès <ludovic.courtes@laas.fr>
254
255 * configure.in: Look for `langinfo.h', `nl_types.h', `xlocale.h'
256 and `nl_langinfo'.
257
258 2007-01-28 Neil Jerram <neil@ossau.uklinux.net>
259
260 * INSTALL: New upstream version.
261
262 * ABOUT-NLS: New upstream version.
263
264 2007-01-23 Kevin Ryde <user42@zip.com.au>
265
266 * configure.in (isinf, isnan): Use a volatile global to stop gcc
267 optimizing out the test. In particular this fixes solaris where there
268 isn't an isinf or isnan (though gcc still optimizes as if there is).
269 Reported by Hugh Sasse.
270 (AC_C_VOLATILE): New.
271
272 2007-01-22 Han-Wen Nienhuys <hanwen@lilypond.org>
273
274 * .gitignore: new file. Make using git easier.
275
276 2007-01-22 Kevin Ryde <user42@zip.com.au>
277
278 * configure.in (AC_INIT): Don't use "echo -n", it's not portable and
279 in particular fails on solaris (resulting in literal "-n"s going into
280 the output, making the resulting configure unusable). Reported by
281 Hugh Sasse.
282
283 2007-01-03 Han-Wen Nienhuys <hanwen@lilypond.org>
284
285 * autogen.sh (Module): only try to run render-bugs if it exists.
286
287 2006-12-27 Kevin Ryde <user42@zip.com.au>
288
289 * configure.in (pthread_get_stackaddr_np, pthread_sigmask): New tests.
290
291 2006-12-24 Han-Wen Nienhuys <hanwen@lilypond.org>
292
293 * autogen.sh (mscripts): only execute render-bugs if it exists.
294
295 2006-12-23 Kevin Ryde <user42@zip.com.au>
296
297 * configure.in (-lm): No need to suppress libm on mingw, it's not
298 needed because it's empty, but including it does no harm.
299 (-lm): Look for "cos" instead of "main", since cos and friends are the
300 purpose of looking for libm.
301 (winsock etc): Test $host = *-*-mingw* rather than $MINGW32, autoconf
302 regards the latter as obsolete.
303 (AC_MINGW32): Remove test, $MINGW32 now unused.
304 (uint32_t): Look at HAVE_NETDB_H rather than hard-coding __MINGW32__
305 in the test program.
306
307 2006-12-15 Kevin Ryde <user42@zip.com.au>
308
309 * configure.in (process.h, pipe, _pipe): New checks.
310
311 2006-12-14 Kevin Ryde <user42@zip.com.au>
312
313 * configure.in (struct timespec, pthread.h): Look for struct timespec
314 in <pthread.h> as well as <time.h>, it's in pthread.h on mingw.
315 Reported by Nils Durner.
316
317 2006-12-03 Kevin Ryde <user42@zip.com.au>
318
319 * Makefile.am (AUTOMAKE_OPTIONS): Bump to automake 1.10 required, so
320 that config.rpath from gettext will go into the dist (and give an
321 error if not).
322
323 * configure.in (AM_PROG_CC_C_O): New macro, needed by automake 1.10
324 for per-target cflags in libguile/Makefile.am.
325
326 2006-11-18 Ludovic Courtès <ludovic.courtes@laas.fr>
327
328 * GUILE-VERSION: Added `LIBGUILE_I18N_*'.
329
330 * configure.in: Look for `strcoll_l ()' and `newlocale ()'.
331 Substitute the `LIBGUILE_I18N_' variables.
332
333 * NEWS: Mention `(ice-9 i18n)'.
334
335 2006-11-17 Neil Jerram <neil@ossau.uklinux.net>
336
337 * README: Note need for subscription to bug-guile@gnu.org.
338
339 * NEWS: Note need for subscription to bug-guile@gnu.org.
340
341 2006-11-08 Ludovic Courtès <ludovic.courtes@laas.fr>
342
343 * configure.in: Pass `bug-guile@gnu.org' as a third argument to
344 `AC_INIT'.
345
346 2006-10-25 Neil Jerram <neil@ossau.uklinux.net>
347
348 IA64 HP-UX patch from Hrvoje Nikšić. (Thanks!)
349
350 * configure.in: New check for uca lib (needed for IA64 on HP-UX).
351
352 2006-10-06 Rob Browning <rlb@defaultvalue.org>
353
354 Guile 1.8.1 released.
355
356 * GUILE-VERSION (GUILE_MICRO_VERSION): Increment for release.
357 (LIBGUILE_INTERFACE_REVISION): Increment for release.
358 (LIBGUILE_SRFI_SRFI_1_INTERFACE_REVISION): Increment for release.
359 (LIBGUILE_SRFI_SRFI_4_INTERFACE_REVISION): Increment for release.
360 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_REVISION): Increment for release.
361 (LIBGUILE_SRFI_SRFI_60_INTERFACE_REVISION): Increment for release.
362
363 * Makefile.am (EXTRA_DIST): Add LICENSE.
364
365 2006-09-28 Kevin Ryde <user42@zip.com.au>
366
367 * configure.in (chsize, ftruncate, truncate): New tests, for mingw.
368
369 2006-09-27 Kevin Ryde <user42@zip.com.au>
370
371 * configure.in (clog10): New test, not in mingw.
372
373 2006-09-23 Kevin Ryde <user42@zip.com.au>
374
375 * configure.in (complex.h, complex double, csqrt): New tests.
376
377 2006-09-20 Ludovic Courtès <ludovic.courtes@laas.fr>
378
379 * configure.in: Check for `isblank ()'.
380
381 * NEWS: Mentioned the interaction between `setlocale' and SRFI-14
382 standard char sets.
383
384 2006-08-22 Kevin Ryde <user42@zip.com.au>
385
386 * configure.in: Test if need braces around PTHREAD_ONCE_INIT, set
387 AC_OUTPUT of SCM_I_GSC_NEED_BRACES_ON_PTHREAD_ONCE_INIT.
388
389 2006-08-18 Neil Jerram <neil@ossau.uklinux.net>
390
391 * configure.in: Generate Makefile for emacs subdir.
392
393 * Makefile.am (SUBDIRS): Add emacs subdir.
394
395 * configure.in: Generate Makefile for ice-9/debugging subdir.
396
397 2006-07-25 Kevin Ryde <user42@zip.com.au>
398
399 * configure.in (AC_CHECK_FUNCS): Add pthread_getattr_np.
400
401 2006-07-24 Kevin Ryde <user42@zip.com.au>
402
403 * configure.in (AC_CHECK_DECLS): Add sethostname for Solaris 10.
404 (AC_CHECK_FUNCS): Remove dirfd, it's a macro.
405 Reported by Claes Wallin.
406
407 2006-06-25 Kevin Ryde <user42@zip.com.au>
408
409 * configure.in (AC_CHECK_MEMBERS): Test struct tm.tm_gmtoff.
410
411 2006-06-13 Ludovic Courtès <ludovic.courtes@laas.fr>
412
413 * NEWS: Mentioned the new behavior of `equal?' for structures.
414
415 2006-06-06 Neil Jerram <neil@ossau.uklinux.net>
416
417 * acinclude.m4 (ACX_PTHREAD): Update to latest definition from
418 autoconf macro archive, to fix pthread linking problem on Solaris
419 10, reported by Charles Gagnon.
420
421 2006-05-28 Kevin Ryde <user42@zip.com.au>
422
423 * configure.in (isnan): Remove "#ifdef __MINGW32__, #define isnan
424 _isnan". Mingw provides isnan as a macro (in math.h), the test
425 already detects it just fine with no special case.
426
427 2006-05-26 Kevin Ryde <user42@zip.com.au>
428
429 * configure.in (AC_CHECK_FUNCS): Add ioctl.
430 (pthread_attr_getstack): Restrict test to pthreads case, to avoid
431 AC_TRY_RUN when cross-compiling --without-threads.
432
433 2006-05-20 Kevin Ryde <user42@zip.com.au>
434
435 * configure.in (S_ISLNK): Remove test, leave it to #ifdef in the .c
436 files.
437
438 2006-05-16 Kevin Ryde <user42@zip.com.au>
439
440 * configure.in (struct stat st_blocks): Change AC_STRUCT_ST_BLOCKS to
441 a plain AC_CHECK_MEMBERS, we don't want AC_LIBOBJ(fileblocks) which
442 the former gives. Remove the commented-out code that was to have
443 munged fileblocks out of LIBOBJS. This fixes mingw, where the lack of
444 st_blocks and absense of the fileblocks.c replacement caused build
445 failure. Reported by "The Senator".
446 (struct stat st_rdev, st_blksize): Combine into a single
447 AC_CHECK_MEMBERS.
448
449 2006-04-18 Rob Browning <rlb@defaultvalue.org>
450
451 * configure.in: Add AC_CONFIG_AUX_DIR([.]) as suggested in the
452 autotools documentation.
453
454 2006-04-16 Kevin Ryde <user42@zip.com.au>
455
456 * configure.in (stat64, off_t): New tests.
457
458 2006-03-31 Kevin Ryde <user42@zip.com.au>
459
460 * configure.in (socklen_t): Enhance test for this type, coping with
461 need for <sys/socket.h> on MacOS X. Reported by Michael Tuexen and
462 Jay Cotton.
463
464 2006-03-26 Marius Vollmer <mvo@zagadka.de>
465
466 * configure.in: Added check that defines
467 PTHREAD_ATTR_GETSTACK_WORKS when pthread_attr_getstack works for
468 the main thread.
469
470 2006-02-26 Kevin Ryde <user42@zip.com.au>
471
472 * configure.in (AC_CHECK_FUNCS): Add dirfd.
473
474 2006-02-20 Marius Vollmer <mvo@zagadka.de>
475
476 Released 1.8.0.
477
478 * GUILE-VERSION: Set version.
479
480 * GUILE-VERSION: Bumped versions for 1.9 series.
481
482 2006-02-06 Marius Vollmer <mvo@zagadka.de>
483
484 Branched for 1.8 series.
485
486 * GUILE-VERSION: Bumped version numbers.
487
488 * configure.in: Removed --enable-arrays option.
489
490 2005-12-14 Neil Jerram <neil@ossau.uklinux.net>
491
492 * NEWS: Remove entry claiming that breakpoints have been added,
493 because breakpoints are now implemented outside the core distro.
494 Add entries on obsolescence of the 'cheap option and on tweaking
495 support in evaluator trap calls. Finally, correct outline level
496 of item about make-keyword-from-dash-symbol.
497
498 2005-07-09 Neil Jerram <neil@ossau.uklinux.net>
499
500 * configure.in (AC_CONFIG_FILES): Removed emacs/Makefile and
501 ice-9/debugger/breakpoints/Makefile.
502
503 * Makefile.am (SUBDIRS): Removed emacs.
504
505 2005-06-05 Marius Vollmer <mvo@zagadka.de>
506
507 From Jan Nieuwenhuizen <janneke@gnu.org>. Thanks!
508
509 * configure.in: Add tests for socklen_t and ip_mreq.
510
511 2005-03-13 Kevin Ryde <user42@zip.com.au>
512
513 * configure.in, GUILE-VERSION (LIBGUILE_SRFI_SRFI_60): New defines.
514
515 2005-03-09 Marius Vollmer <mvo@zagadka.de>
516
517 Guile 1.7.2 has been released.
518
519 * GUILE-VERSION (GUILE_MICRO_VERSION): Incremented to "2".
520
521 2005-03-08 Marius Vollmer <mvo@zagadka.de>
522
523 libltdl is no longer distributed. We expect it to be installed
524 already.
525
526 * configure.in: Do not call AC_LIBLTDL_INSTALLABLE. Use
527 AC_CHECK_LIB instead. Do not subst LTDLINCL and LIBLTDL. Do not
528 add "-DLIBLTDL_DLL_IMPORT" on MINGW32.
529
530 * Makefile.am (SUBDIRS): Removed libltdl.
531
532 * README: Talk about required external packages.
533
534 * autogen.sh: Do not call libtoolize.
535
536 2005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
537
538 * configure.in: Do not check for fast or recursive mutexes. Check
539 for pthread_attr_getstack.
540 (SCM_I_GSC_USE_COOP_THREADS): Dot not subst.
541 (pthread_mutexattr_settype): Do not check for it.
542
543 2005-02-28 Marius Vollmer <mvo@zagadka.de>
544
545 * autogen.sh: Add '--verbose' option to autoreconf invocation.
546 Thanks to Bruno Haible.
547
548 2005-01-02 Marius Vollmer <mvo@zagadka.de>
549
550 * configure.in (SCM_I_GSC_HAVE_ARRAYS): Removed '--disable-arrays'
551 option.
552
553 2004-11-28 Kevin Ryde <user42@zip.com.au>
554
555 * configure.in (AC_SUBST): Correction, LTDLINC should be LTDLINCL, the
556 latter is what libtool defines.
557
558 2004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
559
560 * libguile.h: Include "libguile/srfi-4.h".
561
562 2004-10-25 Marius Vollmer <marius.vollmer@uni-dortmund.de>
563
564 * autogen.sh: Added explicit invocation of libtoolize before
565 autoreconf so that libltdl/ is updated as well.
566
567 2004-10-22 Marius Vollmer <marius.vollmer@uni-dortmund.de>
568
569 Removed usage of libguile-ltdl.
570
571 * configure.in: Call AC_LIBLTDL_INSTALLABLE instead of
572 AC_LIB_LTDL.
573 (AC_CONFIG_SUBDIRS): Added libltdl.
574 (DLPREOPEN, LTDLINC, LIBLTDL): Moved AC_SUBST near other libtool
575 stuff. Also subst LTDLINC instead of INCLTDL.
576 (AC_CONFIG_FILES): Removed libguile-ltdl/Makefile and
577 libguile-ltdl/upstream/Makefile.
578
579 * Makefile.am (SUBDIRS): Replaced libguile-ltdl with libltdl.
580
581 2004-09-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
582
583 * ABOUT-NLS: New, from gettext 0.14.1.
584
585 * configure.in: Do use AM_GNU_GETTEXT, since gettextize is not run
586 with autoconf 2.59.
587
588 2004-09-25 Marius Vollmer <mvo@zagadka.de>
589
590 * configure.in: Do not use AM_GNU_GETTEXT for now, it causes
591 gettextize to run during autogen.sh, which we do not want.
592 Explicitely check for libintl, gettext, bindtextdomain, and
593 textdomain instead.
594
595 2004-09-24 Marius Vollmer <mvo@zagadka.de>
596
597 * libguile.h: Include <gmp.h> outside of extern "C" block.
598 (Note that numbers.h still includes gmp.h to make it
599 self-contained.)
600
601 * configure.in: Do not include PTHREAD_CFLAGS in CFLAGS, CFLAGS is
602 for the user and is often overwritten temporarily.
603 (GUILE_CFLAGS): New, include PTHREAD_CFLAGS here.
604 (GUILE_LIBS): Remove THREAD_LIBS_INSTALLED, which is unused now.
605
606 2004-09-22 Marius Vollmer <mvo@zagadka.de>
607
608 * configure.in: Add AM_GNU_GETTEXT invocation. From Bruno Haible.
609
610 2004-09-21 Marius Vollmer <mvo@zagadka.de>
611
612 * acinclude.m4 (ACX_PTHREAD): New.
613 * configure.in: Use it instead of simply looking for -lpthread.
614 Thanks to Andreas Vögele!
615
616 2004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
617
618 * configure.in: Fail when alloca can not be found natively.
619
620 2004-09-03 Stefan Jahn <stefan@lkcc.org>
621
622 * configure.in (isinf): Let configure find the isinf() function
623 on MinGW32 systems.
624
625 2004-08-27 Kevin Ryde <user42@zip.com.au>
626
627 * configure.in (AC_CHECK_MEMBERS): Add struct sockaddr.sin_len and
628 struct sockaddr_in6.sin6_len. Reported by Michael Tuexen.
629
630 2004-08-27 Marius Vollmer <mvo@zagadka.de>
631
632 Guile 1.7.1 as been released.
633
634 2004-08-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
635
636 * GUILE-VERSION: Bumped all versions for the 1.7.1 release. Added
637 LIBGUILE_*_MAJOR variables for inclusion in the names of shared
638 libraries such as "libguile-srfi-srfi-1-v-MAJOR.la". Removed
639 LIBQTHREADS_*.
640 * configure.in: Updated for the new set of variables defined in
641 GUILE-VERSION.
642
643 2004-08-25 Marius Vollmer <marius.vollmer@uni-dortmund.de>
644
645 * libguile.h: Include srfi-13.h and srfi-14.h, do not include
646 strop.h.
647
648 2004-08-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
649
650 * README: Document the new --disable-discouraged option.
651
652 * configure.in (SCM_I_GSC_ENABLE_DISCOURAGED): New, for the new
653 --enable-discouraged option.
654
655 * libguile.h: Include libguile/discouraged.h.
656
657 2004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
658
659 * configure.in: Bugfix: logic in detecting ptrdiff_t was inverted;
660 assume ptrdiff_t is available when its size is non-zero, not when
661 it is zero. Do no longer define SCM_I_GSC_*_LIMITS macros. Check
662 for sizes of size_t and intmax_t.
663
664 2004-07-09 Marius Vollmer <mvo@zagadka.de>
665
666 * configure.in: Bugfix: set SCM_I_GSC_T_UINTMAX, not
667 SCM_I_GSC_T_INTMAX in two places. Thanks to Andreas Vögele!
668
669 2004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
670
671 * configure.in: When checking for suitable types for scm_t_int8,
672 etc, try int8_t first, so that we pick them up when they are
673 defined. Also, substitute limit macros like INT8_MIN into the
674 configure header for all these types.
675
676 2004-07-05 Kevin Ryde <user42@zip.com.au>
677
678 * configure.in (isinf, isnan): Detect macro versions as well as
679 functions, since C99 specifies them as macros and that's all HP-UX
680 has. Reported by Andreas Voegele.
681
682 2004-06-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
683
684 * configure.in: Removed code for --enable-htmldoc; support for
685 HTML is now included in automake.
686
687 2004-06-16 Rob Browning <rlb@defaultvalue.org>
688
689 * pre-inst-guile.in: modify to handle move of readline.scm to
690 ice-9 subdir of guile-readline.
691
692 * pre-inst-guile-env.in: modify to handle move of readline.scm to
693 ice-9 subdir of guile-readline.
694
695 * configure.in: move package and version args to AC_INIT as is now
696 recommended. This also requires m4_esyscmd to read GUILE-VERSION
697 given the way AC_INIT handles its args.
698
699 2004-04-22 Kevin Ryde <user42@zip.com.au>
700
701 * configure.in (AC_CHECK_HEADERS): Add fenv.h.
702 (AC_CHECK_FUNCS): Add fesetround.
703
704 2004-04-18 Kevin Ryde <user42@zip.com.au>
705
706 * configure.in (AC_CHECK_FUNCS): Add readdir_r.
707
708 2004-03-23 Kevin Ryde <user42@zip.com.au>
709
710 * configure.in (AC_CHECK_FUNCS): Add sysconf.
711 (AC_CHECK_HEADERS): Add netdb.h and sys/param.h.
712
713 2004-03-21 Kevin Ryde <user42@zip.com.au>
714
715 * configure.in (AC_CHECK_FUNCS): Add gmtime_r.
716
717 2004-03-14 Kevin Ryde <user42@zip.com.au>
718
719 * configure.in (strptime): Use #define _GNU_SOURCE to get the
720 prototype from glibc, use AC_CHECK_DECLS rather than AC_EGREP_HEADER.
721
722 2004-02-29 Kevin Ryde <user42@zip.com.au>
723
724 * configure.in: Use AC_COPYRIGHT and AH_TOP to get copyright notice
725 into generated configure and config.h.in.
726
727 * configure.in (AC_CHECK_FUNCS): Add DINFINITY and DQNAN.
728
729 2004-02-21 Kevin Ryde <user42@zip.com.au>
730
731 * configure.in (crypt): Test with AC_SEARCH_LIBS, for the benefit of
732 HP-UX. Define HAVE_CRYPT rather than HAVE_LIBCRYPT. Reported by
733 Andreas Voegele.
734
735 2004-02-18 Kevin Ryde <user42@zip.com.au>
736
737 * configure.in (AC_CHECK_HEADERS): Add crt_externs.h.
738 (AC_CHECK_FUNCS): Add _NSGetEnviron.
739
740 2004-02-15 Mikael Djurfeldt <mdj@chunk.mit.edu>
741
742 * configure.in: Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL.
743
744 2004-01-25 Neil Jerram <neil@ossau.uklinux.net>
745
746 * configure.in (GUILE_FUNC_DECLARED), acinclude.m4
747 (GUILE_STRUCT_UTIMBUF, GUILE_NAMED_CHECK_FUNC): Correctly quote
748 macros being defined.
749
750 2003-12-26 Marius Vollmer <mvo@zagadka.de>
751
752 * configure.in: Find a suitable type for the new scm_t_intmax and
753 scm_t_uintmax.
754
755 2003-11-17 Rob Browning <rlb@defaultvalue.org>
756
757 * configure.in: rewrite ALLOCA related code as multiple lines so
758 it doesn't break with current autoconf substitutions.
759
760 2003-11-15 Kevin Ryde <user42@zip.com.au>
761
762 * configure.in (--with-guile-for-build): Remove this option, it's not
763 normal style for --with.
764 (GUILE_FOR_BUILD): Use AC_ARG_VAR.
765 * README (Cross building Guile): Describe GUILE_FOR_BUILD rather than
766 --with-guile-for-build.
767
768 2003-11-11 Neil Jerram <neil@ossau.uklinux.net>
769
770 * .cvsignore: Add elisp-comp.
771
772 2003-10-30 Neil Jerram <neil@ossau.uklinux.net>
773
774 * configure.in (AC_CONFIG_FILES): Add `emacs/Makefile'.
775 (AM_PATH_LISPDIR): Added.
776
777 * Makefile.am (SUBDIRS): Add `emacs'.
778
779 2003-07-27 Marius Vollmer <mvo@zagadka.de>
780
781 * configure.in: Look for sched_yield in -lrt; this is needed for
782 Solaris. Thanks to Matthias Koeppe!
783 (setgroups): Check for it.
784
785 * configure.in (__libc_stack_end): Actually use the value in
786 __libc_stack_end for something so that the access doesn't get
787 optimized away. Thanks to Matthias Koeppe!
788
789 2003-07-08 Kevin Ryde <user42@zip.com.au>
790
791 * configure.in (AC_CHECK_FUNCS): Add sincos.
792
793 2003-06-21 Kevin Ryde <user42@zip.com.au>
794
795 * configure.in (AC_CHECK_FUNCS): Add asinh, acosh, atanh and trunc.
796
797 2003-06-19 Marius Vollmer <mvo@zagadka.de>
798
799 * configure.in: use "-Werror" only with GCC. Thanks to Matthias
800 Koeppe!
801
802 2003-06-19 Kevin Ryde <user42@zip.com.au>
803
804 * README (Guile Documentation): Update to manuals now available,
805 remove notes about the reference manual being in progress.
806
807 2003-06-14 Stefan Jahn <stefan@lkcc.org>
808
809 * configure.in: Checking for __int64 as possible candidate for
810 the SCM_I_GSC_T_INT64 define.
811
812 2003-05-30 Stefan Jahn <stefan@lkcc.org>
813
814 * configure.in: Checking for unsetenv().
815
816 2003-05-29 Stefan Jahn <stefan@lkcc.org>
817
818 * configure.in: Removed -lm check and added a cached check for
819 __libc_stack_end to get it building for mingw32 hosts.
820
821 2003-05-19 Kevin Ryde <user42@zip.com.au>
822
823 * README (Cross building Guile): Remove --with-cc-for-build in favour
824 of CC_FOR_BUILD.
825
826 2003-05-16 Kevin Ryde <user42@zip.com.au>
827
828 * configure.in (--with-cc-for-build): Remove this option, CC_FOR_BUILD
829 variable is more or less standard, and is adequate for the task.
830
831 2003-05-12 Kevin Ryde <user42@zip.com.au>
832
833 * configure.in (CC_FOR_BUILD): Use AC_ARG_VAR.
834
835 * configure.in (SCM_SINGLES): Use AC_CHECK_SIZEOF(float), to
836 eliminate guess-yes when cross compiling.
837
838 * configure.in (SCM_I_GSC_STACK_GROWS_UP): Fix missing comma in
839 AC_TRY_RUN.
840
841 2003-04-20 Dirk Herrmann <D.Herrmann@tu-bs.de>
842
843 * libguile.h: Removed uses of DEBUG_EXTENSIONS to fix compile
844 errors with --disable-deprecated.
845
846 2003-04-07 Rob Browning <rlb@defaultvalue.org>
847
848 * pre-inst-guile-env.in: new script -- can be used to run commands
849 in an envt set up using the development libs, Guile, etc.
850
851 * configure.in: handle pre-inst-guile-env and add
852 test-suite/standalone/Makefile.
853
854 2003-04-06 Marius Vollmer <mvo@zagadka.de>
855
856 * configure.in: Check for mpz_import, which is required but only
857 available in GMP 4.1.
858
859 2003-04-05 Marius Vollmer <mvo@zagadka.de>
860
861 * Changed license terms to the plain LGPL thru-out.
862
863 2003-04-04 Rob Browning <rlb@defaultvalue.org>
864
865 * configure.in: add GMP test (require GMP).
866
867 2003-03-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
868
869 * libguile.h: Include "libguile/deprecated.h".
870
871 2003-03-25 Rob Browning <rlb@defaultvalue.org>
872
873 * configure.in: big overhaul to shift us to have separate private,
874 config.h, and public, scmconfig.h, configuration headers. Added a
875 fair amount of code to track down new required types: scm_t_uint8,
876 scm_t_uint16, scm_t_uint32, scm_t_int8, scm_t_int16, scm_t_int32,
877 and to detect optional types scm_t_uint64, scm_t_in64, long long,
878 unsigned long long, scm_t_ptrdiff, intptr_t, and uintptr_t.
879 (SCM_I_GSC_T_PTRDIFF): gen-scmconfig.h.in AC_SUBST var.
880 (SCM_I_GSC_NEEDS_INTTYPES_H): gen-scmconfig.h.in AC_SUBST var.
881 (SCM_I_GSC_NEEDS_STDINT_H): gen-scmconfig.h.in AC_SUBST var.
882 (SCM_I_GSC_T_UINT8): gen-scmconfig.h.in AC_SUBST var.
883 (SCM_I_GSC_T_UINT16): gen-scmconfig.h.in AC_SUBST var.
884 (SCM_I_GSC_T_UINT32): gen-scmconfig.h.in AC_SUBST var.
885 (SCM_I_GSC_T_UINT64): gen-scmconfig.h.in AC_SUBST var.
886 (SCM_I_GSC_T_INT8): gen-scmconfig.h.in AC_SUBST var.
887 (SCM_I_GSC_T_INT16): gen-scmconfig.h.in AC_SUBST var.
888 (SCM_I_GSC_T_INT32): gen-scmconfig.h.in AC_SUBST var.
889 (SCM_I_GSC_T_INT64): gen-scmconfig.h.in AC_SUBST var.
890 (USE_PTHREAD_THREADS): removed - handled by gen-scmconfig.c.
891 (USE_NULL_THREADS): removed - handled by gen-scmconfig.c.
892 (USE_COOP_THREADS): removed - handled by gen-scmconfig.c.
893 (SCM_I_GSC_USE_PTHREAD_THREADS): gen-scmconfig.h.in AC_SUBST var.
894 (SCM_I_GSC_USE_NULL_THREADS): gen-scmconfig.h.in AC_SUBST var.
895 (SCM_I_GSC_USE_COOP_THREADS): gen-scmconfig.h.in AC_SUBST var.
896 (STACK_GROWS_UP): removed - handled by gen-scmconfig.c.
897 (SCM_I_GSC_STACK_GROWS_UP): gen-scmconfig.h.in AC_SUBST var.
898 (GUILE_DEBUG_FREELIST): removed - handled by gen-scmconfig.c.
899 (SCM_I_GSC_GUILE_DEBUG_FREELIST): gen-scmconfig.h.in AC_SUBST var.
900 (GUILE_DEBUG): removed - handled by gen-scmconfig.c.
901 (SCM_I_GSC_GUILE_DEBUG): gen-scmconfig.h.in AC_SUBST var.
902 (SCM_ENABLE_DEPRECATED): removed - handled by gen-scmconfig.c.
903 (SCM_I_GSC_ENABLE_DEPRECATED): gen-scmconfig.h.in AC_SUBST var.
904 (HAVE_ARRAYS): removed - handled by gen-scmconfig.c.
905 (SCM_I_GSC_HAVE_ARRAYS): gen-scmconfig.h.in AC_SUBST var.
906 (SCM_ENABLE_ELISP): removed - handled by gen-scmconfig.c.
907 (SCM_I_GSC_ENABLE_ELISP): gen-scmconfig.h.in AC_SUBST var.
908 (SCM_I_GSC_C_INLINE): gen-scmconfig.h.in AC_SUBST var.
909 (DEBUG_EXTENSIONS): removed - handled by gen-scmconfig.c.
910 (READER_EXTENSIONS): removed - handled by gen-scmconfig.c.
911 (USE_THREADS): removed - handled by gen-scmconfig.c.
912 (GUILE_ISELECT): removed - handled by gen-scmconfig.c.
913 (DYNAMIC_LINKING): removed - handled by gen-scmconfig.c.
914
915 * README: merge information from INSTALL and remove at least some
916 of the stale bits.
917
918 * LICENSE: new file -- we should change this to the LGPL soon and
919 add COPYING.LIB to the distribution.
920
921 * autogen.sh: call autoreconf with --force. This may fix the
922 "order" problem below without having to have two calls.
923
924 * INSTALL: use the automake installed INSTALL file. The Guile
925 specific instructions are now in README.
926
927 2003-03-21 Marius Vollmer <marius.vollmer@uni-dortmund.de>
928
929 * autogen.sh: Invoke autoreconf twice since the required files do
930 not seem to be generated in the right order. XXX - investigate
931 further.
932
933 2003-03-19 Marius Vollmer <mvo@zagadka.de>
934
935 * guile-tools.in (guileversion): Use $GUILE_EFFECTIVE_VERSION
936 instead of $GUILE_VERSION. Thanks to Kevin Ryde!
937
938 2003-02-27 Rob Browning <rlb@defaultvalue.org>
939
940 * configure.in (AC_CONFIG_SRCDIR): use GUILE-VERSION.
941 (AM_CONFIG_HEADER): change to config.h
942
943 * Makefile.am (EXTRA_DIST): remove $(ACLOCAL).
944 (ACLOCAL_AMFLAGS): replaces ACLOCAL.
945
946 * autogen.sh: switch to autoreconf -- see how it goes. remove
947 call to guile-aclocal.sh -- we now do the same thing with an
948 automake setting.
949
950 * guile-aclocal.sh: deleted in favor of ACLOCAL_AMFLAGS in
951 Makefile.am.
952
953 2003-02-26 Rob Browning <rlb@defaultvalue.org>
954
955 * configure.in: change our config header from libguile/scmconfig.h
956 to be the traditional ./config.h. libguile/scmconfig.h is now
957 built from that during the build process. More changes coming...
958
959 2003-01-23 Mikael Djurfeldt <djurfeldt@nada.kth.se>
960
961 * libguile.h: #include "futures.h"
962
963 2002-12-16 Mikael Djurfeldt <djurfeldt@nada.kth.se>
964
965 * configure.in: Test if pthread.h declares
966 pthread_mutexattr_settype ().
967
968 2002-12-15 Mikael Djurfeldt <djurfeldt@nada.kth.se>
969
970 * configure.in (SCM_MUTEX_FAST, SCM_MUTEX_RECURSIVE): Test for
971 ways to get fast and recursive mutexes.
972
973 2002-12-10 Mikael Djurfeldt <mdj@kvast.blakulla.net>
974
975 * configure.in (_THREAD_SAFE): Define when pthreads are enabled in
976 order to get thread safe versions of glibc functions.
977
978 2002-12-09 Mikael Djurfeldt <djurfeldt@nada.kth.se>
979
980 * configure.in: Temporarily replaced "copt" threads option with new
981 option "pthreads".
982 (USE_PTHREAD_THREADS): Define if pthreads configured.
983
984 2002-12-08 Rob Browning <rlb@defaultvalue.org>
985
986 * configure.in (GUILE_EFFECTIVE_VERSION): AC_SUBST it.
987 (AC_CONFIG_FILES): separate out the files that need to be chmodded
988 at the end of config.status. Our "default" approach using
989 AC_CONFIG_COMMANDS quit working (and would have needed to be
990 changed to AC_CONFIG_COMMANDS(,,CMDS) rather than our previous
991 AC_CONFIG_COMMANDS(default,CMDS), but I the new approach, using
992 per-file AC_CONFIG_FILES calls appears to be more "correct" in the
993 current autoconf docs.
994
995 * GUILE-VERSION (GUILE_EFFECTIVE_VERSION): new variable.
996
997 2002-12-02 Marius Vollmer <mvo@zagadka.ping.de>
998
999 * Makefile.am (SUBDIRS): Removed qt.
1000
1001 * configure.in: Do not configure QTHREADS. Do not define
1002 USE_COOP_THREADS. Changed logic for thread package selection so
1003 that the default is "coop-pthread" when -lpthread is found, "null"
1004 otherwise.
1005
1006 2002-12-01 Mikael Djurfeldt <mdj@linnaeus>
1007
1008 * GUILE-VERSION: Added versioning info for srfi 1.
1009
1010 * configure.in (LIBGUILE_SRFI_SRFI_1_INTERFACE_CURRENT,
1011 LIBGUILE_SRFI_SRFI_1_INTERFACE_REVISION,
1012 LIBGUILE_SRFI_SRFI_1_INTERFACE_AGE,
1013 LIBGUILE_SRFI_SRFI_1_INTERFACE): New AC_SUBST.
1014
1015 2002-11-10 Marius Vollmer <mvo@zagadka.ping.de>
1016
1017 * configure.in (USE_THREADS, GUILE_ISELECT): Define always. We
1018 define them with AC_DEFINE and not in some header file so that
1019 they are visible exactly in the same way as they used to be.
1020
1021 2002-11-03 Marius Vollmer <mvo@zagadka.ping.de>
1022
1023 * configure.in: Do not add "threads.o" to the libobjs, it is now
1024 always compiled.
1025 (USE_THREADS, GUILE_ISELECT): Do not define.
1026
1027 2002-10-27 Marius Vollmer <mvo@zagadka.ping.de>
1028
1029 * configure.in: Handle thread package "coop-pthread" with alias
1030 "copt" and define USE_COPT_THREADS when it is selected.
1031 Always define GUILE_ISELECT.
1032
1033 2002-10-26 Neil Jerram <neil@ossau.uklinux.net>
1034
1035 * configure.in (AC_CONFIG_FILES): Add ice-9/debugger/Makefile and
1036 ice-9/debugger/breakpoints/Makefile.
1037
1038 2002-10-21 Marius Vollmer <mvo@zagadka.ping.de>
1039
1040 * configure.in: Changed logic in thread support configuration such
1041 that --with-threads=no is equivalent to --with-threads=null. On
1042 platforms that are not supported by QuickThreads, we also use the
1043 null-threads. Thus, USE_THREADS is always defined now.
1044
1045 2002-10-16 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1046
1047 * configure.in: Shuffled around and extended the thread
1048 configuration code to allow the "null" thread package to be
1049 selected. Define USE_NULL_THREADS in that case.
1050
1051 2002-10-13 Gary Houston <ghouston@arglist.com>
1052
1053 * autogen.sh (ac_version): try automake 1.7 too.
1054
1055 2002-10-05 Marius Vollmer <mvo@zagadka.ping.de>
1056
1057 * autogen.sh: Make sure that $autoheader is always set. When we
1058 would use the plain "autoconf", $autoheader would end up empty and
1059 libguile/scmconfig.h.in would not be updated.
1060
1061 2002-10-04 Rob Browning <rlb@defaultvalue.org>
1062
1063 * libltdl: moved to libguile-ltdl.
1064
1065 * Makefile.am (SUBDIRS): remove libltdl.
1066
1067 * autogen.sh: remove support for libltdl sub-configure.
1068 (ac_version): widen support check to any 2.5? autoconf version.
1069 2.54 is out now.
1070
1071 * configure.in: turn on -Werror by default. We're now clean. I'd
1072 like to stay that way. If we want, we can turn it off by default
1073 when we make the stable release, but I caught a lot of bugs this
1074 way. Accomodate libguile-ltdl -- therea are some ltdl things that
1075 are commented out now INCLTDL and LIBLTDL. I think we may not
1076 need them anymore, but I'll leave them until we're sure. We also
1077 killed off the libltdl dir and related options including the
1078 AC_CONFIG_SUBDIRS. I also added some explicit tests for some
1079 headers and functions that weren't listed but were in
1080 scmconfig.h.in. though this may have been unnecessary.
1081
1082 2002-10-04 Marius Vollmer <mvo@zagadka.ping.de>
1083
1084 * configure.in: Use AC_LIBLTDL_CONVENIENCE instead of
1085 AC_LIBLTDL_INSTALLABLE.
1086
1087 2002-10-03 Marius Vollmer <mvo@zagadka.ping.de>
1088
1089 * autogen.sh: Do not instruct libtoolize to copy libltdl into our
1090 sources. Do not patch it. We have our own version now that is
1091 only being used as a convenience library.
1092
1093 2002-08-24 Marius Vollmer <mvo@zagadka.ping.de>
1094
1095 * configure.in: Check for __libc_stack_end.
1096
1097 2002-08-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1098
1099 * configure.in: add snprintf
1100
1101 2002-08-04 Han-Wen <hanwen@cs.uu.nl>
1102
1103 * NEWS: add entries for GC and vector WB.
1104
1105 2002-07-22 Han-Wen <hanwen@cs.uu.nl>
1106
1107 * autogen.sh (mscripts): find and check version number of
1108 automake. Complain if 1.6 is not found.
1109
1110 2002-07-20 Han-Wen <hanwen@cs.uu.nl>
1111
1112 * autogen.sh (mscripts): find and check version number of
1113 autoconf. Complain if 2.53 is not found.
1114
1115 2002-07-20 Dirk Herrmann <D.Herrmann@tu-bs.de>
1116
1117 * benchmark-guile.in: Copied from check-guile.in and adapted for
1118 use with benchmarks.
1119
1120 * Makefile.am: Recurse into the benchmark-suite subdir.
1121
1122 * configure.in: Added benchmarking files.
1123
1124 2002-07-12 Gary Houston <ghouston@arglist.com>
1125
1126 * configure.in: check dynamic linking before modules. Add dynl.c
1127 if dynamic linking is available, i.e., unless --with-modules=no
1128 was given to configure.
1129
1130 2002-07-09 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1131
1132 * autogen.sh: Patch libltdl/ltdl.c to avoid a nasty bug in
1133 libtool-1.4.2.
1134
1135 2002-07-07 Marius Vollmer <mvo@zagadka.ping.de>
1136
1137 * autogen.sh: Do not copy INSTALL from workbook since it is not
1138 uniform across branches.
1139 * INSTALL: Re-added to repository.
1140
1141 Crosscompiling and Cygwin fixes from Jan Nieuwenhuizen. Thanks!
1142
1143 * autogen.sh: Only fix libltdl/configure.in if it exists. Current
1144 libtool CVS does not need this fix.
1145
1146 * configure.in (AC_LIBTOOL_WIN32_DLL): Add for shared Cygwin
1147 build.
1148 Add --with-cc-for-build option to re-enable cross building.
1149 Add --with-guile-for-build option to re-enable cross building.
1150
1151 2002-06-30 Gary Houston <ghouston@arglist.com>
1152
1153 * autogen.sh: Changed the path to the scripts directory.
1154 In libltdl, run aclocal before autoconf and automake: this
1155 eliminated various warnings after upgrading to newer automake.
1156
1157 2002-05-22 Marius Vollmer <mvo@zagadka.ping.de>
1158
1159 From John W. Eaton <jwe@bevo.che.wisc.edu>
1160
1161 * configure.in (AC_CHECK_FUNCS): Check for copysign.
1162
1163 2002-05-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1164
1165 * libguile.h: Added inclusion of "extensions.h".
1166
1167 2002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
1168
1169 * configure.in: Include <sys/types.h> before <netinet/in.h> when
1170 checking vor IPv6. This is for NetBSD 1.5. Thanks to Greg
1171 Troxel!
1172
1173 From John W. Eaton.
1174
1175 * configure.in (AC_CHECK_HEADERS): Check for floatingpoint.h
1176 ieeefp.h, and nan.h.
1177 (AC_CHECK_FUNCS): Check for finite, isinf, and isnan.
1178
1179 2002-05-01 Thien-Thi Nguyen <ttn@giblet.glug.org>
1180
1181 * autogen.sh: Add call to $mscripts/render-bugs
1182 to create BUGS file.
1183
1184 * BUGS: bye bye
1185
1186 2002-04-27 Thien-Thi Nguyen <ttn@giblet.glug.org>
1187
1188 * Makefile.am (EXTRA_DIST): Remove qthreads.m4.
1189
1190 2002-04-26 Marius Vollmer <mvo@zagadka.ping.de>
1191
1192 * guile-aclocal.sh: Replaced with a simple invocation of "aclocal
1193 -I guile-config". This works as of automake 1.5.
1194 * qthreads.m4: Moved to guile-config/.
1195
1196 2002-04-18 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1197
1198 * autogen.sh: Call automake twice for guile-core so that two
1199 copies of mdate-sh get a chance of being installed (one in
1200 doc/ref/ and one in doc/tutorial/).
1201
1202 2002-04-16 Marius Vollmer <mvo@zagadka.ping.de>
1203
1204 * Makefile.am (AUTOMAKE_OPTIONS): New, to request version 1.5.
1205 (EXTRA_DIST): Don't distribute acconfig.h, which is gone.
1206 (dist-hook): Removed.
1207 (DISTCLEANFILES): Added check-guile.log.
1208 (EXTRA_DIST): Don't distribute TODO.
1209
1210 * configure.in: Bump required autoconf version to 2.53. Move uses
1211 of AC_LIBOBJ after AC_PROG_CC. AC_LIBOBJ needs OBJEXT which is
1212 set by AC_PROG_CC.
1213
1214 2002-04-10 Rob Browning <rlb@defaultvalue.org>
1215
1216 * configure.in: updates for new autoconf -- add definitions to
1217 AC_DEFINE calls, and convert occurences of LIBOBJS to AC_LIBOBJ
1218 calls.
1219
1220 * acinclude.m4: add definitions to AC_DEFINE calls for new
1221 autoconf.
1222
1223 * acconfig.h: removed -- newer autoconf doesn't like it, and now
1224 we don't need it.
1225
1226 * .cvsignore: add autom4te.cache and pre-inst-guile.
1227
1228 2002-04-03 Thien-Thi Nguyen <ttn@giblet.glug.org>
1229
1230 * RELEASE: bye bye
1231
1232 2002-03-31 Thien-Thi Nguyen <ttn@giblet.glug.org>
1233
1234 * Makefile.am: Update copyright.
1235 (dist-hook): Add, including related am/maintainers-dirs,
1236 surrounded by "if MAINTAINER_MODE".
1237
1238 * TODO: bye bye
1239
1240 * autogen.sh: Add usage comment.
1241 Add workbook specification.
1242 Add dist-files symlinking.
1243
1244 * ANON-CVS, HACKING, INSTALL, SNAPSHOTS: bye bye
1245
1246 2002-03-06 Thien-Thi Nguyen <ttn@giblet.glug.org>
1247
1248 * guile-tools.in: Handle "--source" option.
1249
1250 2002-03-04 Thien-Thi Nguyen <ttn@giblet.glug.org>
1251
1252 * configure.in (top_srcdir_absolute): New AC_SUBST var.
1253
1254 * pre-inst-guile.in, check-guile.in (top_srcdir):
1255 Use `top_srcdir_absolute' AC_SUBST var.
1256
1257 * pre-inst-guile.in (top_srcdir): Fix ref bug: Force absolute.
1258
1259 2002-02-27 Thien-Thi Nguyen <ttn@giblet.glug.org>
1260
1261 * pre-inst-guile.in: Typofix; nfc.
1262
1263 2002-02-27 Stefan Jahn <stefan@lkcc.org>
1264
1265 * Makefile.am (SUBDIRS): Added the `am' directory.
1266
1267 2002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
1268
1269 * pre-inst-guile.in: New file.
1270
1271 * pre-inst-guile, pre-inst-guile.am: bye bye
1272
1273 * configure.in (top_builddir_absolute): New AC_SUBST var.
1274 (AC_CONFIG_FILES): Add am/Makefile, pre-inst-guile.
1275 (AC_CONFIG_COMMANDS): Also chmod +x pre-inst-guile.
1276
1277 * check-guile.in (top_builddir): Use AC_SUBST var
1278 `top_builddir_absolute'.
1279 (guile): Look for pre-inst-guile in $top_builddir.
1280
1281 * Makefile.am (EXTRA_DIST): Remove pre-inst-guile,
1282 pre-inst-guile.am.
1283
1284 2002-02-24 Rob Browning <rlb@defaultvalue.org>
1285
1286 * GUILE-VERSION: move all but guile-readline library versioning
1287 information here. guile-readline is still standalone. Bump
1288 CURRENT interfaces to 15 to allow some headroom for 1.6 release at
1289 Thi-Thien's request.
1290
1291 * configure.in: AC_SUBST the centralized shared lib versioning
1292 variables from ./GUILE-VERSION.
1293 (LIBQTHREADS_INTERFACE_CURRENT): new AC_SUBST.
1294 (LIBQTHREADS_INTERFACE_REVISION): new AC_SUBST.
1295 (LIBQTHREADS_INTERFACE_AGE): new AC_SUBST.
1296 (LIBQTHREADS_INTERFACE): new AC_SUBST.
1297 (LIBGUILE_INTERFACE_CURRENT): new AC_SUBST.
1298 (LIBGUILE_INTERFACE_REVISION): new AC_SUBST.
1299 (LIBGUILE_INTERFACE_AGE): new AC_SUBST.
1300 (LIBGUILE_INTERFACE): new AC_SUBST.
1301 (LIBGUILE_SRFI_SRFI_4_INTERFACE_CURRENT): new AC_SUBST.
1302 (LIBGUILE_SRFI_SRFI_4_INTERFACE_REVISION): new AC_SUBST.
1303 (LIBGUILE_SRFI_SRFI_4_INTERFACE_AGE): new AC_SUBST.
1304 (LIBGUILE_SRFI_SRFI_4_INTERFACE): new AC_SUBST.
1305 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_CURRENT): new AC_SUBST.
1306 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_REVISION): new AC_SUBST.
1307 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_AGE): new AC_SUBST.
1308 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE): new AC_SUBST.
1309
1310 * autogen.sh: make absolutely sure we can't have stale files from
1311 old versions lying around the libltdl dir since libtoolize
1312 doesn't. Also hack libltdl's configure.in to require autoconf 2.5
1313 so the main tree and libltdl can't get out of sync again.
1314
1315 * RELEASE: update release building instructions.
1316
1317 2002-02-21 Neil Jerram <neil@ossau.uklinux.net>
1318
1319 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Use [] rather than
1320 "" for multiword string. Thanks to Christopher Cramer for
1321 pointing this out.
1322
1323 2002-02-11 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1324
1325 * acconfig.h (GUILE_DEBUG_MALLOC): Refer to scm_gc_malloc, etc,
1326 instead of to scm_must_malloc.
1327
1328 2002-02-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1329
1330 * Makefile.am (EXTRA_DIST): Added pre-inst-guile and
1331 pre-inst-guile.am.
1332
1333 2002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
1334
1335 * pre-inst-guile.am, pre-inst-guile: New files.
1336
1337 * check-guile.in (srcdir): Delete var.
1338 (top_builddir, top_srcdir, guile_opts): New vars.
1339
1340 Use "set -e".
1341 No longer set LTDL_LIBRARY_PATH.
1342 Use ${top_srcdir}/pre-inst-guile instead of libguile/guile.
1343
1344 * configure.in (libguile/guile-snarf-docs-texi): Remove
1345 from `AC_CONFIG_FILES' and `AC_CONFIG_COMMANDS'.
1346
1347 * check-guile.in (top_builddir): Fix bug: Use cwd.
1348 (TEST_SUITE_DIR): Fix bug: Use `top_srcdir'.
1349 (GUILE_LOAD_PATH): No longer include $top_srcdir.
1350
1351 * pre-inst-guile: Fix bug: Use ":" in `case' pattern to prevent
1352 prefix aliasing.
1353
1354 2002-01-31 Stefan Jahn <stefan@lkcc.org>
1355
1356 * configure.in: Add -DLIBLTDL_DLL_IMPORT to INCLTDL when using
1357 `libltdl.dll'.
1358
1359 2002-01-28 Stefan Jahn <stefan@lkcc.org>
1360
1361 * configure.in (guile_cv_have_uint32_t): Look also in
1362 `stdint.h' for uint32_t.
1363
1364 2002-01-13 Neil Jerram <neil@ossau.uklinux.net>
1365
1366 * Makefile.am (SUBDIRS): Added lang.
1367
1368 * configure.in (AC_CONFIG_FILES): Added Makefiles in lang,
1369 lang/elisp, lang/elisp/internals and lang/elisp/primitives.
1370
1371 2002-01-11 Neil Jerram <neil@ossau.uklinux.net>
1372
1373 * acconfig.h (SCM_ENABLE_ELISP): New conditional.
1374
1375 * configure.in (SCM_ENABLE_ELISP): Define this conditional (or
1376 not) according to absence (or presence) of `--disable-elisp'
1377 in the configure args.
1378
1379 2001-12-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
1380
1381 * TODO: Added two items.
1382
1383 2001-12-26 Marius Vollmer <mvo@zagadka.ping.de>
1384
1385 * configure.in (HAVE_MAKEINFO): Check for the makeinfo program and
1386 set this conditional accordingly.
1387
1388 2001-12-01 Thien-Thi Nguyen <ttn@giblet.glug.org>
1389
1390 * README: Fix virulent typo.
1391
1392 2001-11-25 Marius Vollmer <mvo@zagadka.ping.de>
1393
1394 * acconfig.h (HAVE_INLINE): Added template.
1395 * configure.in (HAVE_INLINE): Define it when the compiler supports
1396 inline functions.
1397
1398 * libguile.h: Include "libguile/inline.h".
1399
1400 2001-11-22 Gary Houston <ghouston@arglist.com>
1401
1402 * HACKING: Modified the Hacking It Yourself section. Removed the
1403 version numbers from the tools.
1404 HACKING, README, ANON-CVS: updates.
1405
1406 2001-11-21 Gary Houston <ghouston@arglist.com>
1407
1408 * HACKING: Removed reference to no longer practiced * in ChangeLog
1409 convention.
1410
1411 2001-11-19 Thien-Thi Nguyen <ttn@glug.org>
1412
1413 * BUGS (11): Set "fixed: no-need".
1414
1415 * TODO (write emacs/patch.el): New item, self-assigned.
1416
1417 2001-11-19 Rob Browning <rlb@defaultvalue.org>
1418
1419 * configure.in: switch to AC_LIBLTDL_INSTALLABLE so we'll use the
1420 system libltdl when it's available. Aside from the normal reasons
1421 to prefer installed shared libs, this means other apps that link
1422 with libguile and also use libltdl will be more likely to work
1423 right.
1424
1425 2001-11-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
1426
1427 * BUGS (4): Set "fixed: 2001-11-17 (1.7.x)".
1428
1429 2001-11-15 Thien-Thi Nguyen <ttn@glug.org>
1430
1431 * guile-tools.in: Handle command "list" specially: list scripts dir.
1432
1433 (help): Make more informative.
1434
1435 2001-11-12 Marius Vollmer <mvo@zagadka.ping.de>
1436
1437 * autogen.sh: Recurse into libltdl directory and invoke autoconf
1438 there.
1439
1440 2001-11-11 Thien-Thi Nguyen <ttn@glug.org>
1441
1442 * HACKING: Restrict documentation change log
1443 waiver to only apply to ChangeLog files.
1444
1445 2001-11-12 Marius Vollmer <mvo@zagadka.ping.de>
1446
1447 * configure.in: Check for sizes of short, size_t, uintptr_t, and
1448 ptrdiff_t. Checking for a size also checks automatically for the
1449 existence of the type, so we don't check for the existence of
1450 uintptr_t, ptrdiff_t and long long ourselves.
1451
1452 2001-11-10 Thien-Thi Nguyen <ttn@glug.org>
1453
1454 * BUGS (11): New.
1455
1456 2001-11-07 Stefan Jahn <stefan@lkcc.org>
1457
1458 * configure.in: Include `win32-socket.o' in the list of object
1459 files if networking is enabled on Win32.
1460
1461 2001-11-06 Thien-Thi Nguyen <ttn@glug.org>
1462
1463 * TODO (sync srfi-modules.texi): New, done.
1464
1465 * BUGS (9, 10): New.
1466
1467 2001-11-04 Stefan Jahn <stefan@lkcc.org>
1468
1469 * NEWS: Corrected remarks about SCM_API.
1470
1471 * configure.in: Defining USE_DLL_IMPORT definition to indicate
1472 usage of DLL import macros in `libguile/__scm.h'.
1473 (LIBOBJS): Removed `fileblocks.o' from the list of object files.
1474 Somehow Jim Blandy's patch from 1997 did not survive.
1475
1476 2001-11-02 Marius Vollmer <mvo@zagadka.ping.de>
1477
1478 Support for native Win32. Thanks to Stefan Jahn!
1479
1480 * check-guile.in: Replaced `ln -s' by `@LN_S@' to supports
1481 build systems which do not have symbolic links.
1482 * configure.in: Define AC_LIBTOOL_WIN32_DLL to build clean dlls
1483 on Win32 platforms.
1484 Checking for `ws2_32.dll', `winsock2.h', add `win32-uname.o'
1485 and `win32-dirent.o' and define extra compiler flags necessary
1486 to build clean dlls.
1487 Check for `regcomp()' inside `-lregex'.
1488
1489 2001-10-26 Thien-Thi Nguyen <ttn@glug.org>
1490
1491 * BUGS (7, 8): New.
1492
1493 2001-10-25 Thien-Thi Nguyen <ttn@glug.org>
1494
1495 * BUGS: Expand on file format description.
1496
1497 (1): Update "fixed" field.
1498 (2, 3, 4, 5, 6): New.
1499
1500 2001-10-14 Gary Houston <ghouston@arglist.com>
1501
1502 * configure.in: include sys/types.h when testing uint32_t.
1503 thanks to Bill Schottstaedt.
1504
1505 2001-10-14 Marius Vollmer <mvo@zagadka.ping.de>
1506
1507 * configure.in: Do not use an absolute path for <unistd.h> when
1508 checking for return type of usleep. Thanks to Michael Carmack.
1509
1510 2001-09-30 Thien-Thi Nguyen <ttn@glug.org>
1511
1512 * BUGS: New file.
1513 * Makefile.am (EXTRA_DIST): Add BUGS file.
1514
1515 2001-09-25 Thien-Thi Nguyen <ttn@glug.org>
1516
1517 * TODO: Add bugfix item to "Eventually".
1518
1519 2001-09-20 Rob Browning <rlb@defaultvalue.org>
1520
1521 * configure.in (AC_CONFIG_FILES): add libguile/version.h.
1522
1523 2001-09-11 Rob Browning <rlb@defaultvalue.org>
1524
1525 * RELEASE: Deleted Ian Grant and Julian Satchell's addresses from
1526 the testing list since they're no longer functional.
1527
1528 2001-09-04 Thien-Thi Nguyen <ttn@revel.glug.org>
1529
1530 * TODO:
1531 Use outline mode instead of text.
1532 Reword protocol explanation.
1533 Add "make error-signalling functions more consistent" to Eventually.
1534 Move some C-related GOOPS tasks to 1.8.0, take ownership.
1535
1536 2001-08-31 Thien-Thi Nguyen <ttn@revel.glug.org>
1537
1538 * HACKING (Sample GDB Initialization File): New section.
1539
1540 * TODO (1.8.0): Add "move .gdbinit" entry.
1541
1542 2001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
1543
1544 * TODO: Added some points, and eliminated all done items.
1545
1546 * acconfig.h, configure.in (SCM_DEBUG_DEPRECATED,
1547 SCM_ENABLE_DEPRECATED): Renamed SCM_DEBUG_DEPRECATED to
1548 SCM_ENABLE_DEPRECATED with the logic reversed.
1549
1550 2001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
1551
1552 * libguile.h: Removed bogus comment, rearranged includes, removed
1553 deprecated definitions.
1554
1555 (LIBGUILEH, SCM_LIBGUILE_H): Renamed <foo>H to SCM_<foo>_H.
1556
1557 2001-08-30 Thien-Thi Nguyen <ttn@revel.glug.org>
1558
1559 * HACKING: Mention libtool ./configure-regeneration requirement.
1560
1561 2001-08-27 Marius Vollmer <mvo@zagadka.ping.de>
1562
1563 * check-guile.in: Do not include ".libs" in LTDL_LIBRARY_PATH,
1564 libltdl provides it itself.
1565
1566 2001-08-24 Neil Jerram <neil@ossau.uklinux.net>
1567
1568 * configure.in (AC_CONFIG_FILES): Add per-manual doc directory
1569 Makefiles.
1570
1571 2001-08-15 Rob Browning <rlb@defaultvalue.org>
1572
1573 * configure.in
1574 (LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
1575 (LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
1576 (LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
1577 (LIBGUILE_INTERFACE): use libtool versioning scheme.
1578 (LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
1579 (LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
1580 (LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
1581 (LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
1582
1583 * GUILE-VERSION (GUILE_MINOR_VERSION): bump for new unstable.
1584 (GUILE_MICRO_VERSION): reset for new unstable.
1585 (LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
1586 (LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
1587 (LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
1588 (LIBGUILE_INTERFACE): use libtool versioning scheme.
1589 (LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
1590 (LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
1591 (LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
1592 (LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
1593
1594 2001-08-07 Marius Vollmer <mvo@zagadka.ping.de>
1595
1596 * Makefile.am (EXTRA_DIST, SUBDIRS): Move test-suite from
1597 EXTRA_DIST to SUBDIRS.
1598
1599 * configure.in: Added "test-suite/Makefile".
1600
1601 2001-08-01 Marius Vollmer <mvo@zagadka.ping.de>
1602
1603 * configure.in: Added `--disable-linuxthreads' option and do not
1604 define GUILE_PTHREAD_COMPAT nor link with -lpthread when it is
1605 given. Thanks to Cris Cramer!
1606
1607 2001-07-23 Marius Vollmer <mvo@zagadka.ping.de>
1608
1609 * Makefile.am (SUBDIRS): Build libguile before ice-9.
1610
1611 2001-07-22 Marius Vollmer <mvo@zagadka.ping.de>
1612
1613 * configure.in: Check for "inttypes.h".
1614
1615 2001-07-19 Rob Browning <rlb@defaultvalue.org>
1616
1617 * configure.in: add checks for setitimer and getitimer.
1618 Add --enable-error-on-warning.
1619
1620 2001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1621
1622 * INSTALL, Makefile.am, configure.in: Updated copyright notice.
1623
1624 2001-07-15 Thien-Thi Nguyen <ttn@revel.glug.org>
1625
1626 * HACKING: Remove onerous authorship-info deletion clause.
1627
1628 2001-07-13 Keisuke Nishida <knishida@nurs.or.jp>
1629
1630 * autogen.sh: Call libtoolize with --force.
1631
1632 2001-07-10 Thien-Thi Nguyen <ttn@revel.glug.org>
1633
1634 * INSTALL: Point to HACKING for tool versions.
1635
1636 2001-07-08 Rob Browning <rlb@defaultvalue.org>
1637
1638 * TODO: updated to include relevant itemized post-1.6-RELEASE
1639 tasks that are distributable so we can check them off as they are
1640 done, and delete 1.6.0 tasks.
1641
1642 * RELEASE: add a note that the RELEASE instructions are out of
1643 date now that we're using branches.
1644
1645 * AUTHORS: add "many files throughout" for myself.
1646
1647 2001-06-28 Thien-Thi Nguyen <ttn@revel.glug.org>
1648
1649 * README: Also mention guile-tools.
1650
1651 * README: Mention libguile-srfi-*, oop/*, scripts/* and srfi/*.
1652
1653 2001-06-27 Thien-Thi Nguyen <ttn@revel.glug.org>
1654
1655 * RELEASE: Move todo items to file TODO.
1656
1657 * TODO: Initial revision
1658
1659 * Makefile.am (EXTRA_DIST): Add TODO.
1660
1661 * HACKING: Refer to TODO and SNAPSHOTS.
1662 No longer refer to devel/tasks.text.
1663
1664 * SNAPSHOTS: Fix reference bug; recommended tool
1665 versions are in HACKING.
1666
1667 * TODO: Add completion and ownership protocol to header comments.
1668
1669 * RELEASE: Add TODO-processing to spiffing checklist.
1670
1671 * HACKING: Update deprecation procedure to refer to TODO.
1672
1673 2001-06-27 Michael Livshin <mlivshin@bigfoot.com>
1674
1675 * autogen.sh: don't run flex here.
1676
1677 * HACKING: clarify that newer versions of flex should be just
1678 fine.
1679
1680 2001-06-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1681
1682 * HACKING, ANON-CVS: Removed mentioning of guile-doc CVS module.
1683
1684 * configure.in: Added some header and function checks.
1685
1686 2001-06-25 Neil Jerram <neil@ossau.uklinux.net>
1687
1688 * autogen.sh: Quoting fix for `--enable-maintainer-mode'.
1689
1690 2001-06-25 Marius Vollmer <mvo@zagadka.ping.de>
1691
1692 * autogen.sh: Added message about what to do next. Tell them to
1693 use `--enable-maintainer-mode'.
1694
1695 2001-06-25 Michael Livshin <mlivshin@bigfoot.com>
1696
1697 * HACKING: mention flex.
1698
1699 * autogen.sh: generate libguile/c-tokenize.c.
1700
1701 2001-06-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1702
1703 * libguile.h: Removed inclusion of libguile/tag.h.
1704
1705 2001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
1706
1707 * libguile.h (scm_cond_t, scm_key_t, scm_mutex_t): Only define
1708 these when using threads.
1709
1710 2001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
1711
1712 * libguile.h: Added deprecated section with the olde type names.
1713
1714 * configure.in: Check for header <stdint.h>. Check for uintptr_t
1715 type. Use AC_CHECK_TYPES for this. Do not caus ptrdiff_t to be
1716 `#defined'.
1717
1718 * acconfig.h (ptrdiff_t): Removed.
1719
1720 2001-06-05 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1721
1722 * configure.in: Generate examples/box-dynamic-module/Makefile.
1723
1724 2001-06-03 Marius Vollmer <mvo@zagadka.ping.de>
1725
1726 * configure.in (AC_CONFIG_FILES, AC_CONFIG_COMMANDS): Add
1727 guile-snarf.
1728
1729 2001-06-02 Rob Browning <rlb@cs.utexas.edu>
1730
1731 * configure.in: changes for autoconf 2.50.
1732 (AC_PREREQ): require at least autoconf 2.50.
1733 (AC_INIT): no longer takes an arg.
1734 (AC_CONFIG_SRCDIR): takes arg AC_INIT used to take.
1735 (AC_STRUCT_ST_RDEV): changed -> AC_CHECK_MEMBERS.
1736 (AC_STRUCT_ST_BLKSIZE): deprecated -> AC_CHECK_MEMBERS.
1737 (AC_STRUCT_ST_BLOCKS): use it rather than our version.
1738 (AC_CONFIG_FILES): now generated files go here, not in AC_OUTPUT.
1739 (AC_CONFIG_COMMANDS): now actions go here, not in AC_OUTPUT.
1740 (AC_OUTPUT): no longer takes args.
1741
1742 * acinclude.m4: AC_LANG not a variable now -- use __cplusplus
1743 unconditionally .
1744
1745 2001-06-02 Marius Vollmer <mvo@zagadka.ping.de>
1746
1747 * configure.in: Check for mkstemp via AC_REPLACE_FUNCS. Thanks to
1748 I. N. Golubev!
1749
1750 2001-06-01 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1751
1752 * configure.in: Generate examples/box-dynamic/Makefile.
1753
1754 2001-05-31 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1755
1756 * Makefile.am (EXTRA_DIST): New subdirectory `examples'.
1757
1758 * configure.in: Added all Makefiles in the `examples' directory to
1759 AC_OUTPUT.
1760
1761 2001-05-31 Michael Livshin <mlivshin@bigfoot.com>
1762
1763 * configure.in: generate guile-snarf-docs & guile-snarf-docs-texi.
1764 don't generate guile-snarf.awk.
1765
1766 * Makefile.am (EXTRA_DIST): add test-suite.
1767
1768 2001-05-28 Michael Livshin <mlivshin@bigfoot.com>
1769
1770 * check-guile.in: fix to be runnable when srcdir!=builddir.
1771
1772 2001-05-26 Michael Livshin <mlivshin@bigfoot.com>
1773
1774 revert the controversial part of the 2001-05-23 changes
1775
1776 2001-05-23 Michael Livshin <mlivshin@bigfoot.com>
1777
1778 * configure.in: configury for SCM_[U]BITS_T, some more sizeofs.
1779 also, make sure that the integral type choosen to represent an SCM
1780 has exactly the same size as a void pointer.
1781
1782 * acconfig.h: add undefs for SCM_BITS_T, SCM_UBITS_T,
1783 SCM_SIZEOF_BITS_T, ptrdiff_t.
1784
1785 2001-05-16 Rob Browning <rlb@cs.utexas.edu>
1786
1787 * configure.in: add AC_SUBST for GUILE_MICRO_VERSION.
1788
1789 * GUILE-VERSION
1790 (GUILE_VERSION): now MAJOR.MINOR.MICRO
1791 (GUILE_MICRO_VERSION): new variable, records final revision.
1792 i.e. the 5 in 1.6.5. MINOR_VERSION is now just the middle number,
1793 i.e. the 6.
1794
1795 2001-05-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
1796
1797 * acconfig.h, configure.in: Renamed
1798 GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEPRECATED_DEFAULT.
1799
1800 2001-05-15 Marius Vollmer <mvo@zagadka.ping.de>
1801
1802 * acinclude.m4: Removed copy of "libtool.m4".
1803
1804 2001-05-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
1805
1806 * configure.in (SCM_DEBUG_DEPRECATED): Always defined.
1807
1808 2001-05-13 Thien-Thi Nguyen <ttn@revel.glug.org>
1809
1810 * AUTHORS (Martin Grabmueller, Thien-Thi Nguyen): Update.
1811
1812 * HACKING: Update copyright.
1813 Add blurb pointing to devel/tasks.text.
1814
1815 2001-05-11 Thien-Thi Nguyen <ttn@revel.glug.org>
1816
1817 * check-guile.in: For SRFI testing, set and export env
1818 var `LTDL_LIBRARY_PATH'.
1819
1820 2001-05-07 Neil Jerram <neil@ossau.uklinux.net>
1821
1822 * AUTHORS: Add docs-related authorship details.
1823
1824 2001-05-05 Marius Vollmer <mvo@zagadka.ping.de>
1825
1826 * configure.in (--enable-deprecated): Recognize "shutup" option
1827 argument and turn it into the default warning level "no".
1828
1829 2001-05-05 Gary Houston <ghouston@arglist.com>
1830
1831 * acconfig.h: add HAVE_IPV6.
1832 * configure.in: check whether we can compile with IPv6 support.
1833
1834 2001-05-04 Thien-Thi Nguyen <ttn@revel.glug.org>
1835
1836 * guile-tools.in: New file.
1837
1838 * configure.in (AC_OUTPUT): Add guile-tools, and make
1839 executable.
1840
1841 * Makefile.am (bin_SCRIPTS): New var.
1842
1843 2001-05-04 Gary Houston <ghouston@arglist.com>
1844
1845 * configure.in: check whether uint32_t is defined when netdb.h
1846 is included.
1847 acconfig.h: added HAVE_UINT32_T.
1848
1849 2001-05-02 Marius Vollmer <mvo@zagadka.ping.de>
1850
1851 * configure.in: Added handling of `--enable-deprecated'.
1852
1853 * acconfig.h (SCM_DEBUG_DEPRECATED,
1854 GUILE_WARN_DEPRECATED_DEFAULT): Added.
1855
1856 2001-04-29 Thien-Thi Nguyen <ttn@revel.glug.org>
1857
1858 * Makefile.am (SUBDIRS): Add "scripts".
1859
1860 * configure.in (AC_OUTPUT): Add scripts/Makefile.
1861
1862 2001-04-29 Gary Houston <ghouston@arglist.com>
1863
1864 * libguile.h: include rw.h.
1865
1866 2001-04-27 Rob Browning <rlb@cs.utexas.edu>
1867
1868 * GUILE-VERSION (GUILE_MINOR_VERSION): change to 5.0, switching to
1869 the new odd/even ustable/stable version numbering scheme.
1870 (LIBGUILEQTHREADS_MAJOR_VERSION): change to 10 to match Debian and
1871 libguile. In the future, libguile and libguileqthreads may not
1872 stay in sync. This still doesn't appear to affect
1873 libguileqthreads, but we'll fix that next.
1874
1875 2001-04-25 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1876
1877 * configure.in: Don't treat srfi directory specially, just create
1878 the Makefile there (thanks to Neil Jerram for the patch).
1879
1880 2001-04-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1881
1882 * Makefile.am (SUBDIRS): Added `srfi'.
1883
1884 * configure.in: Added subdirectory `srfi' to build process.
1885
1886 * libguile.h: Added inclusion of `values.h'.
1887
1888 2001-04-22 Gary Houston <ghouston@arglist.com>
1889
1890 * configure.in: check for inet_pton and inet_ntop.
1891
1892 2001-04-20 Gary Houston <ghouston@arglist.com>
1893
1894 * acconfig.h: include HAVE_SIN6_SCOPE_ID.
1895 * configure.in: check for sin6_scope_id in sockaddr_in6.
1896
1897 2001-04-19 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1898
1899 * RELEASE: Added deprecated macro SCM_ARRAY_CONTIGUOUS
1900
1901 2001-04-17 Gary Houston <ghouston@arglist.com>
1902
1903 * configure.in: run the autoconf BIGENDIAN check.
1904
1905 2001-04-12 Niibe Yutaka <gniibe@m17n.org>
1906
1907 * GUILE-VERSION (LIBGUILEQTHREADS_MAJOR_VERSION,
1908 LIBGUILEQTHREADS_MINOR_VERSION, LIBGUILEQTHREADS_REVISION_VERSION,
1909 LIBGUILEQTHREADS_VERSION): Added libguileqthreads version info.
1910
1911 * configure.in: Likewise.
1912
1913 2001-04-11 Keisuke Nishida <kxn30@po.cwru.edu>
1914
1915 * configure.in (AC_CHECK_FUNCS): Don't check bzero.
1916 (GUILE_FUNC_DECLARED): Removed checking of bzero.
1917 Thanks to NIIBE Yutaka.
1918
1919 2001-04-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1920
1921 * Undeprecated scm_init_oop_goopscore_module.
1922
1923 2001-03-25 Thien-Thi Nguyen <ttn@revel.glug.org>
1924
1925 * check-guile.in: Fix sh standard conformance bug: Replace
1926 "test -e" with "test -f". Thanks to Alexander Klimov.
1927
1928 2001-03-19 Gary Houston <ghouston@arglist.com>
1929
1930 * check-guile.in: rename $parent to $srcdir. if it's equal to "."
1931 set it to `pwd`.
1932
1933 * check-guile.in: 16 documentation tests were failing if "make
1934 check" was run before Guile had been installed with the current
1935 --prefix. made various changes to the script so that it runs
1936 without a cd to the test-suite directory. For the -i option,
1937 don't point GUILE_LOAD_PATH to the current directory, but let it
1938 use it's own scheme library.
1939
1940 2001-03-18 Gary Houston <ghouston@arglist.com>
1941
1942 * check-guile.in: use @srcdir@ instead of @test_suite_dir@. use
1943 the current directory (build dir) not srcdir to find guile
1944 executable. otherwise "make check" doesn't work with a separate
1945 build directory. create the test log in
1946 $build_dir/check-guile.log instead of in srcdir/test-suite
1947 directory.
1948 * configure.in: don't define or substitute test_suite_dir.
1949
1950 2001-03-17 Gary Houston <ghouston@arglist.com>
1951
1952 * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,
1953 since EXTRA_DOT_DOC_FILES is redefined later. define
1954 EXTRA_DOT_X_FILES and hand it to AC_SUBST.
1955
1956 2001-03-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1957
1958 * configure.in: Added header checks for crypt.h, sys/resource.h
1959 and sys/file.h, function checks for chroot, flock, getlogin,
1960 cuserid, getpriority, setpriority, getpass, sethostname,
1961 gethostname, and for crypt() in libcrypt.
1962
1963 2001-03-09 Neil Jerram <neil@ossau.uklinux.net>
1964
1965 * configure.in (htmldoc): Merge handling of `--enable-htmldoc'
1966 option from guile-doc/configure.in.
1967
1968 2001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
1969
1970 * libguile.h: Removed #include "libguile/dump.h".
1971
1972 2001-02-02 Keisuke Nishida <kxn30@po.cwru.edu>
1973
1974 * libguile.h: Added #include "libguile/dump.h".
1975
1976 2001-01-29 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1977
1978 * libguile.h: Added #include "libguile/rdelim.h".
1979
1980 2001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
1981
1982 The following patch was sent by Thien-Thi Nguyen.
1983
1984 * check-guile.in: New file.
1985
1986 * Makefile.am: Add TESTS rule.
1987
1988 * configure.in: Add support for "make check".
1989
1990 2000-11-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
1991
1992 * acconfig.h: Removed bogus #ifndef. Thanks to Lars J. Aas.
1993
1994 2000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1995
1996 * GUILE-VERSION (LIBGUILE_MAJOR_VERSION): Incremented major
1997 version number to 10 due to the merge of GOOPS.
1998
1999 * oop: New directory.
2000
2001 2000-09-20 Keisuke Nishida <kxn30@po.cwru.edu>
2002
2003 * libguile.h: #include "libguile/properties.h".
2004
2005 2000-09-17 Gary Houston <ghouston@arglist.com>
2006
2007 * configure.in, acconfig.h: remove the GCSE test: it doesn't seem
2008 to be reliable on all platforms.
2009
2010 2000-08-18 Gary Houston <ghouston@arglist.com>
2011
2012 * acconfig.h: added BROKEN_GCSE.
2013 * configure.in: check for a gcc GCSE optimisation bug.
2014
2015 2000-07-31 Gary Houston <ghouston@arglist.com>
2016
2017 * acconfig.h: added HAVE_H_ERRNO
2018 * configure.in: removed some dnl'd & obsolete cygwin stuff.
2019 added a test for h_errno.
2020
2021 2000-06-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2022
2023 * Guile 1.4 released.
2024
2025 2000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2026
2027 * GUILE-VERSION: Changed to work also when included by a Makefile
2028 (e.g. debian/rules). (Thanks to Karl M. Hegbloom.)
2029 (LIBGUILE_MAJOR_VERSION): Bumped to 9.
2030 (GUILE_MINOR_VERSION): Bumped to 4.
2031
2032 2000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2033
2034 * libguile.h: Removed #include "libguile/kw.h".
2035
2036 * Makefile.am (ACLOCAL): Define as ./guile-aclocal.sh.
2037 (The rule will cd to $(top_srcdir).)
2038
2039 * configure.in (EXTRA_DOT_DOC_FILES): Create from LIBOBJS and
2040 substitute it into libguile/Makefile.
2041
2042 * HACKING: Updated recommended libtool version to be 1.3.5.
2043
2044 * RELEASE: Say that we should update HACKING to reflect the
2045 versions of the tools we're using rather than README.
2046
2047 2000-06-02 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2048
2049 * NOTES: Removed.
2050
2051 * TODO: Moved to devel/.
2052
2053 2000-06-01 Craig Brozefsky <craig@red-bean.com>
2054
2055 * GUILE-VERSION: added defnitions for LIBGUILE_MAJOR_VERSION,
2056 LIBGUILE_MINOR_VERSION, LIBGUILE_REVISION_VERSION so that we now
2057 define libguile.so version in a well-lit place.
2058
2059 * configure.in: added AC_SUBST lines for the new LIBGUILE version
2060 variables.
2061
2062 2000-06-01 Michael Livshin <mlivshin@bigfoot.com>
2063
2064 * autogen.sh: call ./guile-aclocal.sh instead of aclocal.
2065
2066 * guile-aclocal.sh: new file, works around aclocal problems.
2067
2068 2000-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
2069
2070 * acconfig.h (USE_FSU_PTHREADS, USE_MIT_PTHREADS,
2071 USE_PCTHREADS_PTHREADS): Removed.
2072
2073 2000-05-01 Gary Houston <ghouston@arglist.com>
2074
2075 * Makefile.am: add include_HEADERS.
2076 libguile.h: moved from libguile directory. maybe libguile.h should
2077 be installed in $prefix/include/libguile/libguile.h instead?
2078
2079 2000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2080
2081 * qthreads.m4: Removed THREADS_CPPFLAGS.
2082
2083 * acinclude.m4: Removed qthreads macros. They are provided in
2084 qthreads.m4, so these were redundant.
2085
2086 * acconfig.h (GUILE_DEBUG_MALLOC): New.
2087
2088 * configure.in: New --enable-debug-malloc configuration option.
2089
2090 2000-03-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2091
2092 * acconfig.h (GUILE_PTHREAD_COMPAT): New config variable.
2093
2094 * configure.in: Enable workaround for COOP-linuxthreads
2095 compatibility on Linux systems.
2096
2097 2000-03-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2098
2099 * devel: New directory. Intended to carry documentation related
2100 to Guile development (as opposed to the doc directory which
2101 contains documentation related to the use of the current Guile).
2102 This directory (devel) is not included in the Guile distribution,
2103 but is accessible via anonymous CVS.
2104
2105 2000-03-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2106
2107 * configure.in: Don't add iselect.o to LIBOBJS.
2108
2109 2000-03-13 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2110
2111 * configure.in: Added end-tag for local variables. (Thanks to
2112 Thien-Thi Nguyen.)
2113
2114 2000-03-12 Gary Houston <ghouston@arglist.com>
2115
2116 * README (Guile Documentation, About This Distribution): updated.
2117
2118 2000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2119
2120 * configure.in (ac_cv_struct_timespec): Added test for struct
2121 timespec.
2122
2123 * acconfig.h (HAVE_STRUCT_TIMESPEC): Added.
2124
2125 2000-01-25 Marius Vollmer <mvo@zagadka.ping.de>
2126
2127 * autogen.sh: Call libtoolize. Pass --add-missing option to
2128 automake. Do not decent into libltdl directory. The libltdl
2129 directory is now populated by libtoolize and does not need any
2130 further autogeneration.
2131
2132 2000-01-23 Gary Houston <ghouston@arglist.com>
2133
2134 * configure.in: check for fchown.
2135
2136 Tue Jan 18 12:55:15 2000 Mikael Djurfeldt <mdj@r11n07-s.pdc.kth.se>
2137
2138 * acinclude.m4 (AC_LIBLTDL_CONVENIENCE): Add $(top_srcdir)/libltdl
2139 instead of $(top_builddir)/libltdl to includepath.
2140
2141 2000-01-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2142
2143 * emacs: New subdirectory for elisp tools.
2144
2145 2000-01-15 Marius Vollmer <mvo@zagadka.ping.de>
2146
2147 * README, HACKING: Moved "Hacking it yourself" section from README
2148 to HACKING. Updated recommended libtool version to be 1.3.4.
2149
2150 2000-01-14 Gary Houston <ghouston@arglist.com>
2151
2152 * configure.in: needs to have --disable-networking, not
2153 --disable-net.
2154
2155 2000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2156
2157 * libltdl/acconfig.h: New file: Needed by autogen.sh.
2158
2159 Tue Jan 11 13:42:35 2000 Greg J. Badros <gjb@cs.washington.edu>
2160
2161 * autogen.sh: Added messages as we run autogen in subdirectories.
2162
2163 * configure.in: Output libugile/guile-func-name-check script, and
2164 chmod +x it.
2165
2166 2000-01-11 Marius Vollmer <mvo@zagadka.ping.de>
2167
2168 * libltdl/autogen.sh: New file.
2169 * autogen.sh: Invoke libltdl/autogen.sh.
2170
2171 2000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
2172
2173 Finally applied the libltdl patch from Thomas Tanner, with slight
2174 modifications. All code copied from the libtool package is from
2175 libtool-1.3.4.
2176
2177 * configure.in: Make "--with-modules=yes" the default. Do not
2178 clear INCLTDL, LIBLTDL prior to processing "--with-modules".
2179
2180 1999-07-25 Thomas Tanner <tanner@ffii.org>
2181
2182 * Makefile.am: add libltdl to SUBDIRS, automake automatically
2183 includes ltconfig, ltmain.sh and acconfig.h in EXTRA_DIST
2184 * acinclude.m4: remove GUILE_DLSYM_USCORE, add libtool.m4
2185 (no need to install libtool any more)
2186 * configure.in: replace --enable-dynamic-linking with
2187 --with-modules, required modules can be specified using
2188 --with-modules="/path/to/mod.la" and will be linked
2189 statically on platforms that don't support dynamic loading,
2190 configure libltdl, configure libtool for dlopening
2191 * libltdl: added using libtoolize -c --ltdl
2192
2193 2000-01-09 Gary Houston <ghouston@arglist.com>
2194
2195 * configure.in: check whether localtime caches TZ. copied from
2196 Emacs 20.5.
2197 * acconfig.h: add LOCALTIME_CACHE.
2198
2199 Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
2200
2201 * configure.in: Make it be guile-snarf.awk, since we'll be
2202 switching names for guile-doc-snarf. (I wouldn't have changed
2203 this, but I was getting ready to commit this way when the below
2204 change was committed).
2205
2206 1999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2207
2208 * configure.in: Create guile-doc-snarf.awk.
2209
2210 1999-12-12 Greg J. Badros <gjb@cs.washington.edu>
2211
2212 * configure.in: Create guile-doc-snarf, chmod +x that script after
2213 AC_OUTPUTted.
2214
2215 1999-12-10 Greg J. Badros <gjb@cs.washington.edu>
2216
2217 * NEWS: More complete description for --enable-debug-freelist.
2218
2219 1999-12-09 Gary Houston <ghouston@freewire.co.uk>
2220
2221 * configure.in (CFLAGS): don't add -Wpointer-arith, since it
2222 causes numerous spurious warnings with recent gcc and/or glibc
2223 versions.
2224
2225 1999-11-19 Gary Houston <ghouston@freewire.co.uk>
2226
2227 * acconfig.h: add HAVE_ARRAYS.
2228
2229 * configure.in: add --disable-arrays option, probably temporary.
2230
2231 1999-11-17 Gary Houston <ghouston@freewire.co.uk>
2232
2233 * configure.in: check for hstrerror.
2234
2235 1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
2236
2237 * autogen.sh: Don't call autoreconf at all; it's not reliable.
2238 Instead, call the various tools explicitly. Invoke
2239 guile-readline's autogen.sh script.
2240
2241 Straighten up the situation regarding guile.m4 and qthreads.m4.
2242
2243 We can't have .m4 files which are installed where aclocal can
2244 see them, but also used by guile's own configure.in, because
2245 aclocal will read both copies, complain about duplicate macro
2246 definitions, and refuse to generate aclocal.m4 at all. This
2247 happens if you invoke it as `aclocal -I .', as autoreconf does.
2248 This is probably a flaw in the autotools, but Guile doesn't need
2249 that flaw fixed immediately.
2250
2251 guile.m4 is intended for use by people linking against guile, so
2252 it needs to be installed. But Guile itself doesn't use it. So
2253 move guile.m4 into guile-config. That makes sense, since
2254 guile.m4's GUILE_FLAGS macro is just an easy way to call
2255 guile-config.
2256
2257 qthreads.m4 is indented to help configure a qthreads tree. It's
2258 only useful to a package which actually includes a qthreads tree,
2259 and it's intimately related to that tree, so it's not useful to
2260 install this. So don't install it.
2261
2262 * guile.m4: Moved to guile-config.
2263 * Makefile.am (aclocaldir, aclocal_DATA): Delete.
2264 (EXTRA_DIST): Move qthreads.m4 here.
2265
2266 Don't store generated files in the repository any more. Instead,
2267 require people to run autogen.sh on trees from snapshots and CVS.
2268 * Makefile.in, aclocal.m4, configure: Deleted.
2269 * autogen.sh: New file.
2270 * ANON-CVS, SNAPSHOTS: Updated instructions.
2271
2272 1999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
2273
2274 * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
2275
2276 1999-09-27 Greg J. Badros <gjb@cs.washington.edu>
2277
2278 * configure.in: Added --enable-debug-freelist option.
2279
2280 * acconfig.h: Added GUILE_DEBUG_FREELIST.
2281
2282 1999-09-23 Gary Houston <ghouston@freewire.co.uk>
2283
2284 * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
2285 FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
2286
2287 * configure.in: new options --disable-posix, --disable-net
2288 and --disable-regex
2289 export HAVE_POSIX and HAVE_NETWORKING definitions.
2290 don't add regex-posix.o to LIBOBJS if regex disabled.
2291
2292 LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
2293 conditionally.
2294
2295 1999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
2296
2297 * Guile 1.3.4 released.
2298
2299 1999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
2300
2301 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
2302 libtool knows how to get ANSI C behavior from the compiler.
2303 * configure: Regenerated.
2304
2305 1999-09-20 Gary Houston <ghouston@freewire.co.uk>
2306
2307 * configure.in: check availability of siginterrupt.
2308
2309 1999-09-18 Gary Houston <ghouston@freewire.co.uk>
2310
2311 * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
2312 testing for SA_RESTART.
2313
2314 1999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
2315
2316 * configure.in: Removed ice-9/version.scm from AC_OUTPUT.
2317
2318 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
2319
2320 * configure.in (GUILE_STAMP): Don't set this variable, or
2321 substitute it into anything. Full explanation in ice-9/ChangeLog.
2322 * configure, Makefile.in: Regenerated.
2323
2324 1999-09-06 James Blandy <jimb@mule.m17n.org>
2325
2326 Propagate the changes of 2 Sept the rest of the way through.
2327 * configure: Regenerated.
2328 * Makefile.in: Regenerated. Not sure why this diff is so big.
2329
2330 1999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
2331
2332 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
2333 variable name. (Thanks to Bill Schottstaedt.)
2334 * aclocal.m4: Regenerated.
2335
2336 1999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
2337
2338 * configure.in: Test for presence of function on_exit.
2339
2340 1999-09-01 James Blandy <jimb@mule.m17n.org>
2341
2342 * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
2343 the system doesn't have memmove. Don't test for memmove and bcopy
2344 with AC_CHECK_FUNCS.
2345 * configure: Regenerated.
2346
2347 1999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
2348
2349 * configure.in: Test for atexit.
2350
2351 1999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2352
2353 * acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
2354
2355 * configure.in: Test for presence of S_ISLNK in sys/stat.h.
2356 (Thanks to Bernard Urban.)
2357 Test for memmove and bcopy. (Thanks to
2358 suzukis@file.phys.tohoku.ac.jp.)
2359
2360 * acconfig.h: Added HAVE_S_ISLNK.
2361
2362 1999-08-20 James Blandy <jimb@mule.m17n.org>
2363
2364 * Guile 1.3.2 released.
2365
2366 * Makefile.in: Regenerated.
2367
2368 1999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2369
2370 * README, config.guess, config.sub, liconfig, ltmain.sh: Switched
2371 to libtool-1.3.3.
2372
2373 1999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
2374
2375 Added guile-readline subdirectory with the removed readline
2376 support.
2377 * guile-readline: New directory, see ChangeLog there.
2378 * configure.in: Cause configure to descend into guile-readline
2379 dir.
2380 * Makefile.am: Likewise for make.
2381 * NEWS: Explain how to activate the readline support.
2382 * configure, Makefile.in: Regenerated.
2383
2384 1999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
2385
2386 Fixes for EMX from Mikael Ståldal.
2387
2388 * configure.in: Check for <io.h>.
2389 * configure: Regenerated.
2390
2391 1999-07-18 Jim Blandy <jimb@savonarola.red-bean.com>
2392
2393 * qthreads.m4 (QTHREADS_CONFIGURE): 'alpha' in a configuration
2394 name can have suffixes, like alphaev56-unknown-linux-gnu.
2395 * aclocal.m4, configure: Rebuilt.
2396 (Thanks to Sebastien Villemot.)
2397
2398 1999-07-04 Gary Houston <ghouston@easynet.co.uk>
2399
2400 * configure.in: don't check for ways to violate stdio abstraction.
2401
2402 1999-05-02 Jim Blandy <jimb@savonarola.red-bean.com>
2403
2404 * configure.in (AC_CHECK_FUNCS): Fill in list of functions that
2405 libguile/net_db.h wants to use. (Add setprotoent, setservent.)
2406
2407 1999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
2408
2409 Remove all automatic readline support, to avoid copyright
2410 confusion.
2411 * INSTALL: Update text.
2412 * NEWS: Explain the situation.
2413 * configure.in: Remove configury for readline and its supporting
2414 libraries.
2415 * configure: Regenerated.
2416
2417 * README: Change URL's for automake and autoconf.
2418
2419 * Makefile.in, configure: Regenerated with autoconf 2.13, automake
2420 1.4, libtool 1.2f (1.385 1999/03/15 17:24:54). I've upgraded to
2421 all the right tools, according to README, but I'm still getting
2422 different results than Mikael is. Hmm.
2423
2424 1999-03-22 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2425
2426 * New libtool: 1.2f
2427 * ltmain.sh, ltconfig, config.guess, config.sub: New versions.
2428 * README: Mention new version number of libtool.
2429
2430 1999-03-04 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2431
2432 New automake: 1.4
2433 * config.guess, config.sub, install-sh, mdate-sh, missing,
2434 mkinstalldirs: New versions.
2435 * Makefile.in, aclocal.m4, configure: Regenerated.
2436 * README: Mention new version numbers on autoconf and automake.
2437
2438 1999-02-12 Jim Blandy <jimb@savonarola.red-bean.com>
2439
2440 * configure.in: Add --with-readline flag.
2441 * configure: Rebuilt.
2442
2443 1999-02-09 Maciej Stachowiak <mstachow@alum.mit.edu>
2444
2445 * NEWS: Added entry for optargs module.
2446
2447 1999-02-06 Jim Blandy <jimb@zwingli.cygnus.com>
2448
2449 * configure: Regenerated using autoconf 2.12.
2450
2451 1999-01-26 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2452
2453 * configure.in: Removed test AC_C_BIGENDIAN. (This test was
2454 considered to encourage bad coding style.)
2455
2456 1999-01-21 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2457
2458 * configure.in: Added test AC_C_BIGENDIAN.
2459
2460 1999-01-11 Jim Blandy <jimb@zwingli.cygnus.com>
2461
2462 * configure.in: Remove quotes around ac_cv_lib_readline_main and
2463 ac_cv_var_rl_getc_function. They should both always be set to
2464 non-null values; this way, we get error messages.
2465 * configure: Regenerated.
2466
2467 1999-01-10 Jim Blandy <jimb@savonarola.red-bean.com>
2468
2469 * configure.in: Cite the variable ac_cv_lib_readline_main, not
2470 ac_cv_lib_readline_readline; the latter isn't set any more, since
2471 we look for 'main' in libreadline now. Add quotes around
2472 reference to the variable references, too, so this will work even
2473 when a variable's value is the empty string.
2474 * configure: Regenerated.
2475
2476 1999-01-07 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2477
2478 * acconfig.h: Added HAVE_LONG_LONGS.
2479
2480 * configure.in: Added AC_CHECK_SIZEOF(long), AC_CHECK_SIZEOF(int);
2481 Added check for long longs.
2482
2483 1998-12-14 Jim Blandy <jimb@zwingli.cygnus.com>
2484
2485 * configure.in: Check for tgoto in ncurses, then termcap.
2486 S.u.S.E. Linux doesn't have a termcap. (Thanks to Karl
2487 Eichwalder.)
2488 * configure: Regenerated.
2489
2490 1998-10-24 Jim Blandy <jimb@zwingli.cygnus.com>
2491
2492 * configure.in: Call AM_PROG_CC_STDC, to see what flags we should
2493 pass the compiler to make it support ANSI. (Thanks to Bernard
2494 Urban.)
2495 * aclocal.m4, configure: Regenerated.
2496
2497 1998-10-20 Jim Blandy <jimb@zwingli.cygnus.com>
2498
2499 * Guile 1.3 released.
2500
2501 1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
2502
2503 * GUILE-VERSION: Bump to 1.3.
2504
2505 * Makefile.am (EXTRA_DIST): Don't omit ANON-CVS and SNAPSHOTS.
2506 * Makefile.in: Regenerated.
2507
2508 1998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
2509
2510 * qthreads.m4 (QTHREADS_CONFIGURE): On NetBSD, pass through a flag
2511 to the Makefile which explicitly tells it to pass assembly files
2512 through the preprocessor. (Thanks to Perry Metzger.)
2513 * aclocal.m4, configure, Makefile.in: Regenerated.
2514
2515 1998-10-14 Jim Blandy <jimb@zwingli.cygnus.com>
2516
2517 * configure.in: Define SCM_SINGLES whenever a float can fit in a
2518 long, not only when a float is the same size as a long. This gets
2519 us SCM_SINGLES defined on alphas. (Thanks to Clark McGrew.)
2520 * configure: Regenerated.
2521
2522 * configure.in: Construct libguile/versiondat.h here; see
2523 log entry in libguile/ChangeLog for details.
2524 * configure: Regenerated.
2525
2526 * configure.in: Allow tabs and whitespace between `void' and
2527 `usleep'. (Thanks to Harvey J. Stein.)
2528 * configure: Regenerated.
2529
2530 Don't redefine sleep/usleep.
2531 * configure.in: Remove tests for usleep's argument type; we only
2532 need that if we're going to replace it.
2533
2534 * acconfig.h (USLEEP_ARG_TYPE): Delete. All the other SLEEP
2535 garbage is needed just to use usleep and sleep without compiler
2536 warnings.
2537 * configure: Regenerated.
2538
2539 1998-10-12 Jim Blandy <jimb@zwingli.cygnus.com>
2540
2541 * configure: Regenerated.
2542
2543 * configure.in (GUILE_FUNC_DECLARED): Name the cache variables
2544 starting with guile_cv_; ac_cv_ is autoconf's namespace.
2545
2546 The type of the argument to usleep varies from system to system,
2547 as does the return type. We really shouldn't be redefining usleep
2548 at all, but I don't have time to clean that up before the 1.3
2549 release. It's on the schedule for afterwards.
2550 * configure.in: Cache results from usleep return value test.
2551 Test for the type of the usleep argument, and cache that too.
2552 * acconfig.h (USLEEP_ARG_TYPE): New macro.
2553
2554 1998-10-11 Jim Blandy <jimb@zwingli.cygnus.com>
2555
2556 * acconfig.h (HAVE_RL_GETC_FUNCTION): Fix this entry.
2557
2558 1998-10-10 Jim Blandy <jimb@zwingli.cygnus.com>
2559
2560 * GUILE-VERSION: bump to 1.2.91, since we're doing snapshots again.
2561
2562 * Guile 1.2.90 released --- beta.
2563 * GUILE-VERSION: Set to 1.2.90. This would appear to be a
2564 regression from 1.3a, but everyone knows that the next release is
2565 1.3, I want to switch to a more coherent version numbering system,
2566 and now is the time.
2567
2568 1998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
2569
2570 * configure.in: Call AC_C_INLINE, so we can use inline happily in
2571 libguile.
2572 * configure: Regenerated.
2573
2574 1998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
2575
2576 * configure.in: Don't forget to #define HAVE_RL_GETC_FUNCTION if
2577 we do find the rl_getc_function variable in the readline library;
2578 AC_CHECK_FUNCS used to do this for us, but we're not using it any
2579 more.
2580 * acconfig.h: Add an entry for HAVE_RL_GETC_FUNCTION.
2581
2582 * configure.in: Properly test for the presence of rl_getc_function;
2583 it's a variable, not a function.
2584 * configure: Regenerated.
2585
2586 * doc: New subdirectory.
2587 * Makefile.am (SUBDIRS): List it.
2588 * configure.in (AC_OUTPUT): Build its Makefile.
2589 * configure, Makefile.in: Regenerated.
2590
2591 * guile.m4 (GUILE_FLAGS): New macro.
2592
2593 * guile.m4 (AM_INIT_GUILE_MODULE): Deleted; it doesn't do anything
2594 terribly helpful any more, nobody's using it, and this is not
2595 really the way I want to handle modules anyway.
2596
2597 1998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
2598
2599 * configure.in (FD_SETTER, FILE_CNT_GPTR): New cases for SCO's
2600 stdio implementation. (Thanks to David Tillman.)
2601 * configure: Rebuilt.
2602
2603 * guile-config: Renamed from `build'.
2604 * Makefile.am (SUBDIRS): Mention `guile-config', not `build'.
2605 * configure.in: Create `guile-config/Makefile.in', not
2606 `build/Makefile.in'. Doc fix, too.
2607
2608 * qthreads.m4: Doc fix.
2609 * Makefile.in, aclocal.m4, configure: Regeneranegerederadea.
2610
2611 1998-10-03 <jimb@savonarola.red-bean.com>
2612
2613 * configure.in: Check for a missing `sleep' declaration.
2614 * acconfig.h (MISSING_SLEEP_DECL): Provide some text for this.
2615 * configure: Regenerated.
2616
2617 * configure.in: Don't use the canonical host name to decide
2618 whether `bzero' and `usleep' have declarations --- that's going
2619 back to the bad old days before autoconf. Remove the call to
2620 AC_CANONICAL_HOST and the subsequent case statement.
2621 (GUILE_FUNC_DECLARED): New m4 macro. Use it to check for
2622 declarations for `bzero', `usleep', and (new!) `strptime'.
2623 * acconfig.h: (DECLARE_BZERO, DECLARE_USLEEP): Removed.
2624 (MISSING_BZERO_DECL, MISSING_USLEEP_DECL, MISSING_STRPTIME_DECL):
2625 Added. I think this naming convention is more consistent with the
2626 rest of autoconf; names generally describes the system, not what
2627 the package should do to accomodate the system.
2628 * configure: Regenerated.
2629
2630 1998-09-05 Jim Blandy <jimb@zwingli.cygnus.com>
2631
2632 * configure.in: Remove --disable-debug option. The debugging
2633 support is pretty stable now, and it's confusing people.
2634 * configure: Regenerated.
2635
2636 * HACKING: Remove -Wstrict-prototypes from the list of requested
2637 flags (to match 1998-07-30 change).
2638
2639 1998-07-30 Jim Blandy <jimb@zwingli.cygnus.com>
2640
2641 * configure.in: Don't use -Wstrict-prototypes after all.
2642 * configure: Regenerated.
2643
2644 1998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
2645
2646 * configure.in: Request more warnings.
2647 * configure: Regenerated.
2648 * HACKING: Ask people not to make changes that introduce those
2649 warnings. Now I have to go through the code and actually bring it
2650 up to standards... :(
2651
2652 * Makefile.in, aclocal.m4, configure: Regenerated using the last
2653 public version of automake, not the hacked Cygnus version.
2654 * config.guess, config.sub, ltconfig, ltmain.sh: New versions from
2655 libtool.
2656
2657 * configure.in, qthreads.m4: Display a message about how the
2658 threads configuration went.
2659 * aclocal.m4, configure: Regenerated.
2660
2661 1998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
2662
2663 Remove the TOTORO kludge. We're not doing snapshots any more, so
2664 totoro is completely uninvolved. (Poor Totoro!)
2665 * configure.in: Remove code to check the hostname and #define
2666 TOTORO.
2667 * acconfig.h: Remove comments for TOTORO symbol.
2668 * configure, Makefile.in: Regenerated.
2669
2670 * qthreads.m4 (QTHREADS_CONFIGURE): We *can* use AC_REQUIRE here
2671 to get AC_PROG_LN_S.
2672 * aclocal.m4, configure: Regenerated.
2673
2674 1998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
2675
2676 Clean up thread configuration.
2677 * qthreads.m4: New file, which knows how to configure the qthreads
2678 library.
2679 * configure.in: Replace all thread package selection code. Do the
2680 --with-threads argument processing here. Enable the appropriate
2681 thread interface files in libguile. Remove all qthreads
2682 configuration code; call QTHREADS_CONFIGURE instead. Set
2683 GUILE_LIBS using the info provided by QTHREADS_CONFIGURE.
2684 * threads.m4: Removed; not used any more.
2685 * Makefile.am (aclocal_DATA): Mention qthreads.m4, not threads.m4.
2686 * Makefile.in, aclocal.m4, configure: Rgnrtd. (Sv th vwls!)
2687 Note that these were regenerated with the tools available from
2688 Cygnus's source tree, which have patches not available to the
2689 general public. I'm not sure this was a good idea; feel free to
2690 revert them to the latest released versions of the tools.
2691
2692 Upgrade to the version of libtool available at Cygnus. See note
2693 above.
2694 * config.guess, config.sub, ltconfig, ltmain.sh: Upgraded.
2695
2696 1998-07-12 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2697
2698 * configure.in: Changed variable HOSTNAME --> PROG_HOSTNAME in
2699 totoro kludge.
2700
2701 Sat Jul 11 21:54:29 1998 Mikael Djurfeldt <mdj@totoro.red-bean.com>
2702
2703 * acconfig.h, configure.in: Define TOTORO if configuring on
2704 totoro.red-bean.com.
2705
2706 * configure.in: Check for strdup.
2707
2708 1998-05-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2709
2710 * configure.in: Check for rl_cleanup_after_signal.
2711
2712 1998-05-11 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2713
2714 * configure.in: Added test for rl_getc_function. Warn if
2715 libreadline is found but not this function.
2716
2717 1998-05-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2718
2719 * configure.in: Replaced some AC_CHECK_FUNC --> AC_CHECK_FUNCS so
2720 that suitable HAVE_<function name> symbols get defined.
2721
2722 1998-04-25 Mikael Djurfeldt <mdj@kenneth>
2723
2724 * configure.in: Define USLEEP_RETURNS_VOID on some systems.
2725 (Thanks to Julian Satchell.)
2726
2727 1998-04-20 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2728
2729 * configure.in: Check for usleep; Define DECLARE_BZERO and
2730 DECLARE_USLEEP on Solaris 2.5 since it supplies those functions
2731 without declaring them.
2732
2733 * acconfig.h: Added DECLARE_BZERO, DECLARE_USLEEP
2734
2735 1998-04-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2736
2737 * configure.in: Define HAVE_DLOPEN also when HAVE_LIBDL is
2738 defined.
2739
2740 1998-04-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2741
2742 * configure.in (GUILE_LIBS): New variable. Contains libraries
2743 which libguile needs to be linked with. Substituted into
2744 libpath.h.
2745
2746 * threads.m4 (threads_package): Don't add $LDFLAGS and $LIBS to
2747 $cy_cv_threads_libs.
2748
2749 1998-04-11 Mikael Djurfeldt <mdj@kenneth>
2750
2751 New libtool: 1.2
2752 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
2753 New automake: 1.3
2754 * Makefile.in, aclocal.m4, configure: Regenerated.
2755 * README: Mention new version numbers on libtool and automake.
2756
2757 1997-12-11 Tim Pierce <twp@skepsis.com>
2758
2759 * HACKING: Note that SSH is mandatory for CVS access.
2760
2761 Sun Dec 7 06:11:24 1997 Gary Houston <ghouston@actrix.gen.nz>
2762
2763 * README: using Automake 1.2d
2764 * configure.in: AC_CHECK_FUNCS: add "system".
2765
2766 1997-12-01 Tim Pierce <twp@skepsis.com>
2767
2768 * acconfig.h: Add USCORE.
2769
2770 1997-11-27 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2771
2772 * configure.in: Added code to enable GUILE_ISELECT on systems
2773 which have the necessary functions (gettimeofday, select).
2774
2775 * acconfig.h: Added GUILE_ISELECT.
2776
2777 1997-11-24 Tim Pierce <twp@twp.tezcat.com>
2778
2779 * acinclude.m4: Assume dlsym does not add underscore if
2780 cross-compiling.
2781 * aclocal.m4, configure: Regenderated.
2782
2783 1997-11-21 Tim Pierce <twp@twp.tezcat.com>
2784
2785 * acinclude.m4 (GUILE_DLSYM_USCORE): New macro, thanks Dan Hagerty
2786 <hag@ai.mit.edu>.
2787 * configure.in: Use it.
2788 * configure: Regenerated.
2789 * acconfig.h (DLSYM_ADDS_USCORE): New #define.
2790
2791 1997-10-26 Mikael Djurfeldt <mdj@nada.kth.se>
2792
2793 * README (libtool): Tell people to use version 1.0e.
2794
2795 Sat Oct 25 02:50:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
2796
2797 Call the QuickThreads library libqthreads.a, not libqt.a. The old
2798 name conflicts with the Qt user interface toolkit.
2799 * threads.m4 (CY_AC_WITH_THREADS): Use new library name.
2800 * configure.in: Same.
2801 * aclocal.m4, configure: Regenerated.
2802
2803 Thu Oct 23 00:58:06 1997 Jim Blandy <jimb@totoro.red-bean.com>
2804
2805 * configure.in: Check for the readline library, and the termcap
2806 library (on which readline relies).
2807 * configure: Regenerated.
2808
2809 Wed Oct 22 16:55:57 1997 Jim Blandy <jimb@totoro.red-bean.com>
2810
2811 New libtool: 1.0e
2812 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
2813 * configure, aclocal.m4: Regenerated.
2814
2815 1997-10-02 Marius Vollmer <mvo@zagadka.ping.de>
2816
2817 Make dynamic linking work on Dec Unix. (Thanks to Clark McGrew)
2818 * configure.in: Check whether dlopen can be found without -ldl.
2819
2820 Mon Sep 29 23:52:52 1997 Jim Blandy <jimb@totoro.red-bean.com>
2821
2822 * Makefile.in: Regenerated with automake 1.2c.
2823
2824 Sat Sep 27 23:01:58 1997 Jim Blandy <jimb@totoro.red-bean.com>
2825
2826 * Makefile.am: Add new `build' subdirectory to SUBDIRS.
2827 * configure.in: Add build/Makefile to AC_OUTPUT clause.
2828 * Makefile.in, configure: Regenerated.
2829
2830 * Makefile.in, aclocal.m4: Regenerated with automake 1.2a.
2831
2832 Tue Sep 16 00:19:46 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2833
2834 * README, ltconfig, ltmain.sh: New libtool: 1.0c.
2835
2836 Thu Sep 11 11:28:24 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2837
2838 * ltmain.sh: Added a missing '\' before \n on line 32.
2839
2840 Thu Aug 28 23:40:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
2841
2842 New libtool: 1.0b.
2843 * ltconfig, ltmain.sh, config.guess: Freshly libtoolized.
2844 * Makefile.in, aclocal.m4, configure: Regenerated, salamander-style.
2845
2846 Wed Aug 27 11:35:09 1997 Jim Blandy <jimb@totoro.red-bean.com>
2847
2848 * Makefile.in: Regenerated, so it uses "tar", not "gtar".
2849
2850 * configure.in: Use the QuickThreads assembler fragment with Irix
2851 dynamic linking support for Irix 6 as well as Irix 5. Thanks to
2852 Jesse Glick.
2853 * configure: Regenerated.
2854
2855 Sun Aug 24 15:51:12 1997 Mikael Djurfeldt <mdj@kenneth>
2856
2857 * acinclude.m4 (GUILE_NAMED_CHECK_FUNC): New macro: Tagged test,
2858 so that test for the same function can be performed multiple
2859 times.
2860
2861 * configure.in (AC_CHECK_HEADERS): Test for rxposix.h,
2862 rx/rxposix.h. Add library rx only if regcomp can't be found
2863 without it.
2864
2865 * acconfig.h (HAVE_REGCOMP): Added it here since autoheader misses
2866 it for some reason!
2867
2868 Fri Aug 22 21:21:49 1997 Jim Blandy <jimb@totoro.red-bean.com>
2869
2870 * THANKS: New file.
2871 * Makefile.in, aclocal.m4, configure: Regenerated.
2872
2873 Wed Jul 23 20:24:27 1997 Mikael Djurfeldt <djurf@zafir.e.kth.se>
2874
2875 * configure.in: Added thread support for the alpha architecture.
2876 configure: Regenerated.
2877
2878 Thu Jul 17 07:56:05 1997 Gary Houston <ghouston@actrix.gen.nz>
2879
2880 * configure.in: use AC_CHECK_FUNCS for sethostent etc.,
2881 so scmconfig.h is updated with the test results. this may
2882 disable one of the cygwin hacks.
2883
2884 Fri Jul 11 00:18:19 1997 Jim Blandy <jimb@floss.red-bean.com>
2885
2886 Changes to compile under gnu-win32, from Marcus Daniels:
2887 * configure.in: When sys/un.h exists, define HAVE_UNIX_DOMAIN_SOCKETS
2888 to indicate that Unix domain sockets will work.
2889 Check for socketpair, getgroups, setwent, pause, and tzset
2890 (cygwin currently lacks these them).
2891 Check for sethostent endhostent getnetent setnetent endnetent
2892 getprotoent endprotoent getservent endservent getnetbyaddr
2893 getnetbyname inet_lnaof inet_makeaddr inet_netof (cygwin currently
2894 lacks them). In the case of cygwin, temporarily prefix these
2895 functions with "cygwin32_", the way that netdb.h does.
2896 Don't define HAVE_REGCOMP unless both regcomp and regex.h are
2897 available (cygwin b18 came distributed without a working regex.h
2898 file).
2899 * acconfig.h (HAVE_UNIX_DOMAIN_SOCKETS): Add this.
2900 * configure: Regenerated.
2901
2902 Wed Jul 2 12:28:40 1997 Tim Pierce <twp@twp.tezcat.com>
2903
2904 * ltmain.sh: Remove any trailing colon on $shlibpath_var
2905 (i.e. LD_LIBRARY_PATH) for braindamaged linkers that choke on it.
2906 Patch sent to bug-libtool.
2907
2908 Sat Jun 28 16:13:43 1997 Tim Pierce <twp@twp.tezcat.com>
2909
2910 * configure.in: Add alloca.o explicitly to LIBOBJS (thanks Eric
2911 Backus for reporting this problem and suggesting a fix).
2912 * configure: Regenerated.
2913
2914 Thu Jun 26 20:43:31 1997 Jim Blandy <jimb@floss.red-bean.com>
2915
2916 * Guile 1.2 released.
2917
2918 * configure.in: Check for librx after libm; fundamentals need to
2919 come first.
2920 * configure: Regenerated.
2921
2922 Tue Jun 24 13:34:20 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
2923
2924 * aclocal.m4 (AM_PATH_PROG_LD): Change `ac_cv_path_LD' typo to
2925 `am_cv_path_LD'.
2926 * configure: Regenerated.
2927
2928 Sun Jun 22 15:43:07 1997 Jim Blandy <jimb@floss.red-bean.com>
2929
2930 Try to detect when people are using one version of libguile and a
2931 different version of ice-9. People have been skewing things and
2932 sending in bug reports.
2933 * configure.in: Provide libguile its version information through a
2934 separate header file generated by the Makefile, not through
2935 scmconfig.h.
2936 (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):
2937 AC_SUBST these, instead of AC_DEFINE'ing them.
2938 (GUILE_STAMP): New AC_SUBST: the time we configured the tree.
2939 (AC_OUTPUT): Create ice-9/version.scm.
2940 * acconfig.h (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION,
2941 GUILE_VERSION): Deleted.
2942 * Makefile.in: Regenerated.
2943
2944 * aclocal.m4: Regenerated, using the libtool 0.9h m4 macros.
2945
2946 * Makefile.am (EXTRA_DIST): Include acconfig.h in the
2947 distribution.
2948 * Makefile.in: Regenerated.
2949
2950 Sat Jun 21 00:14:07 1997 Jim Blandy <jimb@floss.red-bean.com>
2951
2952 * ltmain.sh (line 1191): Don't forget 'test' in if statement.
2953
2954 * ltconfig, ltmain.sh: libtoolized, using libtool 0.9h.
2955
2956 Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com>
2957
2958 * ltconfig, ltmain.sh, config.guess: New files from libtool 0.9g.
2959
2960 * configure.in: By default, include functions in Guile to allow
2961 linking with dynamic libraries at run-time. In other words,
2962 --enable-dynamic-linking is now the default.
2963 * configure: Rebuilt.
2964
2965 * configure.in: Remove space between AC_CHECK_LIB and opening
2966 paren in check for Rx.
2967 * configure: Regenerated.
2968
2969 * configure.in: Remove all mention of xtra_PLUGIN_guile_libs.
2970 It's never used.
2971 * configure, Makefile.in: Regenerated.
2972
2973 Tue Jun 10 23:37:12 1997 Jim Blandy <jimb@floss.red-bean.com>
2974
2975 * configure.in: Move checks for libraries (-lm, -lnsl, -lsocket,
2976 -dl, -dld) before checks for functions.
2977 * configure: Regenerated.
2978
2979 Mon Jun 9 02:35:46 1997 Tim Pierce <twp@twp.tezcat.com>
2980
2981 * config.guess: New copy from autoconf-2.12, which recognizes
2982 OpenBSD.
2983
2984 Tue Jun 3 16:34:19 1997 Jim Blandy <jimb@totoro.cyclic.com>
2985
2986 * configure.in: Check for Rx, so we will use its routines (which I
2987 pretty much trust) if it is installed.
2988 * configure: Regenerated.
2989
2990 Sat May 31 03:48:45 1997 Gary Houston <ghouston@actrix.gen.nz>
2991
2992 * acconfig.h: mention HAVE_RESTARTS.
2993 * configure.in: check for sigaction and restartable system calls.
2994
2995 Tue May 27 22:47:52 1997 Tim Pierce <twp@twp.tezcat.com>
2996
2997 * configure.in: Check for presence of regcomp.
2998 * configure: Regenerated.
2999
3000 Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
3001
3002 * COPYING: New address for FSF.
3003
3004 * configure.in: We don't need to add fileblocks.o to LIBOBJS if
3005 struct stat doesn't have the st_blocks field. We take care of
3006 that case in the code. Replace AC_STRUCT_ST_BLOCKS with its
3007 definition, edited appropriately. (Bernard URBAN)
3008 * configure: Regenerated.
3009
3010 Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
3011
3012 * configure.in: Don't link against -lnsl or -lsocket unless we
3013 actually need to. This causes trouble on Irix. (Thanks to Larry
3014 Schwimmer.)
3015
3016 * config.sub: Get newer version, that recognizes the i686.
3017
3018 Fri May 16 17:26:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
3019
3020 * README: Changed Mikael's threads work attribution in order
3021 to sooth Anthony's enormous, but wounded, ego.
3022
3023 Fri May 16 17:26:53 1997 Jim Blandy <jimb@totoro.cyclic.com>
3024
3025 Just kidding!!!
3026
3027 Fri May 16 04:24:48 1997 Jim Blandy <jimb@floss.cyclic.com>
3028
3029 Guile 1.1 released.
3030 * GUILE-VERSION: Bump to 1.1.
3031
3032 Tue May 13 16:34:40 1997 Jim Blandy <jimb@floss.cyclic.com>
3033
3034 Switch to automake-1.1p.
3035 * Makefile.in, aclocal.m4, configure: Regenerated.
3036
3037 Mon May 12 18:29:45 1997 Jim Blandy <jimb@floss.cyclic.com>
3038
3039 * threads.m4: Copy Anthony's change here, so it'll actually
3040 survive.
3041
3042 Thu May 8 11:48:40 1997 Anthony Green <green@hoser.cygnus.com>
3043
3044 * aclocal.m4: Fixes for building with coop threads in a
3045 seperate compilation directory.
3046 * configure: Rebuilt.
3047
3048 Fri May 2 16:24:15 1997 Jim Blandy <jimb@floss.cyclic.com>
3049
3050 Upgrade to libtool 0.9e.
3051 * ltconfig, ltmain.sh, config.guess, config.sub: New versions,
3052 supplied by libtool.
3053
3054 * configure.in: When configuring qt, sunos needs the underscore
3055 files; Solaris and Linux both need the normal files.
3056 * configure: Reebilt.
3057
3058 Thu May 1 15:35:49 1997 Jim Blandy <jimb@floss.cyclic.com>
3059
3060 * configure.in: Get the paths for qt's md files right, so it can
3061 build correctly when using a separate compilation directory.
3062 * configure: Regenerated.
3063
3064 Thu Apr 24 01:20:34 1997 Jim Blandy <jimb@floss.cyclic.com>
3065
3066 Get threads to work again.
3067 * Makefile.am (SUBDIRS): List libguile last, so qt gets built
3068 first.
3069 * Makefile.in: Regenerated.
3070 * aclocal.m4, configure: Regenerate, with modern definition of
3071 CY_AC_WITH_THREADS. Where did the old text come from? Creepy...
3072
3073 Reduced Guile distribution: one configure script, no plugins.
3074 * configure.in: Merged the old text from qt/configure.in and
3075 libguile/configure.in; Tom Tromey says automake only wants one
3076 configure.in script. This seems fishy, but...
3077 * Makefile.am: List the subdirectories explicitly; no more PLUGIN
3078 gubbish.
3079 * acconfig.h, acinclude.m4: Moved here from libguile, since
3080 libguile's configure script lives here now.
3081 * AUTHORS, INSTALL, README: Updated.
3082 * Makefile.in, aclocal.m4 configure: Regenerated. Just like
3083 amputated amphibian limbs.
3084
3085 Tue Apr 22 16:57:38 1997 Jim Blandy <jimb@totoro.cyclic.com>
3086
3087 * newdoc/ref/Makefile.am (dist_texis): Distribute the index files.
3088 * newdoc/ref/Makefile.in: Regenerated.
3089
3090 Mon Apr 14 18:51:25 1997 Jim Blandy <jimb@floss.cyclic.com>
3091
3092 * threads.m4 (CY_AC_WITH_THREADS): When using coop threads, no
3093 need to link against libthreads; the files it used to contain
3094 are now a part of libguile.
3095
3096 Sun Apr 13 22:14:10 1997 Jim Blandy <jimb@floss.cyclic.com>
3097
3098 * guile.m4: Revert change of Mar 15, and use the new 'no-define'
3099 argument to the AM_INIT_AUTOMAKE macro.
3100
3101 Fri Apr 11 15:43:07 1997 Jim Blandy <jimb@totoro.cyclic.com>
3102
3103 * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
3104 * README: Say where to find libtool 0.9d.
3105
3106 Wed Apr 9 17:51:13 1997 Jim Blandy <jimb@floss.cyclic.com>
3107
3108 Changes to work with automake-1.1n, which has better libtool
3109 support. Also use libtool 0.8.
3110 * README: Note new version numbers for automake and libtool.
3111 * missing: New file required by new automake.
3112 * Makefile.in: Regenerated.
3113
3114 Sat Apr 5 16:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
3115
3116 * newdoc/ref/scheme.texi (set-object-property!): Fix function name.
3117
3118 * Makefile.am: Omit doc subtree.
3119 * configure.in: Omit makefiles in doc subtree.
3120 * Makefile.in, configure: Rebuilt.
3121
3122 Sat Mar 15 01:11:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3123
3124 * guile.m4 (AM_INIT_GUILE_MODULE): Replaced AM_INIT_AUTOMAKE macro
3125 with its definition and commented out definition of PACKAGE. This
3126 changed seemed necessary after having removed PACKAGE from
3127 libguile/acconfig.h.
3128
3129 Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3130
3131 * ltconfig, ltmain.sh: New versions from libtool-0.9.
3132
3133 * configure.in: Added AM_MAINTAINER_MODE
3134
3135 Fri Feb 7 17:57:46 1997 Jim Blandy <jimb@floss.cyclic.com>
3136
3137 * config.sub, config.guess: New versions, that handle i686, etc.
3138
3139 Thu Jan 23 07:06:15 1997 Mark Galassi <rosalia@papageno.lanl.gov>
3140
3141 * newdoc/tutorial/guile-tut.texi: started checking in the Guile
3142 tutorial rewrite, but have not merged much into it yet.
3143
3144 Tue Jan 21 17:28:40 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
3145
3146 * newdoc/ref/guile-ref.texi: started checking in parts of the
3147 reference manual re-write.
3148
3149 Sat Jan 11 14:40:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
3150
3151 * ltconfig, ltmain.sh: New files for libtool support. libguile,
3152 rx, gh and gtcltk-lib can now be build as shared libraries.
3153 * Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh
3154
3155 Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
3156
3157 * Guile 1.0 released. This is the first release by the Free
3158 Software Foundation; Cygnus has also released earlier versions of
3159 Guile.
3160
3161 * GUILE-VERSION: Updated version number.
3162 * NEWS: Added comments for all the user-visible changes marked in
3163 the ChangeLogs.
3164 * README: Updated for release.
3165
3166 Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
3167
3168 * scsh: new directory.
3169
3170 Mon Dec 2 17:33:04 1996 Tom Tromey <tromey@cygnus.com>
3171
3172 * configure.in: Generate doc/guile-programmer/Makefile and
3173 doc/guile-user/Makefile.
3174
3175 Sat Nov 30 23:45:54 1996 Tom Tromey <tromey@cygnus.com>
3176
3177 * aclocal.m4: Now automatically generated by aclocal.
3178 * threads.m4: New file.
3179 * guile.m4: New file.
3180 * Makefile.am, doc/Makefile.am: New files.
3181 * configure.in: Updated for Automake. Avoid excessively verbose
3182 "greet" messages.
3183
3184 Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
3185
3186 * lgh: directory renamed to gh, along with all prefixes of the
3187 high level library procedures.
3188
3189 Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
3190
3191 * Makefile.in (TAGS tags): Find the source files in $srcdir.
3192
3193 Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
3194
3195 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
3196
3197 Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
3198
3199 * configure.in: Added some configuration magic from the Cygnus
3200 distribution.
3201
3202 * aclocal.m4: New file. For now used for thread support
3203 configuration.
3204
3205 Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
3206
3207 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
3208
3209 * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
3210 directories, to arrange for lgh to the last thing
3211 configured/built.
3212
3213 Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
3214
3215 * lgh/: added the directory in which I implement the high level
3216 libguile library (lgh_) for this release of Guile. See the
3217 ChangeLog in there for further details.
3218
3219 Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
3220
3221 * doc/ (guile-user and guile-programmer): added the guile-user and
3222 guile-programmer directories which contain the user and programmer
3223 manuals. See the ChangeLog entries there for detail.
3224
3225 Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
3226
3227 * Makefile.in (distclean): Don't forget to delete doc/Makefile.
3228
3229 * Makefile.in (distclean): Don't forget to delete
3230 config.build-subdirs.
3231
3232 Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
3233
3234 * Makefile.in (tags): New name for `TAGS' target, which will
3235 always run the commands.
3236
3237 Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
3238
3239 * README: Doc fixes.
3240
3241 Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
3242
3243 * Makefile.in (TAGS): Produce a single tags file for all of Guile.
3244
3245 Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
3246
3247 * configure.in: Check for -ldl, so the check for Tcl won't fail
3248 spuriously.
3249
3250 Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
3251
3252 Change the way we decide whether to build gtcltk-lib, so that it's
3253 omitted from the build process when appropriate, but never from
3254 the dist process.
3255 * configure.in: Don't edit all_subdirs depending on the
3256 availability of Tk; let that be the list of all PLUGIN
3257 subdirectories present, as it used to be. Instead, edit a new
3258 variable, build_subdirs; write its final value, the list of
3259 subdirs we do want to compile in, to config.build-subdirs.
3260 Substitute that into the top-level Makefile too.
3261 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
3262 recurse on the subdirectories we should build.
3263 (distdirs): Set this to @existingdirs@, so it includes the subdirs
3264 we decided not to build.
3265
3266 * doc/gtcltk.texi: File resurrected from old Guile releases.
3267 * doc/Makefile.in (info): Build the gtcltk documentation.
3268 (DIST_FILES): Include it in the distribution.
3269
3270 * configure.in: If we can find the library for tcl7.5, build
3271 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
3272 compiler (not sure this is necessary).
3273
3274 Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
3275
3276 * NEWS: Fix bug reporting address.
3277
3278 Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
3279
3280 * AUTHORS: New file, in accordance with the GNU maintainers'
3281 standards.
3282
3283 Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
3284
3285 * README: Renamed from ANNOUNCE; include bug report address,
3286 description, and short tour.
3287 * INSTALL: Renamed from BUILDING.
3288 * NEWS: New file.
3289 * Makefile.in (DISTFILES): Update appropriately.
3290
3291 Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
3292
3293 * doc/Makefile.in: Added pattern targets for creating DVI and
3294 PostScript files.
3295 (%.ps, %.dvi, %.txt): New targets.
3296 (DVIPS, TEXI2DVI): New variables.
3297
3298 * GUILE-VERSION: Updated to 1.0b3.
3299
3300 Rehashed distribution system, in preparation for nightly
3301 snapshots. Other changes in subdirectories.
3302 * Makefile.in (dist): Rewritten --- the old target was out of
3303 date, dependent on files that we don't have, and relied on GNU
3304 tar. The new target is simpler.
3305 (VERSION, srcdir, dist_dirs): New variables.
3306 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
3307 TODO.
3308 (localtreats): Variable removed. We don't have this file.
3309 (info): cd to doc and make info there; don't make info in every
3310 ${subdir}; those Makefiles don't know what to do.
3311 (distname, distdir, treats, announcefile): Variables removed.
3312 (manifest-file): Target removed.
3313 (dist-dir): New target, responsible for distributable files in
3314 this directory.
3315 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
3316 controlling the 'dist' target.
3317 * configure.in: Substitute GUILE-VERSION into the top-level
3318 Makefile. Build doc/Makefile from doc/Makefile.in.
3319
3320 * doc/Makefile.in: New file.
3321
3322
3323 ;; Local Variables:
3324 ;; coding: utf-8
3325 ;; End: