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