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