* fports.c (fport_seek): Make dependent on GUILE_USE_64_CALLS.
[bpt/guile.git] / ChangeLog
CommitLineData
d05bcb2e
NJ
12008-02-05 Neil Jerram <neil@ossau.uklinux.net>
2
3 * configure.in (--without-64-calls): New option.
4
027e0e2c
NJ
52008-01-30 Neil Jerram <neil@ossau.uklinux.net>
6
7 * pre-inst-guile.in (dyld_prefix), pre-inst-guile-env.in
8 (dyld_prefix): Construct and export dyld_prefix in a similar way
9 to ltdl_prefix, to allow pre-install dynamic linking to work on
10 MacOS. Thanks to Roger Mc Murtrie for reporting this problem.
11
d3cf93bc
NJ
122008-01-22 Neil Jerram <neil@ossau.uklinux.net>
13
7df13834
NJ
14 * LICENSE: Change COPYING.LIB to COPYING.LESSER.
15
16 * COPYING.LESSER: Renamed, previously COPYING.LIB.
17
18 * COPYING: Removed.
19
d3cf93bc
NJ
20 * libguile.h: Update copyright statement to LGPL.
21
7d1fc872
LC
222007-12-04 Ludovic Courtès <ludo@gnu.org>
23
693758d5 24 * NEWS: Mention `accept' and `scm_c_{read,write}' bug fixes.
7d1fc872
LC
25
262007-12-03 Ludovic Courtès <ludo@gnu.org>
27
28 * NEWS: Add SRFI-69.
29
917d3db3
NJ
302007-10-24 Neil Jerram <neil@ossau.uklinux.net>
31
90ecbd81
NJ
32 * .cvsignore: Add "lib".
33
917d3db3
NJ
34 * build-aux/.cvsignore: Add a load more generated files to ignore,
35 and commit to CVS.
36
2e77f720
LC
372007-10-20 Ludovic Courtès <ludo@gnu.org>
38
39 * THANKS: Add Julian.
40
412007-10-20 Julian Graham <joolean@gmail.com>
42
43 * NEWS: Mention thread cancellation and cleanup API.
44
d41668fa
LC
452007-10-17 Ludovic Courtès <ludo@gnu.org>
46
47 * NEWS: Mention reader bug-fix.
48
24e59a92
LC
492007-10-16 Ludovic Courtès <ludo@gnu.org>
50
51 Guile 1.8.3 released.
52
53 * GUILE-VERSION (GUILE_MICRO_VERSION): Incremented.
54 (LIBGUILE_INTERFACE_REVISION): Incremented.
55
66302618
LC
562007-10-10 Ludovic Courtès <ludo@gnu.org>
57
58 * configure.in (SCM_I_GSC_NEED_BRACES_ON_PTHREAD_ONCE_INIT):
59 New substituted variable.
60 Use `-Werror' when using GCC and checking for
61 `PTHREAD_ONCE_INIT'. Add check for braces around
62 `PTHREAD_MUTEX_INITIALIZER'.
63 * NEWS: Mention build fix for IRIX.
64
dc061a74
LC
652007-10-02 Ludovic Courtès <ludo@gnu.org>
66
29776e85 67 * NEWS: Mention `(ice-9 slib)' fix and threading fix.
dc061a74 68
f43f3620
LC
692007-09-03 Ludovic Courtès <ludo@gnu.org>
70
71 * NEWS: Mention alignment-related bug fixes.
72
8d4d5dfc
KR
732007-09-03 Kevin Ryde <user42@zip.com.au>
74
75 * configure.in (AC_CHECK_FUNCS): Move cexp and clog up into the main
76 funcs check block. Remove carg which is now unused.
77
1ac5fb45
LC
782007-09-02 Ludovic Courtès <ludo@gnu.org>
79
80 * NEWS: Mention memory leak fix in `make-socket-address'.
81
d7c0c26d
LC
822007-09-01 Ludovic Courtès <ludo@gnu.org>
83
84 * NEWS: Mention duplicate binding warnings to stderr.
85
2baec6a9
LC
862007-08-23 Ludovic Courtès <ludo@gnu.org>
87
88 * NEWS: Mention Solaris bug fixes.
89
f50ca8da
LC
902007-08-11 Ludovic Courtès <ludo@gnu.org>
91
7ff6c169 92 * NEWS: Mention SRFI-35 and the new reader.
f50ca8da 93
1fdd8ffa
LC
942007-08-08 Ludovic Courtès <ludo@gnu.org>
95
96 * NEWS: Mention changes to `record-accessor' and
97 `record-modifier'.
98
f6b4d9b4
LC
992007-07-29 Ludovic Courtès <ludo@gnu.org>
100
6caac03c
LC
101 Added Gnulib support.
102
103 * autogen.sh: Run `gnulib-tool --update'.
104
105 * Makefile.am (SUBDIRS): Added `lib'.
106 (ACLOCAL_AMFLAGS): Added `-I m4'.
ca7406a9 107 (EXTRA_DIST): Added `m4/ChangeLog'.
6caac03c
LC
108
109 * NEWS: Comply with Automake's `check-news' option, i.e., have
110 the last "Changes in" line appear within the first 15 lines.
111 Mention use of Gnulib.
112
f6b4d9b4
LC
113 * configure.in: Use `build-aux' as `AC_CONFIG_AUX_DIR', and `m4'
114 as `AC_CONFIG_MACRO_DIR'. Use Automake's `gnu' and `check-news'
115 options.
6caac03c
LC
116 Require Autoconf 2.59. Invoke `gl_EARLY' and `gl_INIT', don't
117 run `AC_AIX', `AC_ISC_POSIX' and `AC_MINIX' since they are
118 implied by `gl_EARLY'. Don't look for <strings.h> and
119 `strncasecmp'. Don't invoke `AC_FUNC_ALLOCA'. Produce
120 `lib/Makefile'.
f6b4d9b4 121
e08f3f7a
LC
1222007-07-25 Ludovic Courtès <ludo@gnu.org>
123
124 * NEWS: Mention bug fix for "(set! 'x #f)".
125
7337d56d
LC
1262007-07-22 Ludovic Courtès <ludo@gnu.org>
127
128 * configure.in: Check for <strings.h> and `strncasecmp ()'.
129
24d6fae8
LC
1302007-07-19 Ludovic Courtès <ludo@gnu.org>
131
132 * NEWS: Mention `(ice-9 i18n)' and lazy duplicate binding
133 resolution.
134
d4c38221
LC
1352007-07-18 Ludovic Courtès <ludo@gnu.org>
136
137 * NEWS: Mention SRFI-37.
138
df449722
LC
1392007-07-15 Ludovic Courtès <ludo@gnu.org>
140
141 Guile 1.8.2 released.
142
143 * NEWS: Mention HP-UX/IA64 build fixes.
144
145 * THANKS: Added people who reported bugs or sent patches since
146 1.8.1. Converted to UTF-8.
147
148 * README: Updated version number.
149
150 * Makefile.am (EXTRA_DIST): Removed `BUGS' (was outdated).
151
152 * ANON-CVS, HACKING, SNAPSHOTS: New, from the `workbook'
153 directory of the CVS repository.
154
155 * autogen.sh: Removed dependency on the `workbook' CVS
156 directory.
157
158 * GUILE-VERSION (GUILE_MICRO_VERSION): Set to 2.
159 (LIBGUILE_INTERFACE_CURRENT): Incremented due to new symbols.
160 (LIBGUILE_INTERFACE_REVISION): Set to 0.
161 (LIBGUILE_INTERFACE_AGE): Incremented.
162 (LIBGUILE_SRFI_SRFI_60_INTERFACE_REVISION): Incremented due to
163 bug fixes.
164
b1f57ea4
LC
1652007-07-11 Ludovic Courtès <ludo@gnu.org>
166
167 * NEWS: Mention GOOPS `method-more-specific?' bug fix.
168
0867f7ba
LC
1692007-07-09 Ludovic Courtès <ludo@gnu.org>
170
171 * NEWS: Mention SRFI-19 `date->julian-day' bug fix.
172
d3075c52
LC
1732007-06-26 Ludovic Courtès <ludo@gnu.org>
174
175 * NEWS: Mention fixed memory leaks.
176
27782696
LC
1772007-06-12 Ludovic Courtès <ludo@chbouib.org>
178
179 * NEWS: Mention `inet-ntop' bug fix.
180
c122500a
LC
1812007-05-09 Ludovic Courtès <ludo@chbouib.org>
182
183 * NEWS: Mention SRFI-19 `time-process' bug fix.
184
1911e3da
LC
1852007-04-17 Ludovic Courtès <ludovic.courtes@laas.fr>
186
187 * configure.in (GUILE_FOR_BUILD): Reverted to `$(preinstguile)'
188 instead of `$(top_builddir_absolute)/$(preinstguile)'.
189
1d8ce4c0
HWN
1902007-04-09 Han-Wen Nienhuys <hanwen@lilypond.org>
191
192 * configure.in (HAVE_CRYPT): check for cexp, clog, carg
193
6f0579c2
NJ
1942007-02-24 Neil Jerram <neil@ossau.uklinux.net>
195
5cfbbaff
NJ
196 * autogen.sh: Announce versions of autoconf, automake, libtool and
197 m4.
198
6f0579c2
NJ
199 * pre-inst-guile.in (subdirs_with_ltlibs): Add libguile.
200
819cd901
NJ
2012007-02-18 Neil Jerram <neil@ossau.uklinux.net>
202
819cd901
NJ
203 * config.rpath (Module): New (from gettext package).
204
a2f00b9b
LC
2052007-01-31 Ludovic Courtès <ludovic.courtes@laas.fr>
206
207 * configure.in: Look for `langinfo.h', `nl_types.h', `xlocale.h'
208 and `nl_langinfo'.
209
a872aa83
NJ
2102007-01-28 Neil Jerram <neil@ossau.uklinux.net>
211
3d4797ca
NJ
212 * INSTALL: New upstream version.
213
a872aa83
NJ
214 * ABOUT-NLS: New upstream version.
215
b3aa4626
KR
2162007-01-23 Kevin Ryde <user42@zip.com.au>
217
218 * configure.in (isinf, isnan): Use a volatile global to stop gcc
219 optimizing out the test. In particular this fixes solaris where there
220 isn't an isinf or isnan (though gcc still optimizes as if there is).
221 Reported by Hugh Sasse.
222 (AC_C_VOLATILE): New.
223
924e8008
HWN
2242007-01-22 Han-Wen Nienhuys <hanwen@lilypond.org>
225
226 * .gitignore: new file. Make using git easier.
227
b3aa4626
KR
2282007-01-22 Kevin Ryde <user42@zip.com.au>
229
230 * configure.in (AC_INIT): Don't use "echo -n", it's not portable and
231 in particular fails on solaris (resulting in literal "-n"s going into
232 the output, making the resulting configure unusable). Reported by
233 Hugh Sasse.
234
73cc2740
HWN
2352007-01-03 Han-Wen Nienhuys <hanwen@lilypond.org>
236
237 * autogen.sh (Module): only try to run render-bugs if it exists.
238
01ec9e94
KR
2392006-12-27 Kevin Ryde <user42@zip.com.au>
240
241 * configure.in (pthread_get_stackaddr_np, pthread_sigmask): New tests.
242
2432006-12-24 Han-Wen Nienhuys <hanwen@lilypond.org>
244
245 * autogen.sh (mscripts): only execute render-bugs if it exists.
246
2472006-12-23 Kevin Ryde <user42@zip.com.au>
248
249 * configure.in (-lm): No need to suppress libm on mingw, it's not
250 needed because it's empty, but including it does no harm.
251 (-lm): Look for "cos" instead of "main", since cos and friends are the
252 purpose of looking for libm.
253 (winsock etc): Test $host = *-*-mingw* rather than $MINGW32, autoconf
254 regards the latter as obsolete.
255 (AC_MINGW32): Remove test, $MINGW32 now unused.
256 (uint32_t): Look at HAVE_NETDB_H rather than hard-coding __MINGW32__
257 in the test program.
258
2592006-12-15 Kevin Ryde <user42@zip.com.au>
260
261 * configure.in (process.h, pipe, _pipe): New checks.
262
2632006-12-14 Kevin Ryde <user42@zip.com.au>
264
265 * configure.in (struct timespec, pthread.h): Look for struct timespec
266 in <pthread.h> as well as <time.h>, it's in pthread.h on mingw.
267 Reported by Nils Durner.
268
2692006-12-03 Kevin Ryde <user42@zip.com.au>
270
271 * Makefile.am (AUTOMAKE_OPTIONS): Bump to automake 1.10 required, so
272 that config.rpath from gettext will go into the dist (and give an
273 error if not).
274
275 * configure.in (AM_PROG_CC_C_O): New macro, needed by automake 1.10
276 for per-target cflags in libguile/Makefile.am.
277
b89c4943
LC
2782006-11-18 Ludovic Courtès <ludovic.courtes@laas.fr>
279
280 * GUILE-VERSION: Added `LIBGUILE_I18N_*'.
281
282 * configure.in: Look for `strcoll_l ()' and `newlocale ()'.
283 Substitute the `LIBGUILE_I18N_' variables.
284
285 * NEWS: Mention `(ice-9 i18n)'.
286
51d079ab
NJ
2872006-11-17 Neil Jerram <neil@ossau.uklinux.net>
288
289 * README: Note need for subscription to bug-guile@gnu.org.
290
291 * NEWS: Note need for subscription to bug-guile@gnu.org.
292
d9f71a07
LC
2932006-11-08 Ludovic Courtès <ludovic.courtes@laas.fr>
294
295 * configure.in: Pass `bug-guile@gnu.org' as a third argument to
296 `AC_INIT'.
297
9a5fa6e9
NJ
2982006-10-25 Neil Jerram <neil@ossau.uklinux.net>
299
300 IA64 HP-UX patch from Hrvoje Nikšić. (Thanks!)
301
302 * configure.in: New check for uca lib (needed for IA64 on HP-UX).
303
8ab3d8a0
KR
3042006-10-06 Rob Browning <rlb@defaultvalue.org>
305
306 Guile 1.8.1 released.
307
308 * GUILE-VERSION (GUILE_MICRO_VERSION): Increment for release.
309 (LIBGUILE_INTERFACE_REVISION): Increment for release.
310 (LIBGUILE_SRFI_SRFI_1_INTERFACE_REVISION): Increment for release.
311 (LIBGUILE_SRFI_SRFI_4_INTERFACE_REVISION): Increment for release.
312 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_REVISION): Increment for release.
313 (LIBGUILE_SRFI_SRFI_60_INTERFACE_REVISION): Increment for release.
314
315 * Makefile.am (EXTRA_DIST): Add LICENSE.
316
3172006-09-28 Kevin Ryde <user42@zip.com.au>
318
319 * configure.in (chsize, ftruncate, truncate): New tests, for mingw.
320
3212006-09-27 Kevin Ryde <user42@zip.com.au>
322
323 * configure.in (clog10): New test, not in mingw.
324
3252006-09-23 Kevin Ryde <user42@zip.com.au>
326
327 * configure.in (complex.h, complex double, csqrt): New tests.
328
9a5fa6e9 3292006-09-20 Ludovic Courtès <ludovic.courtes@laas.fr>
a17d2654
LC
330
331 * configure.in: Check for `isblank ()'.
332
333 * NEWS: Mentioned the interaction between `setlocale' and SRFI-14
334 standard char sets.
bdb55624 335
8ab3d8a0
KR
3362006-08-22 Kevin Ryde <user42@zip.com.au>
337
338 * configure.in: Test if need braces around PTHREAD_ONCE_INIT, set
339 AC_OUTPUT of SCM_I_GSC_NEED_BRACES_ON_PTHREAD_ONCE_INIT.
340
8746959c
NJ
3412006-08-18 Neil Jerram <neil@ossau.uklinux.net>
342
1e2346ae
NJ
343 * configure.in: Generate Makefile for emacs subdir.
344
345 * Makefile.am (SUBDIRS): Add emacs subdir.
346
347 * configure.in: Generate Makefile for ice-9/debugging subdir.
8746959c 348
8ab3d8a0
KR
3492006-07-25 Kevin Ryde <user42@zip.com.au>
350
351 * configure.in (AC_CHECK_FUNCS): Add pthread_getattr_np.
352
3532006-07-24 Kevin Ryde <user42@zip.com.au>
354
355 * configure.in (AC_CHECK_DECLS): Add sethostname for Solaris 10.
356 (AC_CHECK_FUNCS): Remove dirfd, it's a macro.
357 Reported by Claes Wallin.
358
3592006-06-25 Kevin Ryde <user42@zip.com.au>
360
361 * configure.in (AC_CHECK_MEMBERS): Test struct tm.tm_gmtoff.
362
9a5fa6e9 3632006-06-13 Ludovic Courtès <ludovic.courtes@laas.fr>
ad97642e
LC
364
365 * NEWS: Mentioned the new behavior of `equal?' for structures.
366
d79a62db
NJ
3672006-06-06 Neil Jerram <neil@ossau.uklinux.net>
368
369 * acinclude.m4 (ACX_PTHREAD): Update to latest definition from
370 autoconf macro archive, to fix pthread linking problem on Solaris
371 10, reported by Charles Gagnon.
372
23f2b9a3
KR
3732006-05-28 Kevin Ryde <user42@zip.com.au>
374
375 * configure.in (isnan): Remove "#ifdef __MINGW32__, #define isnan
376 _isnan". Mingw provides isnan as a macro (in math.h), the test
377 already detects it just fine with no special case.
378
3792006-05-26 Kevin Ryde <user42@zip.com.au>
380
381 * configure.in (AC_CHECK_FUNCS): Add ioctl.
382 (pthread_attr_getstack): Restrict test to pthreads case, to avoid
383 AC_TRY_RUN when cross-compiling --without-threads.
384
3852006-05-20 Kevin Ryde <user42@zip.com.au>
386
387 * configure.in (S_ISLNK): Remove test, leave it to #ifdef in the .c
388 files.
389
3902006-05-16 Kevin Ryde <user42@zip.com.au>
391
392 * configure.in (struct stat st_blocks): Change AC_STRUCT_ST_BLOCKS to
393 a plain AC_CHECK_MEMBERS, we don't want AC_LIBOBJ(fileblocks) which
394 the former gives. Remove the commented-out code that was to have
395 munged fileblocks out of LIBOBJS. This fixes mingw, where the lack of
396 st_blocks and absense of the fileblocks.c replacement caused build
397 failure. Reported by "The Senator".
398 (struct stat st_rdev, st_blksize): Combine into a single
399 AC_CHECK_MEMBERS.
400
4012006-04-18 Rob Browning <rlb@defaultvalue.org>
402
403 * configure.in: Add AC_CONFIG_AUX_DIR([.]) as suggested in the
404 autotools documentation.
405
4f416616
KR
4062006-04-16 Kevin Ryde <user42@zip.com.au>
407
408 * configure.in (stat64, off_t): New tests.
409
4102006-03-31 Kevin Ryde <user42@zip.com.au>
411
412 * configure.in (socklen_t): Enhance test for this type, coping with
413 need for <sys/socket.h> on MacOS X. Reported by Michael Tuexen and
414 Jay Cotton.
415
4162006-03-26 Marius Vollmer <mvo@zagadka.de>
417
418 * configure.in: Added check that defines
419 PTHREAD_ATTR_GETSTACK_WORKS when pthread_attr_getstack works for
420 the main thread.
421
4222006-02-26 Kevin Ryde <user42@zip.com.au>
423
424 * configure.in (AC_CHECK_FUNCS): Add dirfd.
425
4262006-02-20 Marius Vollmer <mvo@zagadka.de>
427
428 Released 1.8.0.
429
430 * GUILE-VERSION: Set version.
431
0f24e75b
MV
432 * GUILE-VERSION: Bumped versions for 1.9 series.
433
4f416616
KR
4342006-02-06 Marius Vollmer <mvo@zagadka.de>
435
436 Branched for 1.8 series.
437
438 * GUILE-VERSION: Bumped version numbers.
439
440 * configure.in: Removed --enable-arrays option.
441
9abd541e
NJ
4422005-12-14 Neil Jerram <neil@ossau.uklinux.net>
443
444 * NEWS: Remove entry claiming that breakpoints have been added,
445 because breakpoints are now implemented outside the core distro.
446 Add entries on obsolescence of the 'cheap option and on tweaking
447 support in evaluator trap calls. Finally, correct outline level
448 of item about make-keyword-from-dash-symbol.
449
dae11beb
NJ
4502005-07-09 Neil Jerram <neil@ossau.uklinux.net>
451
e363047c
NJ
452 * configure.in (AC_CONFIG_FILES): Removed emacs/Makefile and
453 ice-9/debugger/breakpoints/Makefile.
454
dae11beb
NJ
455 * Makefile.am (SUBDIRS): Removed emacs.
456
875a58aa
MV
4572005-06-05 Marius Vollmer <mvo@zagadka.de>
458
459 From Jan Nieuwenhuizen <janneke@gnu.org>. Thanks!
460
461 * configure.in: Add tests for socklen_t and ip_mreq.
462
ba78f311
KR
4632005-03-13 Kevin Ryde <user42@zip.com.au>
464
465 * configure.in, GUILE-VERSION (LIBGUILE_SRFI_SRFI_60): New defines.
466
d1c38e11
MV
4672005-03-09 Marius Vollmer <mvo@zagadka.de>
468
469 Guile 1.7.2 has been released.
470
471 * GUILE-VERSION (GUILE_MICRO_VERSION): Incremented to "2".
472
461f34aa
MV
4732005-03-08 Marius Vollmer <mvo@zagadka.de>
474
475 libltdl is no longer distributed. We expect it to be installed
476 already.
477
478 * configure.in: Do not call AC_LIBLTDL_INSTALLABLE. Use
479 AC_CHECK_LIB instead. Do not subst LTDLINCL and LIBLTDL. Do not
480 add "-DLIBLTDL_DLL_IMPORT" on MINGW32.
481
482 * Makefile.am (SUBDIRS): Removed libltdl.
483
484 * README: Talk about required external packages.
485
486 * autogen.sh: Do not call libtoolize.
487
a81b8618
MV
4882005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
489
490 * configure.in: Do not check for fast or recursive mutexes. Check
491 for pthread_attr_getstack.
492 (SCM_I_GSC_USE_COOP_THREADS): Dot not subst.
493 (pthread_mutexattr_settype): Do not check for it.
494
35f2529d
MV
4952005-02-28 Marius Vollmer <mvo@zagadka.de>
496
497 * autogen.sh: Add '--verbose' option to autoreconf invocation.
498 Thanks to Bruno Haible.
499
0356881d
MV
5002005-01-02 Marius Vollmer <mvo@zagadka.de>
501
502 * configure.in (SCM_I_GSC_HAVE_ARRAYS): Removed '--disable-arrays'
503 option.
504
7674622e
KR
5052004-11-28 Kevin Ryde <user42@zip.com.au>
506
507 * configure.in (AC_SUBST): Correction, LTDLINC should be LTDLINCL, the
508 latter is what libtool defines.
509
7b1574ed
MV
5102004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
511
512 * libguile.h: Include "libguile/srfi-4.h".
513
22417f2f
MV
5142004-10-25 Marius Vollmer <marius.vollmer@uni-dortmund.de>
515
516 * autogen.sh: Added explicit invocation of libtoolize before
517 autoreconf so that libltdl/ is updated as well.
518
6191ccec
MV
5192004-10-22 Marius Vollmer <marius.vollmer@uni-dortmund.de>
520
521 Removed usage of libguile-ltdl.
522
523 * configure.in: Call AC_LIBLTDL_INSTALLABLE instead of
524 AC_LIB_LTDL.
525 (AC_CONFIG_SUBDIRS): Added libltdl.
526 (DLPREOPEN, LTDLINC, LIBLTDL): Moved AC_SUBST near other libtool
527 stuff. Also subst LTDLINC instead of INCLTDL.
528 (AC_CONFIG_FILES): Removed libguile-ltdl/Makefile and
529 libguile-ltdl/upstream/Makefile.
530
531 * Makefile.am (SUBDIRS): Replaced libguile-ltdl with libltdl.
532
cfbd0f35
MV
5332004-09-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
534
5cc183a1
MV
535 * ABOUT-NLS: New, from gettext 0.14.1.
536
cfbd0f35
MV
537 * configure.in: Do use AM_GNU_GETTEXT, since gettextize is not run
538 with autoconf 2.59.
539
32540d85
MV
5402004-09-25 Marius Vollmer <mvo@zagadka.de>
541
542 * configure.in: Do not use AM_GNU_GETTEXT for now, it causes
543 gettextize to run during autogen.sh, which we do not want.
544 Explicitely check for libintl, gettext, bindtextdomain, and
545 textdomain instead.
546
84adbbc8
MV
5472004-09-24 Marius Vollmer <mvo@zagadka.de>
548
2edf319f
MV
549 * libguile.h: Include <gmp.h> outside of extern "C" block.
550 (Note that numbers.h still includes gmp.h to make it
551 self-contained.)
552
84adbbc8
MV
553 * configure.in: Do not include PTHREAD_CFLAGS in CFLAGS, CFLAGS is
554 for the user and is often overwritten temporarily.
555 (GUILE_CFLAGS): New, include PTHREAD_CFLAGS here.
556 (GUILE_LIBS): Remove THREAD_LIBS_INSTALLED, which is unused now.
557
d5ac9b2a
MV
5582004-09-22 Marius Vollmer <mvo@zagadka.de>
559
560 * configure.in: Add AM_GNU_GETTEXT invocation. From Bruno Haible.
561
9c0485fc
MV
5622004-09-21 Marius Vollmer <mvo@zagadka.de>
563
564 * acinclude.m4 (ACX_PTHREAD): New.
565 * configure.in: Use it instead of simply looking for -lpthread.
9a5fa6e9 566 Thanks to Andreas Vögele!
9c0485fc 567
eb8d0af1
MV
5682004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
569
570 * configure.in: Fail when alloca can not be found natively.
571
edea856c
SJ
5722004-09-03 Stefan Jahn <stefan@lkcc.org>
573
574 * configure.in (isinf): Let configure find the isinf() function
575 on MinGW32 systems.
576
c495c342
KR
5772004-08-27 Kevin Ryde <user42@zip.com.au>
578
579 * configure.in (AC_CHECK_MEMBERS): Add struct sockaddr.sin_len and
580 struct sockaddr_in6.sin6_len. Reported by Michael Tuexen.
581
95bcfff7
MV
5822004-08-27 Marius Vollmer <mvo@zagadka.de>
583
584 Guile 1.7.1 as been released.
585
51fab002
MV
5862004-08-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
587
588 * GUILE-VERSION: Bumped all versions for the 1.7.1 release. Added
589 LIBGUILE_*_MAJOR variables for inclusion in the names of shared
590 libraries such as "libguile-srfi-srfi-1-v-MAJOR.la". Removed
591 LIBQTHREADS_*.
592 * configure.in: Updated for the new set of variables defined in
593 GUILE-VERSION.
594
41e4b992
MV
5952004-08-25 Marius Vollmer <marius.vollmer@uni-dortmund.de>
596
597 * libguile.h: Include srfi-13.h and srfi-14.h, do not include
598 strop.h.
599
f7f3964e
MV
6002004-08-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
601
602 * README: Document the new --disable-discouraged option.
603
604 * configure.in (SCM_I_GSC_ENABLE_DISCOURAGED): New, for the new
605 --enable-discouraged option.
606
607 * libguile.h: Include libguile/discouraged.h.
608
315158a8
MV
6092004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
610
611 * configure.in: Bugfix: logic in detecting ptrdiff_t was inverted;
612 assume ptrdiff_t is available when its size is non-zero, not when
51fdb325
MV
613 it is zero. Do no longer define SCM_I_GSC_*_LIMITS macros. Check
614 for sizes of size_t and intmax_t.
315158a8 615
b7341ea4
MV
6162004-07-09 Marius Vollmer <mvo@zagadka.de>
617
618 * configure.in: Bugfix: set SCM_I_GSC_T_UINTMAX, not
9a5fa6e9 619 SCM_I_GSC_T_INTMAX in two places. Thanks to Andreas Vögele!
b7341ea4 620
c9eb03bb
MV
6212004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
622
623 * configure.in: When checking for suitable types for scm_t_int8,
624 etc, try int8_t first, so that we pick them up when they are
625 defined. Also, substitute limit macros like INT8_MIN into the
626 configure header for all these types.
627
e4e249c1
KR
6282004-07-05 Kevin Ryde <user42@zip.com.au>
629
630 * configure.in (isinf, isnan): Detect macro versions as well as
631 functions, since C99 specifies them as macros and that's all HP-UX
632 has. Reported by Andreas Voegele.
633
ae7ded56
MV
6342004-06-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
635
636 * configure.in: Removed code for --enable-htmldoc; support for
637 HTML is now included in automake.
638
060fd2f9
RB
6392004-06-16 Rob Browning <rlb@defaultvalue.org>
640
641 * pre-inst-guile.in: modify to handle move of readline.scm to
642 ice-9 subdir of guile-readline.
643
644 * pre-inst-guile-env.in: modify to handle move of readline.scm to
645 ice-9 subdir of guile-readline.
646
647 * configure.in: move package and version args to AC_INIT as is now
648 recommended. This also requires m4_esyscmd to read GUILE-VERSION
649 given the way AC_INIT handles its args.
650
6dfc9f1f
KR
6512004-04-22 Kevin Ryde <user42@zip.com.au>
652
653 * configure.in (AC_CHECK_HEADERS): Add fenv.h.
654 (AC_CHECK_FUNCS): Add fesetround.
655
e08d2eee
KR
6562004-04-18 Kevin Ryde <user42@zip.com.au>
657
658 * configure.in (AC_CHECK_FUNCS): Add readdir_r.
659
51ebeed1
KR
6602004-03-23 Kevin Ryde <user42@zip.com.au>
661
662 * configure.in (AC_CHECK_FUNCS): Add sysconf.
663 (AC_CHECK_HEADERS): Add netdb.h and sys/param.h.
664
fa525c8a
KR
6652004-03-21 Kevin Ryde <user42@zip.com.au>
666
667 * configure.in (AC_CHECK_FUNCS): Add gmtime_r.
668
e1350d6a
KR
6692004-03-14 Kevin Ryde <user42@zip.com.au>
670
671 * configure.in (strptime): Use #define _GNU_SOURCE to get the
672 prototype from glibc, use AC_CHECK_DECLS rather than AC_EGREP_HEADER.
673
004ad931
KR
6742004-02-29 Kevin Ryde <user42@zip.com.au>
675
676 * configure.in: Use AC_COPYRIGHT and AH_TOP to get copyright notice
677 into generated configure and config.h.in.
678
679 * configure.in (AC_CHECK_FUNCS): Add DINFINITY and DQNAN.
680
b114eafe
KR
6812004-02-21 Kevin Ryde <user42@zip.com.au>
682
683 * configure.in (crypt): Test with AC_SEARCH_LIBS, for the benefit of
684 HP-UX. Define HAVE_CRYPT rather than HAVE_LIBCRYPT. Reported by
685 Andreas Voegele.
686
424d0540
KR
6872004-02-18 Kevin Ryde <user42@zip.com.au>
688
689 * configure.in (AC_CHECK_HEADERS): Add crt_externs.h.
690 (AC_CHECK_FUNCS): Add _NSGetEnviron.
691
c78a96e0
MD
6922004-02-15 Mikael Djurfeldt <mdj@chunk.mit.edu>
693
694 * configure.in: Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL.
695
d70e0619
NJ
6962004-01-25 Neil Jerram <neil@ossau.uklinux.net>
697
698 * configure.in (GUILE_FUNC_DECLARED), acinclude.m4
699 (GUILE_STRUCT_UTIMBUF, GUILE_NAMED_CHECK_FUNC): Correctly quote
700 macros being defined.
701
89fcf1b4
MV
7022003-12-26 Marius Vollmer <mvo@zagadka.de>
703
704 * configure.in: Find a suitable type for the new scm_t_intmax and
705 scm_t_uintmax.
706
28fda544
RB
7072003-11-17 Rob Browning <rlb@defaultvalue.org>
708
709 * configure.in: rewrite ALLOCA related code as multiple lines so
710 it doesn't break with current autoconf substitutions.
711
8868e472
KR
7122003-11-15 Kevin Ryde <user42@zip.com.au>
713
714 * configure.in (--with-guile-for-build): Remove this option, it's not
715 normal style for --with.
716 (GUILE_FOR_BUILD): Use AC_ARG_VAR.
08134d1d
KR
717 * README (Cross building Guile): Describe GUILE_FOR_BUILD rather than
718 --with-guile-for-build.
8868e472 719
eeac938c
NJ
7202003-11-11 Neil Jerram <neil@ossau.uklinux.net>
721
722 * .cvsignore: Add elisp-comp.
723
d995da7f
NJ
7242003-10-30 Neil Jerram <neil@ossau.uklinux.net>
725
726 * configure.in (AC_CONFIG_FILES): Add `emacs/Makefile'.
727 (AM_PATH_LISPDIR): Added.
728
729 * Makefile.am (SUBDIRS): Add `emacs'.
730
fcfdbb80
MV
7312003-07-27 Marius Vollmer <mvo@zagadka.de>
732
2f4931bf
MV
733 * configure.in: Look for sched_yield in -lrt; this is needed for
734 Solaris. Thanks to Matthias Koeppe!
735 (setgroups): Check for it.
736
fcfdbb80
MV
737 * configure.in (__libc_stack_end): Actually use the value in
738 __libc_stack_end for something so that the access doesn't get
739 optimized away. Thanks to Matthias Koeppe!
740
005d2366
KR
7412003-07-08 Kevin Ryde <user42@zip.com.au>
742
743 * configure.in (AC_CHECK_FUNCS): Add sincos.
744
1ebb8497
KR
7452003-06-21 Kevin Ryde <user42@zip.com.au>
746
747 * configure.in (AC_CHECK_FUNCS): Add asinh, acosh, atanh and trunc.
748
02d72536
MV
7492003-06-19 Marius Vollmer <mvo@zagadka.de>
750
751 * configure.in: use "-Werror" only with GCC. Thanks to Matthias
752 Koeppe!
753
fbaca220
KR
7542003-06-19 Kevin Ryde <user42@zip.com.au>
755
756 * README (Guile Documentation): Update to manuals now available,
757 remove notes about the reference manual being in progress.
758
fcc5d734
SJ
7592003-06-14 Stefan Jahn <stefan@lkcc.org>
760
761 * configure.in: Checking for __int64 as possible candidate for
762 the SCM_I_GSC_T_INT64 define.
763
1e498fbd
SJ
7642003-05-30 Stefan Jahn <stefan@lkcc.org>
765
766 * configure.in: Checking for unsetenv().
767
2e945bcc
SJ
7682003-05-29 Stefan Jahn <stefan@lkcc.org>
769
770 * configure.in: Removed -lm check and added a cached check for
771 __libc_stack_end to get it building for mingw32 hosts.
772
26a24947
KR
7732003-05-19 Kevin Ryde <user42@zip.com.au>
774
775 * README (Cross building Guile): Remove --with-cc-for-build in favour
776 of CC_FOR_BUILD.
777
a3001b9d
KR
7782003-05-16 Kevin Ryde <user42@zip.com.au>
779
780 * configure.in (--with-cc-for-build): Remove this option, CC_FOR_BUILD
781 variable is more or less standard, and is adequate for the task.
782
614e70e0
KR
7832003-05-12 Kevin Ryde <user42@zip.com.au>
784
c72e11e6
KR
785 * configure.in (CC_FOR_BUILD): Use AC_ARG_VAR.
786
787 * configure.in (SCM_SINGLES): Use AC_CHECK_SIZEOF(float), to
ba2ec20d 788 eliminate guess-yes when cross compiling.
c72e11e6 789
614e70e0
KR
790 * configure.in (SCM_I_GSC_STACK_GROWS_UP): Fix missing comma in
791 AC_TRY_RUN.
792
d0f6ceb8
DH
7932003-04-20 Dirk Herrmann <D.Herrmann@tu-bs.de>
794
795 * libguile.h: Removed uses of DEBUG_EXTENSIONS to fix compile
796 errors with --disable-deprecated.
797
87617347
RB
7982003-04-07 Rob Browning <rlb@defaultvalue.org>
799
07921c76
RB
800 * pre-inst-guile-env.in: new script -- can be used to run commands
801 in an envt set up using the development libs, Guile, etc.
802
87617347
RB
803 * configure.in: handle pre-inst-guile-env and add
804 test-suite/standalone/Makefile.
805
e3be7ddd
MV
8062003-04-06 Marius Vollmer <mvo@zagadka.de>
807
808 * configure.in: Check for mpz_import, which is required but only
809 available in GMP 4.1.
810
fc87c27a
MV
8112003-04-05 Marius Vollmer <mvo@zagadka.de>
812
813 * Changed license terms to the plain LGPL thru-out.
814
ad815c06
RB
8152003-04-04 Rob Browning <rlb@defaultvalue.org>
816
817 * configure.in: add GMP test (require GMP).
818
9686f86d
MV
8192003-03-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
820
821 * libguile.h: Include "libguile/deprecated.h".
822
5ebbe4ef
RB
8232003-03-25 Rob Browning <rlb@defaultvalue.org>
824
825 * configure.in: big overhaul to shift us to have separate private,
826 config.h, and public, scmconfig.h, configuration headers. Added a
827 fair amount of code to track down new required types: scm_t_uint8,
828 scm_t_uint16, scm_t_uint32, scm_t_int8, scm_t_int16, scm_t_int32,
829 and to detect optional types scm_t_uint64, scm_t_in64, long long,
830 unsigned long long, scm_t_ptrdiff, intptr_t, and uintptr_t.
831 (SCM_I_GSC_T_PTRDIFF): gen-scmconfig.h.in AC_SUBST var.
832 (SCM_I_GSC_NEEDS_INTTYPES_H): gen-scmconfig.h.in AC_SUBST var.
833 (SCM_I_GSC_NEEDS_STDINT_H): gen-scmconfig.h.in AC_SUBST var.
834 (SCM_I_GSC_T_UINT8): gen-scmconfig.h.in AC_SUBST var.
835 (SCM_I_GSC_T_UINT16): gen-scmconfig.h.in AC_SUBST var.
836 (SCM_I_GSC_T_UINT32): gen-scmconfig.h.in AC_SUBST var.
837 (SCM_I_GSC_T_UINT64): gen-scmconfig.h.in AC_SUBST var.
838 (SCM_I_GSC_T_INT8): gen-scmconfig.h.in AC_SUBST var.
839 (SCM_I_GSC_T_INT16): gen-scmconfig.h.in AC_SUBST var.
840 (SCM_I_GSC_T_INT32): gen-scmconfig.h.in AC_SUBST var.
841 (SCM_I_GSC_T_INT64): gen-scmconfig.h.in AC_SUBST var.
842 (USE_PTHREAD_THREADS): removed - handled by gen-scmconfig.c.
843 (USE_NULL_THREADS): removed - handled by gen-scmconfig.c.
844 (USE_COOP_THREADS): removed - handled by gen-scmconfig.c.
845 (SCM_I_GSC_USE_PTHREAD_THREADS): gen-scmconfig.h.in AC_SUBST var.
846 (SCM_I_GSC_USE_NULL_THREADS): gen-scmconfig.h.in AC_SUBST var.
847 (SCM_I_GSC_USE_COOP_THREADS): gen-scmconfig.h.in AC_SUBST var.
848 (STACK_GROWS_UP): removed - handled by gen-scmconfig.c.
849 (SCM_I_GSC_STACK_GROWS_UP): gen-scmconfig.h.in AC_SUBST var.
850 (GUILE_DEBUG_FREELIST): removed - handled by gen-scmconfig.c.
851 (SCM_I_GSC_GUILE_DEBUG_FREELIST): gen-scmconfig.h.in AC_SUBST var.
852 (GUILE_DEBUG): removed - handled by gen-scmconfig.c.
853 (SCM_I_GSC_GUILE_DEBUG): gen-scmconfig.h.in AC_SUBST var.
854 (SCM_ENABLE_DEPRECATED): removed - handled by gen-scmconfig.c.
855 (SCM_I_GSC_ENABLE_DEPRECATED): gen-scmconfig.h.in AC_SUBST var.
856 (HAVE_ARRAYS): removed - handled by gen-scmconfig.c.
857 (SCM_I_GSC_HAVE_ARRAYS): gen-scmconfig.h.in AC_SUBST var.
858 (SCM_ENABLE_ELISP): removed - handled by gen-scmconfig.c.
859 (SCM_I_GSC_ENABLE_ELISP): gen-scmconfig.h.in AC_SUBST var.
860 (SCM_I_GSC_C_INLINE): gen-scmconfig.h.in AC_SUBST var.
861 (DEBUG_EXTENSIONS): removed - handled by gen-scmconfig.c.
862 (READER_EXTENSIONS): removed - handled by gen-scmconfig.c.
863 (USE_THREADS): removed - handled by gen-scmconfig.c.
864 (GUILE_ISELECT): removed - handled by gen-scmconfig.c.
865 (DYNAMIC_LINKING): removed - handled by gen-scmconfig.c.
866
867 * README: merge information from INSTALL and remove at least some
868 of the stale bits.
869
870 * LICENSE: new file -- we should change this to the LGPL soon and
871 add COPYING.LIB to the distribution.
872
873 * autogen.sh: call autoreconf with --force. This may fix the
874 "order" problem below without having to have two calls.
875
876 * INSTALL: use the automake installed INSTALL file. The Guile
877 specific instructions are now in README.
878
e6682f8b
MV
8792003-03-21 Marius Vollmer <marius.vollmer@uni-dortmund.de>
880
881 * autogen.sh: Invoke autoreconf twice since the required files do
882 not seem to be generated in the right order. XXX - investigate
883 further.
884
b713b0b6
MV
8852003-03-19 Marius Vollmer <mvo@zagadka.de>
886
887 * guile-tools.in (guileversion): Use $GUILE_EFFECTIVE_VERSION
888 instead of $GUILE_VERSION. Thanks to Kevin Ryde!
889
25ad7681
RB
8902003-02-27 Rob Browning <rlb@defaultvalue.org>
891
892 * configure.in (AC_CONFIG_SRCDIR): use GUILE-VERSION.
893 (AM_CONFIG_HEADER): change to config.h
894
895 * Makefile.am (EXTRA_DIST): remove $(ACLOCAL).
896 (ACLOCAL_AMFLAGS): replaces ACLOCAL.
897
898 * autogen.sh: switch to autoreconf -- see how it goes. remove
899 call to guile-aclocal.sh -- we now do the same thing with an
900 automake setting.
901
902 * guile-aclocal.sh: deleted in favor of ACLOCAL_AMFLAGS in
903 Makefile.am.
904
9052003-02-26 Rob Browning <rlb@defaultvalue.org>
906
907 * configure.in: change our config header from libguile/scmconfig.h
908 to be the traditional ./config.h. libguile/scmconfig.h is now
909 built from that during the build process. More changes coming...
910
77f9ca69
MD
9112003-01-23 Mikael Djurfeldt <djurfeldt@nada.kth.se>
912
913 * libguile.h: #include "futures.h"
914
09841c77
MD
9152002-12-16 Mikael Djurfeldt <djurfeldt@nada.kth.se>
916
917 * configure.in: Test if pthread.h declares
918 pthread_mutexattr_settype ().
919
9202002-12-15 Mikael Djurfeldt <djurfeldt@nada.kth.se>
921
922 * configure.in (SCM_MUTEX_FAST, SCM_MUTEX_RECURSIVE): Test for
923 ways to get fast and recursive mutexes.
924
ad280ae0
MD
9252002-12-10 Mikael Djurfeldt <mdj@kvast.blakulla.net>
926
927 * configure.in (_THREAD_SAFE): Define when pthreads are enabled in
928 order to get thread safe versions of glibc functions.
929
9bc4701c
MD
9302002-12-09 Mikael Djurfeldt <djurfeldt@nada.kth.se>
931
932 * configure.in: Temporarily replaced "copt" threads option with new
933 option "pthreads".
934 (USE_PTHREAD_THREADS): Define if pthreads configured.
935
b2cbe8d8
RB
9362002-12-08 Rob Browning <rlb@defaultvalue.org>
937
938 * configure.in (GUILE_EFFECTIVE_VERSION): AC_SUBST it.
939 (AC_CONFIG_FILES): separate out the files that need to be chmodded
940 at the end of config.status. Our "default" approach using
941 AC_CONFIG_COMMANDS quit working (and would have needed to be
942 changed to AC_CONFIG_COMMANDS(,,CMDS) rather than our previous
943 AC_CONFIG_COMMANDS(default,CMDS), but I the new approach, using
944 per-file AC_CONFIG_FILES calls appears to be more "correct" in the
945 current autoconf docs.
946
947 * GUILE-VERSION (GUILE_EFFECTIVE_VERSION): new variable.
948
5441c65c
MV
9492002-12-02 Marius Vollmer <mvo@zagadka.ping.de>
950
951 * Makefile.am (SUBDIRS): Removed qt.
952
953 * configure.in: Do not configure QTHREADS. Do not define
954 USE_COOP_THREADS. Changed logic for thread package selection so
955 that the default is "coop-pthread" when -lpthread is found, "null"
956 otherwise.
957
cfc7c7c0
MD
9582002-12-01 Mikael Djurfeldt <mdj@linnaeus>
959
960 * GUILE-VERSION: Added versioning info for srfi 1.
961
962 * configure.in (LIBGUILE_SRFI_SRFI_1_INTERFACE_CURRENT,
963 LIBGUILE_SRFI_SRFI_1_INTERFACE_REVISION,
964 LIBGUILE_SRFI_SRFI_1_INTERFACE_AGE,
965 LIBGUILE_SRFI_SRFI_1_INTERFACE): New AC_SUBST.
966
8b5b4a75
MV
9672002-11-10 Marius Vollmer <mvo@zagadka.ping.de>
968
969 * configure.in (USE_THREADS, GUILE_ISELECT): Define always. We
970 define them with AC_DEFINE and not in some header file so that
971 they are visible exactly in the same way as they used to be.
972
7caa1b07
MV
9732002-11-03 Marius Vollmer <mvo@zagadka.ping.de>
974
975 * configure.in: Do not add "threads.o" to the libobjs, it is now
976 always compiled.
977 (USE_THREADS, GUILE_ISELECT): Do not define.
978
30f920c3
MV
9792002-10-27 Marius Vollmer <mvo@zagadka.ping.de>
980
981 * configure.in: Handle thread package "coop-pthread" with alias
982 "copt" and define USE_COPT_THREADS when it is selected.
983 Always define GUILE_ISELECT.
984
8ee7506b
NJ
9852002-10-26 Neil Jerram <neil@ossau.uklinux.net>
986
987 * configure.in (AC_CONFIG_FILES): Add ice-9/debugger/Makefile and
988 ice-9/debugger/breakpoints/Makefile.
989
65a23095
MV
9902002-10-21 Marius Vollmer <mvo@zagadka.ping.de>
991
992 * configure.in: Changed logic in thread support configuration such
993 that --with-threads=no is equivalent to --with-threads=null. On
994 platforms that are not supported by QuickThreads, we also use the
995 null-threads. Thus, USE_THREADS is always defined now.
996
2794cb50
MV
9972002-10-16 Marius Vollmer <marius.vollmer@uni-dortmund.de>
998
999 * configure.in: Shuffled around and extended the thread
1000 configuration code to allow the "null" thread package to be
1001 selected. Define USE_NULL_THREADS in that case.
1002
e5b4630d
GH
10032002-10-13 Gary Houston <ghouston@arglist.com>
1004
1005 * autogen.sh (ac_version): try automake 1.7 too.
1006
5e405a60
MV
10072002-10-05 Marius Vollmer <mvo@zagadka.ping.de>
1008
1009 * autogen.sh: Make sure that $autoheader is always set. When we
1010 would use the plain "autoconf", $autoheader would end up empty and
1011 libguile/scmconfig.h.in would not be updated.
1012
1360a142
RB
10132002-10-04 Rob Browning <rlb@defaultvalue.org>
1014
1015 * libltdl: moved to libguile-ltdl.
1016
1017 * Makefile.am (SUBDIRS): remove libltdl.
1018
1019 * autogen.sh: remove support for libltdl sub-configure.
1020 (ac_version): widen support check to any 2.5? autoconf version.
1021 2.54 is out now.
1022
1023 * configure.in: turn on -Werror by default. We're now clean. I'd
1024 like to stay that way. If we want, we can turn it off by default
1025 when we make the stable release, but I caught a lot of bugs this
1026 way. Accomodate libguile-ltdl -- therea are some ltdl things that
1027 are commented out now INCLTDL and LIBLTDL. I think we may not
1028 need them anymore, but I'll leave them until we're sure. We also
1029 killed off the libltdl dir and related options including the
60aa332f
RB
1030 AC_CONFIG_SUBDIRS. I also added some explicit tests for some
1031 headers and functions that weren't listed but were in
1032 scmconfig.h.in. though this may have been unnecessary.
1360a142 1033
99fd355a
MV
10342002-10-04 Marius Vollmer <mvo@zagadka.ping.de>
1035
1036 * configure.in: Use AC_LIBLTDL_CONVENIENCE instead of
1037 AC_LIBLTDL_INSTALLABLE.
1038
10392002-10-03 Marius Vollmer <mvo@zagadka.ping.de>
1040
1041 * autogen.sh: Do not instruct libtoolize to copy libltdl into our
1042 sources. Do not patch it. We have our own version now that is
1043 only being used as a convenience library.
1044
f800ebfb
MV
10452002-08-24 Marius Vollmer <mvo@zagadka.ping.de>
1046
1047 * configure.in: Check for __libc_stack_end.
1048
39e8f371
HWN
10492002-08-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1050
1051 * configure.in: add snprintf
1052
c2cbcc57
HWN
10532002-08-04 Han-Wen <hanwen@cs.uu.nl>
1054
1055 * NEWS: add entries for GC and vector WB.
1056
afc8e572
HWN
10572002-07-22 Han-Wen <hanwen@cs.uu.nl>
1058
1059 * autogen.sh (mscripts): find and check version number of
1060 automake. Complain if 1.6 is not found.
1061
34d19ef6
HWN
10622002-07-20 Han-Wen <hanwen@cs.uu.nl>
1063
1064 * autogen.sh (mscripts): find and check version number of
1065 autoconf. Complain if 2.53 is not found.
1066
dd897aaf
DH
10672002-07-20 Dirk Herrmann <D.Herrmann@tu-bs.de>
1068
1069 * benchmark-guile.in: Copied from check-guile.in and adapted for
1070 use with benchmarks.
1071
1072 * Makefile.am: Recurse into the benchmark-suite subdir.
1073
1074 * configure.in: Added benchmarking files.
1075
4f6f9ae3
GH
10762002-07-12 Gary Houston <ghouston@arglist.com>
1077
1078 * configure.in: check dynamic linking before modules. Add dynl.c
1079 if dynamic linking is available, i.e., unless --with-modules=no
1080 was given to configure.
1081
2398796a
MV
10822002-07-09 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1083
1084 * autogen.sh: Patch libltdl/ltdl.c to avoid a nasty bug in
1085 libtool-1.4.2.
1086
887efef5
MV
10872002-07-07 Marius Vollmer <mvo@zagadka.ping.de>
1088
ca679709
MV
1089 * autogen.sh: Do not copy INSTALL from workbook since it is not
1090 uniform across branches.
1091 * INSTALL: Re-added to repository.
1092
887efef5
MV
1093 Crosscompiling and Cygwin fixes from Jan Nieuwenhuizen. Thanks!
1094
1095 * autogen.sh: Only fix libltdl/configure.in if it exists. Current
1096 libtool CVS does not need this fix.
1097
1098 * configure.in (AC_LIBTOOL_WIN32_DLL): Add for shared Cygwin
1099 build.
1100 Add --with-cc-for-build option to re-enable cross building.
1101 Add --with-guile-for-build option to re-enable cross building.
1102
feec7802
GH
11032002-06-30 Gary Houston <ghouston@arglist.com>
1104
1105 * autogen.sh: Changed the path to the scripts directory.
1106 In libltdl, run aclocal before autoconf and automake: this
1107 eliminated various warnings after upgrading to newer automake.
1108
ba1b077b
MV
11092002-05-22 Marius Vollmer <mvo@zagadka.ping.de>
1110
1111 From John W. Eaton <jwe@bevo.che.wisc.edu>
1112
1113 * configure.in (AC_CHECK_FUNCS): Check for copysign.
1114
5cb3f600
MV
11152002-05-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1116
1117 * libguile.h: Added inclusion of "extensions.h".
1118
43a1d6f1
MV
11192002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
1120
1121 * configure.in: Include <sys/types.h> before <netinet/in.h> when
1122 checking vor IPv6. This is for NetBSD 1.5. Thanks to Greg
1123 Troxel!
1124
d4dba280
MV
1125 From John W. Eaton.
1126
1127 * configure.in (AC_CHECK_HEADERS): Check for floatingpoint.h
1128 ieeefp.h, and nan.h.
1129 (AC_CHECK_FUNCS): Check for finite, isinf, and isnan.
1130
d47fd163
TTN
11312002-05-01 Thien-Thi Nguyen <ttn@giblet.glug.org>
1132
1133 * autogen.sh: Add call to $mscripts/render-bugs
1134 to create BUGS file.
1135
1136 * BUGS: bye bye
1137
d937b062
TTN
11382002-04-27 Thien-Thi Nguyen <ttn@giblet.glug.org>
1139
1140 * Makefile.am (EXTRA_DIST): Remove qthreads.m4.
1141
5caa57b1
MV
11422002-04-26 Marius Vollmer <mvo@zagadka.ping.de>
1143
1144 * guile-aclocal.sh: Replaced with a simple invocation of "aclocal
1145 -I guile-config". This works as of automake 1.5.
d937b062 1146 * qthreads.m4: Moved to guile-config/.
5caa57b1 1147
7fd1bad4
MV
11482002-04-18 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1149
1150 * autogen.sh: Call automake twice for guile-core so that two
1151 copies of mdate-sh get a chance of being installed (one in
1152 doc/ref/ and one in doc/tutorial/).
1153
dc006627
MV
11542002-04-16 Marius Vollmer <mvo@zagadka.ping.de>
1155
1156 * Makefile.am (AUTOMAKE_OPTIONS): New, to request version 1.5.
1157 (EXTRA_DIST): Don't distribute acconfig.h, which is gone.
1158 (dist-hook): Removed.
1159 (DISTCLEANFILES): Added check-guile.log.
1160 (EXTRA_DIST): Don't distribute TODO.
1161
1162 * configure.in: Bump required autoconf version to 2.53. Move uses
1163 of AC_LIBOBJ after AC_PROG_CC. AC_LIBOBJ needs OBJEXT which is
1164 set by AC_PROG_CC.
1165
21550b10
RB
11662002-04-10 Rob Browning <rlb@defaultvalue.org>
1167
1168 * configure.in: updates for new autoconf -- add definitions to
1169 AC_DEFINE calls, and convert occurences of LIBOBJS to AC_LIBOBJ
1170 calls.
1171
1172 * acinclude.m4: add definitions to AC_DEFINE calls for new
1173 autoconf.
1174
1175 * acconfig.h: removed -- newer autoconf doesn't like it, and now
1176 we don't need it.
1177
1178 * .cvsignore: add autom4te.cache and pre-inst-guile.
1179
dd1ed1ad
TTN
11802002-04-03 Thien-Thi Nguyen <ttn@giblet.glug.org>
1181
1182 * RELEASE: bye bye
1183
412f1928
TTN
11842002-03-31 Thien-Thi Nguyen <ttn@giblet.glug.org>
1185
1186 * Makefile.am: Update copyright.
1187 (dist-hook): Add, including related am/maintainers-dirs,
1188 surrounded by "if MAINTAINER_MODE".
1189
94478b88
TTN
1190 * TODO: bye bye
1191
ef5bdc2e
TTN
1192 * autogen.sh: Add usage comment.
1193 Add workbook specification.
1194 Add dist-files symlinking.
1195
1196 * ANON-CVS, HACKING, INSTALL, SNAPSHOTS: bye bye
1197
9b398b67
TTN
11982002-03-06 Thien-Thi Nguyen <ttn@giblet.glug.org>
1199
1200 * guile-tools.in: Handle "--source" option.
1201
eb8aea9b
TTN
12022002-03-04 Thien-Thi Nguyen <ttn@giblet.glug.org>
1203
2d78a1c5
TTN
1204 * configure.in (top_srcdir_absolute): New AC_SUBST var.
1205
7ca15449
TTN
1206 * pre-inst-guile.in, check-guile.in (top_srcdir):
1207 Use `top_srcdir_absolute' AC_SUBST var.
2d78a1c5 1208
eb8aea9b
TTN
1209 * pre-inst-guile.in (top_srcdir): Fix ref bug: Force absolute.
1210
5ddf900c
TTN
12112002-02-27 Thien-Thi Nguyen <ttn@giblet.glug.org>
1212
1213 * pre-inst-guile.in: Typofix; nfc.
1214
edb810bb
SJ
12152002-02-27 Stefan Jahn <stefan@lkcc.org>
1216
1217 * Makefile.am (SUBDIRS): Added the `am' directory.
1218
3ed414c8
TTN
12192002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
1220
1221 * pre-inst-guile.in: New file.
1222
1223 * pre-inst-guile, pre-inst-guile.am: bye bye
1224
1225 * configure.in (top_builddir_absolute): New AC_SUBST var.
1226 (AC_CONFIG_FILES): Add am/Makefile, pre-inst-guile.
1227 (AC_CONFIG_COMMANDS): Also chmod +x pre-inst-guile.
1228
1229 * check-guile.in (top_builddir): Use AC_SUBST var
1230 `top_builddir_absolute'.
1231 (guile): Look for pre-inst-guile in $top_builddir.
1232
1233 * Makefile.am (EXTRA_DIST): Remove pre-inst-guile,
1234 pre-inst-guile.am.
1235
46151112
RB
12362002-02-24 Rob Browning <rlb@defaultvalue.org>
1237
1238 * GUILE-VERSION: move all but guile-readline library versioning
1239 information here. guile-readline is still standalone. Bump
1240 CURRENT interfaces to 15 to allow some headroom for 1.6 release at
1241 Thi-Thien's request.
1242
1243 * configure.in: AC_SUBST the centralized shared lib versioning
1244 variables from ./GUILE-VERSION.
1245 (LIBQTHREADS_INTERFACE_CURRENT): new AC_SUBST.
1246 (LIBQTHREADS_INTERFACE_REVISION): new AC_SUBST.
1247 (LIBQTHREADS_INTERFACE_AGE): new AC_SUBST.
1248 (LIBQTHREADS_INTERFACE): new AC_SUBST.
1249 (LIBGUILE_INTERFACE_CURRENT): new AC_SUBST.
1250 (LIBGUILE_INTERFACE_REVISION): new AC_SUBST.
1251 (LIBGUILE_INTERFACE_AGE): new AC_SUBST.
1252 (LIBGUILE_INTERFACE): new AC_SUBST.
1253 (LIBGUILE_SRFI_SRFI_4_INTERFACE_CURRENT): new AC_SUBST.
1254 (LIBGUILE_SRFI_SRFI_4_INTERFACE_REVISION): new AC_SUBST.
1255 (LIBGUILE_SRFI_SRFI_4_INTERFACE_AGE): new AC_SUBST.
1256 (LIBGUILE_SRFI_SRFI_4_INTERFACE): new AC_SUBST.
1257 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_CURRENT): new AC_SUBST.
1258 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_REVISION): new AC_SUBST.
1259 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_AGE): new AC_SUBST.
1260 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE): new AC_SUBST.
1261
1262 * autogen.sh: make absolutely sure we can't have stale files from
1263 old versions lying around the libltdl dir since libtoolize
1264 doesn't. Also hack libltdl's configure.in to require autoconf 2.5
1265 so the main tree and libltdl can't get out of sync again.
1266
1267 * RELEASE: update release building instructions.
1268
3d77146f
NJ
12692002-02-21 Neil Jerram <neil@ossau.uklinux.net>
1270
1271 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Use [] rather than
1272 "" for multiword string. Thanks to Christopher Cramer for
1273 pointing this out.
1274
84b27165
MV
12752002-02-11 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1276
1277 * acconfig.h (GUILE_DEBUG_MALLOC): Refer to scm_gc_malloc, etc,
1278 instead of to scm_must_malloc.
1279
f660f92e
MV
12802002-02-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1281
1282 * Makefile.am (EXTRA_DIST): Added pre-inst-guile and
1283 pre-inst-guile.am.
1284
0187b4f4
TTN
12852002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
1286
1287 * pre-inst-guile.am, pre-inst-guile: New files.
1288
1289 * check-guile.in (srcdir): Delete var.
1290 (top_builddir, top_srcdir, guile_opts): New vars.
1291
1292 Use "set -e".
1293 No longer set LTDL_LIBRARY_PATH.
1294 Use ${top_srcdir}/pre-inst-guile instead of libguile/guile.
1295
1296 * configure.in (libguile/guile-snarf-docs-texi): Remove
1297 from `AC_CONFIG_FILES' and `AC_CONFIG_COMMANDS'.
1298
77bf05e0 1299 * check-guile.in (top_builddir): Fix bug: Use cwd.
02f07e2b
TTN
1300 (TEST_SUITE_DIR): Fix bug: Use `top_srcdir'.
1301 (GUILE_LOAD_PATH): No longer include $top_srcdir.
1302
1303 * pre-inst-guile: Fix bug: Use ":" in `case' pattern to prevent
1304 prefix aliasing.
77bf05e0 1305
1fa86ca5
SJ
13062002-01-31 Stefan Jahn <stefan@lkcc.org>
1307
1308 * configure.in: Add -DLIBLTDL_DLL_IMPORT to INCLTDL when using
1309 `libltdl.dll'.
1310
af68e5e5
SJ
13112002-01-28 Stefan Jahn <stefan@lkcc.org>
1312
0187b4f4 1313 * configure.in (guile_cv_have_uint32_t): Look also in
af68e5e5
SJ
1314 `stdint.h' for uint32_t.
1315
3d1a89b9
NJ
13162002-01-13 Neil Jerram <neil@ossau.uklinux.net>
1317
1318 * Makefile.am (SUBDIRS): Added lang.
1319
1320 * configure.in (AC_CONFIG_FILES): Added Makefiles in lang,
1321 lang/elisp, lang/elisp/internals and lang/elisp/primitives.
1322
13232002-01-11 Neil Jerram <neil@ossau.uklinux.net>
1324
1325 * acconfig.h (SCM_ENABLE_ELISP): New conditional.
1326
1327 * configure.in (SCM_ENABLE_ELISP): Define this conditional (or
1328 not) according to absence (or presence) of `--disable-elisp'
1329 in the configure args.
1330
f00eb43f
DH
13312001-12-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
1332
1333 * TODO: Added two items.
1334
5dc64f64
MV
13352001-12-26 Marius Vollmer <mvo@zagadka.ping.de>
1336
1337 * configure.in (HAVE_MAKEINFO): Check for the makeinfo program and
1338 set this conditional accordingly.
0187b4f4 1339
6d852be3
TTN
13402001-12-01 Thien-Thi Nguyen <ttn@giblet.glug.org>
1341
1342 * README: Fix virulent typo.
1343
53c594fc
MV
13442001-11-25 Marius Vollmer <mvo@zagadka.ping.de>
1345
6d852be3 1346 * acconfig.h (HAVE_INLINE): Added template.
53c594fc
MV
1347 * configure.in (HAVE_INLINE): Define it when the compiler supports
1348 inline functions.
1349
6d852be3 1350 * libguile.h: Include "libguile/inline.h".
53c594fc 1351
a5dc23a7
GH
13522001-11-22 Gary Houston <ghouston@arglist.com>
1353
1354 * HACKING: Modified the Hacking It Yourself section. Removed the
1355 version numbers from the tools.
a5df04d5 1356 HACKING, README, ANON-CVS: updates.
a5dc23a7 1357
73edb48a
GH
13582001-11-21 Gary Houston <ghouston@arglist.com>
1359
1360 * HACKING: Removed reference to no longer practiced * in ChangeLog
1361 convention.
1362
97f439ab
TTN
13632001-11-19 Thien-Thi Nguyen <ttn@glug.org>
1364
30bce757
TTN
1365 * BUGS (11): Set "fixed: no-need".
1366
97f439ab
TTN
1367 * TODO (write emacs/patch.el): New item, self-assigned.
1368
3faa54e7
RB
13692001-11-19 Rob Browning <rlb@defaultvalue.org>
1370
1371 * configure.in: switch to AC_LIBLTDL_INSTALLABLE so we'll use the
1372 system libltdl when it's available. Aside from the normal reasons
1373 to prefer installed shared libs, this means other apps that link
1374 with libguile and also use libltdl will be more likely to work
1375 right.
1376
ccee9ab1
TTN
13772001-11-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
1378
1379 * BUGS (4): Set "fixed: 2001-11-17 (1.7.x)".
1380
73c844bf
TTN
13812001-11-15 Thien-Thi Nguyen <ttn@glug.org>
1382
1383 * guile-tools.in: Handle command "list" specially: list scripts dir.
1384
1385 (help): Make more informative.
1386
a714e0eb
MV
13872001-11-12 Marius Vollmer <mvo@zagadka.ping.de>
1388
1389 * autogen.sh: Recurse into libltdl directory and invoke autoconf
1390 there.
1391
bca0bf8d
TTN
13922001-11-11 Thien-Thi Nguyen <ttn@glug.org>
1393
1394 * HACKING: Restrict documentation change log
1395 waiver to only apply to ChangeLog files.
1396
35656ebc
MV
13972001-11-12 Marius Vollmer <mvo@zagadka.ping.de>
1398
1399 * configure.in: Check for sizes of short, size_t, uintptr_t, and
1400 ptrdiff_t. Checking for a size also checks automatically for the
1401 existence of the type, so we don't check for the existence of
1402 uintptr_t, ptrdiff_t and long long ourselves.
1403
a0a9b9ad
TTN
14042001-11-10 Thien-Thi Nguyen <ttn@glug.org>
1405
1406 * BUGS (11): New.
1407
b4e15479
SJ
14082001-11-07 Stefan Jahn <stefan@lkcc.org>
1409
1410 * configure.in: Include `win32-socket.o' in the list of object
1411 files if networking is enabled on Win32.
1412
04bbd6ce
TTN
14132001-11-06 Thien-Thi Nguyen <ttn@glug.org>
1414
1415 * TODO (sync srfi-modules.texi): New, done.
1416
2ca222c2 1417 * BUGS (9, 10): New.
70debc22 1418
8f99e3f3
SJ
14192001-11-04 Stefan Jahn <stefan@lkcc.org>
1420
1421 * NEWS: Corrected remarks about SCM_API.
1422
1423 * configure.in: Defining USE_DLL_IMPORT definition to indicate
1424 usage of DLL import macros in `libguile/__scm.h'.
1425 (LIBOBJS): Removed `fileblocks.o' from the list of object files.
1426 Somehow Jim Blandy's patch from 1997 did not survive.
1427
257b6d40
MV
14282001-11-02 Marius Vollmer <mvo@zagadka.ping.de>
1429
1430 Support for native Win32. Thanks to Stefan Jahn!
04bbd6ce 1431
257b6d40
MV
1432 * check-guile.in: Replaced `ln -s' by `@LN_S@' to supports
1433 build systems which do not have symbolic links.
1434 * configure.in: Define AC_LIBTOOL_WIN32_DLL to build clean dlls
1435 on Win32 platforms.
04bbd6ce
TTN
1436 Checking for `ws2_32.dll', `winsock2.h', add `win32-uname.o'
1437 and `win32-dirent.o' and define extra compiler flags necessary
8f99e3f3 1438 to build clean dlls.
257b6d40
MV
1439 Check for `regcomp()' inside `-lregex'.
1440
2ad3278a
TTN
14412001-10-26 Thien-Thi Nguyen <ttn@glug.org>
1442
1443 * BUGS (7, 8): New.
1444
c95d1a2d
TTN
14452001-10-25 Thien-Thi Nguyen <ttn@glug.org>
1446
1447 * BUGS: Expand on file format description.
1448
1449 (1): Update "fixed" field.
d07db248 1450 (2, 3, 4, 5, 6): New.
c95d1a2d 1451
4f522b6f
GH
14522001-10-14 Gary Houston <ghouston@arglist.com>
1453
1454 * configure.in: include sys/types.h when testing uint32_t.
1455 thanks to Bill Schottstaedt.
1456
f84c3705
MV
14572001-10-14 Marius Vollmer <mvo@zagadka.ping.de>
1458
1459 * configure.in: Do not use an absolute path for <unistd.h> when
1460 checking for return type of usleep. Thanks to Michael Carmack.
1461
6768cfba
TTN
14622001-09-30 Thien-Thi Nguyen <ttn@glug.org>
1463
1464 * BUGS: New file.
1465 * Makefile.am (EXTRA_DIST): Add BUGS file.
1466
2cbad7d9
TTN
14672001-09-25 Thien-Thi Nguyen <ttn@glug.org>
1468
1469 * TODO: Add bugfix item to "Eventually".
1470
c13f0a90
RB
14712001-09-20 Rob Browning <rlb@defaultvalue.org>
1472
1473 * configure.in (AC_CONFIG_FILES): add libguile/version.h.
1474
14752001-09-11 Rob Browning <rlb@defaultvalue.org>
1476
1477 * RELEASE: Deleted Ian Grant and Julian Satchell's addresses from
1478 the testing list since they're no longer functional.
1479
06288138
TTN
14802001-09-04 Thien-Thi Nguyen <ttn@revel.glug.org>
1481
1482 * TODO:
1483 Use outline mode instead of text.
1484 Reword protocol explanation.
1485 Add "make error-signalling functions more consistent" to Eventually.
1486 Move some C-related GOOPS tasks to 1.8.0, take ownership.
1487
6f84677a
TTN
14882001-08-31 Thien-Thi Nguyen <ttn@revel.glug.org>
1489
1490 * HACKING (Sample GDB Initialization File): New section.
1491
1492 * TODO (1.8.0): Add "move .gdbinit" entry.
1493
8c494e99
DH
14942001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
1495
1496 * TODO: Added some points, and eliminated all done items.
1497
1498 * acconfig.h, configure.in (SCM_DEBUG_DEPRECATED,
1499 SCM_ENABLE_DEPRECATED): Renamed SCM_DEBUG_DEPRECATED to
1500 SCM_ENABLE_DEPRECATED with the logic reversed.
1501
f7c6b778
DH
15022001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
1503
1504 * libguile.h: Removed bogus comment, rearranged includes, removed
1505 deprecated definitions.
1506
8c494e99 1507 (LIBGUILEH, SCM_LIBGUILE_H): Renamed <foo>H to SCM_<foo>_H.
f7c6b778 1508
cf390da1
TTN
15092001-08-30 Thien-Thi Nguyen <ttn@revel.glug.org>
1510
1511 * HACKING: Mention libtool ./configure-regeneration requirement.
1512
fada26b2
MV
15132001-08-27 Marius Vollmer <mvo@zagadka.ping.de>
1514
1515 * check-guile.in: Do not include ".libs" in LTDL_LIBRARY_PATH,
1516 libltdl provides it itself.
1517
11ca8865
NJ
15182001-08-24 Neil Jerram <neil@ossau.uklinux.net>
1519
1520 * configure.in (AC_CONFIG_FILES): Add per-manual doc directory
1521 Makefiles.
cf390da1 1522
ab4cd34b
RB
15232001-08-15 Rob Browning <rlb@defaultvalue.org>
1524
1525 * configure.in
1526 (LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
1527 (LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
1528 (LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
1529 (LIBGUILE_INTERFACE): use libtool versioning scheme.
1530 (LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
1531 (LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
1532 (LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
1533 (LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
1534
1535 * GUILE-VERSION (GUILE_MINOR_VERSION): bump for new unstable.
1536 (GUILE_MICRO_VERSION): reset for new unstable.
1537 (LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
1538 (LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
1539 (LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
1540 (LIBGUILE_INTERFACE): use libtool versioning scheme.
1541 (LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
1542 (LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
1543 (LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
1544 (LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
1545
b754e3d1
MV
15462001-08-07 Marius Vollmer <mvo@zagadka.ping.de>
1547
1548 * Makefile.am (EXTRA_DIST, SUBDIRS): Move test-suite from
1549 EXTRA_DIST to SUBDIRS.
1550
1551 * configure.in: Added "test-suite/Makefile".
1552
c1151355
MV
15532001-08-01 Marius Vollmer <mvo@zagadka.ping.de>
1554
1555 * configure.in: Added `--disable-linuxthreads' option and do not
1556 define GUILE_PTHREAD_COMPAT nor link with -lpthread when it is
1557 given. Thanks to Cris Cramer!
1558
11057044
MV
15592001-07-23 Marius Vollmer <mvo@zagadka.ping.de>
1560
1561 * Makefile.am (SUBDIRS): Build libguile before ice-9.
1562
f3805ebb
MV
15632001-07-22 Marius Vollmer <mvo@zagadka.ping.de>
1564
1565 * configure.in: Check for "inttypes.h".
1566
e658215a
RB
15672001-07-19 Rob Browning <rlb@defaultvalue.org>
1568
1569 * configure.in: add checks for setitimer and getitimer.
1570 Add --enable-error-on-warning.
1571
c0b2936e
MG
15722001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1573
1574 * INSTALL, Makefile.am, configure.in: Updated copyright notice.
1575
8f2ecec5
TTN
15762001-07-15 Thien-Thi Nguyen <ttn@revel.glug.org>
1577
1578 * HACKING: Remove onerous authorship-info deletion clause.
1579
065509a5
KN
15802001-07-13 Keisuke Nishida <knishida@nurs.or.jp>
1581
1582 * autogen.sh: Call libtoolize with --force.
1583
d76852e3
TTN
15842001-07-10 Thien-Thi Nguyen <ttn@revel.glug.org>
1585
1586 * INSTALL: Point to HACKING for tool versions.
1587
fd6c6321
RB
15882001-07-08 Rob Browning <rlb@defaultvalue.org>
1589
04860df7
RB
1590 * TODO: updated to include relevant itemized post-1.6-RELEASE
1591 tasks that are distributable so we can check them off as they are
1592 done, and delete 1.6.0 tasks.
1593
1594 * RELEASE: add a note that the RELEASE instructions are out of
1595 date now that we're using branches.
1596
fd6c6321
RB
1597 * AUTHORS: add "many files throughout" for myself.
1598
8d123036
TTN
15992001-06-28 Thien-Thi Nguyen <ttn@revel.glug.org>
1600
1601 * README: Also mention guile-tools.
1602
1603 * README: Mention libguile-srfi-*, oop/*, scripts/* and srfi/*.
1604
32d6f999
TTN
16052001-06-27 Thien-Thi Nguyen <ttn@revel.glug.org>
1606
1607 * RELEASE: Move todo items to file TODO.
1608
1609 * TODO: Initial revision
1610
a4734913
TTN
1611 * Makefile.am (EXTRA_DIST): Add TODO.
1612
dbfadc85
TTN
1613 * HACKING: Refer to TODO and SNAPSHOTS.
1614 No longer refer to devel/tasks.text.
1615
1616 * SNAPSHOTS: Fix reference bug; recommended tool
1617 versions are in HACKING.
1618
f6b3694a
TTN
1619 * TODO: Add completion and ownership protocol to header comments.
1620
3cd085d0
TTN
1621 * RELEASE: Add TODO-processing to spiffing checklist.
1622
9c3955ff
TTN
1623 * HACKING: Update deprecation procedure to refer to TODO.
1624
17383b7c
ML
16252001-06-27 Michael Livshin <mlivshin@bigfoot.com>
1626
1627 * autogen.sh: don't run flex here.
1628
1629 * HACKING: clarify that newer versions of flex should be just
1630 fine.
1631
82893676
MG
16322001-06-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1633
1634 * HACKING, ANON-CVS: Removed mentioning of guile-doc CVS module.
1635
1636 * configure.in: Added some header and function checks.
1637
f2ae4555
NJ
16382001-06-25 Neil Jerram <neil@ossau.uklinux.net>
1639
1640 * autogen.sh: Quoting fix for `--enable-maintainer-mode'.
1641
4172703a
MV
16422001-06-25 Marius Vollmer <mvo@zagadka.ping.de>
1643
1644 * autogen.sh: Added message about what to do next. Tell them to
1645 use `--enable-maintainer-mode'.
1646
093e7da4
ML
16472001-06-25 Michael Livshin <mlivshin@bigfoot.com>
1648
1649 * HACKING: mention flex.
1650
1651 * autogen.sh: generate libguile/c-tokenize.c.
1652
6b41a313
MG
16532001-06-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1654
1655 * libguile.h: Removed inclusion of libguile/tag.h.
1656
eb6c2de8
MV
16572001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
1658
1659 * libguile.h (scm_cond_t, scm_key_t, scm_mutex_t): Only define
1660 these when using threads.
1661
4ff9f825
MV
16622001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
1663
4927dd28
MV
1664 * libguile.h: Added deprecated section with the olde type names.
1665
4ff9f825
MV
1666 * configure.in: Check for header <stdint.h>. Check for uintptr_t
1667 type. Use AC_CHECK_TYPES for this. Do not caus ptrdiff_t to be
1668 `#defined'.
1669
1670 * acconfig.h (ptrdiff_t): Removed.
1671
e01970a5
MG
16722001-06-05 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1673
1674 * configure.in: Generate examples/box-dynamic-module/Makefile.
1675
c794483c
MV
16762001-06-03 Marius Vollmer <mvo@zagadka.ping.de>
1677
1678 * configure.in (AC_CONFIG_FILES, AC_CONFIG_COMMANDS): Add
1679 guile-snarf.
1680
9454d8d5
RB
16812001-06-02 Rob Browning <rlb@cs.utexas.edu>
1682
1683 * configure.in: changes for autoconf 2.50.
1684 (AC_PREREQ): require at least autoconf 2.50.
1685 (AC_INIT): no longer takes an arg.
1686 (AC_CONFIG_SRCDIR): takes arg AC_INIT used to take.
1687 (AC_STRUCT_ST_RDEV): changed -> AC_CHECK_MEMBERS.
1688 (AC_STRUCT_ST_BLKSIZE): deprecated -> AC_CHECK_MEMBERS.
1689 (AC_STRUCT_ST_BLOCKS): use it rather than our version.
1690 (AC_CONFIG_FILES): now generated files go here, not in AC_OUTPUT.
1691 (AC_CONFIG_COMMANDS): now actions go here, not in AC_OUTPUT.
1692 (AC_OUTPUT): no longer takes args.
32d6f999 1693
9454d8d5
RB
1694 * acinclude.m4: AC_LANG not a variable now -- use __cplusplus
1695 unconditionally .
1696
114f9bab
MV
16972001-06-02 Marius Vollmer <mvo@zagadka.ping.de>
1698
1699 * configure.in: Check for mkstemp via AC_REPLACE_FUNCS. Thanks to
1700 I. N. Golubev!
1701
ee2718a9
MG
17022001-06-01 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1703
1704 * configure.in: Generate examples/box-dynamic/Makefile.
1705
2de7ddb7
MG
17062001-05-31 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1707
1708 * Makefile.am (EXTRA_DIST): New subdirectory `examples'.
1709
1710 * configure.in: Added all Makefiles in the `examples' directory to
1711 AC_OUTPUT.
1712
f501d0d4
ML
17132001-05-31 Michael Livshin <mlivshin@bigfoot.com>
1714
1715 * configure.in: generate guile-snarf-docs & guile-snarf-docs-texi.
1716 don't generate guile-snarf.awk.
1717
1718 * Makefile.am (EXTRA_DIST): add test-suite.
1719
1db81cb0
ML
17202001-05-28 Michael Livshin <mlivshin@bigfoot.com>
1721
1722 * check-guile.in: fix to be runnable when srcdir!=builddir.
1723
f3f70257
ML
17242001-05-26 Michael Livshin <mlivshin@bigfoot.com>
1725
1726 revert the controversial part of the 2001-05-23 changes
1727
1be6b49c
ML
17282001-05-23 Michael Livshin <mlivshin@bigfoot.com>
1729
1730 * configure.in: configury for SCM_[U]BITS_T, some more sizeofs.
1731 also, make sure that the integral type choosen to represent an SCM
1732 has exactly the same size as a void pointer.
1733
1734 * acconfig.h: add undefs for SCM_BITS_T, SCM_UBITS_T,
1735 SCM_SIZEOF_BITS_T, ptrdiff_t.
1736
c81ea65d
RB
17372001-05-16 Rob Browning <rlb@cs.utexas.edu>
1738
1739 * configure.in: add AC_SUBST for GUILE_MICRO_VERSION.
1740
1741 * GUILE-VERSION
1742 (GUILE_VERSION): now MAJOR.MINOR.MICRO
1743 (GUILE_MICRO_VERSION): new variable, records final revision.
1744 i.e. the 5 in 1.6.5. MINOR_VERSION is now just the middle number,
1745 i.e. the 6.
1746
887dfa7d
DH
17472001-05-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
1748
1749 * acconfig.h, configure.in: Renamed
1750 GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEPRECATED_DEFAULT.
1751
11bbab47
MV
17522001-05-15 Marius Vollmer <mvo@zagadka.ping.de>
1753
1754 * acinclude.m4: Removed copy of "libtool.m4".
1755
5cd06d5e
DH
17562001-05-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
1757
1758 * configure.in (SCM_DEBUG_DEPRECATED): Always defined.
1759
a232c19e
TTN
17602001-05-13 Thien-Thi Nguyen <ttn@revel.glug.org>
1761
928f20fb
TTN
1762 * AUTHORS (Martin Grabmueller, Thien-Thi Nguyen): Update.
1763
a232c19e
TTN
1764 * HACKING: Update copyright.
1765 Add blurb pointing to devel/tasks.text.
1766
c8750173
TTN
17672001-05-11 Thien-Thi Nguyen <ttn@revel.glug.org>
1768
1769 * check-guile.in: For SRFI testing, set and export env
1770 var `LTDL_LIBRARY_PATH'.
1771
75141eb0
NJ
17722001-05-07 Neil Jerram <neil@ossau.uklinux.net>
1773
1774 * AUTHORS: Add docs-related authorship details.
1775
c10ecc4c
MV
17762001-05-05 Marius Vollmer <mvo@zagadka.ping.de>
1777
1778 * configure.in (--enable-deprecated): Recognize "shutup" option
1779 argument and turn it into the default warning level "no".
1780
018a53a1
GH
17812001-05-05 Gary Houston <ghouston@arglist.com>
1782
1783 * acconfig.h: add HAVE_IPV6.
1784 * configure.in: check whether we can compile with IPv6 support.
1785
26f798bd
TTN
17862001-05-04 Thien-Thi Nguyen <ttn@revel.glug.org>
1787
1788 * guile-tools.in: New file.
1789
1790 * configure.in (AC_OUTPUT): Add guile-tools, and make
1791 executable.
1792
1793 * Makefile.am (bin_SCRIPTS): New var.
1794
c5316ea3
GH
17952001-05-04 Gary Houston <ghouston@arglist.com>
1796
1797 * configure.in: check whether uint32_t is defined when netdb.h
1798 is included.
1799 acconfig.h: added HAVE_UINT32_T.
1800
7440341c
MV
18012001-05-02 Marius Vollmer <mvo@zagadka.ping.de>
1802
1803 * configure.in: Added handling of `--enable-deprecated'.
1804
1805 * acconfig.h (SCM_DEBUG_DEPRECATED,
1806 GUILE_WARN_DEPRECATED_DEFAULT): Added.
1807
14a7d5f8
TTN
18082001-04-29 Thien-Thi Nguyen <ttn@revel.glug.org>
1809
1810 * Makefile.am (SUBDIRS): Add "scripts".
1811
1812 * configure.in (AC_OUTPUT): Add scripts/Makefile.
1813
7e267da1
GH
18142001-04-29 Gary Houston <ghouston@arglist.com>
1815
1816 * libguile.h: include rw.h.
1817
f2a75d81
RB
18182001-04-27 Rob Browning <rlb@cs.utexas.edu>
1819
1820 * GUILE-VERSION (GUILE_MINOR_VERSION): change to 5.0, switching to
1821 the new odd/even ustable/stable version numbering scheme.
1822 (LIBGUILEQTHREADS_MAJOR_VERSION): change to 10 to match Debian and
1823 libguile. In the future, libguile and libguileqthreads may not
1824 stay in sync. This still doesn't appear to affect
1825 libguileqthreads, but we'll fix that next.
1826
1f7a1dc9
MG
18272001-04-25 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1828
1829 * configure.in: Don't treat srfi directory specially, just create
1830 the Makefile there (thanks to Neil Jerram for the patch).
1831
6c44688a
MG
18322001-04-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1833
1834 * Makefile.am (SUBDIRS): Added `srfi'.
1835
1836 * configure.in: Added subdirectory `srfi' to build process.
1837
1838 * libguile.h: Added inclusion of `values.h'.
1839
2a0ef8b7
GH
18402001-04-22 Gary Houston <ghouston@arglist.com>
1841
1842 * configure.in: check for inet_pton and inet_ntop.
1843
67641981
GH
18442001-04-20 Gary Houston <ghouston@arglist.com>
1845
1846 * acconfig.h: include HAVE_SIN6_SCOPE_ID.
1847 * configure.in: check for sin6_scope_id in sockaddr_in6.
1848
a9d861e3
MD
18492001-04-19 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1850
1851 * RELEASE: Added deprecated macro SCM_ARRAY_CONTIGUOUS
1852
31e74a57
GH
18532001-04-17 Gary Houston <ghouston@arglist.com>
1854
1855 * configure.in: run the autoconf BIGENDIAN check.
1856
0da6608d
DH
18572001-04-12 Niibe Yutaka <gniibe@m17n.org>
1858
1859 * GUILE-VERSION (LIBGUILEQTHREADS_MAJOR_VERSION,
1860 LIBGUILEQTHREADS_MINOR_VERSION, LIBGUILEQTHREADS_REVISION_VERSION,
1861 LIBGUILEQTHREADS_VERSION): Added libguileqthreads version info.
1862
1863 * configure.in: Likewise.
1864
f22ed5a0
KN
18652001-04-11 Keisuke Nishida <kxn30@po.cwru.edu>
1866
1867 * configure.in (AC_CHECK_FUNCS): Don't check bzero.
1868 (GUILE_FUNC_DECLARED): Removed checking of bzero.
1869 Thanks to NIIBE Yutaka.
1870
f2e61fc1
MD
18712001-04-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1872
1873 * Undeprecated scm_init_oop_goopscore_module.
1874
72f1168d
TTN
18752001-03-25 Thien-Thi Nguyen <ttn@revel.glug.org>
1876
1877 * check-guile.in: Fix sh standard conformance bug: Replace
1878 "test -e" with "test -f". Thanks to Alexander Klimov.
1879
a4928305
GH
18802001-03-19 Gary Houston <ghouston@arglist.com>
1881
1882 * check-guile.in: rename $parent to $srcdir. if it's equal to "."
1883 set it to `pwd`.
1884
66301f9a
GH
1885 * check-guile.in: 16 documentation tests were failing if "make
1886 check" was run before Guile had been installed with the current
1887 --prefix. made various changes to the script so that it runs
1888 without a cd to the test-suite directory. For the -i option,
1889 don't point GUILE_LOAD_PATH to the current directory, but let it
1890 use it's own scheme library.
1891
51cfd7da
GH
18922001-03-18 Gary Houston <ghouston@arglist.com>
1893
1894 * check-guile.in: use @srcdir@ instead of @test_suite_dir@. use
1895 the current directory (build dir) not srcdir to find guile
1896 executable. otherwise "make check" doesn't work with a separate
1897 build directory. create the test log in
1898 $build_dir/check-guile.log instead of in srcdir/test-suite
1899 directory.
1900 * configure.in: don't define or substitute test_suite_dir.
1901
e9e225e5
GH
19022001-03-17 Gary Houston <ghouston@arglist.com>
1903
1904 * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,
1905 since EXTRA_DOT_DOC_FILES is redefined later. define
1906 EXTRA_DOT_X_FILES and hand it to AC_SUBST.
1907
94e6d793
MG
19082001-03-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1909
1910 * configure.in: Added header checks for crypt.h, sys/resource.h
1911 and sys/file.h, function checks for chroot, flock, getlogin,
1912 cuserid, getpriority, setpriority, getpass, sethostname,
1913 gethostname, and for crypt() in libcrypt.
1914
fff043ab
NJ
19152001-03-09 Neil Jerram <neil@ossau.uklinux.net>
1916
1917 * configure.in (htmldoc): Merge handling of `--enable-htmldoc'
1918 option from guile-doc/configure.in.
1919
d42df055
DH
19202001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
1921
1922 * libguile.h: Removed #include "libguile/dump.h".
1923
ec896089
KN
19242001-02-02 Keisuke Nishida <kxn30@po.cwru.edu>
1925
1926 * libguile.h: Added #include "libguile/dump.h".
1927
c2886a5a
MD
19282001-01-29 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1929
1930 * libguile.h: Added #include "libguile/rdelim.h".
1931
1ff7abbe
DH
19322001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
1933
1934 The following patch was sent by Thien-Thi Nguyen.
1935
1936 * check-guile.in: New file.
1937
1938 * Makefile.am: Add TESTS rule.
1939
1940 * configure.in: Add support for "make check".
1941
f0942910
DH
19422000-11-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
1943
1944 * acconfig.h: Removed bogus #ifndef. Thanks to Lars J. Aas.
1945
14f1d9fe
MD
19462000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1947
1948 * GUILE-VERSION (LIBGUILE_MAJOR_VERSION): Incremented major
1949 version number to 10 due to the merge of GOOPS.
1950
1951 * oop: New directory.
1952
e4dba4c7
KN
19532000-09-20 Keisuke Nishida <kxn30@po.cwru.edu>
1954
467ab77e 1955 * libguile.h: #include "libguile/properties.h".
e4dba4c7 1956
45605b53
GH
19572000-09-17 Gary Houston <ghouston@arglist.com>
1958
1959 * configure.in, acconfig.h: remove the GCSE test: it doesn't seem
1960 to be reliable on all platforms.
1961
e494e76d
GH
19622000-08-18 Gary Houston <ghouston@arglist.com>
1963
1964 * acconfig.h: added BROKEN_GCSE.
1965 * configure.in: check for a gcc GCSE optimisation bug.
1966
42aae633
GH
19672000-07-31 Gary Houston <ghouston@arglist.com>
1968
1969 * acconfig.h: added HAVE_H_ERRNO
1970 * configure.in: removed some dnl'd & obsolete cygwin stuff.
1971 added a test for h_errno.
1972
f9ed377d
MD
19732000-06-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1974
1975 * Guile 1.4 released.
1976
b5074b23
MD
19772000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1978
1979 * GUILE-VERSION: Changed to work also when included by a Makefile
1980 (e.g. debian/rules). (Thanks to Karl M. Hegbloom.)
1981 (LIBGUILE_MAJOR_VERSION): Bumped to 9.
1982 (GUILE_MINOR_VERSION): Bumped to 4.
1983
f43aac9a
MD
19842000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1985
a8861fa0
MD
1986 * libguile.h: Removed #include "libguile/kw.h".
1987
9a8a1e8a
MD
1988 * Makefile.am (ACLOCAL): Define as ./guile-aclocal.sh.
1989 (The rule will cd to $(top_srcdir).)
1990
1991 * configure.in (EXTRA_DOT_DOC_FILES): Create from LIBOBJS and
1992 substitute it into libguile/Makefile.
1993
f43aac9a
MD
1994 * HACKING: Updated recommended libtool version to be 1.3.5.
1995
1996 * RELEASE: Say that we should update HACKING to reflect the
1997 versions of the tools we're using rather than README.
1998
5cb6f99c
MD
19992000-06-02 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2000
2001 * NOTES: Removed.
2002
2003 * TODO: Moved to devel/.
2004
3ff0d90a
CB
20052000-06-01 Craig Brozefsky <craig@red-bean.com>
2006
2007 * GUILE-VERSION: added defnitions for LIBGUILE_MAJOR_VERSION,
2008 LIBGUILE_MINOR_VERSION, LIBGUILE_REVISION_VERSION so that we now
2009 define libguile.so version in a well-lit place.
2010
2011 * configure.in: added AC_SUBST lines for the new LIBGUILE version
2012 variables.
72f1168d 2013
65545721
ML
20142000-06-01 Michael Livshin <mlivshin@bigfoot.com>
2015
2016 * autogen.sh: call ./guile-aclocal.sh instead of aclocal.
72f1168d 2017
65545721
ML
2018 * guile-aclocal.sh: new file, works around aclocal problems.
2019
b2728432
DH
20202000-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
2021
2022 * acconfig.h (USE_FSU_PTHREADS, USE_MIT_PTHREADS,
2023 USE_PCTHREADS_PTHREADS): Removed.
2024
7f5fa419
GH
20252000-05-01 Gary Houston <ghouston@arglist.com>
2026
2027 * Makefile.am: add include_HEADERS.
2028 libguile.h: moved from libguile directory. maybe libguile.h should
2029 be installed in $prefix/include/libguile/libguile.h instead?
2030
9764c29b
MD
20312000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2032
e415cb06
MD
2033 * qthreads.m4: Removed THREADS_CPPFLAGS.
2034
2035 * acinclude.m4: Removed qthreads macros. They are provided in
2036 qthreads.m4, so these were redundant.
2037
9764c29b
MD
2038 * acconfig.h (GUILE_DEBUG_MALLOC): New.
2039
2040 * configure.in: New --enable-debug-malloc configuration option.
2041
1978b33e
MD
20422000-03-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2043
2044 * acconfig.h (GUILE_PTHREAD_COMPAT): New config variable.
2045
2046 * configure.in: Enable workaround for COOP-linuxthreads
64e3bf6c 2047 compatibility on Linux systems.
1978b33e 2048
55a85c78
MD
20492000-03-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2050
2051 * devel: New directory. Intended to carry documentation related
2052 to Guile development (as opposed to the doc directory which
2053 contains documentation related to the use of the current Guile).
2054 This directory (devel) is not included in the Guile distribution,
2055 but is accessible via anonymous CVS.
2056
fdc7ea2d
MD
20572000-03-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2058
2059 * configure.in: Don't add iselect.o to LIBOBJS.
2060
31d8abce
MD
20612000-03-13 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2062
2063 * configure.in: Added end-tag for local variables. (Thanks to
2064 Thien-Thi Nguyen.)
2065
244fdc2f
GH
20662000-03-12 Gary Houston <ghouston@arglist.com>
2067
2068 * README (Guile Documentation, About This Distribution): updated.
2069
f3b5e185
MD
20702000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2071
2072 * configure.in (ac_cv_struct_timespec): Added test for struct
2073 timespec.
2074
2075 * acconfig.h (HAVE_STRUCT_TIMESPEC): Added.
2076
3a721413
MV
20772000-01-25 Marius Vollmer <mvo@zagadka.ping.de>
2078
2079 * autogen.sh: Call libtoolize. Pass --add-missing option to
2080 automake. Do not decent into libltdl directory. The libltdl
2081 directory is now populated by libtoolize and does not need any
2082 further autogeneration.
2083
d831b039
GH
20842000-01-23 Gary Houston <ghouston@arglist.com>
2085
2086 * configure.in: check for fchown.
2087
a0a7b83b
MD
2088Tue Jan 18 12:55:15 2000 Mikael Djurfeldt <mdj@r11n07-s.pdc.kth.se>
2089
2090 * acinclude.m4 (AC_LIBLTDL_CONVENIENCE): Add $(top_srcdir)/libltdl
2091 instead of $(top_builddir)/libltdl to includepath.
2092
56cfe22b
MD
20932000-01-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2094
2095 * emacs: New subdirectory for elisp tools.
2096
657fcb5a
MV
20972000-01-15 Marius Vollmer <mvo@zagadka.ping.de>
2098
2099 * README, HACKING: Moved "Hacking it yourself" section from README
2100 to HACKING. Updated recommended libtool version to be 1.3.4.
2101
dc914156
GH
21022000-01-14 Gary Houston <ghouston@arglist.com>
2103
2104 * configure.in: needs to have --disable-networking, not
2105 --disable-net.
2106
fb4956c9
MD
21072000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2108
2109 * libltdl/acconfig.h: New file: Needed by autogen.sh.
2110
88423ab1
GB
2111Tue Jan 11 13:42:35 2000 Greg J. Badros <gjb@cs.washington.edu>
2112
2113 * autogen.sh: Added messages as we run autogen in subdirectories.
2114
2115 * configure.in: Output libugile/guile-func-name-check script, and
72f1168d 2116 chmod +x it.
88423ab1 2117
0d90b76d
MV
21182000-01-11 Marius Vollmer <mvo@zagadka.ping.de>
2119
2120 * libltdl/autogen.sh: New file.
2121 * autogen.sh: Invoke libltdl/autogen.sh.
2122
21232000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
2124
2125 Finally applied the libltdl patch from Thomas Tanner, with slight
2126 modifications. All code copied from the libtool package is from
2127 libtool-1.3.4.
2128
2129 * configure.in: Make "--with-modules=yes" the default. Do not
2130 clear INCLTDL, LIBLTDL prior to processing "--with-modules".
72f1168d 2131
0d90b76d
MV
2132 1999-07-25 Thomas Tanner <tanner@ffii.org>
2133
2134 * Makefile.am: add libltdl to SUBDIRS, automake automatically
2135 includes ltconfig, ltmain.sh and acconfig.h in EXTRA_DIST
2136 * acinclude.m4: remove GUILE_DLSYM_USCORE, add libtool.m4
2137 (no need to install libtool any more)
2138 * configure.in: replace --enable-dynamic-linking with
2139 --with-modules, required modules can be specified using
2140 --with-modules="/path/to/mod.la" and will be linked
2141 statically on platforms that don't support dynamic loading,
2142 configure libltdl, configure libtool for dlopening
2143 * libltdl: added using libtoolize -c --ltdl
2144
38c1d3c4
GH
21452000-01-09 Gary Houston <ghouston@arglist.com>
2146
2147 * configure.in: check whether localtime caches TZ. copied from
2148 Emacs 20.5.
2149 * acconfig.h: add LOCALTIME_CACHE.
2150
dceef6be
GB
2151Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
2152
2153 * configure.in: Make it be guile-snarf.awk, since we'll be
2154 switching names for guile-doc-snarf. (I wouldn't have changed
2155 this, but I was getting ready to commit this way when the below
2156 change was committed).
2157
763a6716
MD
21581999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2159
2160 * configure.in: Create guile-doc-snarf.awk.
2161
6aca8c6c
GB
21621999-12-12 Greg J. Badros <gjb@cs.washington.edu>
2163
72f1168d 2164 * configure.in: Create guile-doc-snarf, chmod +x that script after
6aca8c6c
GB
2165 AC_OUTPUTted.
2166
21671999-12-10 Greg J. Badros <gjb@cs.washington.edu>
6e706938
GB
2168
2169 * NEWS: More complete description for --enable-debug-freelist.
2170
aee8ca3f
GH
21711999-12-09 Gary Houston <ghouston@freewire.co.uk>
2172
2173 * configure.in (CFLAGS): don't add -Wpointer-arith, since it
2174 causes numerous spurious warnings with recent gcc and/or glibc
2175 versions.
2176
afe5177e
GH
21771999-11-19 Gary Houston <ghouston@freewire.co.uk>
2178
2179 * acconfig.h: add HAVE_ARRAYS.
2180
2181 * configure.in: add --disable-arrays option, probably temporary.
2182
5c11cc9d
GH
21831999-11-17 Gary Houston <ghouston@freewire.co.uk>
2184
2185 * configure.in: check for hstrerror.
2186
5d94b2fe
JB
21871999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
2188
e8ff4648
JB
2189 * autogen.sh: Don't call autoreconf at all; it's not reliable.
2190 Instead, call the various tools explicitly. Invoke
2191 guile-readline's autogen.sh script.
0cbedb5b
JB
2192
2193 Straighten up the situation regarding guile.m4 and qthreads.m4.
72f1168d 2194
0cbedb5b
JB
2195 We can't have .m4 files which are installed where aclocal can
2196 see them, but also used by guile's own configure.in, because
2197 aclocal will read both copies, complain about duplicate macro
2198 definitions, and refuse to generate aclocal.m4 at all. This
2199 happens if you invoke it as `aclocal -I .', as autoreconf does.
2200 This is probably a flaw in the autotools, but Guile doesn't need
2201 that flaw fixed immediately.
2202
2203 guile.m4 is intended for use by people linking against guile, so
2204 it needs to be installed. But Guile itself doesn't use it. So
2205 move guile.m4 into guile-config. That makes sense, since
2206 guile.m4's GUILE_FLAGS macro is just an easy way to call
2207 guile-config.
2208
2209 qthreads.m4 is indented to help configure a qthreads tree. It's
2210 only useful to a package which actually includes a qthreads tree,
2211 and it's intimately related to that tree, so it's not useful to
2212 install this. So don't install it.
2213
2214 * guile.m4: Moved to guile-config.
2215 * Makefile.am (aclocaldir, aclocal_DATA): Delete.
2216 (EXTRA_DIST): Move qthreads.m4 here.
2217
5d94b2fe
JB
2218 Don't store generated files in the repository any more. Instead,
2219 require people to run autogen.sh on trees from snapshots and CVS.
0cbedb5b 2220 * Makefile.in, aclocal.m4, configure: Deleted.
5d94b2fe
JB
2221 * autogen.sh: New file.
2222 * ANON-CVS, SNAPSHOTS: Updated instructions.
2223
dc4d930b
JB
22241999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
2225
2226 * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
2227
6e706938 22281999-09-27 Greg J. Badros <gjb@cs.washington.edu>
15526538
GB
2229
2230 * configure.in: Added --enable-debug-freelist option.
2231
fca7547b 2232 * acconfig.h: Added GUILE_DEBUG_FREELIST.
15526538 2233
52cfc69b
GH
22341999-09-23 Gary Houston <ghouston@freewire.co.uk>
2235
2236 * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
2237 FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
2238
2239 * configure.in: new options --disable-posix, --disable-net
2240 and --disable-regex
2241 export HAVE_POSIX and HAVE_NETWORKING definitions.
2242 don't add regex-posix.o to LIBOBJS if regex disabled.
2243
2244 LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
2245 conditionally.
2246
bab4e1cc
JB
22471999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
2248
2249 * Guile 1.3.4 released.
2250
fc97c626
JB
22511999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
2252
2253 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
2254 libtool knows how to get ANSI C behavior from the compiler.
2255 * configure: Regenerated.
2256
7ee92fce
GH
22571999-09-20 Gary Houston <ghouston@freewire.co.uk>
2258
2259 * configure.in: check availability of siginterrupt.
2260
08b8c694
GH
22611999-09-18 Gary Houston <ghouston@freewire.co.uk>
2262
2263 * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
2264 testing for SA_RESTART.
2265
7cdbcc7d
MD
22661999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
2267
2268 * configure.in: Removed ice-9/version.scm from AC_OUTPUT.
2269
e1f20ec6
JB
22701999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
2271
2272 * configure.in (GUILE_STAMP): Don't set this variable, or
2273 substitute it into anything. Full explanation in ice-9/ChangeLog.
2274 * configure, Makefile.in: Regenerated.
72f1168d 2275
ffe70f9c
JB
22761999-09-06 James Blandy <jimb@mule.m17n.org>
2277
2278 Propagate the changes of 2 Sept the rest of the way through.
2279 * configure: Regenerated.
2280 * Makefile.in: Regenerated. Not sure why this diff is so big.
2281
e127c348
JB
22821999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
2283
2284 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
2285 variable name. (Thanks to Bill Schottstaedt.)
9918cf63 2286 * aclocal.m4: Regenerated.
e127c348 2287
655f19ab
MD
22881999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
2289
2290 * configure.in: Test for presence of function on_exit.
2291
b074884f
JB
22921999-09-01 James Blandy <jimb@mule.m17n.org>
2293
2294 * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
2295 the system doesn't have memmove. Don't test for memmove and bcopy
2296 with AC_CHECK_FUNCS.
2297 * configure: Regenerated.
2298
a7098335
MD
22991999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
2300
2301 * configure.in: Test for atexit.
2302
9a26d6f9
MD
23031999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2304
b030b39b
MD
2305 * acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
2306
9a26d6f9
MD
2307 * configure.in: Test for presence of S_ISLNK in sys/stat.h.
2308 (Thanks to Bernard Urban.)
2309 Test for memmove and bcopy. (Thanks to
a7098335 2310 suzukis@file.phys.tohoku.ac.jp.)
9a26d6f9
MD
2311
2312 * acconfig.h: Added HAVE_S_ISLNK.
2313
a05cba61
JB
23141999-08-20 James Blandy <jimb@mule.m17n.org>
2315
0a852b94
JB
2316 * Guile 1.3.2 released.
2317
a05cba61
JB
2318 * Makefile.in: Regenerated.
2319
f29f2933
MD
23201999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2321
2322 * README, config.guess, config.sub, liconfig, ltmain.sh: Switched
2323 to libtool-1.3.3.
2324
0e8a8468
MV
23251999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
2326
2327 Added guile-readline subdirectory with the removed readline
2328 support.
2329 * guile-readline: New directory, see ChangeLog there.
2330 * configure.in: Cause configure to descend into guile-readline
2331 dir.
2332 * Makefile.am: Likewise for make.
2333 * NEWS: Explain how to activate the readline support.
2334 * configure, Makefile.in: Regenerated.
72f1168d 2335
3144e1a9
JB
23361999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
2337
9a5fa6e9 2338 Fixes for EMX from Mikael Ståldal.
3144e1a9
JB
2339
2340 * configure.in: Check for <io.h>.
2341 * configure: Regenerated.
2342
ed3db6ef
JB
23431999-07-18 Jim Blandy <jimb@savonarola.red-bean.com>
2344
2345 * qthreads.m4 (QTHREADS_CONFIGURE): 'alpha' in a configuration
2346 name can have suffixes, like alphaev56-unknown-linux-gnu.
2347 * aclocal.m4, configure: Rebuilt.
2348 (Thanks to Sebastien Villemot.)
2349
6c951427
GH
23501999-07-04 Gary Houston <ghouston@easynet.co.uk>
2351
2352 * configure.in: don't check for ways to violate stdio abstraction.
2353
8f65bd96
JB
23541999-05-02 Jim Blandy <jimb@savonarola.red-bean.com>
2355
2356 * configure.in (AC_CHECK_FUNCS): Fill in list of functions that
2357 libguile/net_db.h wants to use. (Add setprotoent, setservent.)
2358
ef0615e4
JB
23591999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
2360
2361 Remove all automatic readline support, to avoid copyright
2362 confusion.
2363 * INSTALL: Update text.
2364 * NEWS: Explain the situation.
2365 * configure.in: Remove configury for readline and its supporting
2366 libraries.
2367 * configure: Regenerated.
2368
2369 * README: Change URL's for automake and autoconf.
2370
cceae55d
JB
2371 * Makefile.in, configure: Regenerated with autoconf 2.13, automake
2372 1.4, libtool 1.2f (1.385 1999/03/15 17:24:54). I've upgraded to
2373 all the right tools, according to README, but I'm still getting
2374 different results than Mikael is. Hmm.
72f1168d 2375
644f058c
MD
23761999-03-22 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2377
2378 * New libtool: 1.2f
2379 * ltmain.sh, ltconfig, config.guess, config.sub: New versions.
2380 * README: Mention new version number of libtool.
2381
f5449843
MD
23821999-03-04 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2383
2384 New automake: 1.4
2385 * config.guess, config.sub, install-sh, mdate-sh, missing,
2386 mkinstalldirs: New versions.
2387 * Makefile.in, aclocal.m4, configure: Regenerated.
2388 * README: Mention new version numbers on autoconf and automake.
2389
deaceb4e
JB
23901999-02-12 Jim Blandy <jimb@savonarola.red-bean.com>
2391
2392 * configure.in: Add --with-readline flag.
2393 * configure: Rebuilt.
2394
08394899
MS
23951999-02-09 Maciej Stachowiak <mstachow@alum.mit.edu>
2396
2397 * NEWS: Added entry for optargs module.
2398
0d76bcec
JB
23991999-02-06 Jim Blandy <jimb@zwingli.cygnus.com>
2400
2401 * configure: Regenerated using autoconf 2.12.
2402
500c912f
MD
24031999-01-26 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2404
2405 * configure.in: Removed test AC_C_BIGENDIAN. (This test was
2406 considered to encourage bad coding style.)
2407
6bcb5a82
MD
24081999-01-21 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2409
2410 * configure.in: Added test AC_C_BIGENDIAN.
2411
f7677ff2
JB
24121999-01-11 Jim Blandy <jimb@zwingli.cygnus.com>
2413
2414 * configure.in: Remove quotes around ac_cv_lib_readline_main and
2415 ac_cv_var_rl_getc_function. They should both always be set to
2416 non-null values; this way, we get error messages.
2417 * configure: Regenerated.
2418
5f371877
JB
24191999-01-10 Jim Blandy <jimb@savonarola.red-bean.com>
2420
2421 * configure.in: Cite the variable ac_cv_lib_readline_main, not
2422 ac_cv_lib_readline_readline; the latter isn't set any more, since
2423 we look for 'main' in libreadline now. Add quotes around
2424 reference to the variable references, too, so this will work even
2425 when a variable's value is the empty string.
2426 * configure: Regenerated.
2427
c505a52f
MD
24281999-01-07 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2429
2430 * acconfig.h: Added HAVE_LONG_LONGS.
2431
2432 * configure.in: Added AC_CHECK_SIZEOF(long), AC_CHECK_SIZEOF(int);
2433 Added check for long longs.
2434
333a4791
JB
24351998-12-14 Jim Blandy <jimb@zwingli.cygnus.com>
2436
2437 * configure.in: Check for tgoto in ncurses, then termcap.
2438 S.u.S.E. Linux doesn't have a termcap. (Thanks to Karl
2439 Eichwalder.)
2440 * configure: Regenerated.
2441
cc720f64
JB
24421998-10-24 Jim Blandy <jimb@zwingli.cygnus.com>
2443
2444 * configure.in: Call AM_PROG_CC_STDC, to see what flags we should
2445 pass the compiler to make it support ANSI. (Thanks to Bernard
2446 Urban.)
2447 * aclocal.m4, configure: Regenerated.
2448
d818fdb4
JB
24491998-10-20 Jim Blandy <jimb@zwingli.cygnus.com>
2450
2451 * Guile 1.3 released.
2452
1f6fe22a
JB
24531998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
2454
2455 * GUILE-VERSION: Bump to 1.3.
2456
2457 * Makefile.am (EXTRA_DIST): Don't omit ANON-CVS and SNAPSHOTS.
2458 * Makefile.in: Regenerated.
2459
3e66cf9f
JB
24601998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
2461
2462 * qthreads.m4 (QTHREADS_CONFIGURE): On NetBSD, pass through a flag
2463 to the Makefile which explicitly tells it to pass assembly files
d509e5f6 2464 through the preprocessor. (Thanks to Perry Metzger.)
3e66cf9f
JB
2465 * aclocal.m4, configure, Makefile.in: Regenerated.
2466
eebc12c6
JB
24671998-10-14 Jim Blandy <jimb@zwingli.cygnus.com>
2468
a437d8a2
JB
2469 * configure.in: Define SCM_SINGLES whenever a float can fit in a
2470 long, not only when a float is the same size as a long. This gets
2471 us SCM_SINGLES defined on alphas. (Thanks to Clark McGrew.)
2472 * configure: Regenerated.
2473
2474 * configure.in: Construct libguile/versiondat.h here; see
2475 log entry in libguile/ChangeLog for details.
2476 * configure: Regenerated.
2477
cd6c612a
JB
2478 * configure.in: Allow tabs and whitespace between `void' and
2479 `usleep'. (Thanks to Harvey J. Stein.)
2480 * configure: Regenerated.
2481
eebc12c6
JB
2482 Don't redefine sleep/usleep.
2483 * configure.in: Remove tests for usleep's argument type; we only
2484 need that if we're going to replace it.
cd6c612a 2485
eebc12c6
JB
2486 * acconfig.h (USLEEP_ARG_TYPE): Delete. All the other SLEEP
2487 garbage is needed just to use usleep and sleep without compiler
2488 warnings.
2489 * configure: Regenerated.
2490
cb9728ed
JB
24911998-10-12 Jim Blandy <jimb@zwingli.cygnus.com>
2492
2493 * configure: Regenerated.
72f1168d 2494
cb9728ed
JB
2495 * configure.in (GUILE_FUNC_DECLARED): Name the cache variables
2496 starting with guile_cv_; ac_cv_ is autoconf's namespace.
2497
2498 The type of the argument to usleep varies from system to system,
2499 as does the return type. We really shouldn't be redefining usleep
2500 at all, but I don't have time to clean that up before the 1.3
2501 release. It's on the schedule for afterwards.
2502 * configure.in: Cache results from usleep return value test.
2503 Test for the type of the usleep argument, and cache that too.
2504 * acconfig.h (USLEEP_ARG_TYPE): New macro.
2505
81aef0ba
JB
25061998-10-11 Jim Blandy <jimb@zwingli.cygnus.com>
2507
2508 * acconfig.h (HAVE_RL_GETC_FUNCTION): Fix this entry.
2509
17f8d40c
JB
25101998-10-10 Jim Blandy <jimb@zwingli.cygnus.com>
2511
216d3a1e
JB
2512 * GUILE-VERSION: bump to 1.2.91, since we're doing snapshots again.
2513
17f8d40c
JB
2514 * Guile 1.2.90 released --- beta.
2515 * GUILE-VERSION: Set to 1.2.90. This would appear to be a
2516 regression from 1.3a, but everyone knows that the next release is
2517 1.3, I want to switch to a more coherent version numbering system,
2518 and now is the time.
72f1168d 2519
1ee7c452
JB
25201998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
2521
2522 * configure.in: Call AC_C_INLINE, so we can use inline happily in
72f1168d 2523 libguile.
1ee7c452
JB
2524 * configure: Regenerated.
2525
8aa5c148
JB
25261998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
2527
59027c18
JB
2528 * configure.in: Don't forget to #define HAVE_RL_GETC_FUNCTION if
2529 we do find the rl_getc_function variable in the readline library;
2530 AC_CHECK_FUNCS used to do this for us, but we're not using it any
2531 more.
13af3048 2532 * acconfig.h: Add an entry for HAVE_RL_GETC_FUNCTION.
59027c18
JB
2533
2534 * configure.in: Properly test for the presence of rl_getc_function;
2535 it's a variable, not a function.
2536 * configure: Regenerated.
2537
2f2cef71
JB
2538 * doc: New subdirectory.
2539 * Makefile.am (SUBDIRS): List it.
2540 * configure.in (AC_OUTPUT): Build its Makefile.
2541 * configure, Makefile.in: Regenerated.
2542
8aa5c148
JB
2543 * guile.m4 (GUILE_FLAGS): New macro.
2544
2545 * guile.m4 (AM_INIT_GUILE_MODULE): Deleted; it doesn't do anything
2546 terribly helpful any more, nobody's using it, and this is not
2547 really the way I want to handle modules anyway.
2548
2adfe1c0
JB
25491998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
2550
48ca6468
JB
2551 * configure.in (FD_SETTER, FILE_CNT_GPTR): New cases for SCO's
2552 stdio implementation. (Thanks to David Tillman.)
2553 * configure: Rebuilt.
72f1168d 2554
2adfe1c0
JB
2555 * guile-config: Renamed from `build'.
2556 * Makefile.am (SUBDIRS): Mention `guile-config', not `build'.
2557 * configure.in: Create `guile-config/Makefile.in', not
2558 `build/Makefile.in'. Doc fix, too.
48ca6468 2559
2adfe1c0
JB
2560 * qthreads.m4: Doc fix.
2561 * Makefile.in, aclocal.m4, configure: Regeneranegerederadea.
2562
83d1c666
JB
25631998-10-03 <jimb@savonarola.red-bean.com>
2564
0553d3a2
JB
2565 * configure.in: Check for a missing `sleep' declaration.
2566 * acconfig.h (MISSING_SLEEP_DECL): Provide some text for this.
2567 * configure: Regenerated.
2568
83d1c666
JB
2569 * configure.in: Don't use the canonical host name to decide
2570 whether `bzero' and `usleep' have declarations --- that's going
2571 back to the bad old days before autoconf. Remove the call to
2572 AC_CANONICAL_HOST and the subsequent case statement.
2573 (GUILE_FUNC_DECLARED): New m4 macro. Use it to check for
2574 declarations for `bzero', `usleep', and (new!) `strptime'.
2575 * acconfig.h: (DECLARE_BZERO, DECLARE_USLEEP): Removed.
2576 (MISSING_BZERO_DECL, MISSING_USLEEP_DECL, MISSING_STRPTIME_DECL):
2577 Added. I think this naming convention is more consistent with the
2578 rest of autoconf; names generally describes the system, not what
2579 the package should do to accomodate the system.
2580 * configure: Regenerated.
2581
2d2c87e1
JB
25821998-09-05 Jim Blandy <jimb@zwingli.cygnus.com>
2583
2584 * configure.in: Remove --disable-debug option. The debugging
2585 support is pretty stable now, and it's confusing people.
2586 * configure: Regenerated.
2587
2588 * HACKING: Remove -Wstrict-prototypes from the list of requested
2589 flags (to match 1998-07-30 change).
2590
6dd78771
JB
25911998-07-30 Jim Blandy <jimb@zwingli.cygnus.com>
2592
2593 * configure.in: Don't use -Wstrict-prototypes after all.
2594 * configure: Regenerated.
2595
1f5ae2fd
JB
25961998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
2597
4ac31e8d
JB
2598 * configure.in: Request more warnings.
2599 * configure: Regenerated.
2600 * HACKING: Ask people not to make changes that introduce those
2601 warnings. Now I have to go through the code and actually bring it
2602 up to standards... :(
2603
0dcbc17a
JB
2604 * Makefile.in, aclocal.m4, configure: Regenerated using the last
2605 public version of automake, not the hacked Cygnus version.
2606 * config.guess, config.sub, ltconfig, ltmain.sh: New versions from
2607 libtool.
72f1168d 2608
1f5ae2fd
JB
2609 * configure.in, qthreads.m4: Display a message about how the
2610 threads configuration went.
2611 * aclocal.m4, configure: Regenerated.
72f1168d 2612
3357ab66
JB
26131998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
2614
1f5ae2fd
JB
2615 Remove the TOTORO kludge. We're not doing snapshots any more, so
2616 totoro is completely uninvolved. (Poor Totoro!)
2617 * configure.in: Remove code to check the hostname and #define
2618 TOTORO.
2619 * acconfig.h: Remove comments for TOTORO symbol.
2620 * configure, Makefile.in: Regenerated.
2621
3357ab66
JB
2622 * qthreads.m4 (QTHREADS_CONFIGURE): We *can* use AC_REQUIRE here
2623 to get AC_PROG_LN_S.
2624 * aclocal.m4, configure: Regenerated.
2625
e99cbcd6
JB
26261998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
2627
2628 Clean up thread configuration.
2629 * qthreads.m4: New file, which knows how to configure the qthreads
2630 library.
2631 * configure.in: Replace all thread package selection code. Do the
2632 --with-threads argument processing here. Enable the appropriate
2633 thread interface files in libguile. Remove all qthreads
2634 configuration code; call QTHREADS_CONFIGURE instead. Set
2635 GUILE_LIBS using the info provided by QTHREADS_CONFIGURE.
2636 * threads.m4: Removed; not used any more.
2637 * Makefile.am (aclocal_DATA): Mention qthreads.m4, not threads.m4.
2638 * Makefile.in, aclocal.m4, configure: Rgnrtd. (Sv th vwls!)
2639 Note that these were regenerated with the tools available from
2640 Cygnus's source tree, which have patches not available to the
2641 general public. I'm not sure this was a good idea; feel free to
2642 revert them to the latest released versions of the tools.
2643
2644 Upgrade to the version of libtool available at Cygnus. See note
2645 above.
2646 * config.guess, config.sub, ltconfig, ltmain.sh: Upgraded.
2647
5ef81022
MD
26481998-07-12 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2649
2650 * configure.in: Changed variable HOSTNAME --> PROG_HOSTNAME in
2651 totoro kludge.
2652
212d45b8
MD
2653Sat Jul 11 21:54:29 1998 Mikael Djurfeldt <mdj@totoro.red-bean.com>
2654
2655 * acconfig.h, configure.in: Define TOTORO if configuring on
2656 totoro.red-bean.com.
2657
2658 * configure.in: Check for strdup.
2659
7e0fee6e
MD
26601998-05-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2661
2662 * configure.in: Check for rl_cleanup_after_signal.
2663
dd07fb66
MD
26641998-05-11 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2665
2666 * configure.in: Added test for rl_getc_function. Warn if
2667 libreadline is found but not this function.
2668
4c787b52
MD
26691998-05-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2670
2671 * configure.in: Replaced some AC_CHECK_FUNC --> AC_CHECK_FUNCS so
2672 that suitable HAVE_<function name> symbols get defined.
2673
0935d604
MD
26741998-04-25 Mikael Djurfeldt <mdj@kenneth>
2675
2676 * configure.in: Define USLEEP_RETURNS_VOID on some systems.
2c36126d 2677 (Thanks to Julian Satchell.)
0935d604 2678
64e121dc
MD
26791998-04-20 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2680
2681 * configure.in: Check for usleep; Define DECLARE_BZERO and
2682 DECLARE_USLEEP on Solaris 2.5 since it supplies those functions
2683 without declaring them.
2684
2685 * acconfig.h: Added DECLARE_BZERO, DECLARE_USLEEP
2686
26c41b99
MD
26871998-04-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2688
2689 * configure.in: Define HAVE_DLOPEN also when HAVE_LIBDL is
2690 defined.
2691
3822dd61
MD
26921998-04-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2693
2694 * configure.in (GUILE_LIBS): New variable. Contains libraries
2695 which libguile needs to be linked with. Substituted into
2696 libpath.h.
2697
2698 * threads.m4 (threads_package): Don't add $LDFLAGS and $LIBS to
2699 $cy_cv_threads_libs.
2700
5798fd97
MD
27011998-04-11 Mikael Djurfeldt <mdj@kenneth>
2702
2703 New libtool: 1.2
2704 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
2705 New automake: 1.3
2706 * Makefile.in, aclocal.m4, configure: Regenerated.
2707 * README: Mention new version numbers on libtool and automake.
2708
848f2a01
TP
27091997-12-11 Tim Pierce <twp@skepsis.com>
2710
2711 * HACKING: Note that SSH is mandatory for CVS access.
2712
341eaef0
GH
2713Sun Dec 7 06:11:24 1997 Gary Houston <ghouston@actrix.gen.nz>
2714
2715 * README: using Automake 1.2d
2716 * configure.in: AC_CHECK_FUNCS: add "system".
2717
c06768c8
TP
27181997-12-01 Tim Pierce <twp@skepsis.com>
2719
2720 * acconfig.h: Add USCORE.
2721
933a7411
MD
27221997-11-27 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2723
2724 * configure.in: Added code to enable GUILE_ISELECT on systems
2725 which have the necessary functions (gettimeofday, select).
2726
2727 * acconfig.h: Added GUILE_ISELECT.
2728
774b7f22
TP
27291997-11-24 Tim Pierce <twp@twp.tezcat.com>
2730
2731 * acinclude.m4: Assume dlsym does not add underscore if
2732 cross-compiling.
2733 * aclocal.m4, configure: Regenderated.
2734
2a0d7176
TP
27351997-11-21 Tim Pierce <twp@twp.tezcat.com>
2736
2737 * acinclude.m4 (GUILE_DLSYM_USCORE): New macro, thanks Dan Hagerty
2738 <hag@ai.mit.edu>.
2739 * configure.in: Use it.
2740 * configure: Regenerated.
2741 * acconfig.h (DLSYM_ADDS_USCORE): New #define.
72f1168d 2742
1ad2d179
MD
27431997-10-26 Mikael Djurfeldt <mdj@nada.kth.se>
2744
2745 * README (libtool): Tell people to use version 1.0e.
2746
83531e61
JB
2747Sat Oct 25 02:50:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
2748
2749 Call the QuickThreads library libqthreads.a, not libqt.a. The old
2750 name conflicts with the Qt user interface toolkit.
2751 * threads.m4 (CY_AC_WITH_THREADS): Use new library name.
2752 * configure.in: Same.
2753 * aclocal.m4, configure: Regenerated.
2754
2e368582
JB
2755Thu Oct 23 00:58:06 1997 Jim Blandy <jimb@totoro.red-bean.com>
2756
2757 * configure.in: Check for the readline library, and the termcap
2758 library (on which readline relies).
2759 * configure: Regenerated.
2760
2761Wed Oct 22 16:55:57 1997 Jim Blandy <jimb@totoro.red-bean.com>
2762
2763 New libtool: 1.0e
2764 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
2765 * configure, aclocal.m4: Regenerated.
2766
cd721def
MV
27671997-10-02 Marius Vollmer <mvo@zagadka.ping.de>
2768
2769 Make dynamic linking work on Dec Unix. (Thanks to Clark McGrew)
2770 * configure.in: Check whether dlopen can be found without -ldl.
2771
5aa28c1e
JB
2772Mon Sep 29 23:52:52 1997 Jim Blandy <jimb@totoro.red-bean.com>
2773
2774 * Makefile.in: Regenerated with automake 1.2c.
2775
9ba3d403
JB
2776Sat Sep 27 23:01:58 1997 Jim Blandy <jimb@totoro.red-bean.com>
2777
2778 * Makefile.am: Add new `build' subdirectory to SUBDIRS.
2779 * configure.in: Add build/Makefile to AC_OUTPUT clause.
2780 * Makefile.in, configure: Regenerated.
2781
2782 * Makefile.in, aclocal.m4: Regenerated with automake 1.2a.
2783
476f3c84
MD
2784Tue Sep 16 00:19:46 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2785
2786 * README, ltconfig, ltmain.sh: New libtool: 1.0c.
2787
e69807f0
MD
2788Thu Sep 11 11:28:24 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2789
2790 * ltmain.sh: Added a missing '\' before \n on line 32.
2791
1aa8162b
JB
2792Thu Aug 28 23:40:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
2793
2794 New libtool: 1.0b.
2795 * ltconfig, ltmain.sh, config.guess: Freshly libtoolized.
2796 * Makefile.in, aclocal.m4, configure: Regenerated, salamander-style.
2797
34695603
JB
2798Wed Aug 27 11:35:09 1997 Jim Blandy <jimb@totoro.red-bean.com>
2799
2800 * Makefile.in: Regenerated, so it uses "tar", not "gtar".
2801
2802 * configure.in: Use the QuickThreads assembler fragment with Irix
2803 dynamic linking support for Irix 6 as well as Irix 5. Thanks to
2804 Jesse Glick.
2805 * configure: Regenerated.
2806
e9cd5d2f
MD
2807Sun Aug 24 15:51:12 1997 Mikael Djurfeldt <mdj@kenneth>
2808
0b89e78e
MD
2809 * acinclude.m4 (GUILE_NAMED_CHECK_FUNC): New macro: Tagged test,
2810 so that test for the same function can be performed multiple
2811 times.
2812
e9cd5d2f
MD
2813 * configure.in (AC_CHECK_HEADERS): Test for rxposix.h,
2814 rx/rxposix.h. Add library rx only if regcomp can't be found
2815 without it.
2816
2817 * acconfig.h (HAVE_REGCOMP): Added it here since autoheader misses
2818 it for some reason!
2819
1782cc37
JB
2820Fri Aug 22 21:21:49 1997 Jim Blandy <jimb@totoro.red-bean.com>
2821
2822 * THANKS: New file.
2823 * Makefile.in, aclocal.m4, configure: Regenerated.
2824
757cfb94
MD
2825Wed Jul 23 20:24:27 1997 Mikael Djurfeldt <djurf@zafir.e.kth.se>
2826
2827 * configure.in: Added thread support for the alpha architecture.
2828 configure: Regenerated.
2829
f4e5b810
GH
2830Thu Jul 17 07:56:05 1997 Gary Houston <ghouston@actrix.gen.nz>
2831
2832 * configure.in: use AC_CHECK_FUNCS for sethostent etc.,
2833 so scmconfig.h is updated with the test results. this may
2834 disable one of the cygwin hacks.
2835
32552d73
JB
2836Fri Jul 11 00:18:19 1997 Jim Blandy <jimb@floss.red-bean.com>
2837
2838 Changes to compile under gnu-win32, from Marcus Daniels:
2839 * configure.in: When sys/un.h exists, define HAVE_UNIX_DOMAIN_SOCKETS
2840 to indicate that Unix domain sockets will work.
2841 Check for socketpair, getgroups, setwent, pause, and tzset
2842 (cygwin currently lacks these them).
2843 Check for sethostent endhostent getnetent setnetent endnetent
2844 getprotoent endprotoent getservent endservent getnetbyaddr
2845 getnetbyname inet_lnaof inet_makeaddr inet_netof (cygwin currently
2846 lacks them). In the case of cygwin, temporarily prefix these
2847 functions with "cygwin32_", the way that netdb.h does.
2848 Don't define HAVE_REGCOMP unless both regcomp and regex.h are
2849 available (cygwin b18 came distributed without a working regex.h
2850 file).
2851 * acconfig.h (HAVE_UNIX_DOMAIN_SOCKETS): Add this.
2852 * configure: Regenerated.
2853
ec918b9b
TP
2854Wed Jul 2 12:28:40 1997 Tim Pierce <twp@twp.tezcat.com>
2855
2856 * ltmain.sh: Remove any trailing colon on $shlibpath_var
2857 (i.e. LD_LIBRARY_PATH) for braindamaged linkers that choke on it.
2858 Patch sent to bug-libtool.
2859
4a5fa91c
TP
2860Sat Jun 28 16:13:43 1997 Tim Pierce <twp@twp.tezcat.com>
2861
2862 * configure.in: Add alloca.o explicitly to LIBOBJS (thanks Eric
2863 Backus for reporting this problem and suggesting a fix).
2864 * configure: Regenerated.
2865
a01e24ec
JB
2866Thu Jun 26 20:43:31 1997 Jim Blandy <jimb@floss.red-bean.com>
2867
2868 * Guile 1.2 released.
72f1168d 2869
a01e24ec
JB
2870 * configure.in: Check for librx after libm; fundamentals need to
2871 come first.
2872 * configure: Regenerated.
2873
787d7283
TP
2874Tue Jun 24 13:34:20 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
2875
2876 * aclocal.m4 (AM_PATH_PROG_LD): Change `ac_cv_path_LD' typo to
2877 `am_cv_path_LD'.
2878 * configure: Regenerated.
2879
0dc48630
JB
2880Sun Jun 22 15:43:07 1997 Jim Blandy <jimb@floss.red-bean.com>
2881
91b28bb5
JB
2882 Try to detect when people are using one version of libguile and a
2883 different version of ice-9. People have been skewing things and
2884 sending in bug reports.
2885 * configure.in: Provide libguile its version information through a
2886 separate header file generated by the Makefile, not through
72f1168d 2887 scmconfig.h.
91b28bb5
JB
2888 (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):
2889 AC_SUBST these, instead of AC_DEFINE'ing them.
2890 (GUILE_STAMP): New AC_SUBST: the time we configured the tree.
2891 (AC_OUTPUT): Create ice-9/version.scm.
2892 * acconfig.h (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION,
2893 GUILE_VERSION): Deleted.
2894 * Makefile.in: Regenerated.
2895
0dc48630
JB
2896 * aclocal.m4: Regenerated, using the libtool 0.9h m4 macros.
2897
2898 * Makefile.am (EXTRA_DIST): Include acconfig.h in the
2899 distribution.
2900 * Makefile.in: Regenerated.
2901
91529b1d
JB
2902Sat Jun 21 00:14:07 1997 Jim Blandy <jimb@floss.red-bean.com>
2903
2904 * ltmain.sh (line 1191): Don't forget 'test' in if statement.
2905
2906 * ltconfig, ltmain.sh: libtoolized, using libtool 0.9h.
2907
3688473b
JB
2908Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com>
2909
832b09ed
JB
2910 * ltconfig, ltmain.sh, config.guess: New files from libtool 0.9g.
2911
2912 * configure.in: By default, include functions in Guile to allow
2913 linking with dynamic libraries at run-time. In other words,
2914 --enable-dynamic-linking is now the default.
2915 * configure: Rebuilt.
2916
cad2eb84
JB
2917 * configure.in: Remove space between AC_CHECK_LIB and opening
2918 paren in check for Rx.
2919 * configure: Regenerated.
2920
3688473b
JB
2921 * configure.in: Remove all mention of xtra_PLUGIN_guile_libs.
2922 It's never used.
2923 * configure, Makefile.in: Regenerated.
2924
2925Tue Jun 10 23:37:12 1997 Jim Blandy <jimb@floss.red-bean.com>
2926
2927 * configure.in: Move checks for libraries (-lm, -lnsl, -lsocket,
2928 -dl, -dld) before checks for functions.
2929 * configure: Regenerated.
2930
95d59d10
JB
2931Mon Jun 9 02:35:46 1997 Tim Pierce <twp@twp.tezcat.com>
2932
2933 * config.guess: New copy from autoconf-2.12, which recognizes
2934 OpenBSD.
2935
14d546a7
JB
2936Tue Jun 3 16:34:19 1997 Jim Blandy <jimb@totoro.cyclic.com>
2937
2938 * configure.in: Check for Rx, so we will use its routines (which I
2939 pretty much trust) if it is installed.
2940 * configure: Regenerated.
2941
e1a191a8
GH
2942Sat May 31 03:48:45 1997 Gary Houston <ghouston@actrix.gen.nz>
2943
2944 * acconfig.h: mention HAVE_RESTARTS.
2945 * configure.in: check for sigaction and restartable system calls.
2946
737c9113
JB
2947Tue May 27 22:47:52 1997 Tim Pierce <twp@twp.tezcat.com>
2948
2949 * configure.in: Check for presence of regcomp.
2950 * configure: Regenerated.
2951
3f4c654d
JB
2952Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
2953
36539a15
JB
2954 * COPYING: New address for FSF.
2955
3f4c654d
JB
2956 * configure.in: We don't need to add fileblocks.o to LIBOBJS if
2957 struct stat doesn't have the st_blocks field. We take care of
2958 that case in the code. Replace AC_STRUCT_ST_BLOCKS with its
a00c28cd 2959 definition, edited appropriately. (Bernard URBAN)
3f4c654d
JB
2960 * configure: Regenerated.
2961
c1a649bf
JB
2962Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
2963
3f4c654d
JB
2964 * configure.in: Don't link against -lnsl or -lsocket unless we
2965 actually need to. This causes trouble on Irix. (Thanks to Larry
2966 Schwimmer.)
2967
c1a649bf
JB
2968 * config.sub: Get newer version, that recognizes the i686.
2969
c5ac623b
JB
2970Fri May 16 17:26:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
2971
2972 * README: Changed Mikael's threads work attribution in order
2973 to sooth Anthony's enormous, but wounded, ego.
2974
2975Fri May 16 17:26:53 1997 Jim Blandy <jimb@totoro.cyclic.com>
2976
2977 Just kidding!!!
2978
adb98aa9
JB
2979Fri May 16 04:24:48 1997 Jim Blandy <jimb@floss.cyclic.com>
2980
2981 Guile 1.1 released.
2982 * GUILE-VERSION: Bump to 1.1.
2983
9b01064c
JB
2984Tue May 13 16:34:40 1997 Jim Blandy <jimb@floss.cyclic.com>
2985
2986 Switch to automake-1.1p.
2987 * Makefile.in, aclocal.m4, configure: Regenerated.
2988
d53f4df2
JB
2989Mon May 12 18:29:45 1997 Jim Blandy <jimb@floss.cyclic.com>
2990
2991 * threads.m4: Copy Anthony's change here, so it'll actually
2992 survive.
2993
ec06dd30
AG
2994Thu May 8 11:48:40 1997 Anthony Green <green@hoser.cygnus.com>
2995
72f1168d 2996 * aclocal.m4: Fixes for building with coop threads in a
ec06dd30
AG
2997 seperate compilation directory.
2998 * configure: Rebuilt.
2999
953b3c55
JB
3000Fri May 2 16:24:15 1997 Jim Blandy <jimb@floss.cyclic.com>
3001
3002 Upgrade to libtool 0.9e.
3003 * ltconfig, ltmain.sh, config.guess, config.sub: New versions,
3004 supplied by libtool.
3005
3006 * configure.in: When configuring qt, sunos needs the underscore
3007 files; Solaris and Linux both need the normal files.
3008 * configure: Reebilt.
72f1168d 3009
8225b156
JB
3010Thu May 1 15:35:49 1997 Jim Blandy <jimb@floss.cyclic.com>
3011
3012 * configure.in: Get the paths for qt's md files right, so it can
3013 build correctly when using a separate compilation directory.
3014 * configure: Regenerated.
3015
20108301
JB
3016Thu Apr 24 01:20:34 1997 Jim Blandy <jimb@floss.cyclic.com>
3017
67061067
JB
3018 Get threads to work again.
3019 * Makefile.am (SUBDIRS): List libguile last, so qt gets built
3020 first.
3021 * Makefile.in: Regenerated.
3022 * aclocal.m4, configure: Regenerate, with modern definition of
3023 CY_AC_WITH_THREADS. Where did the old text come from? Creepy...
3024
3025 Reduced Guile distribution: one configure script, no plugins.
20108301
JB
3026 * configure.in: Merged the old text from qt/configure.in and
3027 libguile/configure.in; Tom Tromey says automake only wants one
3028 configure.in script. This seems fishy, but...
3029 * Makefile.am: List the subdirectories explicitly; no more PLUGIN
3030 gubbish.
3031 * acconfig.h, acinclude.m4: Moved here from libguile, since
3032 libguile's configure script lives here now.
3033 * AUTHORS, INSTALL, README: Updated.
3034 * Makefile.in, aclocal.m4 configure: Regenerated. Just like
3035 amputated amphibian limbs.
3036
93918199
JB
3037Tue Apr 22 16:57:38 1997 Jim Blandy <jimb@totoro.cyclic.com>
3038
3039 * newdoc/ref/Makefile.am (dist_texis): Distribute the index files.
3040 * newdoc/ref/Makefile.in: Regenerated.
3041
7c9c7760
JB
3042Mon Apr 14 18:51:25 1997 Jim Blandy <jimb@floss.cyclic.com>
3043
3044 * threads.m4 (CY_AC_WITH_THREADS): When using coop threads, no
3045 need to link against libthreads; the files it used to contain
3046 are now a part of libguile.
3047
c8b62a7e
JB
3048Sun Apr 13 22:14:10 1997 Jim Blandy <jimb@floss.cyclic.com>
3049
3050 * guile.m4: Revert change of Mar 15, and use the new 'no-define'
3051 argument to the AM_INIT_AUTOMAKE macro.
3052
12afb619
JB
3053Fri Apr 11 15:43:07 1997 Jim Blandy <jimb@totoro.cyclic.com>
3054
3055 * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
3056 * README: Say where to find libtool 0.9d.
72f1168d 3057
58bc1a29
JB
3058Wed Apr 9 17:51:13 1997 Jim Blandy <jimb@floss.cyclic.com>
3059
3060 Changes to work with automake-1.1n, which has better libtool
3061 support. Also use libtool 0.8.
3062 * README: Note new version numbers for automake and libtool.
3063 * missing: New file required by new automake.
3064 * Makefile.in: Regenerated.
3065
5c09c7ea
JB
3066Sat Apr 5 16:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
3067
3068 * newdoc/ref/scheme.texi (set-object-property!): Fix function name.
3069
3070 * Makefile.am: Omit doc subtree.
3071 * configure.in: Omit makefiles in doc subtree.
3072 * Makefile.in, configure: Rebuilt.
3073
3b0d0eb8
MD
3074Sat Mar 15 01:11:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3075
3076 * guile.m4 (AM_INIT_GUILE_MODULE): Replaced AM_INIT_AUTOMAKE macro
3077 with its definition and commented out definition of PACKAGE. This
3078 changed seemed necessary after having removed PACKAGE from
3079 libguile/acconfig.h.
3080
15ae1bee
MD
3081Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3082
afa64ca8 3083 * ltconfig, ltmain.sh: New versions from libtool-0.9.
72f1168d 3084
15ae1bee
MD
3085 * configure.in: Added AM_MAINTAINER_MODE
3086
863b096e
JB
3087Fri Feb 7 17:57:46 1997 Jim Blandy <jimb@floss.cyclic.com>
3088
3089 * config.sub, config.guess: New versions, that handle i686, etc.
3090
de74670f
MG
3091Thu Jan 23 07:06:15 1997 Mark Galassi <rosalia@papageno.lanl.gov>
3092
3093 * newdoc/tutorial/guile-tut.texi: started checking in the Guile
3094 tutorial rewrite, but have not merged much into it yet.
3095
31e59da8
MG
3096Tue Jan 21 17:28:40 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
3097
3098 * newdoc/ref/guile-ref.texi: started checking in parts of the
de74670f 3099 reference manual re-write.
31e59da8 3100
3890022f
MV
3101Sat Jan 11 14:40:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
3102
3103 * ltconfig, ltmain.sh: New files for libtool support. libguile,
3104 rx, gh and gtcltk-lib can now be build as shared libraries.
3105 * Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh
3106
01cf3840
JB
3107Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
3108
3109 * Guile 1.0 released. This is the first release by the Free
3110 Software Foundation; Cygnus has also released earlier versions of
3111 Guile.
72f1168d 3112
01cf3840
JB
3113 * GUILE-VERSION: Updated version number.
3114 * NEWS: Added comments for all the user-visible changes marked in
3115 the ChangeLogs.
3116 * README: Updated for release.
3117
0a67c27a
GH
3118Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
3119
3120 * scsh: new directory.
3121
733943b9
TT
3122Mon Dec 2 17:33:04 1996 Tom Tromey <tromey@cygnus.com>
3123
3124 * configure.in: Generate doc/guile-programmer/Makefile and
3125 doc/guile-user/Makefile.
3126
3127Sat Nov 30 23:45:54 1996 Tom Tromey <tromey@cygnus.com>
3128
3129 * aclocal.m4: Now automatically generated by aclocal.
3130 * threads.m4: New file.
3131 * guile.m4: New file.
3132 * Makefile.am, doc/Makefile.am: New files.
3133 * configure.in: Updated for Automake. Avoid excessively verbose
3134 "greet" messages.
3135
8a2c7b71
MG
3136Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
3137
3138 * lgh: directory renamed to gh, along with all prefixes of the
3139 high level library procedures.
3140
1eaceb61
JB
3141Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
3142
72f1168d 3143 * Makefile.in (TAGS tags): Find the source files in $srcdir.
1eaceb61 3144
a857bf16
JB
3145Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
3146
3147 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
3148
e5e0f394
MD
3149Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
3150
3151 * configure.in: Added some configuration magic from the Cygnus
3152 distribution.
3153
3154 * aclocal.m4: New file. For now used for thread support
3155 configuration.
72f1168d 3156
891ee51c
MG
3157Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
3158
7d41a049
MG
3159 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
3160
891ee51c
MG
3161 * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
3162 directories, to arrange for lgh to the last thing
3163 configured/built.
3164
84da179f 3165Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
2be50ff5
MG
3166
3167 * lgh/: added the directory in which I implement the high level
3168 libguile library (lgh_) for this release of Guile. See the
3169 ChangeLog in there for further details.
3170
ea332eb2
MG
3171Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
3172
3173 * doc/ (guile-user and guile-programmer): added the guile-user and
3174 guile-programmer directories which contain the user and programmer
3175 manuals. See the ChangeLog entries there for detail.
3176
21dc7b47
JB
3177Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
3178
3179 * Makefile.in (distclean): Don't forget to delete doc/Makefile.
3180
3181 * Makefile.in (distclean): Don't forget to delete
3182 config.build-subdirs.
3183
de15ba3a
JB
3184Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
3185
3186 * Makefile.in (tags): New name for `TAGS' target, which will
3187 always run the commands.
3188
1089e30d
JB
3189Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
3190
3191 * README: Doc fixes.
3192
228ada63
JB
3193Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
3194
3195 * Makefile.in (TAGS): Produce a single tags file for all of Guile.
3196
93ef5778
JB
3197Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
3198
3199 * configure.in: Check for -ldl, so the check for Tcl won't fail
3200 spuriously.
3201
253efac3
JB
3202Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
3203
39b3bff6
JB
3204 Change the way we decide whether to build gtcltk-lib, so that it's
3205 omitted from the build process when appropriate, but never from
3206 the dist process.
3207 * configure.in: Don't edit all_subdirs depending on the
3208 availability of Tk; let that be the list of all PLUGIN
3209 subdirectories present, as it used to be. Instead, edit a new
3210 variable, build_subdirs; write its final value, the list of
3211 subdirs we do want to compile in, to config.build-subdirs.
3212 Substitute that into the top-level Makefile too.
3213 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
3214 recurse on the subdirectories we should build.
3215 (distdirs): Set this to @existingdirs@, so it includes the subdirs
3216 we decided not to build.
3217
253efac3
JB
3218 * doc/gtcltk.texi: File resurrected from old Guile releases.
3219 * doc/Makefile.in (info): Build the gtcltk documentation.
3220 (DIST_FILES): Include it in the distribution.
3221
3222 * configure.in: If we can find the library for tcl7.5, build
3223 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
3224 compiler (not sure this is necessary).
3225
795b4217
JB
3226Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
3227
3228 * NEWS: Fix bug reporting address.
3229
3230Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
3231
3232 * AUTHORS: New file, in accordance with the GNU maintainers'
3233 standards.
3234
ce2cc116
JB
3235Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
3236
3237 * README: Renamed from ANNOUNCE; include bug report address,
3238 description, and short tour.
3239 * INSTALL: Renamed from BUILDING.
3240 * NEWS: New file.
3241 * Makefile.in (DISTFILES): Update appropriately.
3242
a44a755d
JB
3243Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
3244
0196b30a
JB
3245 * doc/Makefile.in: Added pattern targets for creating DVI and
3246 PostScript files.
3247 (%.ps, %.dvi, %.txt): New targets.
3248 (DVIPS, TEXI2DVI): New variables.
3249
a44a755d
JB
3250 * GUILE-VERSION: Updated to 1.0b3.
3251
3252 Rehashed distribution system, in preparation for nightly
3253 snapshots. Other changes in subdirectories.
3254 * Makefile.in (dist): Rewritten --- the old target was out of
3255 date, dependent on files that we don't have, and relied on GNU
3256 tar. The new target is simpler.
3257 (VERSION, srcdir, dist_dirs): New variables.
3258 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
3259 TODO.
3260 (localtreats): Variable removed. We don't have this file.
3261 (info): cd to doc and make info there; don't make info in every
3262 ${subdir}; those Makefiles don't know what to do.
3263 (distname, distdir, treats, announcefile): Variables removed.
3264 (manifest-file): Target removed.
3265 (dist-dir): New target, responsible for distributable files in
3266 this directory.
3267 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
3268 controlling the 'dist' target.
3269 * configure.in: Substitute GUILE-VERSION into the top-level
3270 Makefile. Build doc/Makefile from doc/Makefile.in.
3271
3272 * doc/Makefile.in: New file.
d9f71a07
LC
3273
3274
3275;; Local Variables:
3276;; coding: utf-8
3277;; End: