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