Update `NEWS'.
[bpt/guile.git] / ChangeLog
CommitLineData
d53f85dd
NJ
12008-02-23 Neil Jerram <neil@ossau.uklinux.net>
2
3 * FAQ: New file.
4
5 * Makefile.am (EXTRA_DIST): Add FAQ
6
4fcb27c4
LC
72008-02-22 Ludovic Courtès <ludo@gnu.org>
8
9 * configure.in: Check whether `strncasecmp' is declared.
10
25a640ca
LC
112008-02-16 Ludovic Courtès <ludo@gnu.org>
12
13 Guile 1.8.4 released.
14
15 * GUILE-VERSION (LIBGUILE_INTERFACE_REVISION): Increment.
16 (GUILE_MICRO_VERSION): Increment.
17
18 * configure.in (GUILE_CFLAGS): Include `$CPPFLAGS' since they
19 may include required `-I' flags (e.g., `-I/path/to/gmp'), so
20 that "guile-config compile" reports all the needed flags.
21
d4a00708
NJ
222008-02-15 Neil Jerram <neil@ossau.uklinux.net>
23
24 * autogen.sh: Copy versions of config.guess and config.sub from
25 Guile CVS to build-aux and guile-readline.
26
272008-02-14 Neil Jerram <neil@ossau.uklinux.net>
28
29 * HACKING: Note need for libtool >= 1.5.26.
30
31 * config.rpath, build-aux/config.rpath: Updated to latest upstream
32 version.
33
34 * config.guess, config.sub: 2008-01-07 versions added to Guile
35 CVS, to ensure that Guile developers are using new enough versions
36 (in particular for AIX 6.1 support).
37
4b26c03e
NJ
382008-02-11 Neil Jerram <neil@ossau.uklinux.net>
39
40 * configure.in (--without-64-calls): Use AC_MSG_CHECKING and
41 AC_MSG_RESULT instead of just echo.
42 (GUILE_I): New programs to try using _Complex_I or 1.0fi for the
43 imaginary unit.
44
32b164aa
NJ
452008-02-06 Neil Jerram <neil@ossau.uklinux.net>
46
47 * configure.in: Default to --without-64-calls for
48 powerpc-ibm-aix*. Thanks to Rainer Tammer for reporting that the
49 64 calls are a problem on that OS.
50
189171c5
LC
512008-02-06 Ludovic Courtès <ludo@gnu.org>
52
53 * NEWS: Mention Sun Studio compilation fix.
54
d05bcb2e
NJ
552008-02-05 Neil Jerram <neil@ossau.uklinux.net>
56
57 * configure.in (--without-64-calls): New option.
58
027e0e2c
NJ
592008-01-30 Neil Jerram <neil@ossau.uklinux.net>
60
61 * pre-inst-guile.in (dyld_prefix), pre-inst-guile-env.in
62 (dyld_prefix): Construct and export dyld_prefix in a similar way
63 to ltdl_prefix, to allow pre-install dynamic linking to work on
64 MacOS. Thanks to Roger Mc Murtrie for reporting this problem.
65
d3cf93bc
NJ
662008-01-22 Neil Jerram <neil@ossau.uklinux.net>
67
7df13834
NJ
68 * LICENSE: Change COPYING.LIB to COPYING.LESSER.
69
70 * COPYING.LESSER: Renamed, previously COPYING.LIB.
71
72 * COPYING: Removed.
73
d3cf93bc
NJ
74 * libguile.h: Update copyright statement to LGPL.
75
7d1fc872
LC
762007-12-04 Ludovic Courtès <ludo@gnu.org>
77
693758d5 78 * NEWS: Mention `accept' and `scm_c_{read,write}' bug fixes.
7d1fc872
LC
79
802007-12-03 Ludovic Courtès <ludo@gnu.org>
81
82 * NEWS: Add SRFI-69.
83
917d3db3
NJ
842007-10-24 Neil Jerram <neil@ossau.uklinux.net>
85
90ecbd81
NJ
86 * .cvsignore: Add "lib".
87
917d3db3
NJ
88 * build-aux/.cvsignore: Add a load more generated files to ignore,
89 and commit to CVS.
90
2e77f720
LC
912007-10-20 Ludovic Courtès <ludo@gnu.org>
92
93 * THANKS: Add Julian.
94
952007-10-20 Julian Graham <joolean@gmail.com>
96
97 * NEWS: Mention thread cancellation and cleanup API.
98
d41668fa
LC
992007-10-17 Ludovic Courtès <ludo@gnu.org>
100
101 * NEWS: Mention reader bug-fix.
102
24e59a92
LC
1032007-10-16 Ludovic Courtès <ludo@gnu.org>
104
105 Guile 1.8.3 released.
106
107 * GUILE-VERSION (GUILE_MICRO_VERSION): Incremented.
108 (LIBGUILE_INTERFACE_REVISION): Incremented.
109
66302618
LC
1102007-10-10 Ludovic Courtès <ludo@gnu.org>
111
112 * configure.in (SCM_I_GSC_NEED_BRACES_ON_PTHREAD_ONCE_INIT):
113 New substituted variable.
114 Use `-Werror' when using GCC and checking for
115 `PTHREAD_ONCE_INIT'. Add check for braces around
116 `PTHREAD_MUTEX_INITIALIZER'.
117 * NEWS: Mention build fix for IRIX.
118
dc061a74
LC
1192007-10-02 Ludovic Courtès <ludo@gnu.org>
120
29776e85 121 * NEWS: Mention `(ice-9 slib)' fix and threading fix.
dc061a74 122
f43f3620
LC
1232007-09-03 Ludovic Courtès <ludo@gnu.org>
124
125 * NEWS: Mention alignment-related bug fixes.
126
8d4d5dfc
KR
1272007-09-03 Kevin Ryde <user42@zip.com.au>
128
129 * configure.in (AC_CHECK_FUNCS): Move cexp and clog up into the main
130 funcs check block. Remove carg which is now unused.
131
1ac5fb45
LC
1322007-09-02 Ludovic Courtès <ludo@gnu.org>
133
134 * NEWS: Mention memory leak fix in `make-socket-address'.
135
d7c0c26d
LC
1362007-09-01 Ludovic Courtès <ludo@gnu.org>
137
138 * NEWS: Mention duplicate binding warnings to stderr.
139
2baec6a9
LC
1402007-08-23 Ludovic Courtès <ludo@gnu.org>
141
142 * NEWS: Mention Solaris bug fixes.
143
f50ca8da
LC
1442007-08-11 Ludovic Courtès <ludo@gnu.org>
145
7ff6c169 146 * NEWS: Mention SRFI-35 and the new reader.
f50ca8da 147
1fdd8ffa
LC
1482007-08-08 Ludovic Courtès <ludo@gnu.org>
149
150 * NEWS: Mention changes to `record-accessor' and
151 `record-modifier'.
152
f6b4d9b4
LC
1532007-07-29 Ludovic Courtès <ludo@gnu.org>
154
6caac03c
LC
155 Added Gnulib support.
156
157 * autogen.sh: Run `gnulib-tool --update'.
158
159 * Makefile.am (SUBDIRS): Added `lib'.
160 (ACLOCAL_AMFLAGS): Added `-I m4'.
ca7406a9 161 (EXTRA_DIST): Added `m4/ChangeLog'.
6caac03c
LC
162
163 * NEWS: Comply with Automake's `check-news' option, i.e., have
164 the last "Changes in" line appear within the first 15 lines.
165 Mention use of Gnulib.
166
f6b4d9b4
LC
167 * configure.in: Use `build-aux' as `AC_CONFIG_AUX_DIR', and `m4'
168 as `AC_CONFIG_MACRO_DIR'. Use Automake's `gnu' and `check-news'
169 options.
6caac03c
LC
170 Require Autoconf 2.59. Invoke `gl_EARLY' and `gl_INIT', don't
171 run `AC_AIX', `AC_ISC_POSIX' and `AC_MINIX' since they are
172 implied by `gl_EARLY'. Don't look for <strings.h> and
173 `strncasecmp'. Don't invoke `AC_FUNC_ALLOCA'. Produce
174 `lib/Makefile'.
f6b4d9b4 175
e08f3f7a
LC
1762007-07-25 Ludovic Courtès <ludo@gnu.org>
177
178 * NEWS: Mention bug fix for "(set! 'x #f)".
179
7337d56d
LC
1802007-07-22 Ludovic Courtès <ludo@gnu.org>
181
182 * configure.in: Check for <strings.h> and `strncasecmp ()'.
183
24d6fae8
LC
1842007-07-19 Ludovic Courtès <ludo@gnu.org>
185
186 * NEWS: Mention `(ice-9 i18n)' and lazy duplicate binding
187 resolution.
188
d4c38221
LC
1892007-07-18 Ludovic Courtès <ludo@gnu.org>
190
191 * NEWS: Mention SRFI-37.
192
df449722
LC
1932007-07-15 Ludovic Courtès <ludo@gnu.org>
194
195 Guile 1.8.2 released.
196
197 * NEWS: Mention HP-UX/IA64 build fixes.
198
199 * THANKS: Added people who reported bugs or sent patches since
200 1.8.1. Converted to UTF-8.
201
202 * README: Updated version number.
203
204 * Makefile.am (EXTRA_DIST): Removed `BUGS' (was outdated).
205
206 * ANON-CVS, HACKING, SNAPSHOTS: New, from the `workbook'
207 directory of the CVS repository.
208
209 * autogen.sh: Removed dependency on the `workbook' CVS
210 directory.
211
212 * GUILE-VERSION (GUILE_MICRO_VERSION): Set to 2.
213 (LIBGUILE_INTERFACE_CURRENT): Incremented due to new symbols.
214 (LIBGUILE_INTERFACE_REVISION): Set to 0.
215 (LIBGUILE_INTERFACE_AGE): Incremented.
216 (LIBGUILE_SRFI_SRFI_60_INTERFACE_REVISION): Incremented due to
217 bug fixes.
218
b1f57ea4
LC
2192007-07-11 Ludovic Courtès <ludo@gnu.org>
220
221 * NEWS: Mention GOOPS `method-more-specific?' bug fix.
222
0867f7ba
LC
2232007-07-09 Ludovic Courtès <ludo@gnu.org>
224
225 * NEWS: Mention SRFI-19 `date->julian-day' bug fix.
226
d3075c52
LC
2272007-06-26 Ludovic Courtès <ludo@gnu.org>
228
229 * NEWS: Mention fixed memory leaks.
230
27782696
LC
2312007-06-12 Ludovic Courtès <ludo@chbouib.org>
232
233 * NEWS: Mention `inet-ntop' bug fix.
234
c122500a
LC
2352007-05-09 Ludovic Courtès <ludo@chbouib.org>
236
237 * NEWS: Mention SRFI-19 `time-process' bug fix.
238
1911e3da
LC
2392007-04-17 Ludovic Courtès <ludovic.courtes@laas.fr>
240
241 * configure.in (GUILE_FOR_BUILD): Reverted to `$(preinstguile)'
242 instead of `$(top_builddir_absolute)/$(preinstguile)'.
243
1d8ce4c0
HWN
2442007-04-09 Han-Wen Nienhuys <hanwen@lilypond.org>
245
246 * configure.in (HAVE_CRYPT): check for cexp, clog, carg
247
6f0579c2
NJ
2482007-02-24 Neil Jerram <neil@ossau.uklinux.net>
249
5cfbbaff
NJ
250 * autogen.sh: Announce versions of autoconf, automake, libtool and
251 m4.
252
6f0579c2
NJ
253 * pre-inst-guile.in (subdirs_with_ltlibs): Add libguile.
254
819cd901
NJ
2552007-02-18 Neil Jerram <neil@ossau.uklinux.net>
256
819cd901
NJ
257 * config.rpath (Module): New (from gettext package).
258
a2f00b9b
LC
2592007-01-31 Ludovic Courtès <ludovic.courtes@laas.fr>
260
261 * configure.in: Look for `langinfo.h', `nl_types.h', `xlocale.h'
262 and `nl_langinfo'.
263
a872aa83
NJ
2642007-01-28 Neil Jerram <neil@ossau.uklinux.net>
265
3d4797ca
NJ
266 * INSTALL: New upstream version.
267
a872aa83
NJ
268 * ABOUT-NLS: New upstream version.
269
b3aa4626
KR
2702007-01-23 Kevin Ryde <user42@zip.com.au>
271
272 * configure.in (isinf, isnan): Use a volatile global to stop gcc
273 optimizing out the test. In particular this fixes solaris where there
274 isn't an isinf or isnan (though gcc still optimizes as if there is).
275 Reported by Hugh Sasse.
276 (AC_C_VOLATILE): New.
277
924e8008
HWN
2782007-01-22 Han-Wen Nienhuys <hanwen@lilypond.org>
279
280 * .gitignore: new file. Make using git easier.
281
b3aa4626
KR
2822007-01-22 Kevin Ryde <user42@zip.com.au>
283
284 * configure.in (AC_INIT): Don't use "echo -n", it's not portable and
285 in particular fails on solaris (resulting in literal "-n"s going into
286 the output, making the resulting configure unusable). Reported by
287 Hugh Sasse.
288
73cc2740
HWN
2892007-01-03 Han-Wen Nienhuys <hanwen@lilypond.org>
290
291 * autogen.sh (Module): only try to run render-bugs if it exists.
292
01ec9e94
KR
2932006-12-27 Kevin Ryde <user42@zip.com.au>
294
295 * configure.in (pthread_get_stackaddr_np, pthread_sigmask): New tests.
296
2972006-12-24 Han-Wen Nienhuys <hanwen@lilypond.org>
298
299 * autogen.sh (mscripts): only execute render-bugs if it exists.
300
3012006-12-23 Kevin Ryde <user42@zip.com.au>
302
303 * configure.in (-lm): No need to suppress libm on mingw, it's not
304 needed because it's empty, but including it does no harm.
305 (-lm): Look for "cos" instead of "main", since cos and friends are the
306 purpose of looking for libm.
307 (winsock etc): Test $host = *-*-mingw* rather than $MINGW32, autoconf
308 regards the latter as obsolete.
309 (AC_MINGW32): Remove test, $MINGW32 now unused.
310 (uint32_t): Look at HAVE_NETDB_H rather than hard-coding __MINGW32__
311 in the test program.
312
3132006-12-15 Kevin Ryde <user42@zip.com.au>
314
315 * configure.in (process.h, pipe, _pipe): New checks.
316
3172006-12-14 Kevin Ryde <user42@zip.com.au>
318
319 * configure.in (struct timespec, pthread.h): Look for struct timespec
320 in <pthread.h> as well as <time.h>, it's in pthread.h on mingw.
321 Reported by Nils Durner.
322
3232006-12-03 Kevin Ryde <user42@zip.com.au>
324
325 * Makefile.am (AUTOMAKE_OPTIONS): Bump to automake 1.10 required, so
326 that config.rpath from gettext will go into the dist (and give an
327 error if not).
328
329 * configure.in (AM_PROG_CC_C_O): New macro, needed by automake 1.10
330 for per-target cflags in libguile/Makefile.am.
331
b89c4943
LC
3322006-11-18 Ludovic Courtès <ludovic.courtes@laas.fr>
333
334 * GUILE-VERSION: Added `LIBGUILE_I18N_*'.
335
336 * configure.in: Look for `strcoll_l ()' and `newlocale ()'.
337 Substitute the `LIBGUILE_I18N_' variables.
338
339 * NEWS: Mention `(ice-9 i18n)'.
340
51d079ab
NJ
3412006-11-17 Neil Jerram <neil@ossau.uklinux.net>
342
343 * README: Note need for subscription to bug-guile@gnu.org.
344
345 * NEWS: Note need for subscription to bug-guile@gnu.org.
346
d9f71a07
LC
3472006-11-08 Ludovic Courtès <ludovic.courtes@laas.fr>
348
349 * configure.in: Pass `bug-guile@gnu.org' as a third argument to
350 `AC_INIT'.
351
9a5fa6e9
NJ
3522006-10-25 Neil Jerram <neil@ossau.uklinux.net>
353
354 IA64 HP-UX patch from Hrvoje Nikšić. (Thanks!)
355
356 * configure.in: New check for uca lib (needed for IA64 on HP-UX).
357
8ab3d8a0
KR
3582006-10-06 Rob Browning <rlb@defaultvalue.org>
359
360 Guile 1.8.1 released.
361
362 * GUILE-VERSION (GUILE_MICRO_VERSION): Increment for release.
363 (LIBGUILE_INTERFACE_REVISION): Increment for release.
364 (LIBGUILE_SRFI_SRFI_1_INTERFACE_REVISION): Increment for release.
365 (LIBGUILE_SRFI_SRFI_4_INTERFACE_REVISION): Increment for release.
366 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_REVISION): Increment for release.
367 (LIBGUILE_SRFI_SRFI_60_INTERFACE_REVISION): Increment for release.
368
369 * Makefile.am (EXTRA_DIST): Add LICENSE.
370
3712006-09-28 Kevin Ryde <user42@zip.com.au>
372
373 * configure.in (chsize, ftruncate, truncate): New tests, for mingw.
374
3752006-09-27 Kevin Ryde <user42@zip.com.au>
376
377 * configure.in (clog10): New test, not in mingw.
378
3792006-09-23 Kevin Ryde <user42@zip.com.au>
380
381 * configure.in (complex.h, complex double, csqrt): New tests.
382
9a5fa6e9 3832006-09-20 Ludovic Courtès <ludovic.courtes@laas.fr>
a17d2654
LC
384
385 * configure.in: Check for `isblank ()'.
386
387 * NEWS: Mentioned the interaction between `setlocale' and SRFI-14
388 standard char sets.
bdb55624 389
8ab3d8a0
KR
3902006-08-22 Kevin Ryde <user42@zip.com.au>
391
392 * configure.in: Test if need braces around PTHREAD_ONCE_INIT, set
393 AC_OUTPUT of SCM_I_GSC_NEED_BRACES_ON_PTHREAD_ONCE_INIT.
394
8746959c
NJ
3952006-08-18 Neil Jerram <neil@ossau.uklinux.net>
396
1e2346ae
NJ
397 * configure.in: Generate Makefile for emacs subdir.
398
399 * Makefile.am (SUBDIRS): Add emacs subdir.
400
401 * configure.in: Generate Makefile for ice-9/debugging subdir.
8746959c 402
8ab3d8a0
KR
4032006-07-25 Kevin Ryde <user42@zip.com.au>
404
405 * configure.in (AC_CHECK_FUNCS): Add pthread_getattr_np.
406
4072006-07-24 Kevin Ryde <user42@zip.com.au>
408
409 * configure.in (AC_CHECK_DECLS): Add sethostname for Solaris 10.
410 (AC_CHECK_FUNCS): Remove dirfd, it's a macro.
411 Reported by Claes Wallin.
412
4132006-06-25 Kevin Ryde <user42@zip.com.au>
414
415 * configure.in (AC_CHECK_MEMBERS): Test struct tm.tm_gmtoff.
416
9a5fa6e9 4172006-06-13 Ludovic Courtès <ludovic.courtes@laas.fr>
ad97642e
LC
418
419 * NEWS: Mentioned the new behavior of `equal?' for structures.
420
d79a62db
NJ
4212006-06-06 Neil Jerram <neil@ossau.uklinux.net>
422
423 * acinclude.m4 (ACX_PTHREAD): Update to latest definition from
424 autoconf macro archive, to fix pthread linking problem on Solaris
425 10, reported by Charles Gagnon.
426
23f2b9a3
KR
4272006-05-28 Kevin Ryde <user42@zip.com.au>
428
429 * configure.in (isnan): Remove "#ifdef __MINGW32__, #define isnan
430 _isnan". Mingw provides isnan as a macro (in math.h), the test
431 already detects it just fine with no special case.
432
4332006-05-26 Kevin Ryde <user42@zip.com.au>
434
435 * configure.in (AC_CHECK_FUNCS): Add ioctl.
436 (pthread_attr_getstack): Restrict test to pthreads case, to avoid
437 AC_TRY_RUN when cross-compiling --without-threads.
438
4392006-05-20 Kevin Ryde <user42@zip.com.au>
440
441 * configure.in (S_ISLNK): Remove test, leave it to #ifdef in the .c
442 files.
443
4442006-05-16 Kevin Ryde <user42@zip.com.au>
445
446 * configure.in (struct stat st_blocks): Change AC_STRUCT_ST_BLOCKS to
447 a plain AC_CHECK_MEMBERS, we don't want AC_LIBOBJ(fileblocks) which
448 the former gives. Remove the commented-out code that was to have
449 munged fileblocks out of LIBOBJS. This fixes mingw, where the lack of
450 st_blocks and absense of the fileblocks.c replacement caused build
451 failure. Reported by "The Senator".
452 (struct stat st_rdev, st_blksize): Combine into a single
453 AC_CHECK_MEMBERS.
454
4552006-04-18 Rob Browning <rlb@defaultvalue.org>
456
457 * configure.in: Add AC_CONFIG_AUX_DIR([.]) as suggested in the
458 autotools documentation.
459
4f416616
KR
4602006-04-16 Kevin Ryde <user42@zip.com.au>
461
462 * configure.in (stat64, off_t): New tests.
463
4642006-03-31 Kevin Ryde <user42@zip.com.au>
465
466 * configure.in (socklen_t): Enhance test for this type, coping with
467 need for <sys/socket.h> on MacOS X. Reported by Michael Tuexen and
468 Jay Cotton.
469
4702006-03-26 Marius Vollmer <mvo@zagadka.de>
471
472 * configure.in: Added check that defines
473 PTHREAD_ATTR_GETSTACK_WORKS when pthread_attr_getstack works for
474 the main thread.
475
4762006-02-26 Kevin Ryde <user42@zip.com.au>
477
478 * configure.in (AC_CHECK_FUNCS): Add dirfd.
479
4802006-02-20 Marius Vollmer <mvo@zagadka.de>
481
482 Released 1.8.0.
483
484 * GUILE-VERSION: Set version.
485
0f24e75b
MV
486 * GUILE-VERSION: Bumped versions for 1.9 series.
487
4f416616
KR
4882006-02-06 Marius Vollmer <mvo@zagadka.de>
489
490 Branched for 1.8 series.
491
492 * GUILE-VERSION: Bumped version numbers.
493
494 * configure.in: Removed --enable-arrays option.
495
9abd541e
NJ
4962005-12-14 Neil Jerram <neil@ossau.uklinux.net>
497
498 * NEWS: Remove entry claiming that breakpoints have been added,
499 because breakpoints are now implemented outside the core distro.
500 Add entries on obsolescence of the 'cheap option and on tweaking
501 support in evaluator trap calls. Finally, correct outline level
502 of item about make-keyword-from-dash-symbol.
503
dae11beb
NJ
5042005-07-09 Neil Jerram <neil@ossau.uklinux.net>
505
e363047c
NJ
506 * configure.in (AC_CONFIG_FILES): Removed emacs/Makefile and
507 ice-9/debugger/breakpoints/Makefile.
508
dae11beb
NJ
509 * Makefile.am (SUBDIRS): Removed emacs.
510
875a58aa
MV
5112005-06-05 Marius Vollmer <mvo@zagadka.de>
512
513 From Jan Nieuwenhuizen <janneke@gnu.org>. Thanks!
514
515 * configure.in: Add tests for socklen_t and ip_mreq.
516
ba78f311
KR
5172005-03-13 Kevin Ryde <user42@zip.com.au>
518
519 * configure.in, GUILE-VERSION (LIBGUILE_SRFI_SRFI_60): New defines.
520
d1c38e11
MV
5212005-03-09 Marius Vollmer <mvo@zagadka.de>
522
523 Guile 1.7.2 has been released.
524
525 * GUILE-VERSION (GUILE_MICRO_VERSION): Incremented to "2".
526
461f34aa
MV
5272005-03-08 Marius Vollmer <mvo@zagadka.de>
528
529 libltdl is no longer distributed. We expect it to be installed
530 already.
531
532 * configure.in: Do not call AC_LIBLTDL_INSTALLABLE. Use
533 AC_CHECK_LIB instead. Do not subst LTDLINCL and LIBLTDL. Do not
534 add "-DLIBLTDL_DLL_IMPORT" on MINGW32.
535
536 * Makefile.am (SUBDIRS): Removed libltdl.
537
538 * README: Talk about required external packages.
539
540 * autogen.sh: Do not call libtoolize.
541
a81b8618
MV
5422005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
543
544 * configure.in: Do not check for fast or recursive mutexes. Check
545 for pthread_attr_getstack.
546 (SCM_I_GSC_USE_COOP_THREADS): Dot not subst.
547 (pthread_mutexattr_settype): Do not check for it.
548
35f2529d
MV
5492005-02-28 Marius Vollmer <mvo@zagadka.de>
550
551 * autogen.sh: Add '--verbose' option to autoreconf invocation.
552 Thanks to Bruno Haible.
553
0356881d
MV
5542005-01-02 Marius Vollmer <mvo@zagadka.de>
555
556 * configure.in (SCM_I_GSC_HAVE_ARRAYS): Removed '--disable-arrays'
557 option.
558
7674622e
KR
5592004-11-28 Kevin Ryde <user42@zip.com.au>
560
561 * configure.in (AC_SUBST): Correction, LTDLINC should be LTDLINCL, the
562 latter is what libtool defines.
563
7b1574ed
MV
5642004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
565
566 * libguile.h: Include "libguile/srfi-4.h".
567
22417f2f
MV
5682004-10-25 Marius Vollmer <marius.vollmer@uni-dortmund.de>
569
570 * autogen.sh: Added explicit invocation of libtoolize before
571 autoreconf so that libltdl/ is updated as well.
572
6191ccec
MV
5732004-10-22 Marius Vollmer <marius.vollmer@uni-dortmund.de>
574
575 Removed usage of libguile-ltdl.
576
577 * configure.in: Call AC_LIBLTDL_INSTALLABLE instead of
578 AC_LIB_LTDL.
579 (AC_CONFIG_SUBDIRS): Added libltdl.
580 (DLPREOPEN, LTDLINC, LIBLTDL): Moved AC_SUBST near other libtool
581 stuff. Also subst LTDLINC instead of INCLTDL.
582 (AC_CONFIG_FILES): Removed libguile-ltdl/Makefile and
583 libguile-ltdl/upstream/Makefile.
584
585 * Makefile.am (SUBDIRS): Replaced libguile-ltdl with libltdl.
586
cfbd0f35
MV
5872004-09-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
588
5cc183a1
MV
589 * ABOUT-NLS: New, from gettext 0.14.1.
590
cfbd0f35
MV
591 * configure.in: Do use AM_GNU_GETTEXT, since gettextize is not run
592 with autoconf 2.59.
593
32540d85
MV
5942004-09-25 Marius Vollmer <mvo@zagadka.de>
595
596 * configure.in: Do not use AM_GNU_GETTEXT for now, it causes
597 gettextize to run during autogen.sh, which we do not want.
598 Explicitely check for libintl, gettext, bindtextdomain, and
599 textdomain instead.
600
84adbbc8
MV
6012004-09-24 Marius Vollmer <mvo@zagadka.de>
602
2edf319f
MV
603 * libguile.h: Include <gmp.h> outside of extern "C" block.
604 (Note that numbers.h still includes gmp.h to make it
605 self-contained.)
606
84adbbc8
MV
607 * configure.in: Do not include PTHREAD_CFLAGS in CFLAGS, CFLAGS is
608 for the user and is often overwritten temporarily.
609 (GUILE_CFLAGS): New, include PTHREAD_CFLAGS here.
610 (GUILE_LIBS): Remove THREAD_LIBS_INSTALLED, which is unused now.
611
d5ac9b2a
MV
6122004-09-22 Marius Vollmer <mvo@zagadka.de>
613
614 * configure.in: Add AM_GNU_GETTEXT invocation. From Bruno Haible.
615
9c0485fc
MV
6162004-09-21 Marius Vollmer <mvo@zagadka.de>
617
618 * acinclude.m4 (ACX_PTHREAD): New.
619 * configure.in: Use it instead of simply looking for -lpthread.
9a5fa6e9 620 Thanks to Andreas Vögele!
9c0485fc 621
eb8d0af1
MV
6222004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
623
624 * configure.in: Fail when alloca can not be found natively.
625
edea856c
SJ
6262004-09-03 Stefan Jahn <stefan@lkcc.org>
627
628 * configure.in (isinf): Let configure find the isinf() function
629 on MinGW32 systems.
630
c495c342
KR
6312004-08-27 Kevin Ryde <user42@zip.com.au>
632
633 * configure.in (AC_CHECK_MEMBERS): Add struct sockaddr.sin_len and
634 struct sockaddr_in6.sin6_len. Reported by Michael Tuexen.
635
95bcfff7
MV
6362004-08-27 Marius Vollmer <mvo@zagadka.de>
637
638 Guile 1.7.1 as been released.
639
51fab002
MV
6402004-08-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
641
642 * GUILE-VERSION: Bumped all versions for the 1.7.1 release. Added
643 LIBGUILE_*_MAJOR variables for inclusion in the names of shared
644 libraries such as "libguile-srfi-srfi-1-v-MAJOR.la". Removed
645 LIBQTHREADS_*.
646 * configure.in: Updated for the new set of variables defined in
647 GUILE-VERSION.
648
41e4b992
MV
6492004-08-25 Marius Vollmer <marius.vollmer@uni-dortmund.de>
650
651 * libguile.h: Include srfi-13.h and srfi-14.h, do not include
652 strop.h.
653
f7f3964e
MV
6542004-08-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
655
656 * README: Document the new --disable-discouraged option.
657
658 * configure.in (SCM_I_GSC_ENABLE_DISCOURAGED): New, for the new
659 --enable-discouraged option.
660
661 * libguile.h: Include libguile/discouraged.h.
662
315158a8
MV
6632004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
664
665 * configure.in: Bugfix: logic in detecting ptrdiff_t was inverted;
666 assume ptrdiff_t is available when its size is non-zero, not when
51fdb325
MV
667 it is zero. Do no longer define SCM_I_GSC_*_LIMITS macros. Check
668 for sizes of size_t and intmax_t.
315158a8 669
b7341ea4
MV
6702004-07-09 Marius Vollmer <mvo@zagadka.de>
671
672 * configure.in: Bugfix: set SCM_I_GSC_T_UINTMAX, not
9a5fa6e9 673 SCM_I_GSC_T_INTMAX in two places. Thanks to Andreas Vögele!
b7341ea4 674
c9eb03bb
MV
6752004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
676
677 * configure.in: When checking for suitable types for scm_t_int8,
678 etc, try int8_t first, so that we pick them up when they are
679 defined. Also, substitute limit macros like INT8_MIN into the
680 configure header for all these types.
681
e4e249c1
KR
6822004-07-05 Kevin Ryde <user42@zip.com.au>
683
684 * configure.in (isinf, isnan): Detect macro versions as well as
685 functions, since C99 specifies them as macros and that's all HP-UX
686 has. Reported by Andreas Voegele.
687
ae7ded56
MV
6882004-06-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
689
690 * configure.in: Removed code for --enable-htmldoc; support for
691 HTML is now included in automake.
692
060fd2f9
RB
6932004-06-16 Rob Browning <rlb@defaultvalue.org>
694
695 * pre-inst-guile.in: modify to handle move of readline.scm to
696 ice-9 subdir of guile-readline.
697
698 * pre-inst-guile-env.in: modify to handle move of readline.scm to
699 ice-9 subdir of guile-readline.
700
701 * configure.in: move package and version args to AC_INIT as is now
702 recommended. This also requires m4_esyscmd to read GUILE-VERSION
703 given the way AC_INIT handles its args.
704
6dfc9f1f
KR
7052004-04-22 Kevin Ryde <user42@zip.com.au>
706
707 * configure.in (AC_CHECK_HEADERS): Add fenv.h.
708 (AC_CHECK_FUNCS): Add fesetround.
709
e08d2eee
KR
7102004-04-18 Kevin Ryde <user42@zip.com.au>
711
712 * configure.in (AC_CHECK_FUNCS): Add readdir_r.
713
51ebeed1
KR
7142004-03-23 Kevin Ryde <user42@zip.com.au>
715
716 * configure.in (AC_CHECK_FUNCS): Add sysconf.
717 (AC_CHECK_HEADERS): Add netdb.h and sys/param.h.
718
fa525c8a
KR
7192004-03-21 Kevin Ryde <user42@zip.com.au>
720
721 * configure.in (AC_CHECK_FUNCS): Add gmtime_r.
722
e1350d6a
KR
7232004-03-14 Kevin Ryde <user42@zip.com.au>
724
725 * configure.in (strptime): Use #define _GNU_SOURCE to get the
726 prototype from glibc, use AC_CHECK_DECLS rather than AC_EGREP_HEADER.
727
004ad931
KR
7282004-02-29 Kevin Ryde <user42@zip.com.au>
729
730 * configure.in: Use AC_COPYRIGHT and AH_TOP to get copyright notice
731 into generated configure and config.h.in.
732
733 * configure.in (AC_CHECK_FUNCS): Add DINFINITY and DQNAN.
734
b114eafe
KR
7352004-02-21 Kevin Ryde <user42@zip.com.au>
736
737 * configure.in (crypt): Test with AC_SEARCH_LIBS, for the benefit of
738 HP-UX. Define HAVE_CRYPT rather than HAVE_LIBCRYPT. Reported by
739 Andreas Voegele.
740
424d0540
KR
7412004-02-18 Kevin Ryde <user42@zip.com.au>
742
743 * configure.in (AC_CHECK_HEADERS): Add crt_externs.h.
744 (AC_CHECK_FUNCS): Add _NSGetEnviron.
745
c78a96e0
MD
7462004-02-15 Mikael Djurfeldt <mdj@chunk.mit.edu>
747
748 * configure.in: Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL.
749
d70e0619
NJ
7502004-01-25 Neil Jerram <neil@ossau.uklinux.net>
751
752 * configure.in (GUILE_FUNC_DECLARED), acinclude.m4
753 (GUILE_STRUCT_UTIMBUF, GUILE_NAMED_CHECK_FUNC): Correctly quote
754 macros being defined.
755
89fcf1b4
MV
7562003-12-26 Marius Vollmer <mvo@zagadka.de>
757
758 * configure.in: Find a suitable type for the new scm_t_intmax and
759 scm_t_uintmax.
760
28fda544
RB
7612003-11-17 Rob Browning <rlb@defaultvalue.org>
762
763 * configure.in: rewrite ALLOCA related code as multiple lines so
764 it doesn't break with current autoconf substitutions.
765
8868e472
KR
7662003-11-15 Kevin Ryde <user42@zip.com.au>
767
768 * configure.in (--with-guile-for-build): Remove this option, it's not
769 normal style for --with.
770 (GUILE_FOR_BUILD): Use AC_ARG_VAR.
08134d1d
KR
771 * README (Cross building Guile): Describe GUILE_FOR_BUILD rather than
772 --with-guile-for-build.
8868e472 773
eeac938c
NJ
7742003-11-11 Neil Jerram <neil@ossau.uklinux.net>
775
776 * .cvsignore: Add elisp-comp.
777
d995da7f
NJ
7782003-10-30 Neil Jerram <neil@ossau.uklinux.net>
779
780 * configure.in (AC_CONFIG_FILES): Add `emacs/Makefile'.
781 (AM_PATH_LISPDIR): Added.
782
783 * Makefile.am (SUBDIRS): Add `emacs'.
784
fcfdbb80
MV
7852003-07-27 Marius Vollmer <mvo@zagadka.de>
786
2f4931bf
MV
787 * configure.in: Look for sched_yield in -lrt; this is needed for
788 Solaris. Thanks to Matthias Koeppe!
789 (setgroups): Check for it.
790
fcfdbb80
MV
791 * configure.in (__libc_stack_end): Actually use the value in
792 __libc_stack_end for something so that the access doesn't get
793 optimized away. Thanks to Matthias Koeppe!
794
005d2366
KR
7952003-07-08 Kevin Ryde <user42@zip.com.au>
796
797 * configure.in (AC_CHECK_FUNCS): Add sincos.
798
1ebb8497
KR
7992003-06-21 Kevin Ryde <user42@zip.com.au>
800
801 * configure.in (AC_CHECK_FUNCS): Add asinh, acosh, atanh and trunc.
802
02d72536
MV
8032003-06-19 Marius Vollmer <mvo@zagadka.de>
804
805 * configure.in: use "-Werror" only with GCC. Thanks to Matthias
806 Koeppe!
807
fbaca220
KR
8082003-06-19 Kevin Ryde <user42@zip.com.au>
809
810 * README (Guile Documentation): Update to manuals now available,
811 remove notes about the reference manual being in progress.
812
fcc5d734
SJ
8132003-06-14 Stefan Jahn <stefan@lkcc.org>
814
815 * configure.in: Checking for __int64 as possible candidate for
816 the SCM_I_GSC_T_INT64 define.
817
1e498fbd
SJ
8182003-05-30 Stefan Jahn <stefan@lkcc.org>
819
820 * configure.in: Checking for unsetenv().
821
2e945bcc
SJ
8222003-05-29 Stefan Jahn <stefan@lkcc.org>
823
824 * configure.in: Removed -lm check and added a cached check for
825 __libc_stack_end to get it building for mingw32 hosts.
826
26a24947
KR
8272003-05-19 Kevin Ryde <user42@zip.com.au>
828
829 * README (Cross building Guile): Remove --with-cc-for-build in favour
830 of CC_FOR_BUILD.
831
a3001b9d
KR
8322003-05-16 Kevin Ryde <user42@zip.com.au>
833
834 * configure.in (--with-cc-for-build): Remove this option, CC_FOR_BUILD
835 variable is more or less standard, and is adequate for the task.
836
614e70e0
KR
8372003-05-12 Kevin Ryde <user42@zip.com.au>
838
c72e11e6
KR
839 * configure.in (CC_FOR_BUILD): Use AC_ARG_VAR.
840
841 * configure.in (SCM_SINGLES): Use AC_CHECK_SIZEOF(float), to
ba2ec20d 842 eliminate guess-yes when cross compiling.
c72e11e6 843
614e70e0
KR
844 * configure.in (SCM_I_GSC_STACK_GROWS_UP): Fix missing comma in
845 AC_TRY_RUN.
846
d0f6ceb8
DH
8472003-04-20 Dirk Herrmann <D.Herrmann@tu-bs.de>
848
849 * libguile.h: Removed uses of DEBUG_EXTENSIONS to fix compile
850 errors with --disable-deprecated.
851
87617347
RB
8522003-04-07 Rob Browning <rlb@defaultvalue.org>
853
07921c76
RB
854 * pre-inst-guile-env.in: new script -- can be used to run commands
855 in an envt set up using the development libs, Guile, etc.
856
87617347
RB
857 * configure.in: handle pre-inst-guile-env and add
858 test-suite/standalone/Makefile.
859
e3be7ddd
MV
8602003-04-06 Marius Vollmer <mvo@zagadka.de>
861
862 * configure.in: Check for mpz_import, which is required but only
863 available in GMP 4.1.
864
fc87c27a
MV
8652003-04-05 Marius Vollmer <mvo@zagadka.de>
866
867 * Changed license terms to the plain LGPL thru-out.
868
ad815c06
RB
8692003-04-04 Rob Browning <rlb@defaultvalue.org>
870
871 * configure.in: add GMP test (require GMP).
872
9686f86d
MV
8732003-03-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
874
875 * libguile.h: Include "libguile/deprecated.h".
876
5ebbe4ef
RB
8772003-03-25 Rob Browning <rlb@defaultvalue.org>
878
879 * configure.in: big overhaul to shift us to have separate private,
880 config.h, and public, scmconfig.h, configuration headers. Added a
881 fair amount of code to track down new required types: scm_t_uint8,
882 scm_t_uint16, scm_t_uint32, scm_t_int8, scm_t_int16, scm_t_int32,
883 and to detect optional types scm_t_uint64, scm_t_in64, long long,
884 unsigned long long, scm_t_ptrdiff, intptr_t, and uintptr_t.
885 (SCM_I_GSC_T_PTRDIFF): gen-scmconfig.h.in AC_SUBST var.
886 (SCM_I_GSC_NEEDS_INTTYPES_H): gen-scmconfig.h.in AC_SUBST var.
887 (SCM_I_GSC_NEEDS_STDINT_H): gen-scmconfig.h.in AC_SUBST var.
888 (SCM_I_GSC_T_UINT8): gen-scmconfig.h.in AC_SUBST var.
889 (SCM_I_GSC_T_UINT16): gen-scmconfig.h.in AC_SUBST var.
890 (SCM_I_GSC_T_UINT32): gen-scmconfig.h.in AC_SUBST var.
891 (SCM_I_GSC_T_UINT64): gen-scmconfig.h.in AC_SUBST var.
892 (SCM_I_GSC_T_INT8): gen-scmconfig.h.in AC_SUBST var.
893 (SCM_I_GSC_T_INT16): gen-scmconfig.h.in AC_SUBST var.
894 (SCM_I_GSC_T_INT32): gen-scmconfig.h.in AC_SUBST var.
895 (SCM_I_GSC_T_INT64): gen-scmconfig.h.in AC_SUBST var.
896 (USE_PTHREAD_THREADS): removed - handled by gen-scmconfig.c.
897 (USE_NULL_THREADS): removed - handled by gen-scmconfig.c.
898 (USE_COOP_THREADS): removed - handled by gen-scmconfig.c.
899 (SCM_I_GSC_USE_PTHREAD_THREADS): gen-scmconfig.h.in AC_SUBST var.
900 (SCM_I_GSC_USE_NULL_THREADS): gen-scmconfig.h.in AC_SUBST var.
901 (SCM_I_GSC_USE_COOP_THREADS): gen-scmconfig.h.in AC_SUBST var.
902 (STACK_GROWS_UP): removed - handled by gen-scmconfig.c.
903 (SCM_I_GSC_STACK_GROWS_UP): gen-scmconfig.h.in AC_SUBST var.
904 (GUILE_DEBUG_FREELIST): removed - handled by gen-scmconfig.c.
905 (SCM_I_GSC_GUILE_DEBUG_FREELIST): gen-scmconfig.h.in AC_SUBST var.
906 (GUILE_DEBUG): removed - handled by gen-scmconfig.c.
907 (SCM_I_GSC_GUILE_DEBUG): gen-scmconfig.h.in AC_SUBST var.
908 (SCM_ENABLE_DEPRECATED): removed - handled by gen-scmconfig.c.
909 (SCM_I_GSC_ENABLE_DEPRECATED): gen-scmconfig.h.in AC_SUBST var.
910 (HAVE_ARRAYS): removed - handled by gen-scmconfig.c.
911 (SCM_I_GSC_HAVE_ARRAYS): gen-scmconfig.h.in AC_SUBST var.
912 (SCM_ENABLE_ELISP): removed - handled by gen-scmconfig.c.
913 (SCM_I_GSC_ENABLE_ELISP): gen-scmconfig.h.in AC_SUBST var.
914 (SCM_I_GSC_C_INLINE): gen-scmconfig.h.in AC_SUBST var.
915 (DEBUG_EXTENSIONS): removed - handled by gen-scmconfig.c.
916 (READER_EXTENSIONS): removed - handled by gen-scmconfig.c.
917 (USE_THREADS): removed - handled by gen-scmconfig.c.
918 (GUILE_ISELECT): removed - handled by gen-scmconfig.c.
919 (DYNAMIC_LINKING): removed - handled by gen-scmconfig.c.
920
921 * README: merge information from INSTALL and remove at least some
922 of the stale bits.
923
924 * LICENSE: new file -- we should change this to the LGPL soon and
925 add COPYING.LIB to the distribution.
926
927 * autogen.sh: call autoreconf with --force. This may fix the
928 "order" problem below without having to have two calls.
929
930 * INSTALL: use the automake installed INSTALL file. The Guile
931 specific instructions are now in README.
932
e6682f8b
MV
9332003-03-21 Marius Vollmer <marius.vollmer@uni-dortmund.de>
934
935 * autogen.sh: Invoke autoreconf twice since the required files do
936 not seem to be generated in the right order. XXX - investigate
937 further.
938
b713b0b6
MV
9392003-03-19 Marius Vollmer <mvo@zagadka.de>
940
941 * guile-tools.in (guileversion): Use $GUILE_EFFECTIVE_VERSION
942 instead of $GUILE_VERSION. Thanks to Kevin Ryde!
943
25ad7681
RB
9442003-02-27 Rob Browning <rlb@defaultvalue.org>
945
946 * configure.in (AC_CONFIG_SRCDIR): use GUILE-VERSION.
947 (AM_CONFIG_HEADER): change to config.h
948
949 * Makefile.am (EXTRA_DIST): remove $(ACLOCAL).
950 (ACLOCAL_AMFLAGS): replaces ACLOCAL.
951
952 * autogen.sh: switch to autoreconf -- see how it goes. remove
953 call to guile-aclocal.sh -- we now do the same thing with an
954 automake setting.
955
956 * guile-aclocal.sh: deleted in favor of ACLOCAL_AMFLAGS in
957 Makefile.am.
958
9592003-02-26 Rob Browning <rlb@defaultvalue.org>
960
961 * configure.in: change our config header from libguile/scmconfig.h
962 to be the traditional ./config.h. libguile/scmconfig.h is now
963 built from that during the build process. More changes coming...
964
77f9ca69
MD
9652003-01-23 Mikael Djurfeldt <djurfeldt@nada.kth.se>
966
967 * libguile.h: #include "futures.h"
968
09841c77
MD
9692002-12-16 Mikael Djurfeldt <djurfeldt@nada.kth.se>
970
971 * configure.in: Test if pthread.h declares
972 pthread_mutexattr_settype ().
973
9742002-12-15 Mikael Djurfeldt <djurfeldt@nada.kth.se>
975
976 * configure.in (SCM_MUTEX_FAST, SCM_MUTEX_RECURSIVE): Test for
977 ways to get fast and recursive mutexes.
978
ad280ae0
MD
9792002-12-10 Mikael Djurfeldt <mdj@kvast.blakulla.net>
980
981 * configure.in (_THREAD_SAFE): Define when pthreads are enabled in
982 order to get thread safe versions of glibc functions.
983
9bc4701c
MD
9842002-12-09 Mikael Djurfeldt <djurfeldt@nada.kth.se>
985
986 * configure.in: Temporarily replaced "copt" threads option with new
987 option "pthreads".
988 (USE_PTHREAD_THREADS): Define if pthreads configured.
989
b2cbe8d8
RB
9902002-12-08 Rob Browning <rlb@defaultvalue.org>
991
992 * configure.in (GUILE_EFFECTIVE_VERSION): AC_SUBST it.
993 (AC_CONFIG_FILES): separate out the files that need to be chmodded
994 at the end of config.status. Our "default" approach using
995 AC_CONFIG_COMMANDS quit working (and would have needed to be
996 changed to AC_CONFIG_COMMANDS(,,CMDS) rather than our previous
997 AC_CONFIG_COMMANDS(default,CMDS), but I the new approach, using
998 per-file AC_CONFIG_FILES calls appears to be more "correct" in the
999 current autoconf docs.
1000
1001 * GUILE-VERSION (GUILE_EFFECTIVE_VERSION): new variable.
1002
5441c65c
MV
10032002-12-02 Marius Vollmer <mvo@zagadka.ping.de>
1004
1005 * Makefile.am (SUBDIRS): Removed qt.
1006
1007 * configure.in: Do not configure QTHREADS. Do not define
1008 USE_COOP_THREADS. Changed logic for thread package selection so
1009 that the default is "coop-pthread" when -lpthread is found, "null"
1010 otherwise.
1011
cfc7c7c0
MD
10122002-12-01 Mikael Djurfeldt <mdj@linnaeus>
1013
1014 * GUILE-VERSION: Added versioning info for srfi 1.
1015
1016 * configure.in (LIBGUILE_SRFI_SRFI_1_INTERFACE_CURRENT,
1017 LIBGUILE_SRFI_SRFI_1_INTERFACE_REVISION,
1018 LIBGUILE_SRFI_SRFI_1_INTERFACE_AGE,
1019 LIBGUILE_SRFI_SRFI_1_INTERFACE): New AC_SUBST.
1020
8b5b4a75
MV
10212002-11-10 Marius Vollmer <mvo@zagadka.ping.de>
1022
1023 * configure.in (USE_THREADS, GUILE_ISELECT): Define always. We
1024 define them with AC_DEFINE and not in some header file so that
1025 they are visible exactly in the same way as they used to be.
1026
7caa1b07
MV
10272002-11-03 Marius Vollmer <mvo@zagadka.ping.de>
1028
1029 * configure.in: Do not add "threads.o" to the libobjs, it is now
1030 always compiled.
1031 (USE_THREADS, GUILE_ISELECT): Do not define.
1032
30f920c3
MV
10332002-10-27 Marius Vollmer <mvo@zagadka.ping.de>
1034
1035 * configure.in: Handle thread package "coop-pthread" with alias
1036 "copt" and define USE_COPT_THREADS when it is selected.
1037 Always define GUILE_ISELECT.
1038
8ee7506b
NJ
10392002-10-26 Neil Jerram <neil@ossau.uklinux.net>
1040
1041 * configure.in (AC_CONFIG_FILES): Add ice-9/debugger/Makefile and
1042 ice-9/debugger/breakpoints/Makefile.
1043
65a23095
MV
10442002-10-21 Marius Vollmer <mvo@zagadka.ping.de>
1045
1046 * configure.in: Changed logic in thread support configuration such
1047 that --with-threads=no is equivalent to --with-threads=null. On
1048 platforms that are not supported by QuickThreads, we also use the
1049 null-threads. Thus, USE_THREADS is always defined now.
1050
2794cb50
MV
10512002-10-16 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1052
1053 * configure.in: Shuffled around and extended the thread
1054 configuration code to allow the "null" thread package to be
1055 selected. Define USE_NULL_THREADS in that case.
1056
e5b4630d
GH
10572002-10-13 Gary Houston <ghouston@arglist.com>
1058
1059 * autogen.sh (ac_version): try automake 1.7 too.
1060
5e405a60
MV
10612002-10-05 Marius Vollmer <mvo@zagadka.ping.de>
1062
1063 * autogen.sh: Make sure that $autoheader is always set. When we
1064 would use the plain "autoconf", $autoheader would end up empty and
1065 libguile/scmconfig.h.in would not be updated.
1066
1360a142
RB
10672002-10-04 Rob Browning <rlb@defaultvalue.org>
1068
1069 * libltdl: moved to libguile-ltdl.
1070
1071 * Makefile.am (SUBDIRS): remove libltdl.
1072
1073 * autogen.sh: remove support for libltdl sub-configure.
1074 (ac_version): widen support check to any 2.5? autoconf version.
1075 2.54 is out now.
1076
1077 * configure.in: turn on -Werror by default. We're now clean. I'd
1078 like to stay that way. If we want, we can turn it off by default
1079 when we make the stable release, but I caught a lot of bugs this
1080 way. Accomodate libguile-ltdl -- therea are some ltdl things that
1081 are commented out now INCLTDL and LIBLTDL. I think we may not
1082 need them anymore, but I'll leave them until we're sure. We also
1083 killed off the libltdl dir and related options including the
60aa332f
RB
1084 AC_CONFIG_SUBDIRS. I also added some explicit tests for some
1085 headers and functions that weren't listed but were in
1086 scmconfig.h.in. though this may have been unnecessary.
1360a142 1087
99fd355a
MV
10882002-10-04 Marius Vollmer <mvo@zagadka.ping.de>
1089
1090 * configure.in: Use AC_LIBLTDL_CONVENIENCE instead of
1091 AC_LIBLTDL_INSTALLABLE.
1092
10932002-10-03 Marius Vollmer <mvo@zagadka.ping.de>
1094
1095 * autogen.sh: Do not instruct libtoolize to copy libltdl into our
1096 sources. Do not patch it. We have our own version now that is
1097 only being used as a convenience library.
1098
f800ebfb
MV
10992002-08-24 Marius Vollmer <mvo@zagadka.ping.de>
1100
1101 * configure.in: Check for __libc_stack_end.
1102
39e8f371
HWN
11032002-08-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1104
1105 * configure.in: add snprintf
1106
c2cbcc57
HWN
11072002-08-04 Han-Wen <hanwen@cs.uu.nl>
1108
1109 * NEWS: add entries for GC and vector WB.
1110
afc8e572
HWN
11112002-07-22 Han-Wen <hanwen@cs.uu.nl>
1112
1113 * autogen.sh (mscripts): find and check version number of
1114 automake. Complain if 1.6 is not found.
1115
34d19ef6
HWN
11162002-07-20 Han-Wen <hanwen@cs.uu.nl>
1117
1118 * autogen.sh (mscripts): find and check version number of
1119 autoconf. Complain if 2.53 is not found.
1120
dd897aaf
DH
11212002-07-20 Dirk Herrmann <D.Herrmann@tu-bs.de>
1122
1123 * benchmark-guile.in: Copied from check-guile.in and adapted for
1124 use with benchmarks.
1125
1126 * Makefile.am: Recurse into the benchmark-suite subdir.
1127
1128 * configure.in: Added benchmarking files.
1129
4f6f9ae3
GH
11302002-07-12 Gary Houston <ghouston@arglist.com>
1131
1132 * configure.in: check dynamic linking before modules. Add dynl.c
1133 if dynamic linking is available, i.e., unless --with-modules=no
1134 was given to configure.
1135
2398796a
MV
11362002-07-09 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1137
1138 * autogen.sh: Patch libltdl/ltdl.c to avoid a nasty bug in
1139 libtool-1.4.2.
1140
887efef5
MV
11412002-07-07 Marius Vollmer <mvo@zagadka.ping.de>
1142
ca679709
MV
1143 * autogen.sh: Do not copy INSTALL from workbook since it is not
1144 uniform across branches.
1145 * INSTALL: Re-added to repository.
1146
887efef5
MV
1147 Crosscompiling and Cygwin fixes from Jan Nieuwenhuizen. Thanks!
1148
1149 * autogen.sh: Only fix libltdl/configure.in if it exists. Current
1150 libtool CVS does not need this fix.
1151
1152 * configure.in (AC_LIBTOOL_WIN32_DLL): Add for shared Cygwin
1153 build.
1154 Add --with-cc-for-build option to re-enable cross building.
1155 Add --with-guile-for-build option to re-enable cross building.
1156
feec7802
GH
11572002-06-30 Gary Houston <ghouston@arglist.com>
1158
1159 * autogen.sh: Changed the path to the scripts directory.
1160 In libltdl, run aclocal before autoconf and automake: this
1161 eliminated various warnings after upgrading to newer automake.
1162
ba1b077b
MV
11632002-05-22 Marius Vollmer <mvo@zagadka.ping.de>
1164
1165 From John W. Eaton <jwe@bevo.che.wisc.edu>
1166
1167 * configure.in (AC_CHECK_FUNCS): Check for copysign.
1168
5cb3f600
MV
11692002-05-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1170
1171 * libguile.h: Added inclusion of "extensions.h".
1172
43a1d6f1
MV
11732002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
1174
1175 * configure.in: Include <sys/types.h> before <netinet/in.h> when
1176 checking vor IPv6. This is for NetBSD 1.5. Thanks to Greg
1177 Troxel!
1178
d4dba280
MV
1179 From John W. Eaton.
1180
1181 * configure.in (AC_CHECK_HEADERS): Check for floatingpoint.h
1182 ieeefp.h, and nan.h.
1183 (AC_CHECK_FUNCS): Check for finite, isinf, and isnan.
1184
d47fd163
TTN
11852002-05-01 Thien-Thi Nguyen <ttn@giblet.glug.org>
1186
1187 * autogen.sh: Add call to $mscripts/render-bugs
1188 to create BUGS file.
1189
1190 * BUGS: bye bye
1191
d937b062
TTN
11922002-04-27 Thien-Thi Nguyen <ttn@giblet.glug.org>
1193
1194 * Makefile.am (EXTRA_DIST): Remove qthreads.m4.
1195
5caa57b1
MV
11962002-04-26 Marius Vollmer <mvo@zagadka.ping.de>
1197
1198 * guile-aclocal.sh: Replaced with a simple invocation of "aclocal
1199 -I guile-config". This works as of automake 1.5.
d937b062 1200 * qthreads.m4: Moved to guile-config/.
5caa57b1 1201
7fd1bad4
MV
12022002-04-18 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1203
1204 * autogen.sh: Call automake twice for guile-core so that two
1205 copies of mdate-sh get a chance of being installed (one in
1206 doc/ref/ and one in doc/tutorial/).
1207
dc006627
MV
12082002-04-16 Marius Vollmer <mvo@zagadka.ping.de>
1209
1210 * Makefile.am (AUTOMAKE_OPTIONS): New, to request version 1.5.
1211 (EXTRA_DIST): Don't distribute acconfig.h, which is gone.
1212 (dist-hook): Removed.
1213 (DISTCLEANFILES): Added check-guile.log.
1214 (EXTRA_DIST): Don't distribute TODO.
1215
1216 * configure.in: Bump required autoconf version to 2.53. Move uses
1217 of AC_LIBOBJ after AC_PROG_CC. AC_LIBOBJ needs OBJEXT which is
1218 set by AC_PROG_CC.
1219
21550b10
RB
12202002-04-10 Rob Browning <rlb@defaultvalue.org>
1221
1222 * configure.in: updates for new autoconf -- add definitions to
1223 AC_DEFINE calls, and convert occurences of LIBOBJS to AC_LIBOBJ
1224 calls.
1225
1226 * acinclude.m4: add definitions to AC_DEFINE calls for new
1227 autoconf.
1228
1229 * acconfig.h: removed -- newer autoconf doesn't like it, and now
1230 we don't need it.
1231
1232 * .cvsignore: add autom4te.cache and pre-inst-guile.
1233
dd1ed1ad
TTN
12342002-04-03 Thien-Thi Nguyen <ttn@giblet.glug.org>
1235
1236 * RELEASE: bye bye
1237
412f1928
TTN
12382002-03-31 Thien-Thi Nguyen <ttn@giblet.glug.org>
1239
1240 * Makefile.am: Update copyright.
1241 (dist-hook): Add, including related am/maintainers-dirs,
1242 surrounded by "if MAINTAINER_MODE".
1243
94478b88
TTN
1244 * TODO: bye bye
1245
ef5bdc2e
TTN
1246 * autogen.sh: Add usage comment.
1247 Add workbook specification.
1248 Add dist-files symlinking.
1249
1250 * ANON-CVS, HACKING, INSTALL, SNAPSHOTS: bye bye
1251
9b398b67
TTN
12522002-03-06 Thien-Thi Nguyen <ttn@giblet.glug.org>
1253
1254 * guile-tools.in: Handle "--source" option.
1255
eb8aea9b
TTN
12562002-03-04 Thien-Thi Nguyen <ttn@giblet.glug.org>
1257
2d78a1c5
TTN
1258 * configure.in (top_srcdir_absolute): New AC_SUBST var.
1259
7ca15449
TTN
1260 * pre-inst-guile.in, check-guile.in (top_srcdir):
1261 Use `top_srcdir_absolute' AC_SUBST var.
2d78a1c5 1262
eb8aea9b
TTN
1263 * pre-inst-guile.in (top_srcdir): Fix ref bug: Force absolute.
1264
5ddf900c
TTN
12652002-02-27 Thien-Thi Nguyen <ttn@giblet.glug.org>
1266
1267 * pre-inst-guile.in: Typofix; nfc.
1268
edb810bb
SJ
12692002-02-27 Stefan Jahn <stefan@lkcc.org>
1270
1271 * Makefile.am (SUBDIRS): Added the `am' directory.
1272
3ed414c8
TTN
12732002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
1274
1275 * pre-inst-guile.in: New file.
1276
1277 * pre-inst-guile, pre-inst-guile.am: bye bye
1278
1279 * configure.in (top_builddir_absolute): New AC_SUBST var.
1280 (AC_CONFIG_FILES): Add am/Makefile, pre-inst-guile.
1281 (AC_CONFIG_COMMANDS): Also chmod +x pre-inst-guile.
1282
1283 * check-guile.in (top_builddir): Use AC_SUBST var
1284 `top_builddir_absolute'.
1285 (guile): Look for pre-inst-guile in $top_builddir.
1286
1287 * Makefile.am (EXTRA_DIST): Remove pre-inst-guile,
1288 pre-inst-guile.am.
1289
46151112
RB
12902002-02-24 Rob Browning <rlb@defaultvalue.org>
1291
1292 * GUILE-VERSION: move all but guile-readline library versioning
1293 information here. guile-readline is still standalone. Bump
1294 CURRENT interfaces to 15 to allow some headroom for 1.6 release at
1295 Thi-Thien's request.
1296
1297 * configure.in: AC_SUBST the centralized shared lib versioning
1298 variables from ./GUILE-VERSION.
1299 (LIBQTHREADS_INTERFACE_CURRENT): new AC_SUBST.
1300 (LIBQTHREADS_INTERFACE_REVISION): new AC_SUBST.
1301 (LIBQTHREADS_INTERFACE_AGE): new AC_SUBST.
1302 (LIBQTHREADS_INTERFACE): new AC_SUBST.
1303 (LIBGUILE_INTERFACE_CURRENT): new AC_SUBST.
1304 (LIBGUILE_INTERFACE_REVISION): new AC_SUBST.
1305 (LIBGUILE_INTERFACE_AGE): new AC_SUBST.
1306 (LIBGUILE_INTERFACE): new AC_SUBST.
1307 (LIBGUILE_SRFI_SRFI_4_INTERFACE_CURRENT): new AC_SUBST.
1308 (LIBGUILE_SRFI_SRFI_4_INTERFACE_REVISION): new AC_SUBST.
1309 (LIBGUILE_SRFI_SRFI_4_INTERFACE_AGE): new AC_SUBST.
1310 (LIBGUILE_SRFI_SRFI_4_INTERFACE): new AC_SUBST.
1311 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_CURRENT): new AC_SUBST.
1312 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_REVISION): new AC_SUBST.
1313 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_AGE): new AC_SUBST.
1314 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE): new AC_SUBST.
1315
1316 * autogen.sh: make absolutely sure we can't have stale files from
1317 old versions lying around the libltdl dir since libtoolize
1318 doesn't. Also hack libltdl's configure.in to require autoconf 2.5
1319 so the main tree and libltdl can't get out of sync again.
1320
1321 * RELEASE: update release building instructions.
1322
3d77146f
NJ
13232002-02-21 Neil Jerram <neil@ossau.uklinux.net>
1324
1325 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Use [] rather than
1326 "" for multiword string. Thanks to Christopher Cramer for
1327 pointing this out.
1328
84b27165
MV
13292002-02-11 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1330
1331 * acconfig.h (GUILE_DEBUG_MALLOC): Refer to scm_gc_malloc, etc,
1332 instead of to scm_must_malloc.
1333
f660f92e
MV
13342002-02-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1335
1336 * Makefile.am (EXTRA_DIST): Added pre-inst-guile and
1337 pre-inst-guile.am.
1338
0187b4f4
TTN
13392002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
1340
1341 * pre-inst-guile.am, pre-inst-guile: New files.
1342
1343 * check-guile.in (srcdir): Delete var.
1344 (top_builddir, top_srcdir, guile_opts): New vars.
1345
1346 Use "set -e".
1347 No longer set LTDL_LIBRARY_PATH.
1348 Use ${top_srcdir}/pre-inst-guile instead of libguile/guile.
1349
1350 * configure.in (libguile/guile-snarf-docs-texi): Remove
1351 from `AC_CONFIG_FILES' and `AC_CONFIG_COMMANDS'.
1352
77bf05e0 1353 * check-guile.in (top_builddir): Fix bug: Use cwd.
02f07e2b
TTN
1354 (TEST_SUITE_DIR): Fix bug: Use `top_srcdir'.
1355 (GUILE_LOAD_PATH): No longer include $top_srcdir.
1356
1357 * pre-inst-guile: Fix bug: Use ":" in `case' pattern to prevent
1358 prefix aliasing.
77bf05e0 1359
1fa86ca5
SJ
13602002-01-31 Stefan Jahn <stefan@lkcc.org>
1361
1362 * configure.in: Add -DLIBLTDL_DLL_IMPORT to INCLTDL when using
1363 `libltdl.dll'.
1364
af68e5e5
SJ
13652002-01-28 Stefan Jahn <stefan@lkcc.org>
1366
0187b4f4 1367 * configure.in (guile_cv_have_uint32_t): Look also in
af68e5e5
SJ
1368 `stdint.h' for uint32_t.
1369
3d1a89b9
NJ
13702002-01-13 Neil Jerram <neil@ossau.uklinux.net>
1371
1372 * Makefile.am (SUBDIRS): Added lang.
1373
1374 * configure.in (AC_CONFIG_FILES): Added Makefiles in lang,
1375 lang/elisp, lang/elisp/internals and lang/elisp/primitives.
1376
13772002-01-11 Neil Jerram <neil@ossau.uklinux.net>
1378
1379 * acconfig.h (SCM_ENABLE_ELISP): New conditional.
1380
1381 * configure.in (SCM_ENABLE_ELISP): Define this conditional (or
1382 not) according to absence (or presence) of `--disable-elisp'
1383 in the configure args.
1384
f00eb43f
DH
13852001-12-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
1386
1387 * TODO: Added two items.
1388
5dc64f64
MV
13892001-12-26 Marius Vollmer <mvo@zagadka.ping.de>
1390
1391 * configure.in (HAVE_MAKEINFO): Check for the makeinfo program and
1392 set this conditional accordingly.
0187b4f4 1393
6d852be3
TTN
13942001-12-01 Thien-Thi Nguyen <ttn@giblet.glug.org>
1395
1396 * README: Fix virulent typo.
1397
53c594fc
MV
13982001-11-25 Marius Vollmer <mvo@zagadka.ping.de>
1399
6d852be3 1400 * acconfig.h (HAVE_INLINE): Added template.
53c594fc
MV
1401 * configure.in (HAVE_INLINE): Define it when the compiler supports
1402 inline functions.
1403
6d852be3 1404 * libguile.h: Include "libguile/inline.h".
53c594fc 1405
a5dc23a7
GH
14062001-11-22 Gary Houston <ghouston@arglist.com>
1407
1408 * HACKING: Modified the Hacking It Yourself section. Removed the
1409 version numbers from the tools.
a5df04d5 1410 HACKING, README, ANON-CVS: updates.
a5dc23a7 1411
73edb48a
GH
14122001-11-21 Gary Houston <ghouston@arglist.com>
1413
1414 * HACKING: Removed reference to no longer practiced * in ChangeLog
1415 convention.
1416
97f439ab
TTN
14172001-11-19 Thien-Thi Nguyen <ttn@glug.org>
1418
30bce757
TTN
1419 * BUGS (11): Set "fixed: no-need".
1420
97f439ab
TTN
1421 * TODO (write emacs/patch.el): New item, self-assigned.
1422
3faa54e7
RB
14232001-11-19 Rob Browning <rlb@defaultvalue.org>
1424
1425 * configure.in: switch to AC_LIBLTDL_INSTALLABLE so we'll use the
1426 system libltdl when it's available. Aside from the normal reasons
1427 to prefer installed shared libs, this means other apps that link
1428 with libguile and also use libltdl will be more likely to work
1429 right.
1430
ccee9ab1
TTN
14312001-11-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
1432
1433 * BUGS (4): Set "fixed: 2001-11-17 (1.7.x)".
1434
73c844bf
TTN
14352001-11-15 Thien-Thi Nguyen <ttn@glug.org>
1436
1437 * guile-tools.in: Handle command "list" specially: list scripts dir.
1438
1439 (help): Make more informative.
1440
a714e0eb
MV
14412001-11-12 Marius Vollmer <mvo@zagadka.ping.de>
1442
1443 * autogen.sh: Recurse into libltdl directory and invoke autoconf
1444 there.
1445
bca0bf8d
TTN
14462001-11-11 Thien-Thi Nguyen <ttn@glug.org>
1447
1448 * HACKING: Restrict documentation change log
1449 waiver to only apply to ChangeLog files.
1450
35656ebc
MV
14512001-11-12 Marius Vollmer <mvo@zagadka.ping.de>
1452
1453 * configure.in: Check for sizes of short, size_t, uintptr_t, and
1454 ptrdiff_t. Checking for a size also checks automatically for the
1455 existence of the type, so we don't check for the existence of
1456 uintptr_t, ptrdiff_t and long long ourselves.
1457
a0a9b9ad
TTN
14582001-11-10 Thien-Thi Nguyen <ttn@glug.org>
1459
1460 * BUGS (11): New.
1461
b4e15479
SJ
14622001-11-07 Stefan Jahn <stefan@lkcc.org>
1463
1464 * configure.in: Include `win32-socket.o' in the list of object
1465 files if networking is enabled on Win32.
1466
04bbd6ce
TTN
14672001-11-06 Thien-Thi Nguyen <ttn@glug.org>
1468
1469 * TODO (sync srfi-modules.texi): New, done.
1470
2ca222c2 1471 * BUGS (9, 10): New.
70debc22 1472
8f99e3f3
SJ
14732001-11-04 Stefan Jahn <stefan@lkcc.org>
1474
1475 * NEWS: Corrected remarks about SCM_API.
1476
1477 * configure.in: Defining USE_DLL_IMPORT definition to indicate
1478 usage of DLL import macros in `libguile/__scm.h'.
1479 (LIBOBJS): Removed `fileblocks.o' from the list of object files.
1480 Somehow Jim Blandy's patch from 1997 did not survive.
1481
257b6d40
MV
14822001-11-02 Marius Vollmer <mvo@zagadka.ping.de>
1483
1484 Support for native Win32. Thanks to Stefan Jahn!
04bbd6ce 1485
257b6d40
MV
1486 * check-guile.in: Replaced `ln -s' by `@LN_S@' to supports
1487 build systems which do not have symbolic links.
1488 * configure.in: Define AC_LIBTOOL_WIN32_DLL to build clean dlls
1489 on Win32 platforms.
04bbd6ce
TTN
1490 Checking for `ws2_32.dll', `winsock2.h', add `win32-uname.o'
1491 and `win32-dirent.o' and define extra compiler flags necessary
8f99e3f3 1492 to build clean dlls.
257b6d40
MV
1493 Check for `regcomp()' inside `-lregex'.
1494
2ad3278a
TTN
14952001-10-26 Thien-Thi Nguyen <ttn@glug.org>
1496
1497 * BUGS (7, 8): New.
1498
c95d1a2d
TTN
14992001-10-25 Thien-Thi Nguyen <ttn@glug.org>
1500
1501 * BUGS: Expand on file format description.
1502
1503 (1): Update "fixed" field.
d07db248 1504 (2, 3, 4, 5, 6): New.
c95d1a2d 1505
4f522b6f
GH
15062001-10-14 Gary Houston <ghouston@arglist.com>
1507
1508 * configure.in: include sys/types.h when testing uint32_t.
1509 thanks to Bill Schottstaedt.
1510
f84c3705
MV
15112001-10-14 Marius Vollmer <mvo@zagadka.ping.de>
1512
1513 * configure.in: Do not use an absolute path for <unistd.h> when
1514 checking for return type of usleep. Thanks to Michael Carmack.
1515
6768cfba
TTN
15162001-09-30 Thien-Thi Nguyen <ttn@glug.org>
1517
1518 * BUGS: New file.
1519 * Makefile.am (EXTRA_DIST): Add BUGS file.
1520
2cbad7d9
TTN
15212001-09-25 Thien-Thi Nguyen <ttn@glug.org>
1522
1523 * TODO: Add bugfix item to "Eventually".
1524
c13f0a90
RB
15252001-09-20 Rob Browning <rlb@defaultvalue.org>
1526
1527 * configure.in (AC_CONFIG_FILES): add libguile/version.h.
1528
15292001-09-11 Rob Browning <rlb@defaultvalue.org>
1530
1531 * RELEASE: Deleted Ian Grant and Julian Satchell's addresses from
1532 the testing list since they're no longer functional.
1533
06288138
TTN
15342001-09-04 Thien-Thi Nguyen <ttn@revel.glug.org>
1535
1536 * TODO:
1537 Use outline mode instead of text.
1538 Reword protocol explanation.
1539 Add "make error-signalling functions more consistent" to Eventually.
1540 Move some C-related GOOPS tasks to 1.8.0, take ownership.
1541
6f84677a
TTN
15422001-08-31 Thien-Thi Nguyen <ttn@revel.glug.org>
1543
1544 * HACKING (Sample GDB Initialization File): New section.
1545
1546 * TODO (1.8.0): Add "move .gdbinit" entry.
1547
8c494e99
DH
15482001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
1549
1550 * TODO: Added some points, and eliminated all done items.
1551
1552 * acconfig.h, configure.in (SCM_DEBUG_DEPRECATED,
1553 SCM_ENABLE_DEPRECATED): Renamed SCM_DEBUG_DEPRECATED to
1554 SCM_ENABLE_DEPRECATED with the logic reversed.
1555
f7c6b778
DH
15562001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
1557
1558 * libguile.h: Removed bogus comment, rearranged includes, removed
1559 deprecated definitions.
1560
8c494e99 1561 (LIBGUILEH, SCM_LIBGUILE_H): Renamed <foo>H to SCM_<foo>_H.
f7c6b778 1562
cf390da1
TTN
15632001-08-30 Thien-Thi Nguyen <ttn@revel.glug.org>
1564
1565 * HACKING: Mention libtool ./configure-regeneration requirement.
1566
fada26b2
MV
15672001-08-27 Marius Vollmer <mvo@zagadka.ping.de>
1568
1569 * check-guile.in: Do not include ".libs" in LTDL_LIBRARY_PATH,
1570 libltdl provides it itself.
1571
11ca8865
NJ
15722001-08-24 Neil Jerram <neil@ossau.uklinux.net>
1573
1574 * configure.in (AC_CONFIG_FILES): Add per-manual doc directory
1575 Makefiles.
cf390da1 1576
ab4cd34b
RB
15772001-08-15 Rob Browning <rlb@defaultvalue.org>
1578
1579 * configure.in
1580 (LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
1581 (LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
1582 (LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
1583 (LIBGUILE_INTERFACE): use libtool versioning scheme.
1584 (LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
1585 (LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
1586 (LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
1587 (LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
1588
1589 * GUILE-VERSION (GUILE_MINOR_VERSION): bump for new unstable.
1590 (GUILE_MICRO_VERSION): reset for new unstable.
1591 (LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
1592 (LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
1593 (LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
1594 (LIBGUILE_INTERFACE): use libtool versioning scheme.
1595 (LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
1596 (LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
1597 (LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
1598 (LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
1599
b754e3d1
MV
16002001-08-07 Marius Vollmer <mvo@zagadka.ping.de>
1601
1602 * Makefile.am (EXTRA_DIST, SUBDIRS): Move test-suite from
1603 EXTRA_DIST to SUBDIRS.
1604
1605 * configure.in: Added "test-suite/Makefile".
1606
c1151355
MV
16072001-08-01 Marius Vollmer <mvo@zagadka.ping.de>
1608
1609 * configure.in: Added `--disable-linuxthreads' option and do not
1610 define GUILE_PTHREAD_COMPAT nor link with -lpthread when it is
1611 given. Thanks to Cris Cramer!
1612
11057044
MV
16132001-07-23 Marius Vollmer <mvo@zagadka.ping.de>
1614
1615 * Makefile.am (SUBDIRS): Build libguile before ice-9.
1616
f3805ebb
MV
16172001-07-22 Marius Vollmer <mvo@zagadka.ping.de>
1618
1619 * configure.in: Check for "inttypes.h".
1620
e658215a
RB
16212001-07-19 Rob Browning <rlb@defaultvalue.org>
1622
1623 * configure.in: add checks for setitimer and getitimer.
1624 Add --enable-error-on-warning.
1625
c0b2936e
MG
16262001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1627
1628 * INSTALL, Makefile.am, configure.in: Updated copyright notice.
1629
8f2ecec5
TTN
16302001-07-15 Thien-Thi Nguyen <ttn@revel.glug.org>
1631
1632 * HACKING: Remove onerous authorship-info deletion clause.
1633
065509a5
KN
16342001-07-13 Keisuke Nishida <knishida@nurs.or.jp>
1635
1636 * autogen.sh: Call libtoolize with --force.
1637
d76852e3
TTN
16382001-07-10 Thien-Thi Nguyen <ttn@revel.glug.org>
1639
1640 * INSTALL: Point to HACKING for tool versions.
1641
fd6c6321
RB
16422001-07-08 Rob Browning <rlb@defaultvalue.org>
1643
04860df7
RB
1644 * TODO: updated to include relevant itemized post-1.6-RELEASE
1645 tasks that are distributable so we can check them off as they are
1646 done, and delete 1.6.0 tasks.
1647
1648 * RELEASE: add a note that the RELEASE instructions are out of
1649 date now that we're using branches.
1650
fd6c6321
RB
1651 * AUTHORS: add "many files throughout" for myself.
1652
8d123036
TTN
16532001-06-28 Thien-Thi Nguyen <ttn@revel.glug.org>
1654
1655 * README: Also mention guile-tools.
1656
1657 * README: Mention libguile-srfi-*, oop/*, scripts/* and srfi/*.
1658
32d6f999
TTN
16592001-06-27 Thien-Thi Nguyen <ttn@revel.glug.org>
1660
1661 * RELEASE: Move todo items to file TODO.
1662
1663 * TODO: Initial revision
1664
a4734913
TTN
1665 * Makefile.am (EXTRA_DIST): Add TODO.
1666
dbfadc85
TTN
1667 * HACKING: Refer to TODO and SNAPSHOTS.
1668 No longer refer to devel/tasks.text.
1669
1670 * SNAPSHOTS: Fix reference bug; recommended tool
1671 versions are in HACKING.
1672
f6b3694a
TTN
1673 * TODO: Add completion and ownership protocol to header comments.
1674
3cd085d0
TTN
1675 * RELEASE: Add TODO-processing to spiffing checklist.
1676
9c3955ff
TTN
1677 * HACKING: Update deprecation procedure to refer to TODO.
1678
17383b7c
ML
16792001-06-27 Michael Livshin <mlivshin@bigfoot.com>
1680
1681 * autogen.sh: don't run flex here.
1682
1683 * HACKING: clarify that newer versions of flex should be just
1684 fine.
1685
82893676
MG
16862001-06-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1687
1688 * HACKING, ANON-CVS: Removed mentioning of guile-doc CVS module.
1689
1690 * configure.in: Added some header and function checks.
1691
f2ae4555
NJ
16922001-06-25 Neil Jerram <neil@ossau.uklinux.net>
1693
1694 * autogen.sh: Quoting fix for `--enable-maintainer-mode'.
1695
4172703a
MV
16962001-06-25 Marius Vollmer <mvo@zagadka.ping.de>
1697
1698 * autogen.sh: Added message about what to do next. Tell them to
1699 use `--enable-maintainer-mode'.
1700
093e7da4
ML
17012001-06-25 Michael Livshin <mlivshin@bigfoot.com>
1702
1703 * HACKING: mention flex.
1704
1705 * autogen.sh: generate libguile/c-tokenize.c.
1706
6b41a313
MG
17072001-06-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1708
1709 * libguile.h: Removed inclusion of libguile/tag.h.
1710
eb6c2de8
MV
17112001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
1712
1713 * libguile.h (scm_cond_t, scm_key_t, scm_mutex_t): Only define
1714 these when using threads.
1715
4ff9f825
MV
17162001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
1717
4927dd28
MV
1718 * libguile.h: Added deprecated section with the olde type names.
1719
4ff9f825
MV
1720 * configure.in: Check for header <stdint.h>. Check for uintptr_t
1721 type. Use AC_CHECK_TYPES for this. Do not caus ptrdiff_t to be
1722 `#defined'.
1723
1724 * acconfig.h (ptrdiff_t): Removed.
1725
e01970a5
MG
17262001-06-05 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1727
1728 * configure.in: Generate examples/box-dynamic-module/Makefile.
1729
c794483c
MV
17302001-06-03 Marius Vollmer <mvo@zagadka.ping.de>
1731
1732 * configure.in (AC_CONFIG_FILES, AC_CONFIG_COMMANDS): Add
1733 guile-snarf.
1734
9454d8d5
RB
17352001-06-02 Rob Browning <rlb@cs.utexas.edu>
1736
1737 * configure.in: changes for autoconf 2.50.
1738 (AC_PREREQ): require at least autoconf 2.50.
1739 (AC_INIT): no longer takes an arg.
1740 (AC_CONFIG_SRCDIR): takes arg AC_INIT used to take.
1741 (AC_STRUCT_ST_RDEV): changed -> AC_CHECK_MEMBERS.
1742 (AC_STRUCT_ST_BLKSIZE): deprecated -> AC_CHECK_MEMBERS.
1743 (AC_STRUCT_ST_BLOCKS): use it rather than our version.
1744 (AC_CONFIG_FILES): now generated files go here, not in AC_OUTPUT.
1745 (AC_CONFIG_COMMANDS): now actions go here, not in AC_OUTPUT.
1746 (AC_OUTPUT): no longer takes args.
32d6f999 1747
9454d8d5
RB
1748 * acinclude.m4: AC_LANG not a variable now -- use __cplusplus
1749 unconditionally .
1750
114f9bab
MV
17512001-06-02 Marius Vollmer <mvo@zagadka.ping.de>
1752
1753 * configure.in: Check for mkstemp via AC_REPLACE_FUNCS. Thanks to
1754 I. N. Golubev!
1755
ee2718a9
MG
17562001-06-01 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1757
1758 * configure.in: Generate examples/box-dynamic/Makefile.
1759
2de7ddb7
MG
17602001-05-31 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1761
1762 * Makefile.am (EXTRA_DIST): New subdirectory `examples'.
1763
1764 * configure.in: Added all Makefiles in the `examples' directory to
1765 AC_OUTPUT.
1766
f501d0d4
ML
17672001-05-31 Michael Livshin <mlivshin@bigfoot.com>
1768
1769 * configure.in: generate guile-snarf-docs & guile-snarf-docs-texi.
1770 don't generate guile-snarf.awk.
1771
1772 * Makefile.am (EXTRA_DIST): add test-suite.
1773
1db81cb0
ML
17742001-05-28 Michael Livshin <mlivshin@bigfoot.com>
1775
1776 * check-guile.in: fix to be runnable when srcdir!=builddir.
1777
f3f70257
ML
17782001-05-26 Michael Livshin <mlivshin@bigfoot.com>
1779
1780 revert the controversial part of the 2001-05-23 changes
1781
1be6b49c
ML
17822001-05-23 Michael Livshin <mlivshin@bigfoot.com>
1783
1784 * configure.in: configury for SCM_[U]BITS_T, some more sizeofs.
1785 also, make sure that the integral type choosen to represent an SCM
1786 has exactly the same size as a void pointer.
1787
1788 * acconfig.h: add undefs for SCM_BITS_T, SCM_UBITS_T,
1789 SCM_SIZEOF_BITS_T, ptrdiff_t.
1790
c81ea65d
RB
17912001-05-16 Rob Browning <rlb@cs.utexas.edu>
1792
1793 * configure.in: add AC_SUBST for GUILE_MICRO_VERSION.
1794
1795 * GUILE-VERSION
1796 (GUILE_VERSION): now MAJOR.MINOR.MICRO
1797 (GUILE_MICRO_VERSION): new variable, records final revision.
1798 i.e. the 5 in 1.6.5. MINOR_VERSION is now just the middle number,
1799 i.e. the 6.
1800
887dfa7d
DH
18012001-05-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
1802
1803 * acconfig.h, configure.in: Renamed
1804 GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEPRECATED_DEFAULT.
1805
11bbab47
MV
18062001-05-15 Marius Vollmer <mvo@zagadka.ping.de>
1807
1808 * acinclude.m4: Removed copy of "libtool.m4".
1809
5cd06d5e
DH
18102001-05-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
1811
1812 * configure.in (SCM_DEBUG_DEPRECATED): Always defined.
1813
a232c19e
TTN
18142001-05-13 Thien-Thi Nguyen <ttn@revel.glug.org>
1815
928f20fb
TTN
1816 * AUTHORS (Martin Grabmueller, Thien-Thi Nguyen): Update.
1817
a232c19e
TTN
1818 * HACKING: Update copyright.
1819 Add blurb pointing to devel/tasks.text.
1820
c8750173
TTN
18212001-05-11 Thien-Thi Nguyen <ttn@revel.glug.org>
1822
1823 * check-guile.in: For SRFI testing, set and export env
1824 var `LTDL_LIBRARY_PATH'.
1825
75141eb0
NJ
18262001-05-07 Neil Jerram <neil@ossau.uklinux.net>
1827
1828 * AUTHORS: Add docs-related authorship details.
1829
c10ecc4c
MV
18302001-05-05 Marius Vollmer <mvo@zagadka.ping.de>
1831
1832 * configure.in (--enable-deprecated): Recognize "shutup" option
1833 argument and turn it into the default warning level "no".
1834
018a53a1
GH
18352001-05-05 Gary Houston <ghouston@arglist.com>
1836
1837 * acconfig.h: add HAVE_IPV6.
1838 * configure.in: check whether we can compile with IPv6 support.
1839
26f798bd
TTN
18402001-05-04 Thien-Thi Nguyen <ttn@revel.glug.org>
1841
1842 * guile-tools.in: New file.
1843
1844 * configure.in (AC_OUTPUT): Add guile-tools, and make
1845 executable.
1846
1847 * Makefile.am (bin_SCRIPTS): New var.
1848
c5316ea3
GH
18492001-05-04 Gary Houston <ghouston@arglist.com>
1850
1851 * configure.in: check whether uint32_t is defined when netdb.h
1852 is included.
1853 acconfig.h: added HAVE_UINT32_T.
1854
7440341c
MV
18552001-05-02 Marius Vollmer <mvo@zagadka.ping.de>
1856
1857 * configure.in: Added handling of `--enable-deprecated'.
1858
1859 * acconfig.h (SCM_DEBUG_DEPRECATED,
1860 GUILE_WARN_DEPRECATED_DEFAULT): Added.
1861
14a7d5f8
TTN
18622001-04-29 Thien-Thi Nguyen <ttn@revel.glug.org>
1863
1864 * Makefile.am (SUBDIRS): Add "scripts".
1865
1866 * configure.in (AC_OUTPUT): Add scripts/Makefile.
1867
7e267da1
GH
18682001-04-29 Gary Houston <ghouston@arglist.com>
1869
1870 * libguile.h: include rw.h.
1871
f2a75d81
RB
18722001-04-27 Rob Browning <rlb@cs.utexas.edu>
1873
1874 * GUILE-VERSION (GUILE_MINOR_VERSION): change to 5.0, switching to
1875 the new odd/even ustable/stable version numbering scheme.
1876 (LIBGUILEQTHREADS_MAJOR_VERSION): change to 10 to match Debian and
1877 libguile. In the future, libguile and libguileqthreads may not
1878 stay in sync. This still doesn't appear to affect
1879 libguileqthreads, but we'll fix that next.
1880
1f7a1dc9
MG
18812001-04-25 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1882
1883 * configure.in: Don't treat srfi directory specially, just create
1884 the Makefile there (thanks to Neil Jerram for the patch).
1885
6c44688a
MG
18862001-04-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1887
1888 * Makefile.am (SUBDIRS): Added `srfi'.
1889
1890 * configure.in: Added subdirectory `srfi' to build process.
1891
1892 * libguile.h: Added inclusion of `values.h'.
1893
2a0ef8b7
GH
18942001-04-22 Gary Houston <ghouston@arglist.com>
1895
1896 * configure.in: check for inet_pton and inet_ntop.
1897
67641981
GH
18982001-04-20 Gary Houston <ghouston@arglist.com>
1899
1900 * acconfig.h: include HAVE_SIN6_SCOPE_ID.
1901 * configure.in: check for sin6_scope_id in sockaddr_in6.
1902
a9d861e3
MD
19032001-04-19 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1904
1905 * RELEASE: Added deprecated macro SCM_ARRAY_CONTIGUOUS
1906
31e74a57
GH
19072001-04-17 Gary Houston <ghouston@arglist.com>
1908
1909 * configure.in: run the autoconf BIGENDIAN check.
1910
0da6608d
DH
19112001-04-12 Niibe Yutaka <gniibe@m17n.org>
1912
1913 * GUILE-VERSION (LIBGUILEQTHREADS_MAJOR_VERSION,
1914 LIBGUILEQTHREADS_MINOR_VERSION, LIBGUILEQTHREADS_REVISION_VERSION,
1915 LIBGUILEQTHREADS_VERSION): Added libguileqthreads version info.
1916
1917 * configure.in: Likewise.
1918
f22ed5a0
KN
19192001-04-11 Keisuke Nishida <kxn30@po.cwru.edu>
1920
1921 * configure.in (AC_CHECK_FUNCS): Don't check bzero.
1922 (GUILE_FUNC_DECLARED): Removed checking of bzero.
1923 Thanks to NIIBE Yutaka.
1924
f2e61fc1
MD
19252001-04-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1926
1927 * Undeprecated scm_init_oop_goopscore_module.
1928
72f1168d
TTN
19292001-03-25 Thien-Thi Nguyen <ttn@revel.glug.org>
1930
1931 * check-guile.in: Fix sh standard conformance bug: Replace
1932 "test -e" with "test -f". Thanks to Alexander Klimov.
1933
a4928305
GH
19342001-03-19 Gary Houston <ghouston@arglist.com>
1935
1936 * check-guile.in: rename $parent to $srcdir. if it's equal to "."
1937 set it to `pwd`.
1938
66301f9a
GH
1939 * check-guile.in: 16 documentation tests were failing if "make
1940 check" was run before Guile had been installed with the current
1941 --prefix. made various changes to the script so that it runs
1942 without a cd to the test-suite directory. For the -i option,
1943 don't point GUILE_LOAD_PATH to the current directory, but let it
1944 use it's own scheme library.
1945
51cfd7da
GH
19462001-03-18 Gary Houston <ghouston@arglist.com>
1947
1948 * check-guile.in: use @srcdir@ instead of @test_suite_dir@. use
1949 the current directory (build dir) not srcdir to find guile
1950 executable. otherwise "make check" doesn't work with a separate
1951 build directory. create the test log in
1952 $build_dir/check-guile.log instead of in srcdir/test-suite
1953 directory.
1954 * configure.in: don't define or substitute test_suite_dir.
1955
e9e225e5
GH
19562001-03-17 Gary Houston <ghouston@arglist.com>
1957
1958 * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,
1959 since EXTRA_DOT_DOC_FILES is redefined later. define
1960 EXTRA_DOT_X_FILES and hand it to AC_SUBST.
1961
94e6d793
MG
19622001-03-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1963
1964 * configure.in: Added header checks for crypt.h, sys/resource.h
1965 and sys/file.h, function checks for chroot, flock, getlogin,
1966 cuserid, getpriority, setpriority, getpass, sethostname,
1967 gethostname, and for crypt() in libcrypt.
1968
fff043ab
NJ
19692001-03-09 Neil Jerram <neil@ossau.uklinux.net>
1970
1971 * configure.in (htmldoc): Merge handling of `--enable-htmldoc'
1972 option from guile-doc/configure.in.
1973
d42df055
DH
19742001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
1975
1976 * libguile.h: Removed #include "libguile/dump.h".
1977
ec896089
KN
19782001-02-02 Keisuke Nishida <kxn30@po.cwru.edu>
1979
1980 * libguile.h: Added #include "libguile/dump.h".
1981
c2886a5a
MD
19822001-01-29 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1983
1984 * libguile.h: Added #include "libguile/rdelim.h".
1985
1ff7abbe
DH
19862001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
1987
1988 The following patch was sent by Thien-Thi Nguyen.
1989
1990 * check-guile.in: New file.
1991
1992 * Makefile.am: Add TESTS rule.
1993
1994 * configure.in: Add support for "make check".
1995
f0942910
DH
19962000-11-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
1997
1998 * acconfig.h: Removed bogus #ifndef. Thanks to Lars J. Aas.
1999
14f1d9fe
MD
20002000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
2001
2002 * GUILE-VERSION (LIBGUILE_MAJOR_VERSION): Incremented major
2003 version number to 10 due to the merge of GOOPS.
2004
2005 * oop: New directory.
2006
e4dba4c7
KN
20072000-09-20 Keisuke Nishida <kxn30@po.cwru.edu>
2008
467ab77e 2009 * libguile.h: #include "libguile/properties.h".
e4dba4c7 2010
45605b53
GH
20112000-09-17 Gary Houston <ghouston@arglist.com>
2012
2013 * configure.in, acconfig.h: remove the GCSE test: it doesn't seem
2014 to be reliable on all platforms.
2015
e494e76d
GH
20162000-08-18 Gary Houston <ghouston@arglist.com>
2017
2018 * acconfig.h: added BROKEN_GCSE.
2019 * configure.in: check for a gcc GCSE optimisation bug.
2020
42aae633
GH
20212000-07-31 Gary Houston <ghouston@arglist.com>
2022
2023 * acconfig.h: added HAVE_H_ERRNO
2024 * configure.in: removed some dnl'd & obsolete cygwin stuff.
2025 added a test for h_errno.
2026
f9ed377d
MD
20272000-06-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2028
2029 * Guile 1.4 released.
2030
b5074b23
MD
20312000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2032
2033 * GUILE-VERSION: Changed to work also when included by a Makefile
2034 (e.g. debian/rules). (Thanks to Karl M. Hegbloom.)
2035 (LIBGUILE_MAJOR_VERSION): Bumped to 9.
2036 (GUILE_MINOR_VERSION): Bumped to 4.
2037
f43aac9a
MD
20382000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2039
a8861fa0
MD
2040 * libguile.h: Removed #include "libguile/kw.h".
2041
9a8a1e8a
MD
2042 * Makefile.am (ACLOCAL): Define as ./guile-aclocal.sh.
2043 (The rule will cd to $(top_srcdir).)
2044
2045 * configure.in (EXTRA_DOT_DOC_FILES): Create from LIBOBJS and
2046 substitute it into libguile/Makefile.
2047
f43aac9a
MD
2048 * HACKING: Updated recommended libtool version to be 1.3.5.
2049
2050 * RELEASE: Say that we should update HACKING to reflect the
2051 versions of the tools we're using rather than README.
2052
5cb6f99c
MD
20532000-06-02 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2054
2055 * NOTES: Removed.
2056
2057 * TODO: Moved to devel/.
2058
3ff0d90a
CB
20592000-06-01 Craig Brozefsky <craig@red-bean.com>
2060
2061 * GUILE-VERSION: added defnitions for LIBGUILE_MAJOR_VERSION,
2062 LIBGUILE_MINOR_VERSION, LIBGUILE_REVISION_VERSION so that we now
2063 define libguile.so version in a well-lit place.
2064
2065 * configure.in: added AC_SUBST lines for the new LIBGUILE version
2066 variables.
72f1168d 2067
65545721
ML
20682000-06-01 Michael Livshin <mlivshin@bigfoot.com>
2069
2070 * autogen.sh: call ./guile-aclocal.sh instead of aclocal.
72f1168d 2071
65545721
ML
2072 * guile-aclocal.sh: new file, works around aclocal problems.
2073
b2728432
DH
20742000-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
2075
2076 * acconfig.h (USE_FSU_PTHREADS, USE_MIT_PTHREADS,
2077 USE_PCTHREADS_PTHREADS): Removed.
2078
7f5fa419
GH
20792000-05-01 Gary Houston <ghouston@arglist.com>
2080
2081 * Makefile.am: add include_HEADERS.
2082 libguile.h: moved from libguile directory. maybe libguile.h should
2083 be installed in $prefix/include/libguile/libguile.h instead?
2084
9764c29b
MD
20852000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2086
e415cb06
MD
2087 * qthreads.m4: Removed THREADS_CPPFLAGS.
2088
2089 * acinclude.m4: Removed qthreads macros. They are provided in
2090 qthreads.m4, so these were redundant.
2091
9764c29b
MD
2092 * acconfig.h (GUILE_DEBUG_MALLOC): New.
2093
2094 * configure.in: New --enable-debug-malloc configuration option.
2095
1978b33e
MD
20962000-03-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2097
2098 * acconfig.h (GUILE_PTHREAD_COMPAT): New config variable.
2099
2100 * configure.in: Enable workaround for COOP-linuxthreads
64e3bf6c 2101 compatibility on Linux systems.
1978b33e 2102
55a85c78
MD
21032000-03-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2104
2105 * devel: New directory. Intended to carry documentation related
2106 to Guile development (as opposed to the doc directory which
2107 contains documentation related to the use of the current Guile).
2108 This directory (devel) is not included in the Guile distribution,
2109 but is accessible via anonymous CVS.
2110
fdc7ea2d
MD
21112000-03-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2112
2113 * configure.in: Don't add iselect.o to LIBOBJS.
2114
31d8abce
MD
21152000-03-13 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2116
2117 * configure.in: Added end-tag for local variables. (Thanks to
2118 Thien-Thi Nguyen.)
2119
244fdc2f
GH
21202000-03-12 Gary Houston <ghouston@arglist.com>
2121
2122 * README (Guile Documentation, About This Distribution): updated.
2123
f3b5e185
MD
21242000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2125
2126 * configure.in (ac_cv_struct_timespec): Added test for struct
2127 timespec.
2128
2129 * acconfig.h (HAVE_STRUCT_TIMESPEC): Added.
2130
3a721413
MV
21312000-01-25 Marius Vollmer <mvo@zagadka.ping.de>
2132
2133 * autogen.sh: Call libtoolize. Pass --add-missing option to
2134 automake. Do not decent into libltdl directory. The libltdl
2135 directory is now populated by libtoolize and does not need any
2136 further autogeneration.
2137
d831b039
GH
21382000-01-23 Gary Houston <ghouston@arglist.com>
2139
2140 * configure.in: check for fchown.
2141
a0a7b83b
MD
2142Tue Jan 18 12:55:15 2000 Mikael Djurfeldt <mdj@r11n07-s.pdc.kth.se>
2143
2144 * acinclude.m4 (AC_LIBLTDL_CONVENIENCE): Add $(top_srcdir)/libltdl
2145 instead of $(top_builddir)/libltdl to includepath.
2146
56cfe22b
MD
21472000-01-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2148
2149 * emacs: New subdirectory for elisp tools.
2150
657fcb5a
MV
21512000-01-15 Marius Vollmer <mvo@zagadka.ping.de>
2152
2153 * README, HACKING: Moved "Hacking it yourself" section from README
2154 to HACKING. Updated recommended libtool version to be 1.3.4.
2155
dc914156
GH
21562000-01-14 Gary Houston <ghouston@arglist.com>
2157
2158 * configure.in: needs to have --disable-networking, not
2159 --disable-net.
2160
fb4956c9
MD
21612000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2162
2163 * libltdl/acconfig.h: New file: Needed by autogen.sh.
2164
88423ab1
GB
2165Tue Jan 11 13:42:35 2000 Greg J. Badros <gjb@cs.washington.edu>
2166
2167 * autogen.sh: Added messages as we run autogen in subdirectories.
2168
2169 * configure.in: Output libugile/guile-func-name-check script, and
72f1168d 2170 chmod +x it.
88423ab1 2171
0d90b76d
MV
21722000-01-11 Marius Vollmer <mvo@zagadka.ping.de>
2173
2174 * libltdl/autogen.sh: New file.
2175 * autogen.sh: Invoke libltdl/autogen.sh.
2176
21772000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
2178
2179 Finally applied the libltdl patch from Thomas Tanner, with slight
2180 modifications. All code copied from the libtool package is from
2181 libtool-1.3.4.
2182
2183 * configure.in: Make "--with-modules=yes" the default. Do not
2184 clear INCLTDL, LIBLTDL prior to processing "--with-modules".
72f1168d 2185
0d90b76d
MV
2186 1999-07-25 Thomas Tanner <tanner@ffii.org>
2187
2188 * Makefile.am: add libltdl to SUBDIRS, automake automatically
2189 includes ltconfig, ltmain.sh and acconfig.h in EXTRA_DIST
2190 * acinclude.m4: remove GUILE_DLSYM_USCORE, add libtool.m4
2191 (no need to install libtool any more)
2192 * configure.in: replace --enable-dynamic-linking with
2193 --with-modules, required modules can be specified using
2194 --with-modules="/path/to/mod.la" and will be linked
2195 statically on platforms that don't support dynamic loading,
2196 configure libltdl, configure libtool for dlopening
2197 * libltdl: added using libtoolize -c --ltdl
2198
38c1d3c4
GH
21992000-01-09 Gary Houston <ghouston@arglist.com>
2200
2201 * configure.in: check whether localtime caches TZ. copied from
2202 Emacs 20.5.
2203 * acconfig.h: add LOCALTIME_CACHE.
2204
dceef6be
GB
2205Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
2206
2207 * configure.in: Make it be guile-snarf.awk, since we'll be
2208 switching names for guile-doc-snarf. (I wouldn't have changed
2209 this, but I was getting ready to commit this way when the below
2210 change was committed).
2211
763a6716
MD
22121999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2213
2214 * configure.in: Create guile-doc-snarf.awk.
2215
6aca8c6c
GB
22161999-12-12 Greg J. Badros <gjb@cs.washington.edu>
2217
72f1168d 2218 * configure.in: Create guile-doc-snarf, chmod +x that script after
6aca8c6c
GB
2219 AC_OUTPUTted.
2220
22211999-12-10 Greg J. Badros <gjb@cs.washington.edu>
6e706938
GB
2222
2223 * NEWS: More complete description for --enable-debug-freelist.
2224
aee8ca3f
GH
22251999-12-09 Gary Houston <ghouston@freewire.co.uk>
2226
2227 * configure.in (CFLAGS): don't add -Wpointer-arith, since it
2228 causes numerous spurious warnings with recent gcc and/or glibc
2229 versions.
2230
afe5177e
GH
22311999-11-19 Gary Houston <ghouston@freewire.co.uk>
2232
2233 * acconfig.h: add HAVE_ARRAYS.
2234
2235 * configure.in: add --disable-arrays option, probably temporary.
2236
5c11cc9d
GH
22371999-11-17 Gary Houston <ghouston@freewire.co.uk>
2238
2239 * configure.in: check for hstrerror.
2240
5d94b2fe
JB
22411999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
2242
e8ff4648
JB
2243 * autogen.sh: Don't call autoreconf at all; it's not reliable.
2244 Instead, call the various tools explicitly. Invoke
2245 guile-readline's autogen.sh script.
0cbedb5b
JB
2246
2247 Straighten up the situation regarding guile.m4 and qthreads.m4.
72f1168d 2248
0cbedb5b
JB
2249 We can't have .m4 files which are installed where aclocal can
2250 see them, but also used by guile's own configure.in, because
2251 aclocal will read both copies, complain about duplicate macro
2252 definitions, and refuse to generate aclocal.m4 at all. This
2253 happens if you invoke it as `aclocal -I .', as autoreconf does.
2254 This is probably a flaw in the autotools, but Guile doesn't need
2255 that flaw fixed immediately.
2256
2257 guile.m4 is intended for use by people linking against guile, so
2258 it needs to be installed. But Guile itself doesn't use it. So
2259 move guile.m4 into guile-config. That makes sense, since
2260 guile.m4's GUILE_FLAGS macro is just an easy way to call
2261 guile-config.
2262
2263 qthreads.m4 is indented to help configure a qthreads tree. It's
2264 only useful to a package which actually includes a qthreads tree,
2265 and it's intimately related to that tree, so it's not useful to
2266 install this. So don't install it.
2267
2268 * guile.m4: Moved to guile-config.
2269 * Makefile.am (aclocaldir, aclocal_DATA): Delete.
2270 (EXTRA_DIST): Move qthreads.m4 here.
2271
5d94b2fe
JB
2272 Don't store generated files in the repository any more. Instead,
2273 require people to run autogen.sh on trees from snapshots and CVS.
0cbedb5b 2274 * Makefile.in, aclocal.m4, configure: Deleted.
5d94b2fe
JB
2275 * autogen.sh: New file.
2276 * ANON-CVS, SNAPSHOTS: Updated instructions.
2277
dc4d930b
JB
22781999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
2279
2280 * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
2281
6e706938 22821999-09-27 Greg J. Badros <gjb@cs.washington.edu>
15526538
GB
2283
2284 * configure.in: Added --enable-debug-freelist option.
2285
fca7547b 2286 * acconfig.h: Added GUILE_DEBUG_FREELIST.
15526538 2287
52cfc69b
GH
22881999-09-23 Gary Houston <ghouston@freewire.co.uk>
2289
2290 * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
2291 FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
2292
2293 * configure.in: new options --disable-posix, --disable-net
2294 and --disable-regex
2295 export HAVE_POSIX and HAVE_NETWORKING definitions.
2296 don't add regex-posix.o to LIBOBJS if regex disabled.
2297
2298 LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
2299 conditionally.
2300
bab4e1cc
JB
23011999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
2302
2303 * Guile 1.3.4 released.
2304
fc97c626
JB
23051999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
2306
2307 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
2308 libtool knows how to get ANSI C behavior from the compiler.
2309 * configure: Regenerated.
2310
7ee92fce
GH
23111999-09-20 Gary Houston <ghouston@freewire.co.uk>
2312
2313 * configure.in: check availability of siginterrupt.
2314
08b8c694
GH
23151999-09-18 Gary Houston <ghouston@freewire.co.uk>
2316
2317 * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
2318 testing for SA_RESTART.
2319
7cdbcc7d
MD
23201999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
2321
2322 * configure.in: Removed ice-9/version.scm from AC_OUTPUT.
2323
e1f20ec6
JB
23241999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
2325
2326 * configure.in (GUILE_STAMP): Don't set this variable, or
2327 substitute it into anything. Full explanation in ice-9/ChangeLog.
2328 * configure, Makefile.in: Regenerated.
72f1168d 2329
ffe70f9c
JB
23301999-09-06 James Blandy <jimb@mule.m17n.org>
2331
2332 Propagate the changes of 2 Sept the rest of the way through.
2333 * configure: Regenerated.
2334 * Makefile.in: Regenerated. Not sure why this diff is so big.
2335
e127c348
JB
23361999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
2337
2338 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
2339 variable name. (Thanks to Bill Schottstaedt.)
9918cf63 2340 * aclocal.m4: Regenerated.
e127c348 2341
655f19ab
MD
23421999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
2343
2344 * configure.in: Test for presence of function on_exit.
2345
b074884f
JB
23461999-09-01 James Blandy <jimb@mule.m17n.org>
2347
2348 * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
2349 the system doesn't have memmove. Don't test for memmove and bcopy
2350 with AC_CHECK_FUNCS.
2351 * configure: Regenerated.
2352
a7098335
MD
23531999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
2354
2355 * configure.in: Test for atexit.
2356
9a26d6f9
MD
23571999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2358
b030b39b
MD
2359 * acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
2360
9a26d6f9
MD
2361 * configure.in: Test for presence of S_ISLNK in sys/stat.h.
2362 (Thanks to Bernard Urban.)
2363 Test for memmove and bcopy. (Thanks to
a7098335 2364 suzukis@file.phys.tohoku.ac.jp.)
9a26d6f9
MD
2365
2366 * acconfig.h: Added HAVE_S_ISLNK.
2367
a05cba61
JB
23681999-08-20 James Blandy <jimb@mule.m17n.org>
2369
0a852b94
JB
2370 * Guile 1.3.2 released.
2371
a05cba61
JB
2372 * Makefile.in: Regenerated.
2373
f29f2933
MD
23741999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2375
2376 * README, config.guess, config.sub, liconfig, ltmain.sh: Switched
2377 to libtool-1.3.3.
2378
0e8a8468
MV
23791999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
2380
2381 Added guile-readline subdirectory with the removed readline
2382 support.
2383 * guile-readline: New directory, see ChangeLog there.
2384 * configure.in: Cause configure to descend into guile-readline
2385 dir.
2386 * Makefile.am: Likewise for make.
2387 * NEWS: Explain how to activate the readline support.
2388 * configure, Makefile.in: Regenerated.
72f1168d 2389
3144e1a9
JB
23901999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
2391
9a5fa6e9 2392 Fixes for EMX from Mikael Ståldal.
3144e1a9
JB
2393
2394 * configure.in: Check for <io.h>.
2395 * configure: Regenerated.
2396
ed3db6ef
JB
23971999-07-18 Jim Blandy <jimb@savonarola.red-bean.com>
2398
2399 * qthreads.m4 (QTHREADS_CONFIGURE): 'alpha' in a configuration
2400 name can have suffixes, like alphaev56-unknown-linux-gnu.
2401 * aclocal.m4, configure: Rebuilt.
2402 (Thanks to Sebastien Villemot.)
2403
6c951427
GH
24041999-07-04 Gary Houston <ghouston@easynet.co.uk>
2405
2406 * configure.in: don't check for ways to violate stdio abstraction.
2407
8f65bd96
JB
24081999-05-02 Jim Blandy <jimb@savonarola.red-bean.com>
2409
2410 * configure.in (AC_CHECK_FUNCS): Fill in list of functions that
2411 libguile/net_db.h wants to use. (Add setprotoent, setservent.)
2412
ef0615e4
JB
24131999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
2414
2415 Remove all automatic readline support, to avoid copyright
2416 confusion.
2417 * INSTALL: Update text.
2418 * NEWS: Explain the situation.
2419 * configure.in: Remove configury for readline and its supporting
2420 libraries.
2421 * configure: Regenerated.
2422
2423 * README: Change URL's for automake and autoconf.
2424
cceae55d
JB
2425 * Makefile.in, configure: Regenerated with autoconf 2.13, automake
2426 1.4, libtool 1.2f (1.385 1999/03/15 17:24:54). I've upgraded to
2427 all the right tools, according to README, but I'm still getting
2428 different results than Mikael is. Hmm.
72f1168d 2429
644f058c
MD
24301999-03-22 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2431
2432 * New libtool: 1.2f
2433 * ltmain.sh, ltconfig, config.guess, config.sub: New versions.
2434 * README: Mention new version number of libtool.
2435
f5449843
MD
24361999-03-04 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2437
2438 New automake: 1.4
2439 * config.guess, config.sub, install-sh, mdate-sh, missing,
2440 mkinstalldirs: New versions.
2441 * Makefile.in, aclocal.m4, configure: Regenerated.
2442 * README: Mention new version numbers on autoconf and automake.
2443
deaceb4e
JB
24441999-02-12 Jim Blandy <jimb@savonarola.red-bean.com>
2445
2446 * configure.in: Add --with-readline flag.
2447 * configure: Rebuilt.
2448
08394899
MS
24491999-02-09 Maciej Stachowiak <mstachow@alum.mit.edu>
2450
2451 * NEWS: Added entry for optargs module.
2452
0d76bcec
JB
24531999-02-06 Jim Blandy <jimb@zwingli.cygnus.com>
2454
2455 * configure: Regenerated using autoconf 2.12.
2456
500c912f
MD
24571999-01-26 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2458
2459 * configure.in: Removed test AC_C_BIGENDIAN. (This test was
2460 considered to encourage bad coding style.)
2461
6bcb5a82
MD
24621999-01-21 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2463
2464 * configure.in: Added test AC_C_BIGENDIAN.
2465
f7677ff2
JB
24661999-01-11 Jim Blandy <jimb@zwingli.cygnus.com>
2467
2468 * configure.in: Remove quotes around ac_cv_lib_readline_main and
2469 ac_cv_var_rl_getc_function. They should both always be set to
2470 non-null values; this way, we get error messages.
2471 * configure: Regenerated.
2472
5f371877
JB
24731999-01-10 Jim Blandy <jimb@savonarola.red-bean.com>
2474
2475 * configure.in: Cite the variable ac_cv_lib_readline_main, not
2476 ac_cv_lib_readline_readline; the latter isn't set any more, since
2477 we look for 'main' in libreadline now. Add quotes around
2478 reference to the variable references, too, so this will work even
2479 when a variable's value is the empty string.
2480 * configure: Regenerated.
2481
c505a52f
MD
24821999-01-07 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2483
2484 * acconfig.h: Added HAVE_LONG_LONGS.
2485
2486 * configure.in: Added AC_CHECK_SIZEOF(long), AC_CHECK_SIZEOF(int);
2487 Added check for long longs.
2488
333a4791
JB
24891998-12-14 Jim Blandy <jimb@zwingli.cygnus.com>
2490
2491 * configure.in: Check for tgoto in ncurses, then termcap.
2492 S.u.S.E. Linux doesn't have a termcap. (Thanks to Karl
2493 Eichwalder.)
2494 * configure: Regenerated.
2495
cc720f64
JB
24961998-10-24 Jim Blandy <jimb@zwingli.cygnus.com>
2497
2498 * configure.in: Call AM_PROG_CC_STDC, to see what flags we should
2499 pass the compiler to make it support ANSI. (Thanks to Bernard
2500 Urban.)
2501 * aclocal.m4, configure: Regenerated.
2502
d818fdb4
JB
25031998-10-20 Jim Blandy <jimb@zwingli.cygnus.com>
2504
2505 * Guile 1.3 released.
2506
1f6fe22a
JB
25071998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
2508
2509 * GUILE-VERSION: Bump to 1.3.
2510
2511 * Makefile.am (EXTRA_DIST): Don't omit ANON-CVS and SNAPSHOTS.
2512 * Makefile.in: Regenerated.
2513
3e66cf9f
JB
25141998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
2515
2516 * qthreads.m4 (QTHREADS_CONFIGURE): On NetBSD, pass through a flag
2517 to the Makefile which explicitly tells it to pass assembly files
d509e5f6 2518 through the preprocessor. (Thanks to Perry Metzger.)
3e66cf9f
JB
2519 * aclocal.m4, configure, Makefile.in: Regenerated.
2520
eebc12c6
JB
25211998-10-14 Jim Blandy <jimb@zwingli.cygnus.com>
2522
a437d8a2
JB
2523 * configure.in: Define SCM_SINGLES whenever a float can fit in a
2524 long, not only when a float is the same size as a long. This gets
2525 us SCM_SINGLES defined on alphas. (Thanks to Clark McGrew.)
2526 * configure: Regenerated.
2527
2528 * configure.in: Construct libguile/versiondat.h here; see
2529 log entry in libguile/ChangeLog for details.
2530 * configure: Regenerated.
2531
cd6c612a
JB
2532 * configure.in: Allow tabs and whitespace between `void' and
2533 `usleep'. (Thanks to Harvey J. Stein.)
2534 * configure: Regenerated.
2535
eebc12c6
JB
2536 Don't redefine sleep/usleep.
2537 * configure.in: Remove tests for usleep's argument type; we only
2538 need that if we're going to replace it.
cd6c612a 2539
eebc12c6
JB
2540 * acconfig.h (USLEEP_ARG_TYPE): Delete. All the other SLEEP
2541 garbage is needed just to use usleep and sleep without compiler
2542 warnings.
2543 * configure: Regenerated.
2544
cb9728ed
JB
25451998-10-12 Jim Blandy <jimb@zwingli.cygnus.com>
2546
2547 * configure: Regenerated.
72f1168d 2548
cb9728ed
JB
2549 * configure.in (GUILE_FUNC_DECLARED): Name the cache variables
2550 starting with guile_cv_; ac_cv_ is autoconf's namespace.
2551
2552 The type of the argument to usleep varies from system to system,
2553 as does the return type. We really shouldn't be redefining usleep
2554 at all, but I don't have time to clean that up before the 1.3
2555 release. It's on the schedule for afterwards.
2556 * configure.in: Cache results from usleep return value test.
2557 Test for the type of the usleep argument, and cache that too.
2558 * acconfig.h (USLEEP_ARG_TYPE): New macro.
2559
81aef0ba
JB
25601998-10-11 Jim Blandy <jimb@zwingli.cygnus.com>
2561
2562 * acconfig.h (HAVE_RL_GETC_FUNCTION): Fix this entry.
2563
17f8d40c
JB
25641998-10-10 Jim Blandy <jimb@zwingli.cygnus.com>
2565
216d3a1e
JB
2566 * GUILE-VERSION: bump to 1.2.91, since we're doing snapshots again.
2567
17f8d40c
JB
2568 * Guile 1.2.90 released --- beta.
2569 * GUILE-VERSION: Set to 1.2.90. This would appear to be a
2570 regression from 1.3a, but everyone knows that the next release is
2571 1.3, I want to switch to a more coherent version numbering system,
2572 and now is the time.
72f1168d 2573
1ee7c452
JB
25741998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
2575
2576 * configure.in: Call AC_C_INLINE, so we can use inline happily in
72f1168d 2577 libguile.
1ee7c452
JB
2578 * configure: Regenerated.
2579
8aa5c148
JB
25801998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
2581
59027c18
JB
2582 * configure.in: Don't forget to #define HAVE_RL_GETC_FUNCTION if
2583 we do find the rl_getc_function variable in the readline library;
2584 AC_CHECK_FUNCS used to do this for us, but we're not using it any
2585 more.
13af3048 2586 * acconfig.h: Add an entry for HAVE_RL_GETC_FUNCTION.
59027c18
JB
2587
2588 * configure.in: Properly test for the presence of rl_getc_function;
2589 it's a variable, not a function.
2590 * configure: Regenerated.
2591
2f2cef71
JB
2592 * doc: New subdirectory.
2593 * Makefile.am (SUBDIRS): List it.
2594 * configure.in (AC_OUTPUT): Build its Makefile.
2595 * configure, Makefile.in: Regenerated.
2596
8aa5c148
JB
2597 * guile.m4 (GUILE_FLAGS): New macro.
2598
2599 * guile.m4 (AM_INIT_GUILE_MODULE): Deleted; it doesn't do anything
2600 terribly helpful any more, nobody's using it, and this is not
2601 really the way I want to handle modules anyway.
2602
2adfe1c0
JB
26031998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
2604
48ca6468
JB
2605 * configure.in (FD_SETTER, FILE_CNT_GPTR): New cases for SCO's
2606 stdio implementation. (Thanks to David Tillman.)
2607 * configure: Rebuilt.
72f1168d 2608
2adfe1c0
JB
2609 * guile-config: Renamed from `build'.
2610 * Makefile.am (SUBDIRS): Mention `guile-config', not `build'.
2611 * configure.in: Create `guile-config/Makefile.in', not
2612 `build/Makefile.in'. Doc fix, too.
48ca6468 2613
2adfe1c0
JB
2614 * qthreads.m4: Doc fix.
2615 * Makefile.in, aclocal.m4, configure: Regeneranegerederadea.
2616
83d1c666
JB
26171998-10-03 <jimb@savonarola.red-bean.com>
2618
0553d3a2
JB
2619 * configure.in: Check for a missing `sleep' declaration.
2620 * acconfig.h (MISSING_SLEEP_DECL): Provide some text for this.
2621 * configure: Regenerated.
2622
83d1c666
JB
2623 * configure.in: Don't use the canonical host name to decide
2624 whether `bzero' and `usleep' have declarations --- that's going
2625 back to the bad old days before autoconf. Remove the call to
2626 AC_CANONICAL_HOST and the subsequent case statement.
2627 (GUILE_FUNC_DECLARED): New m4 macro. Use it to check for
2628 declarations for `bzero', `usleep', and (new!) `strptime'.
2629 * acconfig.h: (DECLARE_BZERO, DECLARE_USLEEP): Removed.
2630 (MISSING_BZERO_DECL, MISSING_USLEEP_DECL, MISSING_STRPTIME_DECL):
2631 Added. I think this naming convention is more consistent with the
2632 rest of autoconf; names generally describes the system, not what
2633 the package should do to accomodate the system.
2634 * configure: Regenerated.
2635
2d2c87e1
JB
26361998-09-05 Jim Blandy <jimb@zwingli.cygnus.com>
2637
2638 * configure.in: Remove --disable-debug option. The debugging
2639 support is pretty stable now, and it's confusing people.
2640 * configure: Regenerated.
2641
2642 * HACKING: Remove -Wstrict-prototypes from the list of requested
2643 flags (to match 1998-07-30 change).
2644
6dd78771
JB
26451998-07-30 Jim Blandy <jimb@zwingli.cygnus.com>
2646
2647 * configure.in: Don't use -Wstrict-prototypes after all.
2648 * configure: Regenerated.
2649
1f5ae2fd
JB
26501998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
2651
4ac31e8d
JB
2652 * configure.in: Request more warnings.
2653 * configure: Regenerated.
2654 * HACKING: Ask people not to make changes that introduce those
2655 warnings. Now I have to go through the code and actually bring it
2656 up to standards... :(
2657
0dcbc17a
JB
2658 * Makefile.in, aclocal.m4, configure: Regenerated using the last
2659 public version of automake, not the hacked Cygnus version.
2660 * config.guess, config.sub, ltconfig, ltmain.sh: New versions from
2661 libtool.
72f1168d 2662
1f5ae2fd
JB
2663 * configure.in, qthreads.m4: Display a message about how the
2664 threads configuration went.
2665 * aclocal.m4, configure: Regenerated.
72f1168d 2666
3357ab66
JB
26671998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
2668
1f5ae2fd
JB
2669 Remove the TOTORO kludge. We're not doing snapshots any more, so
2670 totoro is completely uninvolved. (Poor Totoro!)
2671 * configure.in: Remove code to check the hostname and #define
2672 TOTORO.
2673 * acconfig.h: Remove comments for TOTORO symbol.
2674 * configure, Makefile.in: Regenerated.
2675
3357ab66
JB
2676 * qthreads.m4 (QTHREADS_CONFIGURE): We *can* use AC_REQUIRE here
2677 to get AC_PROG_LN_S.
2678 * aclocal.m4, configure: Regenerated.
2679
e99cbcd6
JB
26801998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
2681
2682 Clean up thread configuration.
2683 * qthreads.m4: New file, which knows how to configure the qthreads
2684 library.
2685 * configure.in: Replace all thread package selection code. Do the
2686 --with-threads argument processing here. Enable the appropriate
2687 thread interface files in libguile. Remove all qthreads
2688 configuration code; call QTHREADS_CONFIGURE instead. Set
2689 GUILE_LIBS using the info provided by QTHREADS_CONFIGURE.
2690 * threads.m4: Removed; not used any more.
2691 * Makefile.am (aclocal_DATA): Mention qthreads.m4, not threads.m4.
2692 * Makefile.in, aclocal.m4, configure: Rgnrtd. (Sv th vwls!)
2693 Note that these were regenerated with the tools available from
2694 Cygnus's source tree, which have patches not available to the
2695 general public. I'm not sure this was a good idea; feel free to
2696 revert them to the latest released versions of the tools.
2697
2698 Upgrade to the version of libtool available at Cygnus. See note
2699 above.
2700 * config.guess, config.sub, ltconfig, ltmain.sh: Upgraded.
2701
5ef81022
MD
27021998-07-12 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2703
2704 * configure.in: Changed variable HOSTNAME --> PROG_HOSTNAME in
2705 totoro kludge.
2706
212d45b8
MD
2707Sat Jul 11 21:54:29 1998 Mikael Djurfeldt <mdj@totoro.red-bean.com>
2708
2709 * acconfig.h, configure.in: Define TOTORO if configuring on
2710 totoro.red-bean.com.
2711
2712 * configure.in: Check for strdup.
2713
7e0fee6e
MD
27141998-05-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2715
2716 * configure.in: Check for rl_cleanup_after_signal.
2717
dd07fb66
MD
27181998-05-11 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2719
2720 * configure.in: Added test for rl_getc_function. Warn if
2721 libreadline is found but not this function.
2722
4c787b52
MD
27231998-05-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2724
2725 * configure.in: Replaced some AC_CHECK_FUNC --> AC_CHECK_FUNCS so
2726 that suitable HAVE_<function name> symbols get defined.
2727
0935d604
MD
27281998-04-25 Mikael Djurfeldt <mdj@kenneth>
2729
2730 * configure.in: Define USLEEP_RETURNS_VOID on some systems.
2c36126d 2731 (Thanks to Julian Satchell.)
0935d604 2732
64e121dc
MD
27331998-04-20 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2734
2735 * configure.in: Check for usleep; Define DECLARE_BZERO and
2736 DECLARE_USLEEP on Solaris 2.5 since it supplies those functions
2737 without declaring them.
2738
2739 * acconfig.h: Added DECLARE_BZERO, DECLARE_USLEEP
2740
26c41b99
MD
27411998-04-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2742
2743 * configure.in: Define HAVE_DLOPEN also when HAVE_LIBDL is
2744 defined.
2745
3822dd61
MD
27461998-04-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2747
2748 * configure.in (GUILE_LIBS): New variable. Contains libraries
2749 which libguile needs to be linked with. Substituted into
2750 libpath.h.
2751
2752 * threads.m4 (threads_package): Don't add $LDFLAGS and $LIBS to
2753 $cy_cv_threads_libs.
2754
5798fd97
MD
27551998-04-11 Mikael Djurfeldt <mdj@kenneth>
2756
2757 New libtool: 1.2
2758 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
2759 New automake: 1.3
2760 * Makefile.in, aclocal.m4, configure: Regenerated.
2761 * README: Mention new version numbers on libtool and automake.
2762
848f2a01
TP
27631997-12-11 Tim Pierce <twp@skepsis.com>
2764
2765 * HACKING: Note that SSH is mandatory for CVS access.
2766
341eaef0
GH
2767Sun Dec 7 06:11:24 1997 Gary Houston <ghouston@actrix.gen.nz>
2768
2769 * README: using Automake 1.2d
2770 * configure.in: AC_CHECK_FUNCS: add "system".
2771
c06768c8
TP
27721997-12-01 Tim Pierce <twp@skepsis.com>
2773
2774 * acconfig.h: Add USCORE.
2775
933a7411
MD
27761997-11-27 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2777
2778 * configure.in: Added code to enable GUILE_ISELECT on systems
2779 which have the necessary functions (gettimeofday, select).
2780
2781 * acconfig.h: Added GUILE_ISELECT.
2782
774b7f22
TP
27831997-11-24 Tim Pierce <twp@twp.tezcat.com>
2784
2785 * acinclude.m4: Assume dlsym does not add underscore if
2786 cross-compiling.
2787 * aclocal.m4, configure: Regenderated.
2788
2a0d7176
TP
27891997-11-21 Tim Pierce <twp@twp.tezcat.com>
2790
2791 * acinclude.m4 (GUILE_DLSYM_USCORE): New macro, thanks Dan Hagerty
2792 <hag@ai.mit.edu>.
2793 * configure.in: Use it.
2794 * configure: Regenerated.
2795 * acconfig.h (DLSYM_ADDS_USCORE): New #define.
72f1168d 2796
1ad2d179
MD
27971997-10-26 Mikael Djurfeldt <mdj@nada.kth.se>
2798
2799 * README (libtool): Tell people to use version 1.0e.
2800
83531e61
JB
2801Sat Oct 25 02:50:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
2802
2803 Call the QuickThreads library libqthreads.a, not libqt.a. The old
2804 name conflicts with the Qt user interface toolkit.
2805 * threads.m4 (CY_AC_WITH_THREADS): Use new library name.
2806 * configure.in: Same.
2807 * aclocal.m4, configure: Regenerated.
2808
2e368582
JB
2809Thu Oct 23 00:58:06 1997 Jim Blandy <jimb@totoro.red-bean.com>
2810
2811 * configure.in: Check for the readline library, and the termcap
2812 library (on which readline relies).
2813 * configure: Regenerated.
2814
2815Wed Oct 22 16:55:57 1997 Jim Blandy <jimb@totoro.red-bean.com>
2816
2817 New libtool: 1.0e
2818 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
2819 * configure, aclocal.m4: Regenerated.
2820
cd721def
MV
28211997-10-02 Marius Vollmer <mvo@zagadka.ping.de>
2822
2823 Make dynamic linking work on Dec Unix. (Thanks to Clark McGrew)
2824 * configure.in: Check whether dlopen can be found without -ldl.
2825
5aa28c1e
JB
2826Mon Sep 29 23:52:52 1997 Jim Blandy <jimb@totoro.red-bean.com>
2827
2828 * Makefile.in: Regenerated with automake 1.2c.
2829
9ba3d403
JB
2830Sat Sep 27 23:01:58 1997 Jim Blandy <jimb@totoro.red-bean.com>
2831
2832 * Makefile.am: Add new `build' subdirectory to SUBDIRS.
2833 * configure.in: Add build/Makefile to AC_OUTPUT clause.
2834 * Makefile.in, configure: Regenerated.
2835
2836 * Makefile.in, aclocal.m4: Regenerated with automake 1.2a.
2837
476f3c84
MD
2838Tue Sep 16 00:19:46 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2839
2840 * README, ltconfig, ltmain.sh: New libtool: 1.0c.
2841
e69807f0
MD
2842Thu Sep 11 11:28:24 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2843
2844 * ltmain.sh: Added a missing '\' before \n on line 32.
2845
1aa8162b
JB
2846Thu Aug 28 23:40:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
2847
2848 New libtool: 1.0b.
2849 * ltconfig, ltmain.sh, config.guess: Freshly libtoolized.
2850 * Makefile.in, aclocal.m4, configure: Regenerated, salamander-style.
2851
34695603
JB
2852Wed Aug 27 11:35:09 1997 Jim Blandy <jimb@totoro.red-bean.com>
2853
2854 * Makefile.in: Regenerated, so it uses "tar", not "gtar".
2855
2856 * configure.in: Use the QuickThreads assembler fragment with Irix
2857 dynamic linking support for Irix 6 as well as Irix 5. Thanks to
2858 Jesse Glick.
2859 * configure: Regenerated.
2860
e9cd5d2f
MD
2861Sun Aug 24 15:51:12 1997 Mikael Djurfeldt <mdj@kenneth>
2862
0b89e78e
MD
2863 * acinclude.m4 (GUILE_NAMED_CHECK_FUNC): New macro: Tagged test,
2864 so that test for the same function can be performed multiple
2865 times.
2866
e9cd5d2f
MD
2867 * configure.in (AC_CHECK_HEADERS): Test for rxposix.h,
2868 rx/rxposix.h. Add library rx only if regcomp can't be found
2869 without it.
2870
2871 * acconfig.h (HAVE_REGCOMP): Added it here since autoheader misses
2872 it for some reason!
2873
1782cc37
JB
2874Fri Aug 22 21:21:49 1997 Jim Blandy <jimb@totoro.red-bean.com>
2875
2876 * THANKS: New file.
2877 * Makefile.in, aclocal.m4, configure: Regenerated.
2878
757cfb94
MD
2879Wed Jul 23 20:24:27 1997 Mikael Djurfeldt <djurf@zafir.e.kth.se>
2880
2881 * configure.in: Added thread support for the alpha architecture.
2882 configure: Regenerated.
2883
f4e5b810
GH
2884Thu Jul 17 07:56:05 1997 Gary Houston <ghouston@actrix.gen.nz>
2885
2886 * configure.in: use AC_CHECK_FUNCS for sethostent etc.,
2887 so scmconfig.h is updated with the test results. this may
2888 disable one of the cygwin hacks.
2889
32552d73
JB
2890Fri Jul 11 00:18:19 1997 Jim Blandy <jimb@floss.red-bean.com>
2891
2892 Changes to compile under gnu-win32, from Marcus Daniels:
2893 * configure.in: When sys/un.h exists, define HAVE_UNIX_DOMAIN_SOCKETS
2894 to indicate that Unix domain sockets will work.
2895 Check for socketpair, getgroups, setwent, pause, and tzset
2896 (cygwin currently lacks these them).
2897 Check for sethostent endhostent getnetent setnetent endnetent
2898 getprotoent endprotoent getservent endservent getnetbyaddr
2899 getnetbyname inet_lnaof inet_makeaddr inet_netof (cygwin currently
2900 lacks them). In the case of cygwin, temporarily prefix these
2901 functions with "cygwin32_", the way that netdb.h does.
2902 Don't define HAVE_REGCOMP unless both regcomp and regex.h are
2903 available (cygwin b18 came distributed without a working regex.h
2904 file).
2905 * acconfig.h (HAVE_UNIX_DOMAIN_SOCKETS): Add this.
2906 * configure: Regenerated.
2907
ec918b9b
TP
2908Wed Jul 2 12:28:40 1997 Tim Pierce <twp@twp.tezcat.com>
2909
2910 * ltmain.sh: Remove any trailing colon on $shlibpath_var
2911 (i.e. LD_LIBRARY_PATH) for braindamaged linkers that choke on it.
2912 Patch sent to bug-libtool.
2913
4a5fa91c
TP
2914Sat Jun 28 16:13:43 1997 Tim Pierce <twp@twp.tezcat.com>
2915
2916 * configure.in: Add alloca.o explicitly to LIBOBJS (thanks Eric
2917 Backus for reporting this problem and suggesting a fix).
2918 * configure: Regenerated.
2919
a01e24ec
JB
2920Thu Jun 26 20:43:31 1997 Jim Blandy <jimb@floss.red-bean.com>
2921
2922 * Guile 1.2 released.
72f1168d 2923
a01e24ec
JB
2924 * configure.in: Check for librx after libm; fundamentals need to
2925 come first.
2926 * configure: Regenerated.
2927
787d7283
TP
2928Tue Jun 24 13:34:20 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
2929
2930 * aclocal.m4 (AM_PATH_PROG_LD): Change `ac_cv_path_LD' typo to
2931 `am_cv_path_LD'.
2932 * configure: Regenerated.
2933
0dc48630
JB
2934Sun Jun 22 15:43:07 1997 Jim Blandy <jimb@floss.red-bean.com>
2935
91b28bb5
JB
2936 Try to detect when people are using one version of libguile and a
2937 different version of ice-9. People have been skewing things and
2938 sending in bug reports.
2939 * configure.in: Provide libguile its version information through a
2940 separate header file generated by the Makefile, not through
72f1168d 2941 scmconfig.h.
91b28bb5
JB
2942 (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):
2943 AC_SUBST these, instead of AC_DEFINE'ing them.
2944 (GUILE_STAMP): New AC_SUBST: the time we configured the tree.
2945 (AC_OUTPUT): Create ice-9/version.scm.
2946 * acconfig.h (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION,
2947 GUILE_VERSION): Deleted.
2948 * Makefile.in: Regenerated.
2949
0dc48630
JB
2950 * aclocal.m4: Regenerated, using the libtool 0.9h m4 macros.
2951
2952 * Makefile.am (EXTRA_DIST): Include acconfig.h in the
2953 distribution.
2954 * Makefile.in: Regenerated.
2955
91529b1d
JB
2956Sat Jun 21 00:14:07 1997 Jim Blandy <jimb@floss.red-bean.com>
2957
2958 * ltmain.sh (line 1191): Don't forget 'test' in if statement.
2959
2960 * ltconfig, ltmain.sh: libtoolized, using libtool 0.9h.
2961
3688473b
JB
2962Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com>
2963
832b09ed
JB
2964 * ltconfig, ltmain.sh, config.guess: New files from libtool 0.9g.
2965
2966 * configure.in: By default, include functions in Guile to allow
2967 linking with dynamic libraries at run-time. In other words,
2968 --enable-dynamic-linking is now the default.
2969 * configure: Rebuilt.
2970
cad2eb84
JB
2971 * configure.in: Remove space between AC_CHECK_LIB and opening
2972 paren in check for Rx.
2973 * configure: Regenerated.
2974
3688473b
JB
2975 * configure.in: Remove all mention of xtra_PLUGIN_guile_libs.
2976 It's never used.
2977 * configure, Makefile.in: Regenerated.
2978
2979Tue Jun 10 23:37:12 1997 Jim Blandy <jimb@floss.red-bean.com>
2980
2981 * configure.in: Move checks for libraries (-lm, -lnsl, -lsocket,
2982 -dl, -dld) before checks for functions.
2983 * configure: Regenerated.
2984
95d59d10
JB
2985Mon Jun 9 02:35:46 1997 Tim Pierce <twp@twp.tezcat.com>
2986
2987 * config.guess: New copy from autoconf-2.12, which recognizes
2988 OpenBSD.
2989
14d546a7
JB
2990Tue Jun 3 16:34:19 1997 Jim Blandy <jimb@totoro.cyclic.com>
2991
2992 * configure.in: Check for Rx, so we will use its routines (which I
2993 pretty much trust) if it is installed.
2994 * configure: Regenerated.
2995
e1a191a8
GH
2996Sat May 31 03:48:45 1997 Gary Houston <ghouston@actrix.gen.nz>
2997
2998 * acconfig.h: mention HAVE_RESTARTS.
2999 * configure.in: check for sigaction and restartable system calls.
3000
737c9113
JB
3001Tue May 27 22:47:52 1997 Tim Pierce <twp@twp.tezcat.com>
3002
3003 * configure.in: Check for presence of regcomp.
3004 * configure: Regenerated.
3005
3f4c654d
JB
3006Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
3007
36539a15
JB
3008 * COPYING: New address for FSF.
3009
3f4c654d
JB
3010 * configure.in: We don't need to add fileblocks.o to LIBOBJS if
3011 struct stat doesn't have the st_blocks field. We take care of
3012 that case in the code. Replace AC_STRUCT_ST_BLOCKS with its
a00c28cd 3013 definition, edited appropriately. (Bernard URBAN)
3f4c654d
JB
3014 * configure: Regenerated.
3015
c1a649bf
JB
3016Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
3017
3f4c654d
JB
3018 * configure.in: Don't link against -lnsl or -lsocket unless we
3019 actually need to. This causes trouble on Irix. (Thanks to Larry
3020 Schwimmer.)
3021
c1a649bf
JB
3022 * config.sub: Get newer version, that recognizes the i686.
3023
c5ac623b
JB
3024Fri May 16 17:26:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
3025
3026 * README: Changed Mikael's threads work attribution in order
3027 to sooth Anthony's enormous, but wounded, ego.
3028
3029Fri May 16 17:26:53 1997 Jim Blandy <jimb@totoro.cyclic.com>
3030
3031 Just kidding!!!
3032
adb98aa9
JB
3033Fri May 16 04:24:48 1997 Jim Blandy <jimb@floss.cyclic.com>
3034
3035 Guile 1.1 released.
3036 * GUILE-VERSION: Bump to 1.1.
3037
9b01064c
JB
3038Tue May 13 16:34:40 1997 Jim Blandy <jimb@floss.cyclic.com>
3039
3040 Switch to automake-1.1p.
3041 * Makefile.in, aclocal.m4, configure: Regenerated.
3042
d53f4df2
JB
3043Mon May 12 18:29:45 1997 Jim Blandy <jimb@floss.cyclic.com>
3044
3045 * threads.m4: Copy Anthony's change here, so it'll actually
3046 survive.
3047
ec06dd30
AG
3048Thu May 8 11:48:40 1997 Anthony Green <green@hoser.cygnus.com>
3049
72f1168d 3050 * aclocal.m4: Fixes for building with coop threads in a
ec06dd30
AG
3051 seperate compilation directory.
3052 * configure: Rebuilt.
3053
953b3c55
JB
3054Fri May 2 16:24:15 1997 Jim Blandy <jimb@floss.cyclic.com>
3055
3056 Upgrade to libtool 0.9e.
3057 * ltconfig, ltmain.sh, config.guess, config.sub: New versions,
3058 supplied by libtool.
3059
3060 * configure.in: When configuring qt, sunos needs the underscore
3061 files; Solaris and Linux both need the normal files.
3062 * configure: Reebilt.
72f1168d 3063
8225b156
JB
3064Thu May 1 15:35:49 1997 Jim Blandy <jimb@floss.cyclic.com>
3065
3066 * configure.in: Get the paths for qt's md files right, so it can
3067 build correctly when using a separate compilation directory.
3068 * configure: Regenerated.
3069
20108301
JB
3070Thu Apr 24 01:20:34 1997 Jim Blandy <jimb@floss.cyclic.com>
3071
67061067
JB
3072 Get threads to work again.
3073 * Makefile.am (SUBDIRS): List libguile last, so qt gets built
3074 first.
3075 * Makefile.in: Regenerated.
3076 * aclocal.m4, configure: Regenerate, with modern definition of
3077 CY_AC_WITH_THREADS. Where did the old text come from? Creepy...
3078
3079 Reduced Guile distribution: one configure script, no plugins.
20108301
JB
3080 * configure.in: Merged the old text from qt/configure.in and
3081 libguile/configure.in; Tom Tromey says automake only wants one
3082 configure.in script. This seems fishy, but...
3083 * Makefile.am: List the subdirectories explicitly; no more PLUGIN
3084 gubbish.
3085 * acconfig.h, acinclude.m4: Moved here from libguile, since
3086 libguile's configure script lives here now.
3087 * AUTHORS, INSTALL, README: Updated.
3088 * Makefile.in, aclocal.m4 configure: Regenerated. Just like
3089 amputated amphibian limbs.
3090
93918199
JB
3091Tue Apr 22 16:57:38 1997 Jim Blandy <jimb@totoro.cyclic.com>
3092
3093 * newdoc/ref/Makefile.am (dist_texis): Distribute the index files.
3094 * newdoc/ref/Makefile.in: Regenerated.
3095
7c9c7760
JB
3096Mon Apr 14 18:51:25 1997 Jim Blandy <jimb@floss.cyclic.com>
3097
3098 * threads.m4 (CY_AC_WITH_THREADS): When using coop threads, no
3099 need to link against libthreads; the files it used to contain
3100 are now a part of libguile.
3101
c8b62a7e
JB
3102Sun Apr 13 22:14:10 1997 Jim Blandy <jimb@floss.cyclic.com>
3103
3104 * guile.m4: Revert change of Mar 15, and use the new 'no-define'
3105 argument to the AM_INIT_AUTOMAKE macro.
3106
12afb619
JB
3107Fri Apr 11 15:43:07 1997 Jim Blandy <jimb@totoro.cyclic.com>
3108
3109 * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
3110 * README: Say where to find libtool 0.9d.
72f1168d 3111
58bc1a29
JB
3112Wed Apr 9 17:51:13 1997 Jim Blandy <jimb@floss.cyclic.com>
3113
3114 Changes to work with automake-1.1n, which has better libtool
3115 support. Also use libtool 0.8.
3116 * README: Note new version numbers for automake and libtool.
3117 * missing: New file required by new automake.
3118 * Makefile.in: Regenerated.
3119
5c09c7ea
JB
3120Sat Apr 5 16:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
3121
3122 * newdoc/ref/scheme.texi (set-object-property!): Fix function name.
3123
3124 * Makefile.am: Omit doc subtree.
3125 * configure.in: Omit makefiles in doc subtree.
3126 * Makefile.in, configure: Rebuilt.
3127
3b0d0eb8
MD
3128Sat Mar 15 01:11:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3129
3130 * guile.m4 (AM_INIT_GUILE_MODULE): Replaced AM_INIT_AUTOMAKE macro
3131 with its definition and commented out definition of PACKAGE. This
3132 changed seemed necessary after having removed PACKAGE from
3133 libguile/acconfig.h.
3134
15ae1bee
MD
3135Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3136
afa64ca8 3137 * ltconfig, ltmain.sh: New versions from libtool-0.9.
72f1168d 3138
15ae1bee
MD
3139 * configure.in: Added AM_MAINTAINER_MODE
3140
863b096e
JB
3141Fri Feb 7 17:57:46 1997 Jim Blandy <jimb@floss.cyclic.com>
3142
3143 * config.sub, config.guess: New versions, that handle i686, etc.
3144
de74670f
MG
3145Thu Jan 23 07:06:15 1997 Mark Galassi <rosalia@papageno.lanl.gov>
3146
3147 * newdoc/tutorial/guile-tut.texi: started checking in the Guile
3148 tutorial rewrite, but have not merged much into it yet.
3149
31e59da8
MG
3150Tue Jan 21 17:28:40 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
3151
3152 * newdoc/ref/guile-ref.texi: started checking in parts of the
de74670f 3153 reference manual re-write.
31e59da8 3154
3890022f
MV
3155Sat Jan 11 14:40:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
3156
3157 * ltconfig, ltmain.sh: New files for libtool support. libguile,
3158 rx, gh and gtcltk-lib can now be build as shared libraries.
3159 * Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh
3160
01cf3840
JB
3161Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
3162
3163 * Guile 1.0 released. This is the first release by the Free
3164 Software Foundation; Cygnus has also released earlier versions of
3165 Guile.
72f1168d 3166
01cf3840
JB
3167 * GUILE-VERSION: Updated version number.
3168 * NEWS: Added comments for all the user-visible changes marked in
3169 the ChangeLogs.
3170 * README: Updated for release.
3171
0a67c27a
GH
3172Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
3173
3174 * scsh: new directory.
3175
733943b9
TT
3176Mon Dec 2 17:33:04 1996 Tom Tromey <tromey@cygnus.com>
3177
3178 * configure.in: Generate doc/guile-programmer/Makefile and
3179 doc/guile-user/Makefile.
3180
3181Sat Nov 30 23:45:54 1996 Tom Tromey <tromey@cygnus.com>
3182
3183 * aclocal.m4: Now automatically generated by aclocal.
3184 * threads.m4: New file.
3185 * guile.m4: New file.
3186 * Makefile.am, doc/Makefile.am: New files.
3187 * configure.in: Updated for Automake. Avoid excessively verbose
3188 "greet" messages.
3189
8a2c7b71
MG
3190Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
3191
3192 * lgh: directory renamed to gh, along with all prefixes of the
3193 high level library procedures.
3194
1eaceb61
JB
3195Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
3196
72f1168d 3197 * Makefile.in (TAGS tags): Find the source files in $srcdir.
1eaceb61 3198
a857bf16
JB
3199Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
3200
3201 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
3202
e5e0f394
MD
3203Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
3204
3205 * configure.in: Added some configuration magic from the Cygnus
3206 distribution.
3207
3208 * aclocal.m4: New file. For now used for thread support
3209 configuration.
72f1168d 3210
891ee51c
MG
3211Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
3212
7d41a049
MG
3213 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
3214
891ee51c
MG
3215 * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
3216 directories, to arrange for lgh to the last thing
3217 configured/built.
3218
84da179f 3219Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
2be50ff5
MG
3220
3221 * lgh/: added the directory in which I implement the high level
3222 libguile library (lgh_) for this release of Guile. See the
3223 ChangeLog in there for further details.
3224
ea332eb2
MG
3225Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
3226
3227 * doc/ (guile-user and guile-programmer): added the guile-user and
3228 guile-programmer directories which contain the user and programmer
3229 manuals. See the ChangeLog entries there for detail.
3230
21dc7b47
JB
3231Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
3232
3233 * Makefile.in (distclean): Don't forget to delete doc/Makefile.
3234
3235 * Makefile.in (distclean): Don't forget to delete
3236 config.build-subdirs.
3237
de15ba3a
JB
3238Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
3239
3240 * Makefile.in (tags): New name for `TAGS' target, which will
3241 always run the commands.
3242
1089e30d
JB
3243Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
3244
3245 * README: Doc fixes.
3246
228ada63
JB
3247Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
3248
3249 * Makefile.in (TAGS): Produce a single tags file for all of Guile.
3250
93ef5778
JB
3251Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
3252
3253 * configure.in: Check for -ldl, so the check for Tcl won't fail
3254 spuriously.
3255
253efac3
JB
3256Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
3257
39b3bff6
JB
3258 Change the way we decide whether to build gtcltk-lib, so that it's
3259 omitted from the build process when appropriate, but never from
3260 the dist process.
3261 * configure.in: Don't edit all_subdirs depending on the
3262 availability of Tk; let that be the list of all PLUGIN
3263 subdirectories present, as it used to be. Instead, edit a new
3264 variable, build_subdirs; write its final value, the list of
3265 subdirs we do want to compile in, to config.build-subdirs.
3266 Substitute that into the top-level Makefile too.
3267 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
3268 recurse on the subdirectories we should build.
3269 (distdirs): Set this to @existingdirs@, so it includes the subdirs
3270 we decided not to build.
3271
253efac3
JB
3272 * doc/gtcltk.texi: File resurrected from old Guile releases.
3273 * doc/Makefile.in (info): Build the gtcltk documentation.
3274 (DIST_FILES): Include it in the distribution.
3275
3276 * configure.in: If we can find the library for tcl7.5, build
3277 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
3278 compiler (not sure this is necessary).
3279
795b4217
JB
3280Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
3281
3282 * NEWS: Fix bug reporting address.
3283
3284Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
3285
3286 * AUTHORS: New file, in accordance with the GNU maintainers'
3287 standards.
3288
ce2cc116
JB
3289Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
3290
3291 * README: Renamed from ANNOUNCE; include bug report address,
3292 description, and short tour.
3293 * INSTALL: Renamed from BUILDING.
3294 * NEWS: New file.
3295 * Makefile.in (DISTFILES): Update appropriately.
3296
a44a755d
JB
3297Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
3298
0196b30a
JB
3299 * doc/Makefile.in: Added pattern targets for creating DVI and
3300 PostScript files.
3301 (%.ps, %.dvi, %.txt): New targets.
3302 (DVIPS, TEXI2DVI): New variables.
3303
a44a755d
JB
3304 * GUILE-VERSION: Updated to 1.0b3.
3305
3306 Rehashed distribution system, in preparation for nightly
3307 snapshots. Other changes in subdirectories.
3308 * Makefile.in (dist): Rewritten --- the old target was out of
3309 date, dependent on files that we don't have, and relied on GNU
3310 tar. The new target is simpler.
3311 (VERSION, srcdir, dist_dirs): New variables.
3312 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
3313 TODO.
3314 (localtreats): Variable removed. We don't have this file.
3315 (info): cd to doc and make info there; don't make info in every
3316 ${subdir}; those Makefiles don't know what to do.
3317 (distname, distdir, treats, announcefile): Variables removed.
3318 (manifest-file): Target removed.
3319 (dist-dir): New target, responsible for distributable files in
3320 this directory.
3321 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
3322 controlling the 'dist' target.
3323 * configure.in: Substitute GUILE-VERSION into the top-level
3324 Makefile. Build doc/Makefile from doc/Makefile.in.
3325
3326 * doc/Makefile.in: New file.
d9f71a07
LC
3327
3328
3329;; Local Variables:
3330;; coding: utf-8
3331;; End: