Changes from arch/CVS synchronization
[bpt/guile.git] / ChangeLog
CommitLineData
1ac5fb45
LC
12007-09-02 Ludovic Courtès <ludo@gnu.org>
2
3 * NEWS: Mention memory leak fix in `make-socket-address'.
4
d7c0c26d
LC
52007-09-01 Ludovic Courtès <ludo@gnu.org>
6
7 * NEWS: Mention duplicate binding warnings to stderr.
8
2baec6a9
LC
92007-08-23 Ludovic Courtès <ludo@gnu.org>
10
11 * NEWS: Mention Solaris bug fixes.
12
f50ca8da
LC
132007-08-11 Ludovic Courtès <ludo@gnu.org>
14
7ff6c169 15 * NEWS: Mention SRFI-35 and the new reader.
f50ca8da 16
1fdd8ffa
LC
172007-08-08 Ludovic Courtès <ludo@gnu.org>
18
19 * NEWS: Mention changes to `record-accessor' and
20 `record-modifier'.
21
f6b4d9b4
LC
222007-07-29 Ludovic Courtès <ludo@gnu.org>
23
6caac03c
LC
24 Added Gnulib support.
25
26 * autogen.sh: Run `gnulib-tool --update'.
27
28 * Makefile.am (SUBDIRS): Added `lib'.
29 (ACLOCAL_AMFLAGS): Added `-I m4'.
ca7406a9 30 (EXTRA_DIST): Added `m4/ChangeLog'.
6caac03c
LC
31
32 * NEWS: Comply with Automake's `check-news' option, i.e., have
33 the last "Changes in" line appear within the first 15 lines.
34 Mention use of Gnulib.
35
f6b4d9b4
LC
36 * configure.in: Use `build-aux' as `AC_CONFIG_AUX_DIR', and `m4'
37 as `AC_CONFIG_MACRO_DIR'. Use Automake's `gnu' and `check-news'
38 options.
6caac03c
LC
39 Require Autoconf 2.59. Invoke `gl_EARLY' and `gl_INIT', don't
40 run `AC_AIX', `AC_ISC_POSIX' and `AC_MINIX' since they are
41 implied by `gl_EARLY'. Don't look for <strings.h> and
42 `strncasecmp'. Don't invoke `AC_FUNC_ALLOCA'. Produce
43 `lib/Makefile'.
f6b4d9b4 44
e08f3f7a
LC
452007-07-25 Ludovic Courtès <ludo@gnu.org>
46
47 * NEWS: Mention bug fix for "(set! 'x #f)".
48
7337d56d
LC
492007-07-22 Ludovic Courtès <ludo@gnu.org>
50
51 * configure.in: Check for <strings.h> and `strncasecmp ()'.
52
24d6fae8
LC
532007-07-19 Ludovic Courtès <ludo@gnu.org>
54
55 * NEWS: Mention `(ice-9 i18n)' and lazy duplicate binding
56 resolution.
57
d4c38221
LC
582007-07-18 Ludovic Courtès <ludo@gnu.org>
59
60 * NEWS: Mention SRFI-37.
61
df449722
LC
622007-07-15 Ludovic Courtès <ludo@gnu.org>
63
64 Guile 1.8.2 released.
65
66 * NEWS: Mention HP-UX/IA64 build fixes.
67
68 * THANKS: Added people who reported bugs or sent patches since
69 1.8.1. Converted to UTF-8.
70
71 * README: Updated version number.
72
73 * Makefile.am (EXTRA_DIST): Removed `BUGS' (was outdated).
74
75 * ANON-CVS, HACKING, SNAPSHOTS: New, from the `workbook'
76 directory of the CVS repository.
77
78 * autogen.sh: Removed dependency on the `workbook' CVS
79 directory.
80
81 * GUILE-VERSION (GUILE_MICRO_VERSION): Set to 2.
82 (LIBGUILE_INTERFACE_CURRENT): Incremented due to new symbols.
83 (LIBGUILE_INTERFACE_REVISION): Set to 0.
84 (LIBGUILE_INTERFACE_AGE): Incremented.
85 (LIBGUILE_SRFI_SRFI_60_INTERFACE_REVISION): Incremented due to
86 bug fixes.
87
b1f57ea4
LC
882007-07-11 Ludovic Courtès <ludo@gnu.org>
89
90 * NEWS: Mention GOOPS `method-more-specific?' bug fix.
91
0867f7ba
LC
922007-07-09 Ludovic Courtès <ludo@gnu.org>
93
94 * NEWS: Mention SRFI-19 `date->julian-day' bug fix.
95
d3075c52
LC
962007-06-26 Ludovic Courtès <ludo@gnu.org>
97
98 * NEWS: Mention fixed memory leaks.
99
27782696
LC
1002007-06-12 Ludovic Courtès <ludo@chbouib.org>
101
102 * NEWS: Mention `inet-ntop' bug fix.
103
c122500a
LC
1042007-05-09 Ludovic Courtès <ludo@chbouib.org>
105
106 * NEWS: Mention SRFI-19 `time-process' bug fix.
107
1911e3da
LC
1082007-04-17 Ludovic Courtès <ludovic.courtes@laas.fr>
109
110 * configure.in (GUILE_FOR_BUILD): Reverted to `$(preinstguile)'
111 instead of `$(top_builddir_absolute)/$(preinstguile)'.
112
1d8ce4c0
HWN
1132007-04-09 Han-Wen Nienhuys <hanwen@lilypond.org>
114
115 * configure.in (HAVE_CRYPT): check for cexp, clog, carg
116
6f0579c2
NJ
1172007-02-24 Neil Jerram <neil@ossau.uklinux.net>
118
5cfbbaff
NJ
119 * autogen.sh: Announce versions of autoconf, automake, libtool and
120 m4.
121
6f0579c2
NJ
122 * pre-inst-guile.in (subdirs_with_ltlibs): Add libguile.
123
819cd901
NJ
1242007-02-18 Neil Jerram <neil@ossau.uklinux.net>
125
819cd901
NJ
126 * config.rpath (Module): New (from gettext package).
127
a2f00b9b
LC
1282007-01-31 Ludovic Courtès <ludovic.courtes@laas.fr>
129
130 * configure.in: Look for `langinfo.h', `nl_types.h', `xlocale.h'
131 and `nl_langinfo'.
132
a872aa83
NJ
1332007-01-28 Neil Jerram <neil@ossau.uklinux.net>
134
3d4797ca
NJ
135 * INSTALL: New upstream version.
136
a872aa83
NJ
137 * ABOUT-NLS: New upstream version.
138
b3aa4626
KR
1392007-01-23 Kevin Ryde <user42@zip.com.au>
140
141 * configure.in (isinf, isnan): Use a volatile global to stop gcc
142 optimizing out the test. In particular this fixes solaris where there
143 isn't an isinf or isnan (though gcc still optimizes as if there is).
144 Reported by Hugh Sasse.
145 (AC_C_VOLATILE): New.
146
924e8008
HWN
1472007-01-22 Han-Wen Nienhuys <hanwen@lilypond.org>
148
149 * .gitignore: new file. Make using git easier.
150
b3aa4626
KR
1512007-01-22 Kevin Ryde <user42@zip.com.au>
152
153 * configure.in (AC_INIT): Don't use "echo -n", it's not portable and
154 in particular fails on solaris (resulting in literal "-n"s going into
155 the output, making the resulting configure unusable). Reported by
156 Hugh Sasse.
157
73cc2740
HWN
1582007-01-03 Han-Wen Nienhuys <hanwen@lilypond.org>
159
160 * autogen.sh (Module): only try to run render-bugs if it exists.
161
01ec9e94
KR
1622006-12-27 Kevin Ryde <user42@zip.com.au>
163
164 * configure.in (pthread_get_stackaddr_np, pthread_sigmask): New tests.
165
1662006-12-24 Han-Wen Nienhuys <hanwen@lilypond.org>
167
168 * autogen.sh (mscripts): only execute render-bugs if it exists.
169
1702006-12-23 Kevin Ryde <user42@zip.com.au>
171
172 * configure.in (-lm): No need to suppress libm on mingw, it's not
173 needed because it's empty, but including it does no harm.
174 (-lm): Look for "cos" instead of "main", since cos and friends are the
175 purpose of looking for libm.
176 (winsock etc): Test $host = *-*-mingw* rather than $MINGW32, autoconf
177 regards the latter as obsolete.
178 (AC_MINGW32): Remove test, $MINGW32 now unused.
179 (uint32_t): Look at HAVE_NETDB_H rather than hard-coding __MINGW32__
180 in the test program.
181
1822006-12-15 Kevin Ryde <user42@zip.com.au>
183
184 * configure.in (process.h, pipe, _pipe): New checks.
185
1862006-12-14 Kevin Ryde <user42@zip.com.au>
187
188 * configure.in (struct timespec, pthread.h): Look for struct timespec
189 in <pthread.h> as well as <time.h>, it's in pthread.h on mingw.
190 Reported by Nils Durner.
191
1922006-12-03 Kevin Ryde <user42@zip.com.au>
193
194 * Makefile.am (AUTOMAKE_OPTIONS): Bump to automake 1.10 required, so
195 that config.rpath from gettext will go into the dist (and give an
196 error if not).
197
198 * configure.in (AM_PROG_CC_C_O): New macro, needed by automake 1.10
199 for per-target cflags in libguile/Makefile.am.
200
b89c4943
LC
2012006-11-18 Ludovic Courtès <ludovic.courtes@laas.fr>
202
203 * GUILE-VERSION: Added `LIBGUILE_I18N_*'.
204
205 * configure.in: Look for `strcoll_l ()' and `newlocale ()'.
206 Substitute the `LIBGUILE_I18N_' variables.
207
208 * NEWS: Mention `(ice-9 i18n)'.
209
51d079ab
NJ
2102006-11-17 Neil Jerram <neil@ossau.uklinux.net>
211
212 * README: Note need for subscription to bug-guile@gnu.org.
213
214 * NEWS: Note need for subscription to bug-guile@gnu.org.
215
d9f71a07
LC
2162006-11-08 Ludovic Courtès <ludovic.courtes@laas.fr>
217
218 * configure.in: Pass `bug-guile@gnu.org' as a third argument to
219 `AC_INIT'.
220
9a5fa6e9
NJ
2212006-10-25 Neil Jerram <neil@ossau.uklinux.net>
222
223 IA64 HP-UX patch from Hrvoje Nikšić. (Thanks!)
224
225 * configure.in: New check for uca lib (needed for IA64 on HP-UX).
226
8ab3d8a0
KR
2272006-10-06 Rob Browning <rlb@defaultvalue.org>
228
229 Guile 1.8.1 released.
230
231 * GUILE-VERSION (GUILE_MICRO_VERSION): Increment for release.
232 (LIBGUILE_INTERFACE_REVISION): Increment for release.
233 (LIBGUILE_SRFI_SRFI_1_INTERFACE_REVISION): Increment for release.
234 (LIBGUILE_SRFI_SRFI_4_INTERFACE_REVISION): Increment for release.
235 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_REVISION): Increment for release.
236 (LIBGUILE_SRFI_SRFI_60_INTERFACE_REVISION): Increment for release.
237
238 * Makefile.am (EXTRA_DIST): Add LICENSE.
239
2402006-09-28 Kevin Ryde <user42@zip.com.au>
241
242 * configure.in (chsize, ftruncate, truncate): New tests, for mingw.
243
2442006-09-27 Kevin Ryde <user42@zip.com.au>
245
246 * configure.in (clog10): New test, not in mingw.
247
2482006-09-23 Kevin Ryde <user42@zip.com.au>
249
250 * configure.in (complex.h, complex double, csqrt): New tests.
251
9a5fa6e9 2522006-09-20 Ludovic Courtès <ludovic.courtes@laas.fr>
a17d2654
LC
253
254 * configure.in: Check for `isblank ()'.
255
256 * NEWS: Mentioned the interaction between `setlocale' and SRFI-14
257 standard char sets.
bdb55624 258
8ab3d8a0
KR
2592006-08-22 Kevin Ryde <user42@zip.com.au>
260
261 * configure.in: Test if need braces around PTHREAD_ONCE_INIT, set
262 AC_OUTPUT of SCM_I_GSC_NEED_BRACES_ON_PTHREAD_ONCE_INIT.
263
8746959c
NJ
2642006-08-18 Neil Jerram <neil@ossau.uklinux.net>
265
1e2346ae
NJ
266 * configure.in: Generate Makefile for emacs subdir.
267
268 * Makefile.am (SUBDIRS): Add emacs subdir.
269
270 * configure.in: Generate Makefile for ice-9/debugging subdir.
8746959c 271
8ab3d8a0
KR
2722006-07-25 Kevin Ryde <user42@zip.com.au>
273
274 * configure.in (AC_CHECK_FUNCS): Add pthread_getattr_np.
275
2762006-07-24 Kevin Ryde <user42@zip.com.au>
277
278 * configure.in (AC_CHECK_DECLS): Add sethostname for Solaris 10.
279 (AC_CHECK_FUNCS): Remove dirfd, it's a macro.
280 Reported by Claes Wallin.
281
2822006-06-25 Kevin Ryde <user42@zip.com.au>
283
284 * configure.in (AC_CHECK_MEMBERS): Test struct tm.tm_gmtoff.
285
9a5fa6e9 2862006-06-13 Ludovic Courtès <ludovic.courtes@laas.fr>
ad97642e
LC
287
288 * NEWS: Mentioned the new behavior of `equal?' for structures.
289
d79a62db
NJ
2902006-06-06 Neil Jerram <neil@ossau.uklinux.net>
291
292 * acinclude.m4 (ACX_PTHREAD): Update to latest definition from
293 autoconf macro archive, to fix pthread linking problem on Solaris
294 10, reported by Charles Gagnon.
295
23f2b9a3
KR
2962006-05-28 Kevin Ryde <user42@zip.com.au>
297
298 * configure.in (isnan): Remove "#ifdef __MINGW32__, #define isnan
299 _isnan". Mingw provides isnan as a macro (in math.h), the test
300 already detects it just fine with no special case.
301
3022006-05-26 Kevin Ryde <user42@zip.com.au>
303
304 * configure.in (AC_CHECK_FUNCS): Add ioctl.
305 (pthread_attr_getstack): Restrict test to pthreads case, to avoid
306 AC_TRY_RUN when cross-compiling --without-threads.
307
3082006-05-20 Kevin Ryde <user42@zip.com.au>
309
310 * configure.in (S_ISLNK): Remove test, leave it to #ifdef in the .c
311 files.
312
3132006-05-16 Kevin Ryde <user42@zip.com.au>
314
315 * configure.in (struct stat st_blocks): Change AC_STRUCT_ST_BLOCKS to
316 a plain AC_CHECK_MEMBERS, we don't want AC_LIBOBJ(fileblocks) which
317 the former gives. Remove the commented-out code that was to have
318 munged fileblocks out of LIBOBJS. This fixes mingw, where the lack of
319 st_blocks and absense of the fileblocks.c replacement caused build
320 failure. Reported by "The Senator".
321 (struct stat st_rdev, st_blksize): Combine into a single
322 AC_CHECK_MEMBERS.
323
3242006-04-18 Rob Browning <rlb@defaultvalue.org>
325
326 * configure.in: Add AC_CONFIG_AUX_DIR([.]) as suggested in the
327 autotools documentation.
328
4f416616
KR
3292006-04-16 Kevin Ryde <user42@zip.com.au>
330
331 * configure.in (stat64, off_t): New tests.
332
3332006-03-31 Kevin Ryde <user42@zip.com.au>
334
335 * configure.in (socklen_t): Enhance test for this type, coping with
336 need for <sys/socket.h> on MacOS X. Reported by Michael Tuexen and
337 Jay Cotton.
338
3392006-03-26 Marius Vollmer <mvo@zagadka.de>
340
341 * configure.in: Added check that defines
342 PTHREAD_ATTR_GETSTACK_WORKS when pthread_attr_getstack works for
343 the main thread.
344
3452006-02-26 Kevin Ryde <user42@zip.com.au>
346
347 * configure.in (AC_CHECK_FUNCS): Add dirfd.
348
3492006-02-20 Marius Vollmer <mvo@zagadka.de>
350
351 Released 1.8.0.
352
353 * GUILE-VERSION: Set version.
354
0f24e75b
MV
355 * GUILE-VERSION: Bumped versions for 1.9 series.
356
4f416616
KR
3572006-02-06 Marius Vollmer <mvo@zagadka.de>
358
359 Branched for 1.8 series.
360
361 * GUILE-VERSION: Bumped version numbers.
362
363 * configure.in: Removed --enable-arrays option.
364
9abd541e
NJ
3652005-12-14 Neil Jerram <neil@ossau.uklinux.net>
366
367 * NEWS: Remove entry claiming that breakpoints have been added,
368 because breakpoints are now implemented outside the core distro.
369 Add entries on obsolescence of the 'cheap option and on tweaking
370 support in evaluator trap calls. Finally, correct outline level
371 of item about make-keyword-from-dash-symbol.
372
dae11beb
NJ
3732005-07-09 Neil Jerram <neil@ossau.uklinux.net>
374
e363047c
NJ
375 * configure.in (AC_CONFIG_FILES): Removed emacs/Makefile and
376 ice-9/debugger/breakpoints/Makefile.
377
dae11beb
NJ
378 * Makefile.am (SUBDIRS): Removed emacs.
379
875a58aa
MV
3802005-06-05 Marius Vollmer <mvo@zagadka.de>
381
382 From Jan Nieuwenhuizen <janneke@gnu.org>. Thanks!
383
384 * configure.in: Add tests for socklen_t and ip_mreq.
385
ba78f311
KR
3862005-03-13 Kevin Ryde <user42@zip.com.au>
387
388 * configure.in, GUILE-VERSION (LIBGUILE_SRFI_SRFI_60): New defines.
389
d1c38e11
MV
3902005-03-09 Marius Vollmer <mvo@zagadka.de>
391
392 Guile 1.7.2 has been released.
393
394 * GUILE-VERSION (GUILE_MICRO_VERSION): Incremented to "2".
395
461f34aa
MV
3962005-03-08 Marius Vollmer <mvo@zagadka.de>
397
398 libltdl is no longer distributed. We expect it to be installed
399 already.
400
401 * configure.in: Do not call AC_LIBLTDL_INSTALLABLE. Use
402 AC_CHECK_LIB instead. Do not subst LTDLINCL and LIBLTDL. Do not
403 add "-DLIBLTDL_DLL_IMPORT" on MINGW32.
404
405 * Makefile.am (SUBDIRS): Removed libltdl.
406
407 * README: Talk about required external packages.
408
409 * autogen.sh: Do not call libtoolize.
410
a81b8618
MV
4112005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
412
413 * configure.in: Do not check for fast or recursive mutexes. Check
414 for pthread_attr_getstack.
415 (SCM_I_GSC_USE_COOP_THREADS): Dot not subst.
416 (pthread_mutexattr_settype): Do not check for it.
417
35f2529d
MV
4182005-02-28 Marius Vollmer <mvo@zagadka.de>
419
420 * autogen.sh: Add '--verbose' option to autoreconf invocation.
421 Thanks to Bruno Haible.
422
0356881d
MV
4232005-01-02 Marius Vollmer <mvo@zagadka.de>
424
425 * configure.in (SCM_I_GSC_HAVE_ARRAYS): Removed '--disable-arrays'
426 option.
427
7674622e
KR
4282004-11-28 Kevin Ryde <user42@zip.com.au>
429
430 * configure.in (AC_SUBST): Correction, LTDLINC should be LTDLINCL, the
431 latter is what libtool defines.
432
7b1574ed
MV
4332004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
434
435 * libguile.h: Include "libguile/srfi-4.h".
436
22417f2f
MV
4372004-10-25 Marius Vollmer <marius.vollmer@uni-dortmund.de>
438
439 * autogen.sh: Added explicit invocation of libtoolize before
440 autoreconf so that libltdl/ is updated as well.
441
6191ccec
MV
4422004-10-22 Marius Vollmer <marius.vollmer@uni-dortmund.de>
443
444 Removed usage of libguile-ltdl.
445
446 * configure.in: Call AC_LIBLTDL_INSTALLABLE instead of
447 AC_LIB_LTDL.
448 (AC_CONFIG_SUBDIRS): Added libltdl.
449 (DLPREOPEN, LTDLINC, LIBLTDL): Moved AC_SUBST near other libtool
450 stuff. Also subst LTDLINC instead of INCLTDL.
451 (AC_CONFIG_FILES): Removed libguile-ltdl/Makefile and
452 libguile-ltdl/upstream/Makefile.
453
454 * Makefile.am (SUBDIRS): Replaced libguile-ltdl with libltdl.
455
cfbd0f35
MV
4562004-09-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
457
5cc183a1
MV
458 * ABOUT-NLS: New, from gettext 0.14.1.
459
cfbd0f35
MV
460 * configure.in: Do use AM_GNU_GETTEXT, since gettextize is not run
461 with autoconf 2.59.
462
32540d85
MV
4632004-09-25 Marius Vollmer <mvo@zagadka.de>
464
465 * configure.in: Do not use AM_GNU_GETTEXT for now, it causes
466 gettextize to run during autogen.sh, which we do not want.
467 Explicitely check for libintl, gettext, bindtextdomain, and
468 textdomain instead.
469
84adbbc8
MV
4702004-09-24 Marius Vollmer <mvo@zagadka.de>
471
2edf319f
MV
472 * libguile.h: Include <gmp.h> outside of extern "C" block.
473 (Note that numbers.h still includes gmp.h to make it
474 self-contained.)
475
84adbbc8
MV
476 * configure.in: Do not include PTHREAD_CFLAGS in CFLAGS, CFLAGS is
477 for the user and is often overwritten temporarily.
478 (GUILE_CFLAGS): New, include PTHREAD_CFLAGS here.
479 (GUILE_LIBS): Remove THREAD_LIBS_INSTALLED, which is unused now.
480
d5ac9b2a
MV
4812004-09-22 Marius Vollmer <mvo@zagadka.de>
482
483 * configure.in: Add AM_GNU_GETTEXT invocation. From Bruno Haible.
484
9c0485fc
MV
4852004-09-21 Marius Vollmer <mvo@zagadka.de>
486
487 * acinclude.m4 (ACX_PTHREAD): New.
488 * configure.in: Use it instead of simply looking for -lpthread.
9a5fa6e9 489 Thanks to Andreas Vögele!
9c0485fc 490
eb8d0af1
MV
4912004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
492
493 * configure.in: Fail when alloca can not be found natively.
494
edea856c
SJ
4952004-09-03 Stefan Jahn <stefan@lkcc.org>
496
497 * configure.in (isinf): Let configure find the isinf() function
498 on MinGW32 systems.
499
c495c342
KR
5002004-08-27 Kevin Ryde <user42@zip.com.au>
501
502 * configure.in (AC_CHECK_MEMBERS): Add struct sockaddr.sin_len and
503 struct sockaddr_in6.sin6_len. Reported by Michael Tuexen.
504
95bcfff7
MV
5052004-08-27 Marius Vollmer <mvo@zagadka.de>
506
507 Guile 1.7.1 as been released.
508
51fab002
MV
5092004-08-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
510
511 * GUILE-VERSION: Bumped all versions for the 1.7.1 release. Added
512 LIBGUILE_*_MAJOR variables for inclusion in the names of shared
513 libraries such as "libguile-srfi-srfi-1-v-MAJOR.la". Removed
514 LIBQTHREADS_*.
515 * configure.in: Updated for the new set of variables defined in
516 GUILE-VERSION.
517
41e4b992
MV
5182004-08-25 Marius Vollmer <marius.vollmer@uni-dortmund.de>
519
520 * libguile.h: Include srfi-13.h and srfi-14.h, do not include
521 strop.h.
522
f7f3964e
MV
5232004-08-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
524
525 * README: Document the new --disable-discouraged option.
526
527 * configure.in (SCM_I_GSC_ENABLE_DISCOURAGED): New, for the new
528 --enable-discouraged option.
529
530 * libguile.h: Include libguile/discouraged.h.
531
315158a8
MV
5322004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
533
534 * configure.in: Bugfix: logic in detecting ptrdiff_t was inverted;
535 assume ptrdiff_t is available when its size is non-zero, not when
51fdb325
MV
536 it is zero. Do no longer define SCM_I_GSC_*_LIMITS macros. Check
537 for sizes of size_t and intmax_t.
315158a8 538
b7341ea4
MV
5392004-07-09 Marius Vollmer <mvo@zagadka.de>
540
541 * configure.in: Bugfix: set SCM_I_GSC_T_UINTMAX, not
9a5fa6e9 542 SCM_I_GSC_T_INTMAX in two places. Thanks to Andreas Vögele!
b7341ea4 543
c9eb03bb
MV
5442004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
545
546 * configure.in: When checking for suitable types for scm_t_int8,
547 etc, try int8_t first, so that we pick them up when they are
548 defined. Also, substitute limit macros like INT8_MIN into the
549 configure header for all these types.
550
e4e249c1
KR
5512004-07-05 Kevin Ryde <user42@zip.com.au>
552
553 * configure.in (isinf, isnan): Detect macro versions as well as
554 functions, since C99 specifies them as macros and that's all HP-UX
555 has. Reported by Andreas Voegele.
556
ae7ded56
MV
5572004-06-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
558
559 * configure.in: Removed code for --enable-htmldoc; support for
560 HTML is now included in automake.
561
060fd2f9
RB
5622004-06-16 Rob Browning <rlb@defaultvalue.org>
563
564 * pre-inst-guile.in: modify to handle move of readline.scm to
565 ice-9 subdir of guile-readline.
566
567 * pre-inst-guile-env.in: modify to handle move of readline.scm to
568 ice-9 subdir of guile-readline.
569
570 * configure.in: move package and version args to AC_INIT as is now
571 recommended. This also requires m4_esyscmd to read GUILE-VERSION
572 given the way AC_INIT handles its args.
573
6dfc9f1f
KR
5742004-04-22 Kevin Ryde <user42@zip.com.au>
575
576 * configure.in (AC_CHECK_HEADERS): Add fenv.h.
577 (AC_CHECK_FUNCS): Add fesetround.
578
e08d2eee
KR
5792004-04-18 Kevin Ryde <user42@zip.com.au>
580
581 * configure.in (AC_CHECK_FUNCS): Add readdir_r.
582
51ebeed1
KR
5832004-03-23 Kevin Ryde <user42@zip.com.au>
584
585 * configure.in (AC_CHECK_FUNCS): Add sysconf.
586 (AC_CHECK_HEADERS): Add netdb.h and sys/param.h.
587
fa525c8a
KR
5882004-03-21 Kevin Ryde <user42@zip.com.au>
589
590 * configure.in (AC_CHECK_FUNCS): Add gmtime_r.
591
e1350d6a
KR
5922004-03-14 Kevin Ryde <user42@zip.com.au>
593
594 * configure.in (strptime): Use #define _GNU_SOURCE to get the
595 prototype from glibc, use AC_CHECK_DECLS rather than AC_EGREP_HEADER.
596
004ad931
KR
5972004-02-29 Kevin Ryde <user42@zip.com.au>
598
599 * configure.in: Use AC_COPYRIGHT and AH_TOP to get copyright notice
600 into generated configure and config.h.in.
601
602 * configure.in (AC_CHECK_FUNCS): Add DINFINITY and DQNAN.
603
b114eafe
KR
6042004-02-21 Kevin Ryde <user42@zip.com.au>
605
606 * configure.in (crypt): Test with AC_SEARCH_LIBS, for the benefit of
607 HP-UX. Define HAVE_CRYPT rather than HAVE_LIBCRYPT. Reported by
608 Andreas Voegele.
609
424d0540
KR
6102004-02-18 Kevin Ryde <user42@zip.com.au>
611
612 * configure.in (AC_CHECK_HEADERS): Add crt_externs.h.
613 (AC_CHECK_FUNCS): Add _NSGetEnviron.
614
c78a96e0
MD
6152004-02-15 Mikael Djurfeldt <mdj@chunk.mit.edu>
616
617 * configure.in: Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL.
618
d70e0619
NJ
6192004-01-25 Neil Jerram <neil@ossau.uklinux.net>
620
621 * configure.in (GUILE_FUNC_DECLARED), acinclude.m4
622 (GUILE_STRUCT_UTIMBUF, GUILE_NAMED_CHECK_FUNC): Correctly quote
623 macros being defined.
624
89fcf1b4
MV
6252003-12-26 Marius Vollmer <mvo@zagadka.de>
626
627 * configure.in: Find a suitable type for the new scm_t_intmax and
628 scm_t_uintmax.
629
28fda544
RB
6302003-11-17 Rob Browning <rlb@defaultvalue.org>
631
632 * configure.in: rewrite ALLOCA related code as multiple lines so
633 it doesn't break with current autoconf substitutions.
634
8868e472
KR
6352003-11-15 Kevin Ryde <user42@zip.com.au>
636
637 * configure.in (--with-guile-for-build): Remove this option, it's not
638 normal style for --with.
639 (GUILE_FOR_BUILD): Use AC_ARG_VAR.
08134d1d
KR
640 * README (Cross building Guile): Describe GUILE_FOR_BUILD rather than
641 --with-guile-for-build.
8868e472 642
eeac938c
NJ
6432003-11-11 Neil Jerram <neil@ossau.uklinux.net>
644
645 * .cvsignore: Add elisp-comp.
646
d995da7f
NJ
6472003-10-30 Neil Jerram <neil@ossau.uklinux.net>
648
649 * configure.in (AC_CONFIG_FILES): Add `emacs/Makefile'.
650 (AM_PATH_LISPDIR): Added.
651
652 * Makefile.am (SUBDIRS): Add `emacs'.
653
fcfdbb80
MV
6542003-07-27 Marius Vollmer <mvo@zagadka.de>
655
2f4931bf
MV
656 * configure.in: Look for sched_yield in -lrt; this is needed for
657 Solaris. Thanks to Matthias Koeppe!
658 (setgroups): Check for it.
659
fcfdbb80
MV
660 * configure.in (__libc_stack_end): Actually use the value in
661 __libc_stack_end for something so that the access doesn't get
662 optimized away. Thanks to Matthias Koeppe!
663
005d2366
KR
6642003-07-08 Kevin Ryde <user42@zip.com.au>
665
666 * configure.in (AC_CHECK_FUNCS): Add sincos.
667
1ebb8497
KR
6682003-06-21 Kevin Ryde <user42@zip.com.au>
669
670 * configure.in (AC_CHECK_FUNCS): Add asinh, acosh, atanh and trunc.
671
02d72536
MV
6722003-06-19 Marius Vollmer <mvo@zagadka.de>
673
674 * configure.in: use "-Werror" only with GCC. Thanks to Matthias
675 Koeppe!
676
fbaca220
KR
6772003-06-19 Kevin Ryde <user42@zip.com.au>
678
679 * README (Guile Documentation): Update to manuals now available,
680 remove notes about the reference manual being in progress.
681
fcc5d734
SJ
6822003-06-14 Stefan Jahn <stefan@lkcc.org>
683
684 * configure.in: Checking for __int64 as possible candidate for
685 the SCM_I_GSC_T_INT64 define.
686
1e498fbd
SJ
6872003-05-30 Stefan Jahn <stefan@lkcc.org>
688
689 * configure.in: Checking for unsetenv().
690
2e945bcc
SJ
6912003-05-29 Stefan Jahn <stefan@lkcc.org>
692
693 * configure.in: Removed -lm check and added a cached check for
694 __libc_stack_end to get it building for mingw32 hosts.
695
26a24947
KR
6962003-05-19 Kevin Ryde <user42@zip.com.au>
697
698 * README (Cross building Guile): Remove --with-cc-for-build in favour
699 of CC_FOR_BUILD.
700
a3001b9d
KR
7012003-05-16 Kevin Ryde <user42@zip.com.au>
702
703 * configure.in (--with-cc-for-build): Remove this option, CC_FOR_BUILD
704 variable is more or less standard, and is adequate for the task.
705
614e70e0
KR
7062003-05-12 Kevin Ryde <user42@zip.com.au>
707
c72e11e6
KR
708 * configure.in (CC_FOR_BUILD): Use AC_ARG_VAR.
709
710 * configure.in (SCM_SINGLES): Use AC_CHECK_SIZEOF(float), to
ba2ec20d 711 eliminate guess-yes when cross compiling.
c72e11e6 712
614e70e0
KR
713 * configure.in (SCM_I_GSC_STACK_GROWS_UP): Fix missing comma in
714 AC_TRY_RUN.
715
d0f6ceb8
DH
7162003-04-20 Dirk Herrmann <D.Herrmann@tu-bs.de>
717
718 * libguile.h: Removed uses of DEBUG_EXTENSIONS to fix compile
719 errors with --disable-deprecated.
720
87617347
RB
7212003-04-07 Rob Browning <rlb@defaultvalue.org>
722
07921c76
RB
723 * pre-inst-guile-env.in: new script -- can be used to run commands
724 in an envt set up using the development libs, Guile, etc.
725
87617347
RB
726 * configure.in: handle pre-inst-guile-env and add
727 test-suite/standalone/Makefile.
728
e3be7ddd
MV
7292003-04-06 Marius Vollmer <mvo@zagadka.de>
730
731 * configure.in: Check for mpz_import, which is required but only
732 available in GMP 4.1.
733
fc87c27a
MV
7342003-04-05 Marius Vollmer <mvo@zagadka.de>
735
736 * Changed license terms to the plain LGPL thru-out.
737
ad815c06
RB
7382003-04-04 Rob Browning <rlb@defaultvalue.org>
739
740 * configure.in: add GMP test (require GMP).
741
9686f86d
MV
7422003-03-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
743
744 * libguile.h: Include "libguile/deprecated.h".
745
5ebbe4ef
RB
7462003-03-25 Rob Browning <rlb@defaultvalue.org>
747
748 * configure.in: big overhaul to shift us to have separate private,
749 config.h, and public, scmconfig.h, configuration headers. Added a
750 fair amount of code to track down new required types: scm_t_uint8,
751 scm_t_uint16, scm_t_uint32, scm_t_int8, scm_t_int16, scm_t_int32,
752 and to detect optional types scm_t_uint64, scm_t_in64, long long,
753 unsigned long long, scm_t_ptrdiff, intptr_t, and uintptr_t.
754 (SCM_I_GSC_T_PTRDIFF): gen-scmconfig.h.in AC_SUBST var.
755 (SCM_I_GSC_NEEDS_INTTYPES_H): gen-scmconfig.h.in AC_SUBST var.
756 (SCM_I_GSC_NEEDS_STDINT_H): gen-scmconfig.h.in AC_SUBST var.
757 (SCM_I_GSC_T_UINT8): gen-scmconfig.h.in AC_SUBST var.
758 (SCM_I_GSC_T_UINT16): gen-scmconfig.h.in AC_SUBST var.
759 (SCM_I_GSC_T_UINT32): gen-scmconfig.h.in AC_SUBST var.
760 (SCM_I_GSC_T_UINT64): gen-scmconfig.h.in AC_SUBST var.
761 (SCM_I_GSC_T_INT8): gen-scmconfig.h.in AC_SUBST var.
762 (SCM_I_GSC_T_INT16): gen-scmconfig.h.in AC_SUBST var.
763 (SCM_I_GSC_T_INT32): gen-scmconfig.h.in AC_SUBST var.
764 (SCM_I_GSC_T_INT64): gen-scmconfig.h.in AC_SUBST var.
765 (USE_PTHREAD_THREADS): removed - handled by gen-scmconfig.c.
766 (USE_NULL_THREADS): removed - handled by gen-scmconfig.c.
767 (USE_COOP_THREADS): removed - handled by gen-scmconfig.c.
768 (SCM_I_GSC_USE_PTHREAD_THREADS): gen-scmconfig.h.in AC_SUBST var.
769 (SCM_I_GSC_USE_NULL_THREADS): gen-scmconfig.h.in AC_SUBST var.
770 (SCM_I_GSC_USE_COOP_THREADS): gen-scmconfig.h.in AC_SUBST var.
771 (STACK_GROWS_UP): removed - handled by gen-scmconfig.c.
772 (SCM_I_GSC_STACK_GROWS_UP): gen-scmconfig.h.in AC_SUBST var.
773 (GUILE_DEBUG_FREELIST): removed - handled by gen-scmconfig.c.
774 (SCM_I_GSC_GUILE_DEBUG_FREELIST): gen-scmconfig.h.in AC_SUBST var.
775 (GUILE_DEBUG): removed - handled by gen-scmconfig.c.
776 (SCM_I_GSC_GUILE_DEBUG): gen-scmconfig.h.in AC_SUBST var.
777 (SCM_ENABLE_DEPRECATED): removed - handled by gen-scmconfig.c.
778 (SCM_I_GSC_ENABLE_DEPRECATED): gen-scmconfig.h.in AC_SUBST var.
779 (HAVE_ARRAYS): removed - handled by gen-scmconfig.c.
780 (SCM_I_GSC_HAVE_ARRAYS): gen-scmconfig.h.in AC_SUBST var.
781 (SCM_ENABLE_ELISP): removed - handled by gen-scmconfig.c.
782 (SCM_I_GSC_ENABLE_ELISP): gen-scmconfig.h.in AC_SUBST var.
783 (SCM_I_GSC_C_INLINE): gen-scmconfig.h.in AC_SUBST var.
784 (DEBUG_EXTENSIONS): removed - handled by gen-scmconfig.c.
785 (READER_EXTENSIONS): removed - handled by gen-scmconfig.c.
786 (USE_THREADS): removed - handled by gen-scmconfig.c.
787 (GUILE_ISELECT): removed - handled by gen-scmconfig.c.
788 (DYNAMIC_LINKING): removed - handled by gen-scmconfig.c.
789
790 * README: merge information from INSTALL and remove at least some
791 of the stale bits.
792
793 * LICENSE: new file -- we should change this to the LGPL soon and
794 add COPYING.LIB to the distribution.
795
796 * autogen.sh: call autoreconf with --force. This may fix the
797 "order" problem below without having to have two calls.
798
799 * INSTALL: use the automake installed INSTALL file. The Guile
800 specific instructions are now in README.
801
e6682f8b
MV
8022003-03-21 Marius Vollmer <marius.vollmer@uni-dortmund.de>
803
804 * autogen.sh: Invoke autoreconf twice since the required files do
805 not seem to be generated in the right order. XXX - investigate
806 further.
807
b713b0b6
MV
8082003-03-19 Marius Vollmer <mvo@zagadka.de>
809
810 * guile-tools.in (guileversion): Use $GUILE_EFFECTIVE_VERSION
811 instead of $GUILE_VERSION. Thanks to Kevin Ryde!
812
25ad7681
RB
8132003-02-27 Rob Browning <rlb@defaultvalue.org>
814
815 * configure.in (AC_CONFIG_SRCDIR): use GUILE-VERSION.
816 (AM_CONFIG_HEADER): change to config.h
817
818 * Makefile.am (EXTRA_DIST): remove $(ACLOCAL).
819 (ACLOCAL_AMFLAGS): replaces ACLOCAL.
820
821 * autogen.sh: switch to autoreconf -- see how it goes. remove
822 call to guile-aclocal.sh -- we now do the same thing with an
823 automake setting.
824
825 * guile-aclocal.sh: deleted in favor of ACLOCAL_AMFLAGS in
826 Makefile.am.
827
8282003-02-26 Rob Browning <rlb@defaultvalue.org>
829
830 * configure.in: change our config header from libguile/scmconfig.h
831 to be the traditional ./config.h. libguile/scmconfig.h is now
832 built from that during the build process. More changes coming...
833
77f9ca69
MD
8342003-01-23 Mikael Djurfeldt <djurfeldt@nada.kth.se>
835
836 * libguile.h: #include "futures.h"
837
09841c77
MD
8382002-12-16 Mikael Djurfeldt <djurfeldt@nada.kth.se>
839
840 * configure.in: Test if pthread.h declares
841 pthread_mutexattr_settype ().
842
8432002-12-15 Mikael Djurfeldt <djurfeldt@nada.kth.se>
844
845 * configure.in (SCM_MUTEX_FAST, SCM_MUTEX_RECURSIVE): Test for
846 ways to get fast and recursive mutexes.
847
ad280ae0
MD
8482002-12-10 Mikael Djurfeldt <mdj@kvast.blakulla.net>
849
850 * configure.in (_THREAD_SAFE): Define when pthreads are enabled in
851 order to get thread safe versions of glibc functions.
852
9bc4701c
MD
8532002-12-09 Mikael Djurfeldt <djurfeldt@nada.kth.se>
854
855 * configure.in: Temporarily replaced "copt" threads option with new
856 option "pthreads".
857 (USE_PTHREAD_THREADS): Define if pthreads configured.
858
b2cbe8d8
RB
8592002-12-08 Rob Browning <rlb@defaultvalue.org>
860
861 * configure.in (GUILE_EFFECTIVE_VERSION): AC_SUBST it.
862 (AC_CONFIG_FILES): separate out the files that need to be chmodded
863 at the end of config.status. Our "default" approach using
864 AC_CONFIG_COMMANDS quit working (and would have needed to be
865 changed to AC_CONFIG_COMMANDS(,,CMDS) rather than our previous
866 AC_CONFIG_COMMANDS(default,CMDS), but I the new approach, using
867 per-file AC_CONFIG_FILES calls appears to be more "correct" in the
868 current autoconf docs.
869
870 * GUILE-VERSION (GUILE_EFFECTIVE_VERSION): new variable.
871
5441c65c
MV
8722002-12-02 Marius Vollmer <mvo@zagadka.ping.de>
873
874 * Makefile.am (SUBDIRS): Removed qt.
875
876 * configure.in: Do not configure QTHREADS. Do not define
877 USE_COOP_THREADS. Changed logic for thread package selection so
878 that the default is "coop-pthread" when -lpthread is found, "null"
879 otherwise.
880
cfc7c7c0
MD
8812002-12-01 Mikael Djurfeldt <mdj@linnaeus>
882
883 * GUILE-VERSION: Added versioning info for srfi 1.
884
885 * configure.in (LIBGUILE_SRFI_SRFI_1_INTERFACE_CURRENT,
886 LIBGUILE_SRFI_SRFI_1_INTERFACE_REVISION,
887 LIBGUILE_SRFI_SRFI_1_INTERFACE_AGE,
888 LIBGUILE_SRFI_SRFI_1_INTERFACE): New AC_SUBST.
889
8b5b4a75
MV
8902002-11-10 Marius Vollmer <mvo@zagadka.ping.de>
891
892 * configure.in (USE_THREADS, GUILE_ISELECT): Define always. We
893 define them with AC_DEFINE and not in some header file so that
894 they are visible exactly in the same way as they used to be.
895
7caa1b07
MV
8962002-11-03 Marius Vollmer <mvo@zagadka.ping.de>
897
898 * configure.in: Do not add "threads.o" to the libobjs, it is now
899 always compiled.
900 (USE_THREADS, GUILE_ISELECT): Do not define.
901
30f920c3
MV
9022002-10-27 Marius Vollmer <mvo@zagadka.ping.de>
903
904 * configure.in: Handle thread package "coop-pthread" with alias
905 "copt" and define USE_COPT_THREADS when it is selected.
906 Always define GUILE_ISELECT.
907
8ee7506b
NJ
9082002-10-26 Neil Jerram <neil@ossau.uklinux.net>
909
910 * configure.in (AC_CONFIG_FILES): Add ice-9/debugger/Makefile and
911 ice-9/debugger/breakpoints/Makefile.
912
65a23095
MV
9132002-10-21 Marius Vollmer <mvo@zagadka.ping.de>
914
915 * configure.in: Changed logic in thread support configuration such
916 that --with-threads=no is equivalent to --with-threads=null. On
917 platforms that are not supported by QuickThreads, we also use the
918 null-threads. Thus, USE_THREADS is always defined now.
919
2794cb50
MV
9202002-10-16 Marius Vollmer <marius.vollmer@uni-dortmund.de>
921
922 * configure.in: Shuffled around and extended the thread
923 configuration code to allow the "null" thread package to be
924 selected. Define USE_NULL_THREADS in that case.
925
e5b4630d
GH
9262002-10-13 Gary Houston <ghouston@arglist.com>
927
928 * autogen.sh (ac_version): try automake 1.7 too.
929
5e405a60
MV
9302002-10-05 Marius Vollmer <mvo@zagadka.ping.de>
931
932 * autogen.sh: Make sure that $autoheader is always set. When we
933 would use the plain "autoconf", $autoheader would end up empty and
934 libguile/scmconfig.h.in would not be updated.
935
1360a142
RB
9362002-10-04 Rob Browning <rlb@defaultvalue.org>
937
938 * libltdl: moved to libguile-ltdl.
939
940 * Makefile.am (SUBDIRS): remove libltdl.
941
942 * autogen.sh: remove support for libltdl sub-configure.
943 (ac_version): widen support check to any 2.5? autoconf version.
944 2.54 is out now.
945
946 * configure.in: turn on -Werror by default. We're now clean. I'd
947 like to stay that way. If we want, we can turn it off by default
948 when we make the stable release, but I caught a lot of bugs this
949 way. Accomodate libguile-ltdl -- therea are some ltdl things that
950 are commented out now INCLTDL and LIBLTDL. I think we may not
951 need them anymore, but I'll leave them until we're sure. We also
952 killed off the libltdl dir and related options including the
60aa332f
RB
953 AC_CONFIG_SUBDIRS. I also added some explicit tests for some
954 headers and functions that weren't listed but were in
955 scmconfig.h.in. though this may have been unnecessary.
1360a142 956
99fd355a
MV
9572002-10-04 Marius Vollmer <mvo@zagadka.ping.de>
958
959 * configure.in: Use AC_LIBLTDL_CONVENIENCE instead of
960 AC_LIBLTDL_INSTALLABLE.
961
9622002-10-03 Marius Vollmer <mvo@zagadka.ping.de>
963
964 * autogen.sh: Do not instruct libtoolize to copy libltdl into our
965 sources. Do not patch it. We have our own version now that is
966 only being used as a convenience library.
967
f800ebfb
MV
9682002-08-24 Marius Vollmer <mvo@zagadka.ping.de>
969
970 * configure.in: Check for __libc_stack_end.
971
39e8f371
HWN
9722002-08-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
973
974 * configure.in: add snprintf
975
c2cbcc57
HWN
9762002-08-04 Han-Wen <hanwen@cs.uu.nl>
977
978 * NEWS: add entries for GC and vector WB.
979
afc8e572
HWN
9802002-07-22 Han-Wen <hanwen@cs.uu.nl>
981
982 * autogen.sh (mscripts): find and check version number of
983 automake. Complain if 1.6 is not found.
984
34d19ef6
HWN
9852002-07-20 Han-Wen <hanwen@cs.uu.nl>
986
987 * autogen.sh (mscripts): find and check version number of
988 autoconf. Complain if 2.53 is not found.
989
dd897aaf
DH
9902002-07-20 Dirk Herrmann <D.Herrmann@tu-bs.de>
991
992 * benchmark-guile.in: Copied from check-guile.in and adapted for
993 use with benchmarks.
994
995 * Makefile.am: Recurse into the benchmark-suite subdir.
996
997 * configure.in: Added benchmarking files.
998
4f6f9ae3
GH
9992002-07-12 Gary Houston <ghouston@arglist.com>
1000
1001 * configure.in: check dynamic linking before modules. Add dynl.c
1002 if dynamic linking is available, i.e., unless --with-modules=no
1003 was given to configure.
1004
2398796a
MV
10052002-07-09 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1006
1007 * autogen.sh: Patch libltdl/ltdl.c to avoid a nasty bug in
1008 libtool-1.4.2.
1009
887efef5
MV
10102002-07-07 Marius Vollmer <mvo@zagadka.ping.de>
1011
ca679709
MV
1012 * autogen.sh: Do not copy INSTALL from workbook since it is not
1013 uniform across branches.
1014 * INSTALL: Re-added to repository.
1015
887efef5
MV
1016 Crosscompiling and Cygwin fixes from Jan Nieuwenhuizen. Thanks!
1017
1018 * autogen.sh: Only fix libltdl/configure.in if it exists. Current
1019 libtool CVS does not need this fix.
1020
1021 * configure.in (AC_LIBTOOL_WIN32_DLL): Add for shared Cygwin
1022 build.
1023 Add --with-cc-for-build option to re-enable cross building.
1024 Add --with-guile-for-build option to re-enable cross building.
1025
feec7802
GH
10262002-06-30 Gary Houston <ghouston@arglist.com>
1027
1028 * autogen.sh: Changed the path to the scripts directory.
1029 In libltdl, run aclocal before autoconf and automake: this
1030 eliminated various warnings after upgrading to newer automake.
1031
ba1b077b
MV
10322002-05-22 Marius Vollmer <mvo@zagadka.ping.de>
1033
1034 From John W. Eaton <jwe@bevo.che.wisc.edu>
1035
1036 * configure.in (AC_CHECK_FUNCS): Check for copysign.
1037
5cb3f600
MV
10382002-05-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1039
1040 * libguile.h: Added inclusion of "extensions.h".
1041
43a1d6f1
MV
10422002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
1043
1044 * configure.in: Include <sys/types.h> before <netinet/in.h> when
1045 checking vor IPv6. This is for NetBSD 1.5. Thanks to Greg
1046 Troxel!
1047
d4dba280
MV
1048 From John W. Eaton.
1049
1050 * configure.in (AC_CHECK_HEADERS): Check for floatingpoint.h
1051 ieeefp.h, and nan.h.
1052 (AC_CHECK_FUNCS): Check for finite, isinf, and isnan.
1053
d47fd163
TTN
10542002-05-01 Thien-Thi Nguyen <ttn@giblet.glug.org>
1055
1056 * autogen.sh: Add call to $mscripts/render-bugs
1057 to create BUGS file.
1058
1059 * BUGS: bye bye
1060
d937b062
TTN
10612002-04-27 Thien-Thi Nguyen <ttn@giblet.glug.org>
1062
1063 * Makefile.am (EXTRA_DIST): Remove qthreads.m4.
1064
5caa57b1
MV
10652002-04-26 Marius Vollmer <mvo@zagadka.ping.de>
1066
1067 * guile-aclocal.sh: Replaced with a simple invocation of "aclocal
1068 -I guile-config". This works as of automake 1.5.
d937b062 1069 * qthreads.m4: Moved to guile-config/.
5caa57b1 1070
7fd1bad4
MV
10712002-04-18 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1072
1073 * autogen.sh: Call automake twice for guile-core so that two
1074 copies of mdate-sh get a chance of being installed (one in
1075 doc/ref/ and one in doc/tutorial/).
1076
dc006627
MV
10772002-04-16 Marius Vollmer <mvo@zagadka.ping.de>
1078
1079 * Makefile.am (AUTOMAKE_OPTIONS): New, to request version 1.5.
1080 (EXTRA_DIST): Don't distribute acconfig.h, which is gone.
1081 (dist-hook): Removed.
1082 (DISTCLEANFILES): Added check-guile.log.
1083 (EXTRA_DIST): Don't distribute TODO.
1084
1085 * configure.in: Bump required autoconf version to 2.53. Move uses
1086 of AC_LIBOBJ after AC_PROG_CC. AC_LIBOBJ needs OBJEXT which is
1087 set by AC_PROG_CC.
1088
21550b10
RB
10892002-04-10 Rob Browning <rlb@defaultvalue.org>
1090
1091 * configure.in: updates for new autoconf -- add definitions to
1092 AC_DEFINE calls, and convert occurences of LIBOBJS to AC_LIBOBJ
1093 calls.
1094
1095 * acinclude.m4: add definitions to AC_DEFINE calls for new
1096 autoconf.
1097
1098 * acconfig.h: removed -- newer autoconf doesn't like it, and now
1099 we don't need it.
1100
1101 * .cvsignore: add autom4te.cache and pre-inst-guile.
1102
dd1ed1ad
TTN
11032002-04-03 Thien-Thi Nguyen <ttn@giblet.glug.org>
1104
1105 * RELEASE: bye bye
1106
412f1928
TTN
11072002-03-31 Thien-Thi Nguyen <ttn@giblet.glug.org>
1108
1109 * Makefile.am: Update copyright.
1110 (dist-hook): Add, including related am/maintainers-dirs,
1111 surrounded by "if MAINTAINER_MODE".
1112
94478b88
TTN
1113 * TODO: bye bye
1114
ef5bdc2e
TTN
1115 * autogen.sh: Add usage comment.
1116 Add workbook specification.
1117 Add dist-files symlinking.
1118
1119 * ANON-CVS, HACKING, INSTALL, SNAPSHOTS: bye bye
1120
9b398b67
TTN
11212002-03-06 Thien-Thi Nguyen <ttn@giblet.glug.org>
1122
1123 * guile-tools.in: Handle "--source" option.
1124
eb8aea9b
TTN
11252002-03-04 Thien-Thi Nguyen <ttn@giblet.glug.org>
1126
2d78a1c5
TTN
1127 * configure.in (top_srcdir_absolute): New AC_SUBST var.
1128
7ca15449
TTN
1129 * pre-inst-guile.in, check-guile.in (top_srcdir):
1130 Use `top_srcdir_absolute' AC_SUBST var.
2d78a1c5 1131
eb8aea9b
TTN
1132 * pre-inst-guile.in (top_srcdir): Fix ref bug: Force absolute.
1133
5ddf900c
TTN
11342002-02-27 Thien-Thi Nguyen <ttn@giblet.glug.org>
1135
1136 * pre-inst-guile.in: Typofix; nfc.
1137
edb810bb
SJ
11382002-02-27 Stefan Jahn <stefan@lkcc.org>
1139
1140 * Makefile.am (SUBDIRS): Added the `am' directory.
1141
3ed414c8
TTN
11422002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
1143
1144 * pre-inst-guile.in: New file.
1145
1146 * pre-inst-guile, pre-inst-guile.am: bye bye
1147
1148 * configure.in (top_builddir_absolute): New AC_SUBST var.
1149 (AC_CONFIG_FILES): Add am/Makefile, pre-inst-guile.
1150 (AC_CONFIG_COMMANDS): Also chmod +x pre-inst-guile.
1151
1152 * check-guile.in (top_builddir): Use AC_SUBST var
1153 `top_builddir_absolute'.
1154 (guile): Look for pre-inst-guile in $top_builddir.
1155
1156 * Makefile.am (EXTRA_DIST): Remove pre-inst-guile,
1157 pre-inst-guile.am.
1158
46151112
RB
11592002-02-24 Rob Browning <rlb@defaultvalue.org>
1160
1161 * GUILE-VERSION: move all but guile-readline library versioning
1162 information here. guile-readline is still standalone. Bump
1163 CURRENT interfaces to 15 to allow some headroom for 1.6 release at
1164 Thi-Thien's request.
1165
1166 * configure.in: AC_SUBST the centralized shared lib versioning
1167 variables from ./GUILE-VERSION.
1168 (LIBQTHREADS_INTERFACE_CURRENT): new AC_SUBST.
1169 (LIBQTHREADS_INTERFACE_REVISION): new AC_SUBST.
1170 (LIBQTHREADS_INTERFACE_AGE): new AC_SUBST.
1171 (LIBQTHREADS_INTERFACE): new AC_SUBST.
1172 (LIBGUILE_INTERFACE_CURRENT): new AC_SUBST.
1173 (LIBGUILE_INTERFACE_REVISION): new AC_SUBST.
1174 (LIBGUILE_INTERFACE_AGE): new AC_SUBST.
1175 (LIBGUILE_INTERFACE): new AC_SUBST.
1176 (LIBGUILE_SRFI_SRFI_4_INTERFACE_CURRENT): new AC_SUBST.
1177 (LIBGUILE_SRFI_SRFI_4_INTERFACE_REVISION): new AC_SUBST.
1178 (LIBGUILE_SRFI_SRFI_4_INTERFACE_AGE): new AC_SUBST.
1179 (LIBGUILE_SRFI_SRFI_4_INTERFACE): new AC_SUBST.
1180 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_CURRENT): new AC_SUBST.
1181 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_REVISION): new AC_SUBST.
1182 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_AGE): new AC_SUBST.
1183 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE): new AC_SUBST.
1184
1185 * autogen.sh: make absolutely sure we can't have stale files from
1186 old versions lying around the libltdl dir since libtoolize
1187 doesn't. Also hack libltdl's configure.in to require autoconf 2.5
1188 so the main tree and libltdl can't get out of sync again.
1189
1190 * RELEASE: update release building instructions.
1191
3d77146f
NJ
11922002-02-21 Neil Jerram <neil@ossau.uklinux.net>
1193
1194 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Use [] rather than
1195 "" for multiword string. Thanks to Christopher Cramer for
1196 pointing this out.
1197
84b27165
MV
11982002-02-11 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1199
1200 * acconfig.h (GUILE_DEBUG_MALLOC): Refer to scm_gc_malloc, etc,
1201 instead of to scm_must_malloc.
1202
f660f92e
MV
12032002-02-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1204
1205 * Makefile.am (EXTRA_DIST): Added pre-inst-guile and
1206 pre-inst-guile.am.
1207
0187b4f4
TTN
12082002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
1209
1210 * pre-inst-guile.am, pre-inst-guile: New files.
1211
1212 * check-guile.in (srcdir): Delete var.
1213 (top_builddir, top_srcdir, guile_opts): New vars.
1214
1215 Use "set -e".
1216 No longer set LTDL_LIBRARY_PATH.
1217 Use ${top_srcdir}/pre-inst-guile instead of libguile/guile.
1218
1219 * configure.in (libguile/guile-snarf-docs-texi): Remove
1220 from `AC_CONFIG_FILES' and `AC_CONFIG_COMMANDS'.
1221
77bf05e0 1222 * check-guile.in (top_builddir): Fix bug: Use cwd.
02f07e2b
TTN
1223 (TEST_SUITE_DIR): Fix bug: Use `top_srcdir'.
1224 (GUILE_LOAD_PATH): No longer include $top_srcdir.
1225
1226 * pre-inst-guile: Fix bug: Use ":" in `case' pattern to prevent
1227 prefix aliasing.
77bf05e0 1228
1fa86ca5
SJ
12292002-01-31 Stefan Jahn <stefan@lkcc.org>
1230
1231 * configure.in: Add -DLIBLTDL_DLL_IMPORT to INCLTDL when using
1232 `libltdl.dll'.
1233
af68e5e5
SJ
12342002-01-28 Stefan Jahn <stefan@lkcc.org>
1235
0187b4f4 1236 * configure.in (guile_cv_have_uint32_t): Look also in
af68e5e5
SJ
1237 `stdint.h' for uint32_t.
1238
3d1a89b9
NJ
12392002-01-13 Neil Jerram <neil@ossau.uklinux.net>
1240
1241 * Makefile.am (SUBDIRS): Added lang.
1242
1243 * configure.in (AC_CONFIG_FILES): Added Makefiles in lang,
1244 lang/elisp, lang/elisp/internals and lang/elisp/primitives.
1245
12462002-01-11 Neil Jerram <neil@ossau.uklinux.net>
1247
1248 * acconfig.h (SCM_ENABLE_ELISP): New conditional.
1249
1250 * configure.in (SCM_ENABLE_ELISP): Define this conditional (or
1251 not) according to absence (or presence) of `--disable-elisp'
1252 in the configure args.
1253
f00eb43f
DH
12542001-12-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
1255
1256 * TODO: Added two items.
1257
5dc64f64
MV
12582001-12-26 Marius Vollmer <mvo@zagadka.ping.de>
1259
1260 * configure.in (HAVE_MAKEINFO): Check for the makeinfo program and
1261 set this conditional accordingly.
0187b4f4 1262
6d852be3
TTN
12632001-12-01 Thien-Thi Nguyen <ttn@giblet.glug.org>
1264
1265 * README: Fix virulent typo.
1266
53c594fc
MV
12672001-11-25 Marius Vollmer <mvo@zagadka.ping.de>
1268
6d852be3 1269 * acconfig.h (HAVE_INLINE): Added template.
53c594fc
MV
1270 * configure.in (HAVE_INLINE): Define it when the compiler supports
1271 inline functions.
1272
6d852be3 1273 * libguile.h: Include "libguile/inline.h".
53c594fc 1274
a5dc23a7
GH
12752001-11-22 Gary Houston <ghouston@arglist.com>
1276
1277 * HACKING: Modified the Hacking It Yourself section. Removed the
1278 version numbers from the tools.
a5df04d5 1279 HACKING, README, ANON-CVS: updates.
a5dc23a7 1280
73edb48a
GH
12812001-11-21 Gary Houston <ghouston@arglist.com>
1282
1283 * HACKING: Removed reference to no longer practiced * in ChangeLog
1284 convention.
1285
97f439ab
TTN
12862001-11-19 Thien-Thi Nguyen <ttn@glug.org>
1287
30bce757
TTN
1288 * BUGS (11): Set "fixed: no-need".
1289
97f439ab
TTN
1290 * TODO (write emacs/patch.el): New item, self-assigned.
1291
3faa54e7
RB
12922001-11-19 Rob Browning <rlb@defaultvalue.org>
1293
1294 * configure.in: switch to AC_LIBLTDL_INSTALLABLE so we'll use the
1295 system libltdl when it's available. Aside from the normal reasons
1296 to prefer installed shared libs, this means other apps that link
1297 with libguile and also use libltdl will be more likely to work
1298 right.
1299
ccee9ab1
TTN
13002001-11-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
1301
1302 * BUGS (4): Set "fixed: 2001-11-17 (1.7.x)".
1303
73c844bf
TTN
13042001-11-15 Thien-Thi Nguyen <ttn@glug.org>
1305
1306 * guile-tools.in: Handle command "list" specially: list scripts dir.
1307
1308 (help): Make more informative.
1309
a714e0eb
MV
13102001-11-12 Marius Vollmer <mvo@zagadka.ping.de>
1311
1312 * autogen.sh: Recurse into libltdl directory and invoke autoconf
1313 there.
1314
bca0bf8d
TTN
13152001-11-11 Thien-Thi Nguyen <ttn@glug.org>
1316
1317 * HACKING: Restrict documentation change log
1318 waiver to only apply to ChangeLog files.
1319
35656ebc
MV
13202001-11-12 Marius Vollmer <mvo@zagadka.ping.de>
1321
1322 * configure.in: Check for sizes of short, size_t, uintptr_t, and
1323 ptrdiff_t. Checking for a size also checks automatically for the
1324 existence of the type, so we don't check for the existence of
1325 uintptr_t, ptrdiff_t and long long ourselves.
1326
a0a9b9ad
TTN
13272001-11-10 Thien-Thi Nguyen <ttn@glug.org>
1328
1329 * BUGS (11): New.
1330
b4e15479
SJ
13312001-11-07 Stefan Jahn <stefan@lkcc.org>
1332
1333 * configure.in: Include `win32-socket.o' in the list of object
1334 files if networking is enabled on Win32.
1335
04bbd6ce
TTN
13362001-11-06 Thien-Thi Nguyen <ttn@glug.org>
1337
1338 * TODO (sync srfi-modules.texi): New, done.
1339
2ca222c2 1340 * BUGS (9, 10): New.
70debc22 1341
8f99e3f3
SJ
13422001-11-04 Stefan Jahn <stefan@lkcc.org>
1343
1344 * NEWS: Corrected remarks about SCM_API.
1345
1346 * configure.in: Defining USE_DLL_IMPORT definition to indicate
1347 usage of DLL import macros in `libguile/__scm.h'.
1348 (LIBOBJS): Removed `fileblocks.o' from the list of object files.
1349 Somehow Jim Blandy's patch from 1997 did not survive.
1350
257b6d40
MV
13512001-11-02 Marius Vollmer <mvo@zagadka.ping.de>
1352
1353 Support for native Win32. Thanks to Stefan Jahn!
04bbd6ce 1354
257b6d40
MV
1355 * check-guile.in: Replaced `ln -s' by `@LN_S@' to supports
1356 build systems which do not have symbolic links.
1357 * configure.in: Define AC_LIBTOOL_WIN32_DLL to build clean dlls
1358 on Win32 platforms.
04bbd6ce
TTN
1359 Checking for `ws2_32.dll', `winsock2.h', add `win32-uname.o'
1360 and `win32-dirent.o' and define extra compiler flags necessary
8f99e3f3 1361 to build clean dlls.
257b6d40
MV
1362 Check for `regcomp()' inside `-lregex'.
1363
2ad3278a
TTN
13642001-10-26 Thien-Thi Nguyen <ttn@glug.org>
1365
1366 * BUGS (7, 8): New.
1367
c95d1a2d
TTN
13682001-10-25 Thien-Thi Nguyen <ttn@glug.org>
1369
1370 * BUGS: Expand on file format description.
1371
1372 (1): Update "fixed" field.
d07db248 1373 (2, 3, 4, 5, 6): New.
c95d1a2d 1374
4f522b6f
GH
13752001-10-14 Gary Houston <ghouston@arglist.com>
1376
1377 * configure.in: include sys/types.h when testing uint32_t.
1378 thanks to Bill Schottstaedt.
1379
f84c3705
MV
13802001-10-14 Marius Vollmer <mvo@zagadka.ping.de>
1381
1382 * configure.in: Do not use an absolute path for <unistd.h> when
1383 checking for return type of usleep. Thanks to Michael Carmack.
1384
6768cfba
TTN
13852001-09-30 Thien-Thi Nguyen <ttn@glug.org>
1386
1387 * BUGS: New file.
1388 * Makefile.am (EXTRA_DIST): Add BUGS file.
1389
2cbad7d9
TTN
13902001-09-25 Thien-Thi Nguyen <ttn@glug.org>
1391
1392 * TODO: Add bugfix item to "Eventually".
1393
c13f0a90
RB
13942001-09-20 Rob Browning <rlb@defaultvalue.org>
1395
1396 * configure.in (AC_CONFIG_FILES): add libguile/version.h.
1397
13982001-09-11 Rob Browning <rlb@defaultvalue.org>
1399
1400 * RELEASE: Deleted Ian Grant and Julian Satchell's addresses from
1401 the testing list since they're no longer functional.
1402
06288138
TTN
14032001-09-04 Thien-Thi Nguyen <ttn@revel.glug.org>
1404
1405 * TODO:
1406 Use outline mode instead of text.
1407 Reword protocol explanation.
1408 Add "make error-signalling functions more consistent" to Eventually.
1409 Move some C-related GOOPS tasks to 1.8.0, take ownership.
1410
6f84677a
TTN
14112001-08-31 Thien-Thi Nguyen <ttn@revel.glug.org>
1412
1413 * HACKING (Sample GDB Initialization File): New section.
1414
1415 * TODO (1.8.0): Add "move .gdbinit" entry.
1416
8c494e99
DH
14172001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
1418
1419 * TODO: Added some points, and eliminated all done items.
1420
1421 * acconfig.h, configure.in (SCM_DEBUG_DEPRECATED,
1422 SCM_ENABLE_DEPRECATED): Renamed SCM_DEBUG_DEPRECATED to
1423 SCM_ENABLE_DEPRECATED with the logic reversed.
1424
f7c6b778
DH
14252001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
1426
1427 * libguile.h: Removed bogus comment, rearranged includes, removed
1428 deprecated definitions.
1429
8c494e99 1430 (LIBGUILEH, SCM_LIBGUILE_H): Renamed <foo>H to SCM_<foo>_H.
f7c6b778 1431
cf390da1
TTN
14322001-08-30 Thien-Thi Nguyen <ttn@revel.glug.org>
1433
1434 * HACKING: Mention libtool ./configure-regeneration requirement.
1435
fada26b2
MV
14362001-08-27 Marius Vollmer <mvo@zagadka.ping.de>
1437
1438 * check-guile.in: Do not include ".libs" in LTDL_LIBRARY_PATH,
1439 libltdl provides it itself.
1440
11ca8865
NJ
14412001-08-24 Neil Jerram <neil@ossau.uklinux.net>
1442
1443 * configure.in (AC_CONFIG_FILES): Add per-manual doc directory
1444 Makefiles.
cf390da1 1445
ab4cd34b
RB
14462001-08-15 Rob Browning <rlb@defaultvalue.org>
1447
1448 * configure.in
1449 (LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
1450 (LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
1451 (LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
1452 (LIBGUILE_INTERFACE): use libtool versioning scheme.
1453 (LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
1454 (LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
1455 (LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
1456 (LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
1457
1458 * GUILE-VERSION (GUILE_MINOR_VERSION): bump for new unstable.
1459 (GUILE_MICRO_VERSION): reset for new unstable.
1460 (LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
1461 (LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
1462 (LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
1463 (LIBGUILE_INTERFACE): use libtool versioning scheme.
1464 (LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
1465 (LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
1466 (LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
1467 (LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
1468
b754e3d1
MV
14692001-08-07 Marius Vollmer <mvo@zagadka.ping.de>
1470
1471 * Makefile.am (EXTRA_DIST, SUBDIRS): Move test-suite from
1472 EXTRA_DIST to SUBDIRS.
1473
1474 * configure.in: Added "test-suite/Makefile".
1475
c1151355
MV
14762001-08-01 Marius Vollmer <mvo@zagadka.ping.de>
1477
1478 * configure.in: Added `--disable-linuxthreads' option and do not
1479 define GUILE_PTHREAD_COMPAT nor link with -lpthread when it is
1480 given. Thanks to Cris Cramer!
1481
11057044
MV
14822001-07-23 Marius Vollmer <mvo@zagadka.ping.de>
1483
1484 * Makefile.am (SUBDIRS): Build libguile before ice-9.
1485
f3805ebb
MV
14862001-07-22 Marius Vollmer <mvo@zagadka.ping.de>
1487
1488 * configure.in: Check for "inttypes.h".
1489
e658215a
RB
14902001-07-19 Rob Browning <rlb@defaultvalue.org>
1491
1492 * configure.in: add checks for setitimer and getitimer.
1493 Add --enable-error-on-warning.
1494
c0b2936e
MG
14952001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1496
1497 * INSTALL, Makefile.am, configure.in: Updated copyright notice.
1498
8f2ecec5
TTN
14992001-07-15 Thien-Thi Nguyen <ttn@revel.glug.org>
1500
1501 * HACKING: Remove onerous authorship-info deletion clause.
1502
065509a5
KN
15032001-07-13 Keisuke Nishida <knishida@nurs.or.jp>
1504
1505 * autogen.sh: Call libtoolize with --force.
1506
d76852e3
TTN
15072001-07-10 Thien-Thi Nguyen <ttn@revel.glug.org>
1508
1509 * INSTALL: Point to HACKING for tool versions.
1510
fd6c6321
RB
15112001-07-08 Rob Browning <rlb@defaultvalue.org>
1512
04860df7
RB
1513 * TODO: updated to include relevant itemized post-1.6-RELEASE
1514 tasks that are distributable so we can check them off as they are
1515 done, and delete 1.6.0 tasks.
1516
1517 * RELEASE: add a note that the RELEASE instructions are out of
1518 date now that we're using branches.
1519
fd6c6321
RB
1520 * AUTHORS: add "many files throughout" for myself.
1521
8d123036
TTN
15222001-06-28 Thien-Thi Nguyen <ttn@revel.glug.org>
1523
1524 * README: Also mention guile-tools.
1525
1526 * README: Mention libguile-srfi-*, oop/*, scripts/* and srfi/*.
1527
32d6f999
TTN
15282001-06-27 Thien-Thi Nguyen <ttn@revel.glug.org>
1529
1530 * RELEASE: Move todo items to file TODO.
1531
1532 * TODO: Initial revision
1533
a4734913
TTN
1534 * Makefile.am (EXTRA_DIST): Add TODO.
1535
dbfadc85
TTN
1536 * HACKING: Refer to TODO and SNAPSHOTS.
1537 No longer refer to devel/tasks.text.
1538
1539 * SNAPSHOTS: Fix reference bug; recommended tool
1540 versions are in HACKING.
1541
f6b3694a
TTN
1542 * TODO: Add completion and ownership protocol to header comments.
1543
3cd085d0
TTN
1544 * RELEASE: Add TODO-processing to spiffing checklist.
1545
9c3955ff
TTN
1546 * HACKING: Update deprecation procedure to refer to TODO.
1547
17383b7c
ML
15482001-06-27 Michael Livshin <mlivshin@bigfoot.com>
1549
1550 * autogen.sh: don't run flex here.
1551
1552 * HACKING: clarify that newer versions of flex should be just
1553 fine.
1554
82893676
MG
15552001-06-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1556
1557 * HACKING, ANON-CVS: Removed mentioning of guile-doc CVS module.
1558
1559 * configure.in: Added some header and function checks.
1560
f2ae4555
NJ
15612001-06-25 Neil Jerram <neil@ossau.uklinux.net>
1562
1563 * autogen.sh: Quoting fix for `--enable-maintainer-mode'.
1564
4172703a
MV
15652001-06-25 Marius Vollmer <mvo@zagadka.ping.de>
1566
1567 * autogen.sh: Added message about what to do next. Tell them to
1568 use `--enable-maintainer-mode'.
1569
093e7da4
ML
15702001-06-25 Michael Livshin <mlivshin@bigfoot.com>
1571
1572 * HACKING: mention flex.
1573
1574 * autogen.sh: generate libguile/c-tokenize.c.
1575
6b41a313
MG
15762001-06-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1577
1578 * libguile.h: Removed inclusion of libguile/tag.h.
1579
eb6c2de8
MV
15802001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
1581
1582 * libguile.h (scm_cond_t, scm_key_t, scm_mutex_t): Only define
1583 these when using threads.
1584
4ff9f825
MV
15852001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
1586
4927dd28
MV
1587 * libguile.h: Added deprecated section with the olde type names.
1588
4ff9f825
MV
1589 * configure.in: Check for header <stdint.h>. Check for uintptr_t
1590 type. Use AC_CHECK_TYPES for this. Do not caus ptrdiff_t to be
1591 `#defined'.
1592
1593 * acconfig.h (ptrdiff_t): Removed.
1594
e01970a5
MG
15952001-06-05 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1596
1597 * configure.in: Generate examples/box-dynamic-module/Makefile.
1598
c794483c
MV
15992001-06-03 Marius Vollmer <mvo@zagadka.ping.de>
1600
1601 * configure.in (AC_CONFIG_FILES, AC_CONFIG_COMMANDS): Add
1602 guile-snarf.
1603
9454d8d5
RB
16042001-06-02 Rob Browning <rlb@cs.utexas.edu>
1605
1606 * configure.in: changes for autoconf 2.50.
1607 (AC_PREREQ): require at least autoconf 2.50.
1608 (AC_INIT): no longer takes an arg.
1609 (AC_CONFIG_SRCDIR): takes arg AC_INIT used to take.
1610 (AC_STRUCT_ST_RDEV): changed -> AC_CHECK_MEMBERS.
1611 (AC_STRUCT_ST_BLKSIZE): deprecated -> AC_CHECK_MEMBERS.
1612 (AC_STRUCT_ST_BLOCKS): use it rather than our version.
1613 (AC_CONFIG_FILES): now generated files go here, not in AC_OUTPUT.
1614 (AC_CONFIG_COMMANDS): now actions go here, not in AC_OUTPUT.
1615 (AC_OUTPUT): no longer takes args.
32d6f999 1616
9454d8d5
RB
1617 * acinclude.m4: AC_LANG not a variable now -- use __cplusplus
1618 unconditionally .
1619
114f9bab
MV
16202001-06-02 Marius Vollmer <mvo@zagadka.ping.de>
1621
1622 * configure.in: Check for mkstemp via AC_REPLACE_FUNCS. Thanks to
1623 I. N. Golubev!
1624
ee2718a9
MG
16252001-06-01 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1626
1627 * configure.in: Generate examples/box-dynamic/Makefile.
1628
2de7ddb7
MG
16292001-05-31 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1630
1631 * Makefile.am (EXTRA_DIST): New subdirectory `examples'.
1632
1633 * configure.in: Added all Makefiles in the `examples' directory to
1634 AC_OUTPUT.
1635
f501d0d4
ML
16362001-05-31 Michael Livshin <mlivshin@bigfoot.com>
1637
1638 * configure.in: generate guile-snarf-docs & guile-snarf-docs-texi.
1639 don't generate guile-snarf.awk.
1640
1641 * Makefile.am (EXTRA_DIST): add test-suite.
1642
1db81cb0
ML
16432001-05-28 Michael Livshin <mlivshin@bigfoot.com>
1644
1645 * check-guile.in: fix to be runnable when srcdir!=builddir.
1646
f3f70257
ML
16472001-05-26 Michael Livshin <mlivshin@bigfoot.com>
1648
1649 revert the controversial part of the 2001-05-23 changes
1650
1be6b49c
ML
16512001-05-23 Michael Livshin <mlivshin@bigfoot.com>
1652
1653 * configure.in: configury for SCM_[U]BITS_T, some more sizeofs.
1654 also, make sure that the integral type choosen to represent an SCM
1655 has exactly the same size as a void pointer.
1656
1657 * acconfig.h: add undefs for SCM_BITS_T, SCM_UBITS_T,
1658 SCM_SIZEOF_BITS_T, ptrdiff_t.
1659
c81ea65d
RB
16602001-05-16 Rob Browning <rlb@cs.utexas.edu>
1661
1662 * configure.in: add AC_SUBST for GUILE_MICRO_VERSION.
1663
1664 * GUILE-VERSION
1665 (GUILE_VERSION): now MAJOR.MINOR.MICRO
1666 (GUILE_MICRO_VERSION): new variable, records final revision.
1667 i.e. the 5 in 1.6.5. MINOR_VERSION is now just the middle number,
1668 i.e. the 6.
1669
887dfa7d
DH
16702001-05-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
1671
1672 * acconfig.h, configure.in: Renamed
1673 GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEPRECATED_DEFAULT.
1674
11bbab47
MV
16752001-05-15 Marius Vollmer <mvo@zagadka.ping.de>
1676
1677 * acinclude.m4: Removed copy of "libtool.m4".
1678
5cd06d5e
DH
16792001-05-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
1680
1681 * configure.in (SCM_DEBUG_DEPRECATED): Always defined.
1682
a232c19e
TTN
16832001-05-13 Thien-Thi Nguyen <ttn@revel.glug.org>
1684
928f20fb
TTN
1685 * AUTHORS (Martin Grabmueller, Thien-Thi Nguyen): Update.
1686
a232c19e
TTN
1687 * HACKING: Update copyright.
1688 Add blurb pointing to devel/tasks.text.
1689
c8750173
TTN
16902001-05-11 Thien-Thi Nguyen <ttn@revel.glug.org>
1691
1692 * check-guile.in: For SRFI testing, set and export env
1693 var `LTDL_LIBRARY_PATH'.
1694
75141eb0
NJ
16952001-05-07 Neil Jerram <neil@ossau.uklinux.net>
1696
1697 * AUTHORS: Add docs-related authorship details.
1698
c10ecc4c
MV
16992001-05-05 Marius Vollmer <mvo@zagadka.ping.de>
1700
1701 * configure.in (--enable-deprecated): Recognize "shutup" option
1702 argument and turn it into the default warning level "no".
1703
018a53a1
GH
17042001-05-05 Gary Houston <ghouston@arglist.com>
1705
1706 * acconfig.h: add HAVE_IPV6.
1707 * configure.in: check whether we can compile with IPv6 support.
1708
26f798bd
TTN
17092001-05-04 Thien-Thi Nguyen <ttn@revel.glug.org>
1710
1711 * guile-tools.in: New file.
1712
1713 * configure.in (AC_OUTPUT): Add guile-tools, and make
1714 executable.
1715
1716 * Makefile.am (bin_SCRIPTS): New var.
1717
c5316ea3
GH
17182001-05-04 Gary Houston <ghouston@arglist.com>
1719
1720 * configure.in: check whether uint32_t is defined when netdb.h
1721 is included.
1722 acconfig.h: added HAVE_UINT32_T.
1723
7440341c
MV
17242001-05-02 Marius Vollmer <mvo@zagadka.ping.de>
1725
1726 * configure.in: Added handling of `--enable-deprecated'.
1727
1728 * acconfig.h (SCM_DEBUG_DEPRECATED,
1729 GUILE_WARN_DEPRECATED_DEFAULT): Added.
1730
14a7d5f8
TTN
17312001-04-29 Thien-Thi Nguyen <ttn@revel.glug.org>
1732
1733 * Makefile.am (SUBDIRS): Add "scripts".
1734
1735 * configure.in (AC_OUTPUT): Add scripts/Makefile.
1736
7e267da1
GH
17372001-04-29 Gary Houston <ghouston@arglist.com>
1738
1739 * libguile.h: include rw.h.
1740
f2a75d81
RB
17412001-04-27 Rob Browning <rlb@cs.utexas.edu>
1742
1743 * GUILE-VERSION (GUILE_MINOR_VERSION): change to 5.0, switching to
1744 the new odd/even ustable/stable version numbering scheme.
1745 (LIBGUILEQTHREADS_MAJOR_VERSION): change to 10 to match Debian and
1746 libguile. In the future, libguile and libguileqthreads may not
1747 stay in sync. This still doesn't appear to affect
1748 libguileqthreads, but we'll fix that next.
1749
1f7a1dc9
MG
17502001-04-25 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1751
1752 * configure.in: Don't treat srfi directory specially, just create
1753 the Makefile there (thanks to Neil Jerram for the patch).
1754
6c44688a
MG
17552001-04-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1756
1757 * Makefile.am (SUBDIRS): Added `srfi'.
1758
1759 * configure.in: Added subdirectory `srfi' to build process.
1760
1761 * libguile.h: Added inclusion of `values.h'.
1762
2a0ef8b7
GH
17632001-04-22 Gary Houston <ghouston@arglist.com>
1764
1765 * configure.in: check for inet_pton and inet_ntop.
1766
67641981
GH
17672001-04-20 Gary Houston <ghouston@arglist.com>
1768
1769 * acconfig.h: include HAVE_SIN6_SCOPE_ID.
1770 * configure.in: check for sin6_scope_id in sockaddr_in6.
1771
a9d861e3
MD
17722001-04-19 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1773
1774 * RELEASE: Added deprecated macro SCM_ARRAY_CONTIGUOUS
1775
31e74a57
GH
17762001-04-17 Gary Houston <ghouston@arglist.com>
1777
1778 * configure.in: run the autoconf BIGENDIAN check.
1779
0da6608d
DH
17802001-04-12 Niibe Yutaka <gniibe@m17n.org>
1781
1782 * GUILE-VERSION (LIBGUILEQTHREADS_MAJOR_VERSION,
1783 LIBGUILEQTHREADS_MINOR_VERSION, LIBGUILEQTHREADS_REVISION_VERSION,
1784 LIBGUILEQTHREADS_VERSION): Added libguileqthreads version info.
1785
1786 * configure.in: Likewise.
1787
f22ed5a0
KN
17882001-04-11 Keisuke Nishida <kxn30@po.cwru.edu>
1789
1790 * configure.in (AC_CHECK_FUNCS): Don't check bzero.
1791 (GUILE_FUNC_DECLARED): Removed checking of bzero.
1792 Thanks to NIIBE Yutaka.
1793
f2e61fc1
MD
17942001-04-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1795
1796 * Undeprecated scm_init_oop_goopscore_module.
1797
72f1168d
TTN
17982001-03-25 Thien-Thi Nguyen <ttn@revel.glug.org>
1799
1800 * check-guile.in: Fix sh standard conformance bug: Replace
1801 "test -e" with "test -f". Thanks to Alexander Klimov.
1802
a4928305
GH
18032001-03-19 Gary Houston <ghouston@arglist.com>
1804
1805 * check-guile.in: rename $parent to $srcdir. if it's equal to "."
1806 set it to `pwd`.
1807
66301f9a
GH
1808 * check-guile.in: 16 documentation tests were failing if "make
1809 check" was run before Guile had been installed with the current
1810 --prefix. made various changes to the script so that it runs
1811 without a cd to the test-suite directory. For the -i option,
1812 don't point GUILE_LOAD_PATH to the current directory, but let it
1813 use it's own scheme library.
1814
51cfd7da
GH
18152001-03-18 Gary Houston <ghouston@arglist.com>
1816
1817 * check-guile.in: use @srcdir@ instead of @test_suite_dir@. use
1818 the current directory (build dir) not srcdir to find guile
1819 executable. otherwise "make check" doesn't work with a separate
1820 build directory. create the test log in
1821 $build_dir/check-guile.log instead of in srcdir/test-suite
1822 directory.
1823 * configure.in: don't define or substitute test_suite_dir.
1824
e9e225e5
GH
18252001-03-17 Gary Houston <ghouston@arglist.com>
1826
1827 * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,
1828 since EXTRA_DOT_DOC_FILES is redefined later. define
1829 EXTRA_DOT_X_FILES and hand it to AC_SUBST.
1830
94e6d793
MG
18312001-03-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1832
1833 * configure.in: Added header checks for crypt.h, sys/resource.h
1834 and sys/file.h, function checks for chroot, flock, getlogin,
1835 cuserid, getpriority, setpriority, getpass, sethostname,
1836 gethostname, and for crypt() in libcrypt.
1837
fff043ab
NJ
18382001-03-09 Neil Jerram <neil@ossau.uklinux.net>
1839
1840 * configure.in (htmldoc): Merge handling of `--enable-htmldoc'
1841 option from guile-doc/configure.in.
1842
d42df055
DH
18432001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
1844
1845 * libguile.h: Removed #include "libguile/dump.h".
1846
ec896089
KN
18472001-02-02 Keisuke Nishida <kxn30@po.cwru.edu>
1848
1849 * libguile.h: Added #include "libguile/dump.h".
1850
c2886a5a
MD
18512001-01-29 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1852
1853 * libguile.h: Added #include "libguile/rdelim.h".
1854
1ff7abbe
DH
18552001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
1856
1857 The following patch was sent by Thien-Thi Nguyen.
1858
1859 * check-guile.in: New file.
1860
1861 * Makefile.am: Add TESTS rule.
1862
1863 * configure.in: Add support for "make check".
1864
f0942910
DH
18652000-11-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
1866
1867 * acconfig.h: Removed bogus #ifndef. Thanks to Lars J. Aas.
1868
14f1d9fe
MD
18692000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1870
1871 * GUILE-VERSION (LIBGUILE_MAJOR_VERSION): Incremented major
1872 version number to 10 due to the merge of GOOPS.
1873
1874 * oop: New directory.
1875
e4dba4c7
KN
18762000-09-20 Keisuke Nishida <kxn30@po.cwru.edu>
1877
467ab77e 1878 * libguile.h: #include "libguile/properties.h".
e4dba4c7 1879
45605b53
GH
18802000-09-17 Gary Houston <ghouston@arglist.com>
1881
1882 * configure.in, acconfig.h: remove the GCSE test: it doesn't seem
1883 to be reliable on all platforms.
1884
e494e76d
GH
18852000-08-18 Gary Houston <ghouston@arglist.com>
1886
1887 * acconfig.h: added BROKEN_GCSE.
1888 * configure.in: check for a gcc GCSE optimisation bug.
1889
42aae633
GH
18902000-07-31 Gary Houston <ghouston@arglist.com>
1891
1892 * acconfig.h: added HAVE_H_ERRNO
1893 * configure.in: removed some dnl'd & obsolete cygwin stuff.
1894 added a test for h_errno.
1895
f9ed377d
MD
18962000-06-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1897
1898 * Guile 1.4 released.
1899
b5074b23
MD
19002000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1901
1902 * GUILE-VERSION: Changed to work also when included by a Makefile
1903 (e.g. debian/rules). (Thanks to Karl M. Hegbloom.)
1904 (LIBGUILE_MAJOR_VERSION): Bumped to 9.
1905 (GUILE_MINOR_VERSION): Bumped to 4.
1906
f43aac9a
MD
19072000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1908
a8861fa0
MD
1909 * libguile.h: Removed #include "libguile/kw.h".
1910
9a8a1e8a
MD
1911 * Makefile.am (ACLOCAL): Define as ./guile-aclocal.sh.
1912 (The rule will cd to $(top_srcdir).)
1913
1914 * configure.in (EXTRA_DOT_DOC_FILES): Create from LIBOBJS and
1915 substitute it into libguile/Makefile.
1916
f43aac9a
MD
1917 * HACKING: Updated recommended libtool version to be 1.3.5.
1918
1919 * RELEASE: Say that we should update HACKING to reflect the
1920 versions of the tools we're using rather than README.
1921
5cb6f99c
MD
19222000-06-02 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1923
1924 * NOTES: Removed.
1925
1926 * TODO: Moved to devel/.
1927
3ff0d90a
CB
19282000-06-01 Craig Brozefsky <craig@red-bean.com>
1929
1930 * GUILE-VERSION: added defnitions for LIBGUILE_MAJOR_VERSION,
1931 LIBGUILE_MINOR_VERSION, LIBGUILE_REVISION_VERSION so that we now
1932 define libguile.so version in a well-lit place.
1933
1934 * configure.in: added AC_SUBST lines for the new LIBGUILE version
1935 variables.
72f1168d 1936
65545721
ML
19372000-06-01 Michael Livshin <mlivshin@bigfoot.com>
1938
1939 * autogen.sh: call ./guile-aclocal.sh instead of aclocal.
72f1168d 1940
65545721
ML
1941 * guile-aclocal.sh: new file, works around aclocal problems.
1942
b2728432
DH
19432000-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
1944
1945 * acconfig.h (USE_FSU_PTHREADS, USE_MIT_PTHREADS,
1946 USE_PCTHREADS_PTHREADS): Removed.
1947
7f5fa419
GH
19482000-05-01 Gary Houston <ghouston@arglist.com>
1949
1950 * Makefile.am: add include_HEADERS.
1951 libguile.h: moved from libguile directory. maybe libguile.h should
1952 be installed in $prefix/include/libguile/libguile.h instead?
1953
9764c29b
MD
19542000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1955
e415cb06
MD
1956 * qthreads.m4: Removed THREADS_CPPFLAGS.
1957
1958 * acinclude.m4: Removed qthreads macros. They are provided in
1959 qthreads.m4, so these were redundant.
1960
9764c29b
MD
1961 * acconfig.h (GUILE_DEBUG_MALLOC): New.
1962
1963 * configure.in: New --enable-debug-malloc configuration option.
1964
1978b33e
MD
19652000-03-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1966
1967 * acconfig.h (GUILE_PTHREAD_COMPAT): New config variable.
1968
1969 * configure.in: Enable workaround for COOP-linuxthreads
64e3bf6c 1970 compatibility on Linux systems.
1978b33e 1971
55a85c78
MD
19722000-03-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1973
1974 * devel: New directory. Intended to carry documentation related
1975 to Guile development (as opposed to the doc directory which
1976 contains documentation related to the use of the current Guile).
1977 This directory (devel) is not included in the Guile distribution,
1978 but is accessible via anonymous CVS.
1979
fdc7ea2d
MD
19802000-03-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1981
1982 * configure.in: Don't add iselect.o to LIBOBJS.
1983
31d8abce
MD
19842000-03-13 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1985
1986 * configure.in: Added end-tag for local variables. (Thanks to
1987 Thien-Thi Nguyen.)
1988
244fdc2f
GH
19892000-03-12 Gary Houston <ghouston@arglist.com>
1990
1991 * README (Guile Documentation, About This Distribution): updated.
1992
f3b5e185
MD
19932000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1994
1995 * configure.in (ac_cv_struct_timespec): Added test for struct
1996 timespec.
1997
1998 * acconfig.h (HAVE_STRUCT_TIMESPEC): Added.
1999
3a721413
MV
20002000-01-25 Marius Vollmer <mvo@zagadka.ping.de>
2001
2002 * autogen.sh: Call libtoolize. Pass --add-missing option to
2003 automake. Do not decent into libltdl directory. The libltdl
2004 directory is now populated by libtoolize and does not need any
2005 further autogeneration.
2006
d831b039
GH
20072000-01-23 Gary Houston <ghouston@arglist.com>
2008
2009 * configure.in: check for fchown.
2010
a0a7b83b
MD
2011Tue Jan 18 12:55:15 2000 Mikael Djurfeldt <mdj@r11n07-s.pdc.kth.se>
2012
2013 * acinclude.m4 (AC_LIBLTDL_CONVENIENCE): Add $(top_srcdir)/libltdl
2014 instead of $(top_builddir)/libltdl to includepath.
2015
56cfe22b
MD
20162000-01-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2017
2018 * emacs: New subdirectory for elisp tools.
2019
657fcb5a
MV
20202000-01-15 Marius Vollmer <mvo@zagadka.ping.de>
2021
2022 * README, HACKING: Moved "Hacking it yourself" section from README
2023 to HACKING. Updated recommended libtool version to be 1.3.4.
2024
dc914156
GH
20252000-01-14 Gary Houston <ghouston@arglist.com>
2026
2027 * configure.in: needs to have --disable-networking, not
2028 --disable-net.
2029
fb4956c9
MD
20302000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2031
2032 * libltdl/acconfig.h: New file: Needed by autogen.sh.
2033
88423ab1
GB
2034Tue Jan 11 13:42:35 2000 Greg J. Badros <gjb@cs.washington.edu>
2035
2036 * autogen.sh: Added messages as we run autogen in subdirectories.
2037
2038 * configure.in: Output libugile/guile-func-name-check script, and
72f1168d 2039 chmod +x it.
88423ab1 2040
0d90b76d
MV
20412000-01-11 Marius Vollmer <mvo@zagadka.ping.de>
2042
2043 * libltdl/autogen.sh: New file.
2044 * autogen.sh: Invoke libltdl/autogen.sh.
2045
20462000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
2047
2048 Finally applied the libltdl patch from Thomas Tanner, with slight
2049 modifications. All code copied from the libtool package is from
2050 libtool-1.3.4.
2051
2052 * configure.in: Make "--with-modules=yes" the default. Do not
2053 clear INCLTDL, LIBLTDL prior to processing "--with-modules".
72f1168d 2054
0d90b76d
MV
2055 1999-07-25 Thomas Tanner <tanner@ffii.org>
2056
2057 * Makefile.am: add libltdl to SUBDIRS, automake automatically
2058 includes ltconfig, ltmain.sh and acconfig.h in EXTRA_DIST
2059 * acinclude.m4: remove GUILE_DLSYM_USCORE, add libtool.m4
2060 (no need to install libtool any more)
2061 * configure.in: replace --enable-dynamic-linking with
2062 --with-modules, required modules can be specified using
2063 --with-modules="/path/to/mod.la" and will be linked
2064 statically on platforms that don't support dynamic loading,
2065 configure libltdl, configure libtool for dlopening
2066 * libltdl: added using libtoolize -c --ltdl
2067
38c1d3c4
GH
20682000-01-09 Gary Houston <ghouston@arglist.com>
2069
2070 * configure.in: check whether localtime caches TZ. copied from
2071 Emacs 20.5.
2072 * acconfig.h: add LOCALTIME_CACHE.
2073
dceef6be
GB
2074Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
2075
2076 * configure.in: Make it be guile-snarf.awk, since we'll be
2077 switching names for guile-doc-snarf. (I wouldn't have changed
2078 this, but I was getting ready to commit this way when the below
2079 change was committed).
2080
763a6716
MD
20811999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2082
2083 * configure.in: Create guile-doc-snarf.awk.
2084
6aca8c6c
GB
20851999-12-12 Greg J. Badros <gjb@cs.washington.edu>
2086
72f1168d 2087 * configure.in: Create guile-doc-snarf, chmod +x that script after
6aca8c6c
GB
2088 AC_OUTPUTted.
2089
20901999-12-10 Greg J. Badros <gjb@cs.washington.edu>
6e706938
GB
2091
2092 * NEWS: More complete description for --enable-debug-freelist.
2093
aee8ca3f
GH
20941999-12-09 Gary Houston <ghouston@freewire.co.uk>
2095
2096 * configure.in (CFLAGS): don't add -Wpointer-arith, since it
2097 causes numerous spurious warnings with recent gcc and/or glibc
2098 versions.
2099
afe5177e
GH
21001999-11-19 Gary Houston <ghouston@freewire.co.uk>
2101
2102 * acconfig.h: add HAVE_ARRAYS.
2103
2104 * configure.in: add --disable-arrays option, probably temporary.
2105
5c11cc9d
GH
21061999-11-17 Gary Houston <ghouston@freewire.co.uk>
2107
2108 * configure.in: check for hstrerror.
2109
5d94b2fe
JB
21101999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
2111
e8ff4648
JB
2112 * autogen.sh: Don't call autoreconf at all; it's not reliable.
2113 Instead, call the various tools explicitly. Invoke
2114 guile-readline's autogen.sh script.
0cbedb5b
JB
2115
2116 Straighten up the situation regarding guile.m4 and qthreads.m4.
72f1168d 2117
0cbedb5b
JB
2118 We can't have .m4 files which are installed where aclocal can
2119 see them, but also used by guile's own configure.in, because
2120 aclocal will read both copies, complain about duplicate macro
2121 definitions, and refuse to generate aclocal.m4 at all. This
2122 happens if you invoke it as `aclocal -I .', as autoreconf does.
2123 This is probably a flaw in the autotools, but Guile doesn't need
2124 that flaw fixed immediately.
2125
2126 guile.m4 is intended for use by people linking against guile, so
2127 it needs to be installed. But Guile itself doesn't use it. So
2128 move guile.m4 into guile-config. That makes sense, since
2129 guile.m4's GUILE_FLAGS macro is just an easy way to call
2130 guile-config.
2131
2132 qthreads.m4 is indented to help configure a qthreads tree. It's
2133 only useful to a package which actually includes a qthreads tree,
2134 and it's intimately related to that tree, so it's not useful to
2135 install this. So don't install it.
2136
2137 * guile.m4: Moved to guile-config.
2138 * Makefile.am (aclocaldir, aclocal_DATA): Delete.
2139 (EXTRA_DIST): Move qthreads.m4 here.
2140
5d94b2fe
JB
2141 Don't store generated files in the repository any more. Instead,
2142 require people to run autogen.sh on trees from snapshots and CVS.
0cbedb5b 2143 * Makefile.in, aclocal.m4, configure: Deleted.
5d94b2fe
JB
2144 * autogen.sh: New file.
2145 * ANON-CVS, SNAPSHOTS: Updated instructions.
2146
dc4d930b
JB
21471999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
2148
2149 * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
2150
6e706938 21511999-09-27 Greg J. Badros <gjb@cs.washington.edu>
15526538
GB
2152
2153 * configure.in: Added --enable-debug-freelist option.
2154
fca7547b 2155 * acconfig.h: Added GUILE_DEBUG_FREELIST.
15526538 2156
52cfc69b
GH
21571999-09-23 Gary Houston <ghouston@freewire.co.uk>
2158
2159 * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
2160 FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
2161
2162 * configure.in: new options --disable-posix, --disable-net
2163 and --disable-regex
2164 export HAVE_POSIX and HAVE_NETWORKING definitions.
2165 don't add regex-posix.o to LIBOBJS if regex disabled.
2166
2167 LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
2168 conditionally.
2169
bab4e1cc
JB
21701999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
2171
2172 * Guile 1.3.4 released.
2173
fc97c626
JB
21741999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
2175
2176 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
2177 libtool knows how to get ANSI C behavior from the compiler.
2178 * configure: Regenerated.
2179
7ee92fce
GH
21801999-09-20 Gary Houston <ghouston@freewire.co.uk>
2181
2182 * configure.in: check availability of siginterrupt.
2183
08b8c694
GH
21841999-09-18 Gary Houston <ghouston@freewire.co.uk>
2185
2186 * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
2187 testing for SA_RESTART.
2188
7cdbcc7d
MD
21891999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
2190
2191 * configure.in: Removed ice-9/version.scm from AC_OUTPUT.
2192
e1f20ec6
JB
21931999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
2194
2195 * configure.in (GUILE_STAMP): Don't set this variable, or
2196 substitute it into anything. Full explanation in ice-9/ChangeLog.
2197 * configure, Makefile.in: Regenerated.
72f1168d 2198
ffe70f9c
JB
21991999-09-06 James Blandy <jimb@mule.m17n.org>
2200
2201 Propagate the changes of 2 Sept the rest of the way through.
2202 * configure: Regenerated.
2203 * Makefile.in: Regenerated. Not sure why this diff is so big.
2204
e127c348
JB
22051999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
2206
2207 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
2208 variable name. (Thanks to Bill Schottstaedt.)
9918cf63 2209 * aclocal.m4: Regenerated.
e127c348 2210
655f19ab
MD
22111999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
2212
2213 * configure.in: Test for presence of function on_exit.
2214
b074884f
JB
22151999-09-01 James Blandy <jimb@mule.m17n.org>
2216
2217 * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
2218 the system doesn't have memmove. Don't test for memmove and bcopy
2219 with AC_CHECK_FUNCS.
2220 * configure: Regenerated.
2221
a7098335
MD
22221999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
2223
2224 * configure.in: Test for atexit.
2225
9a26d6f9
MD
22261999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2227
b030b39b
MD
2228 * acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
2229
9a26d6f9
MD
2230 * configure.in: Test for presence of S_ISLNK in sys/stat.h.
2231 (Thanks to Bernard Urban.)
2232 Test for memmove and bcopy. (Thanks to
a7098335 2233 suzukis@file.phys.tohoku.ac.jp.)
9a26d6f9
MD
2234
2235 * acconfig.h: Added HAVE_S_ISLNK.
2236
a05cba61
JB
22371999-08-20 James Blandy <jimb@mule.m17n.org>
2238
0a852b94
JB
2239 * Guile 1.3.2 released.
2240
a05cba61
JB
2241 * Makefile.in: Regenerated.
2242
f29f2933
MD
22431999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2244
2245 * README, config.guess, config.sub, liconfig, ltmain.sh: Switched
2246 to libtool-1.3.3.
2247
0e8a8468
MV
22481999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
2249
2250 Added guile-readline subdirectory with the removed readline
2251 support.
2252 * guile-readline: New directory, see ChangeLog there.
2253 * configure.in: Cause configure to descend into guile-readline
2254 dir.
2255 * Makefile.am: Likewise for make.
2256 * NEWS: Explain how to activate the readline support.
2257 * configure, Makefile.in: Regenerated.
72f1168d 2258
3144e1a9
JB
22591999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
2260
9a5fa6e9 2261 Fixes for EMX from Mikael Ståldal.
3144e1a9
JB
2262
2263 * configure.in: Check for <io.h>.
2264 * configure: Regenerated.
2265
ed3db6ef
JB
22661999-07-18 Jim Blandy <jimb@savonarola.red-bean.com>
2267
2268 * qthreads.m4 (QTHREADS_CONFIGURE): 'alpha' in a configuration
2269 name can have suffixes, like alphaev56-unknown-linux-gnu.
2270 * aclocal.m4, configure: Rebuilt.
2271 (Thanks to Sebastien Villemot.)
2272
6c951427
GH
22731999-07-04 Gary Houston <ghouston@easynet.co.uk>
2274
2275 * configure.in: don't check for ways to violate stdio abstraction.
2276
8f65bd96
JB
22771999-05-02 Jim Blandy <jimb@savonarola.red-bean.com>
2278
2279 * configure.in (AC_CHECK_FUNCS): Fill in list of functions that
2280 libguile/net_db.h wants to use. (Add setprotoent, setservent.)
2281
ef0615e4
JB
22821999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
2283
2284 Remove all automatic readline support, to avoid copyright
2285 confusion.
2286 * INSTALL: Update text.
2287 * NEWS: Explain the situation.
2288 * configure.in: Remove configury for readline and its supporting
2289 libraries.
2290 * configure: Regenerated.
2291
2292 * README: Change URL's for automake and autoconf.
2293
cceae55d
JB
2294 * Makefile.in, configure: Regenerated with autoconf 2.13, automake
2295 1.4, libtool 1.2f (1.385 1999/03/15 17:24:54). I've upgraded to
2296 all the right tools, according to README, but I'm still getting
2297 different results than Mikael is. Hmm.
72f1168d 2298
644f058c
MD
22991999-03-22 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2300
2301 * New libtool: 1.2f
2302 * ltmain.sh, ltconfig, config.guess, config.sub: New versions.
2303 * README: Mention new version number of libtool.
2304
f5449843
MD
23051999-03-04 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2306
2307 New automake: 1.4
2308 * config.guess, config.sub, install-sh, mdate-sh, missing,
2309 mkinstalldirs: New versions.
2310 * Makefile.in, aclocal.m4, configure: Regenerated.
2311 * README: Mention new version numbers on autoconf and automake.
2312
deaceb4e
JB
23131999-02-12 Jim Blandy <jimb@savonarola.red-bean.com>
2314
2315 * configure.in: Add --with-readline flag.
2316 * configure: Rebuilt.
2317
08394899
MS
23181999-02-09 Maciej Stachowiak <mstachow@alum.mit.edu>
2319
2320 * NEWS: Added entry for optargs module.
2321
0d76bcec
JB
23221999-02-06 Jim Blandy <jimb@zwingli.cygnus.com>
2323
2324 * configure: Regenerated using autoconf 2.12.
2325
500c912f
MD
23261999-01-26 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2327
2328 * configure.in: Removed test AC_C_BIGENDIAN. (This test was
2329 considered to encourage bad coding style.)
2330
6bcb5a82
MD
23311999-01-21 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2332
2333 * configure.in: Added test AC_C_BIGENDIAN.
2334
f7677ff2
JB
23351999-01-11 Jim Blandy <jimb@zwingli.cygnus.com>
2336
2337 * configure.in: Remove quotes around ac_cv_lib_readline_main and
2338 ac_cv_var_rl_getc_function. They should both always be set to
2339 non-null values; this way, we get error messages.
2340 * configure: Regenerated.
2341
5f371877
JB
23421999-01-10 Jim Blandy <jimb@savonarola.red-bean.com>
2343
2344 * configure.in: Cite the variable ac_cv_lib_readline_main, not
2345 ac_cv_lib_readline_readline; the latter isn't set any more, since
2346 we look for 'main' in libreadline now. Add quotes around
2347 reference to the variable references, too, so this will work even
2348 when a variable's value is the empty string.
2349 * configure: Regenerated.
2350
c505a52f
MD
23511999-01-07 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2352
2353 * acconfig.h: Added HAVE_LONG_LONGS.
2354
2355 * configure.in: Added AC_CHECK_SIZEOF(long), AC_CHECK_SIZEOF(int);
2356 Added check for long longs.
2357
333a4791
JB
23581998-12-14 Jim Blandy <jimb@zwingli.cygnus.com>
2359
2360 * configure.in: Check for tgoto in ncurses, then termcap.
2361 S.u.S.E. Linux doesn't have a termcap. (Thanks to Karl
2362 Eichwalder.)
2363 * configure: Regenerated.
2364
cc720f64
JB
23651998-10-24 Jim Blandy <jimb@zwingli.cygnus.com>
2366
2367 * configure.in: Call AM_PROG_CC_STDC, to see what flags we should
2368 pass the compiler to make it support ANSI. (Thanks to Bernard
2369 Urban.)
2370 * aclocal.m4, configure: Regenerated.
2371
d818fdb4
JB
23721998-10-20 Jim Blandy <jimb@zwingli.cygnus.com>
2373
2374 * Guile 1.3 released.
2375
1f6fe22a
JB
23761998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
2377
2378 * GUILE-VERSION: Bump to 1.3.
2379
2380 * Makefile.am (EXTRA_DIST): Don't omit ANON-CVS and SNAPSHOTS.
2381 * Makefile.in: Regenerated.
2382
3e66cf9f
JB
23831998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
2384
2385 * qthreads.m4 (QTHREADS_CONFIGURE): On NetBSD, pass through a flag
2386 to the Makefile which explicitly tells it to pass assembly files
d509e5f6 2387 through the preprocessor. (Thanks to Perry Metzger.)
3e66cf9f
JB
2388 * aclocal.m4, configure, Makefile.in: Regenerated.
2389
eebc12c6
JB
23901998-10-14 Jim Blandy <jimb@zwingli.cygnus.com>
2391
a437d8a2
JB
2392 * configure.in: Define SCM_SINGLES whenever a float can fit in a
2393 long, not only when a float is the same size as a long. This gets
2394 us SCM_SINGLES defined on alphas. (Thanks to Clark McGrew.)
2395 * configure: Regenerated.
2396
2397 * configure.in: Construct libguile/versiondat.h here; see
2398 log entry in libguile/ChangeLog for details.
2399 * configure: Regenerated.
2400
cd6c612a
JB
2401 * configure.in: Allow tabs and whitespace between `void' and
2402 `usleep'. (Thanks to Harvey J. Stein.)
2403 * configure: Regenerated.
2404
eebc12c6
JB
2405 Don't redefine sleep/usleep.
2406 * configure.in: Remove tests for usleep's argument type; we only
2407 need that if we're going to replace it.
cd6c612a 2408
eebc12c6
JB
2409 * acconfig.h (USLEEP_ARG_TYPE): Delete. All the other SLEEP
2410 garbage is needed just to use usleep and sleep without compiler
2411 warnings.
2412 * configure: Regenerated.
2413
cb9728ed
JB
24141998-10-12 Jim Blandy <jimb@zwingli.cygnus.com>
2415
2416 * configure: Regenerated.
72f1168d 2417
cb9728ed
JB
2418 * configure.in (GUILE_FUNC_DECLARED): Name the cache variables
2419 starting with guile_cv_; ac_cv_ is autoconf's namespace.
2420
2421 The type of the argument to usleep varies from system to system,
2422 as does the return type. We really shouldn't be redefining usleep
2423 at all, but I don't have time to clean that up before the 1.3
2424 release. It's on the schedule for afterwards.
2425 * configure.in: Cache results from usleep return value test.
2426 Test for the type of the usleep argument, and cache that too.
2427 * acconfig.h (USLEEP_ARG_TYPE): New macro.
2428
81aef0ba
JB
24291998-10-11 Jim Blandy <jimb@zwingli.cygnus.com>
2430
2431 * acconfig.h (HAVE_RL_GETC_FUNCTION): Fix this entry.
2432
17f8d40c
JB
24331998-10-10 Jim Blandy <jimb@zwingli.cygnus.com>
2434
216d3a1e
JB
2435 * GUILE-VERSION: bump to 1.2.91, since we're doing snapshots again.
2436
17f8d40c
JB
2437 * Guile 1.2.90 released --- beta.
2438 * GUILE-VERSION: Set to 1.2.90. This would appear to be a
2439 regression from 1.3a, but everyone knows that the next release is
2440 1.3, I want to switch to a more coherent version numbering system,
2441 and now is the time.
72f1168d 2442
1ee7c452
JB
24431998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
2444
2445 * configure.in: Call AC_C_INLINE, so we can use inline happily in
72f1168d 2446 libguile.
1ee7c452
JB
2447 * configure: Regenerated.
2448
8aa5c148
JB
24491998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
2450
59027c18
JB
2451 * configure.in: Don't forget to #define HAVE_RL_GETC_FUNCTION if
2452 we do find the rl_getc_function variable in the readline library;
2453 AC_CHECK_FUNCS used to do this for us, but we're not using it any
2454 more.
13af3048 2455 * acconfig.h: Add an entry for HAVE_RL_GETC_FUNCTION.
59027c18
JB
2456
2457 * configure.in: Properly test for the presence of rl_getc_function;
2458 it's a variable, not a function.
2459 * configure: Regenerated.
2460
2f2cef71
JB
2461 * doc: New subdirectory.
2462 * Makefile.am (SUBDIRS): List it.
2463 * configure.in (AC_OUTPUT): Build its Makefile.
2464 * configure, Makefile.in: Regenerated.
2465
8aa5c148
JB
2466 * guile.m4 (GUILE_FLAGS): New macro.
2467
2468 * guile.m4 (AM_INIT_GUILE_MODULE): Deleted; it doesn't do anything
2469 terribly helpful any more, nobody's using it, and this is not
2470 really the way I want to handle modules anyway.
2471
2adfe1c0
JB
24721998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
2473
48ca6468
JB
2474 * configure.in (FD_SETTER, FILE_CNT_GPTR): New cases for SCO's
2475 stdio implementation. (Thanks to David Tillman.)
2476 * configure: Rebuilt.
72f1168d 2477
2adfe1c0
JB
2478 * guile-config: Renamed from `build'.
2479 * Makefile.am (SUBDIRS): Mention `guile-config', not `build'.
2480 * configure.in: Create `guile-config/Makefile.in', not
2481 `build/Makefile.in'. Doc fix, too.
48ca6468 2482
2adfe1c0
JB
2483 * qthreads.m4: Doc fix.
2484 * Makefile.in, aclocal.m4, configure: Regeneranegerederadea.
2485
83d1c666
JB
24861998-10-03 <jimb@savonarola.red-bean.com>
2487
0553d3a2
JB
2488 * configure.in: Check for a missing `sleep' declaration.
2489 * acconfig.h (MISSING_SLEEP_DECL): Provide some text for this.
2490 * configure: Regenerated.
2491
83d1c666
JB
2492 * configure.in: Don't use the canonical host name to decide
2493 whether `bzero' and `usleep' have declarations --- that's going
2494 back to the bad old days before autoconf. Remove the call to
2495 AC_CANONICAL_HOST and the subsequent case statement.
2496 (GUILE_FUNC_DECLARED): New m4 macro. Use it to check for
2497 declarations for `bzero', `usleep', and (new!) `strptime'.
2498 * acconfig.h: (DECLARE_BZERO, DECLARE_USLEEP): Removed.
2499 (MISSING_BZERO_DECL, MISSING_USLEEP_DECL, MISSING_STRPTIME_DECL):
2500 Added. I think this naming convention is more consistent with the
2501 rest of autoconf; names generally describes the system, not what
2502 the package should do to accomodate the system.
2503 * configure: Regenerated.
2504
2d2c87e1
JB
25051998-09-05 Jim Blandy <jimb@zwingli.cygnus.com>
2506
2507 * configure.in: Remove --disable-debug option. The debugging
2508 support is pretty stable now, and it's confusing people.
2509 * configure: Regenerated.
2510
2511 * HACKING: Remove -Wstrict-prototypes from the list of requested
2512 flags (to match 1998-07-30 change).
2513
6dd78771
JB
25141998-07-30 Jim Blandy <jimb@zwingli.cygnus.com>
2515
2516 * configure.in: Don't use -Wstrict-prototypes after all.
2517 * configure: Regenerated.
2518
1f5ae2fd
JB
25191998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
2520
4ac31e8d
JB
2521 * configure.in: Request more warnings.
2522 * configure: Regenerated.
2523 * HACKING: Ask people not to make changes that introduce those
2524 warnings. Now I have to go through the code and actually bring it
2525 up to standards... :(
2526
0dcbc17a
JB
2527 * Makefile.in, aclocal.m4, configure: Regenerated using the last
2528 public version of automake, not the hacked Cygnus version.
2529 * config.guess, config.sub, ltconfig, ltmain.sh: New versions from
2530 libtool.
72f1168d 2531
1f5ae2fd
JB
2532 * configure.in, qthreads.m4: Display a message about how the
2533 threads configuration went.
2534 * aclocal.m4, configure: Regenerated.
72f1168d 2535
3357ab66
JB
25361998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
2537
1f5ae2fd
JB
2538 Remove the TOTORO kludge. We're not doing snapshots any more, so
2539 totoro is completely uninvolved. (Poor Totoro!)
2540 * configure.in: Remove code to check the hostname and #define
2541 TOTORO.
2542 * acconfig.h: Remove comments for TOTORO symbol.
2543 * configure, Makefile.in: Regenerated.
2544
3357ab66
JB
2545 * qthreads.m4 (QTHREADS_CONFIGURE): We *can* use AC_REQUIRE here
2546 to get AC_PROG_LN_S.
2547 * aclocal.m4, configure: Regenerated.
2548
e99cbcd6
JB
25491998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
2550
2551 Clean up thread configuration.
2552 * qthreads.m4: New file, which knows how to configure the qthreads
2553 library.
2554 * configure.in: Replace all thread package selection code. Do the
2555 --with-threads argument processing here. Enable the appropriate
2556 thread interface files in libguile. Remove all qthreads
2557 configuration code; call QTHREADS_CONFIGURE instead. Set
2558 GUILE_LIBS using the info provided by QTHREADS_CONFIGURE.
2559 * threads.m4: Removed; not used any more.
2560 * Makefile.am (aclocal_DATA): Mention qthreads.m4, not threads.m4.
2561 * Makefile.in, aclocal.m4, configure: Rgnrtd. (Sv th vwls!)
2562 Note that these were regenerated with the tools available from
2563 Cygnus's source tree, which have patches not available to the
2564 general public. I'm not sure this was a good idea; feel free to
2565 revert them to the latest released versions of the tools.
2566
2567 Upgrade to the version of libtool available at Cygnus. See note
2568 above.
2569 * config.guess, config.sub, ltconfig, ltmain.sh: Upgraded.
2570
5ef81022
MD
25711998-07-12 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2572
2573 * configure.in: Changed variable HOSTNAME --> PROG_HOSTNAME in
2574 totoro kludge.
2575
212d45b8
MD
2576Sat Jul 11 21:54:29 1998 Mikael Djurfeldt <mdj@totoro.red-bean.com>
2577
2578 * acconfig.h, configure.in: Define TOTORO if configuring on
2579 totoro.red-bean.com.
2580
2581 * configure.in: Check for strdup.
2582
7e0fee6e
MD
25831998-05-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2584
2585 * configure.in: Check for rl_cleanup_after_signal.
2586
dd07fb66
MD
25871998-05-11 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2588
2589 * configure.in: Added test for rl_getc_function. Warn if
2590 libreadline is found but not this function.
2591
4c787b52
MD
25921998-05-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2593
2594 * configure.in: Replaced some AC_CHECK_FUNC --> AC_CHECK_FUNCS so
2595 that suitable HAVE_<function name> symbols get defined.
2596
0935d604
MD
25971998-04-25 Mikael Djurfeldt <mdj@kenneth>
2598
2599 * configure.in: Define USLEEP_RETURNS_VOID on some systems.
2c36126d 2600 (Thanks to Julian Satchell.)
0935d604 2601
64e121dc
MD
26021998-04-20 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2603
2604 * configure.in: Check for usleep; Define DECLARE_BZERO and
2605 DECLARE_USLEEP on Solaris 2.5 since it supplies those functions
2606 without declaring them.
2607
2608 * acconfig.h: Added DECLARE_BZERO, DECLARE_USLEEP
2609
26c41b99
MD
26101998-04-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2611
2612 * configure.in: Define HAVE_DLOPEN also when HAVE_LIBDL is
2613 defined.
2614
3822dd61
MD
26151998-04-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2616
2617 * configure.in (GUILE_LIBS): New variable. Contains libraries
2618 which libguile needs to be linked with. Substituted into
2619 libpath.h.
2620
2621 * threads.m4 (threads_package): Don't add $LDFLAGS and $LIBS to
2622 $cy_cv_threads_libs.
2623
5798fd97
MD
26241998-04-11 Mikael Djurfeldt <mdj@kenneth>
2625
2626 New libtool: 1.2
2627 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
2628 New automake: 1.3
2629 * Makefile.in, aclocal.m4, configure: Regenerated.
2630 * README: Mention new version numbers on libtool and automake.
2631
848f2a01
TP
26321997-12-11 Tim Pierce <twp@skepsis.com>
2633
2634 * HACKING: Note that SSH is mandatory for CVS access.
2635
341eaef0
GH
2636Sun Dec 7 06:11:24 1997 Gary Houston <ghouston@actrix.gen.nz>
2637
2638 * README: using Automake 1.2d
2639 * configure.in: AC_CHECK_FUNCS: add "system".
2640
c06768c8
TP
26411997-12-01 Tim Pierce <twp@skepsis.com>
2642
2643 * acconfig.h: Add USCORE.
2644
933a7411
MD
26451997-11-27 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2646
2647 * configure.in: Added code to enable GUILE_ISELECT on systems
2648 which have the necessary functions (gettimeofday, select).
2649
2650 * acconfig.h: Added GUILE_ISELECT.
2651
774b7f22
TP
26521997-11-24 Tim Pierce <twp@twp.tezcat.com>
2653
2654 * acinclude.m4: Assume dlsym does not add underscore if
2655 cross-compiling.
2656 * aclocal.m4, configure: Regenderated.
2657
2a0d7176
TP
26581997-11-21 Tim Pierce <twp@twp.tezcat.com>
2659
2660 * acinclude.m4 (GUILE_DLSYM_USCORE): New macro, thanks Dan Hagerty
2661 <hag@ai.mit.edu>.
2662 * configure.in: Use it.
2663 * configure: Regenerated.
2664 * acconfig.h (DLSYM_ADDS_USCORE): New #define.
72f1168d 2665
1ad2d179
MD
26661997-10-26 Mikael Djurfeldt <mdj@nada.kth.se>
2667
2668 * README (libtool): Tell people to use version 1.0e.
2669
83531e61
JB
2670Sat Oct 25 02:50:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
2671
2672 Call the QuickThreads library libqthreads.a, not libqt.a. The old
2673 name conflicts with the Qt user interface toolkit.
2674 * threads.m4 (CY_AC_WITH_THREADS): Use new library name.
2675 * configure.in: Same.
2676 * aclocal.m4, configure: Regenerated.
2677
2e368582
JB
2678Thu Oct 23 00:58:06 1997 Jim Blandy <jimb@totoro.red-bean.com>
2679
2680 * configure.in: Check for the readline library, and the termcap
2681 library (on which readline relies).
2682 * configure: Regenerated.
2683
2684Wed Oct 22 16:55:57 1997 Jim Blandy <jimb@totoro.red-bean.com>
2685
2686 New libtool: 1.0e
2687 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
2688 * configure, aclocal.m4: Regenerated.
2689
cd721def
MV
26901997-10-02 Marius Vollmer <mvo@zagadka.ping.de>
2691
2692 Make dynamic linking work on Dec Unix. (Thanks to Clark McGrew)
2693 * configure.in: Check whether dlopen can be found without -ldl.
2694
5aa28c1e
JB
2695Mon Sep 29 23:52:52 1997 Jim Blandy <jimb@totoro.red-bean.com>
2696
2697 * Makefile.in: Regenerated with automake 1.2c.
2698
9ba3d403
JB
2699Sat Sep 27 23:01:58 1997 Jim Blandy <jimb@totoro.red-bean.com>
2700
2701 * Makefile.am: Add new `build' subdirectory to SUBDIRS.
2702 * configure.in: Add build/Makefile to AC_OUTPUT clause.
2703 * Makefile.in, configure: Regenerated.
2704
2705 * Makefile.in, aclocal.m4: Regenerated with automake 1.2a.
2706
476f3c84
MD
2707Tue Sep 16 00:19:46 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2708
2709 * README, ltconfig, ltmain.sh: New libtool: 1.0c.
2710
e69807f0
MD
2711Thu Sep 11 11:28:24 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2712
2713 * ltmain.sh: Added a missing '\' before \n on line 32.
2714
1aa8162b
JB
2715Thu Aug 28 23:40:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
2716
2717 New libtool: 1.0b.
2718 * ltconfig, ltmain.sh, config.guess: Freshly libtoolized.
2719 * Makefile.in, aclocal.m4, configure: Regenerated, salamander-style.
2720
34695603
JB
2721Wed Aug 27 11:35:09 1997 Jim Blandy <jimb@totoro.red-bean.com>
2722
2723 * Makefile.in: Regenerated, so it uses "tar", not "gtar".
2724
2725 * configure.in: Use the QuickThreads assembler fragment with Irix
2726 dynamic linking support for Irix 6 as well as Irix 5. Thanks to
2727 Jesse Glick.
2728 * configure: Regenerated.
2729
e9cd5d2f
MD
2730Sun Aug 24 15:51:12 1997 Mikael Djurfeldt <mdj@kenneth>
2731
0b89e78e
MD
2732 * acinclude.m4 (GUILE_NAMED_CHECK_FUNC): New macro: Tagged test,
2733 so that test for the same function can be performed multiple
2734 times.
2735
e9cd5d2f
MD
2736 * configure.in (AC_CHECK_HEADERS): Test for rxposix.h,
2737 rx/rxposix.h. Add library rx only if regcomp can't be found
2738 without it.
2739
2740 * acconfig.h (HAVE_REGCOMP): Added it here since autoheader misses
2741 it for some reason!
2742
1782cc37
JB
2743Fri Aug 22 21:21:49 1997 Jim Blandy <jimb@totoro.red-bean.com>
2744
2745 * THANKS: New file.
2746 * Makefile.in, aclocal.m4, configure: Regenerated.
2747
757cfb94
MD
2748Wed Jul 23 20:24:27 1997 Mikael Djurfeldt <djurf@zafir.e.kth.se>
2749
2750 * configure.in: Added thread support for the alpha architecture.
2751 configure: Regenerated.
2752
f4e5b810
GH
2753Thu Jul 17 07:56:05 1997 Gary Houston <ghouston@actrix.gen.nz>
2754
2755 * configure.in: use AC_CHECK_FUNCS for sethostent etc.,
2756 so scmconfig.h is updated with the test results. this may
2757 disable one of the cygwin hacks.
2758
32552d73
JB
2759Fri Jul 11 00:18:19 1997 Jim Blandy <jimb@floss.red-bean.com>
2760
2761 Changes to compile under gnu-win32, from Marcus Daniels:
2762 * configure.in: When sys/un.h exists, define HAVE_UNIX_DOMAIN_SOCKETS
2763 to indicate that Unix domain sockets will work.
2764 Check for socketpair, getgroups, setwent, pause, and tzset
2765 (cygwin currently lacks these them).
2766 Check for sethostent endhostent getnetent setnetent endnetent
2767 getprotoent endprotoent getservent endservent getnetbyaddr
2768 getnetbyname inet_lnaof inet_makeaddr inet_netof (cygwin currently
2769 lacks them). In the case of cygwin, temporarily prefix these
2770 functions with "cygwin32_", the way that netdb.h does.
2771 Don't define HAVE_REGCOMP unless both regcomp and regex.h are
2772 available (cygwin b18 came distributed without a working regex.h
2773 file).
2774 * acconfig.h (HAVE_UNIX_DOMAIN_SOCKETS): Add this.
2775 * configure: Regenerated.
2776
ec918b9b
TP
2777Wed Jul 2 12:28:40 1997 Tim Pierce <twp@twp.tezcat.com>
2778
2779 * ltmain.sh: Remove any trailing colon on $shlibpath_var
2780 (i.e. LD_LIBRARY_PATH) for braindamaged linkers that choke on it.
2781 Patch sent to bug-libtool.
2782
4a5fa91c
TP
2783Sat Jun 28 16:13:43 1997 Tim Pierce <twp@twp.tezcat.com>
2784
2785 * configure.in: Add alloca.o explicitly to LIBOBJS (thanks Eric
2786 Backus for reporting this problem and suggesting a fix).
2787 * configure: Regenerated.
2788
a01e24ec
JB
2789Thu Jun 26 20:43:31 1997 Jim Blandy <jimb@floss.red-bean.com>
2790
2791 * Guile 1.2 released.
72f1168d 2792
a01e24ec
JB
2793 * configure.in: Check for librx after libm; fundamentals need to
2794 come first.
2795 * configure: Regenerated.
2796
787d7283
TP
2797Tue Jun 24 13:34:20 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
2798
2799 * aclocal.m4 (AM_PATH_PROG_LD): Change `ac_cv_path_LD' typo to
2800 `am_cv_path_LD'.
2801 * configure: Regenerated.
2802
0dc48630
JB
2803Sun Jun 22 15:43:07 1997 Jim Blandy <jimb@floss.red-bean.com>
2804
91b28bb5
JB
2805 Try to detect when people are using one version of libguile and a
2806 different version of ice-9. People have been skewing things and
2807 sending in bug reports.
2808 * configure.in: Provide libguile its version information through a
2809 separate header file generated by the Makefile, not through
72f1168d 2810 scmconfig.h.
91b28bb5
JB
2811 (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):
2812 AC_SUBST these, instead of AC_DEFINE'ing them.
2813 (GUILE_STAMP): New AC_SUBST: the time we configured the tree.
2814 (AC_OUTPUT): Create ice-9/version.scm.
2815 * acconfig.h (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION,
2816 GUILE_VERSION): Deleted.
2817 * Makefile.in: Regenerated.
2818
0dc48630
JB
2819 * aclocal.m4: Regenerated, using the libtool 0.9h m4 macros.
2820
2821 * Makefile.am (EXTRA_DIST): Include acconfig.h in the
2822 distribution.
2823 * Makefile.in: Regenerated.
2824
91529b1d
JB
2825Sat Jun 21 00:14:07 1997 Jim Blandy <jimb@floss.red-bean.com>
2826
2827 * ltmain.sh (line 1191): Don't forget 'test' in if statement.
2828
2829 * ltconfig, ltmain.sh: libtoolized, using libtool 0.9h.
2830
3688473b
JB
2831Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com>
2832
832b09ed
JB
2833 * ltconfig, ltmain.sh, config.guess: New files from libtool 0.9g.
2834
2835 * configure.in: By default, include functions in Guile to allow
2836 linking with dynamic libraries at run-time. In other words,
2837 --enable-dynamic-linking is now the default.
2838 * configure: Rebuilt.
2839
cad2eb84
JB
2840 * configure.in: Remove space between AC_CHECK_LIB and opening
2841 paren in check for Rx.
2842 * configure: Regenerated.
2843
3688473b
JB
2844 * configure.in: Remove all mention of xtra_PLUGIN_guile_libs.
2845 It's never used.
2846 * configure, Makefile.in: Regenerated.
2847
2848Tue Jun 10 23:37:12 1997 Jim Blandy <jimb@floss.red-bean.com>
2849
2850 * configure.in: Move checks for libraries (-lm, -lnsl, -lsocket,
2851 -dl, -dld) before checks for functions.
2852 * configure: Regenerated.
2853
95d59d10
JB
2854Mon Jun 9 02:35:46 1997 Tim Pierce <twp@twp.tezcat.com>
2855
2856 * config.guess: New copy from autoconf-2.12, which recognizes
2857 OpenBSD.
2858
14d546a7
JB
2859Tue Jun 3 16:34:19 1997 Jim Blandy <jimb@totoro.cyclic.com>
2860
2861 * configure.in: Check for Rx, so we will use its routines (which I
2862 pretty much trust) if it is installed.
2863 * configure: Regenerated.
2864
e1a191a8
GH
2865Sat May 31 03:48:45 1997 Gary Houston <ghouston@actrix.gen.nz>
2866
2867 * acconfig.h: mention HAVE_RESTARTS.
2868 * configure.in: check for sigaction and restartable system calls.
2869
737c9113
JB
2870Tue May 27 22:47:52 1997 Tim Pierce <twp@twp.tezcat.com>
2871
2872 * configure.in: Check for presence of regcomp.
2873 * configure: Regenerated.
2874
3f4c654d
JB
2875Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
2876
36539a15
JB
2877 * COPYING: New address for FSF.
2878
3f4c654d
JB
2879 * configure.in: We don't need to add fileblocks.o to LIBOBJS if
2880 struct stat doesn't have the st_blocks field. We take care of
2881 that case in the code. Replace AC_STRUCT_ST_BLOCKS with its
a00c28cd 2882 definition, edited appropriately. (Bernard URBAN)
3f4c654d
JB
2883 * configure: Regenerated.
2884
c1a649bf
JB
2885Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
2886
3f4c654d
JB
2887 * configure.in: Don't link against -lnsl or -lsocket unless we
2888 actually need to. This causes trouble on Irix. (Thanks to Larry
2889 Schwimmer.)
2890
c1a649bf
JB
2891 * config.sub: Get newer version, that recognizes the i686.
2892
c5ac623b
JB
2893Fri May 16 17:26:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
2894
2895 * README: Changed Mikael's threads work attribution in order
2896 to sooth Anthony's enormous, but wounded, ego.
2897
2898Fri May 16 17:26:53 1997 Jim Blandy <jimb@totoro.cyclic.com>
2899
2900 Just kidding!!!
2901
adb98aa9
JB
2902Fri May 16 04:24:48 1997 Jim Blandy <jimb@floss.cyclic.com>
2903
2904 Guile 1.1 released.
2905 * GUILE-VERSION: Bump to 1.1.
2906
9b01064c
JB
2907Tue May 13 16:34:40 1997 Jim Blandy <jimb@floss.cyclic.com>
2908
2909 Switch to automake-1.1p.
2910 * Makefile.in, aclocal.m4, configure: Regenerated.
2911
d53f4df2
JB
2912Mon May 12 18:29:45 1997 Jim Blandy <jimb@floss.cyclic.com>
2913
2914 * threads.m4: Copy Anthony's change here, so it'll actually
2915 survive.
2916
ec06dd30
AG
2917Thu May 8 11:48:40 1997 Anthony Green <green@hoser.cygnus.com>
2918
72f1168d 2919 * aclocal.m4: Fixes for building with coop threads in a
ec06dd30
AG
2920 seperate compilation directory.
2921 * configure: Rebuilt.
2922
953b3c55
JB
2923Fri May 2 16:24:15 1997 Jim Blandy <jimb@floss.cyclic.com>
2924
2925 Upgrade to libtool 0.9e.
2926 * ltconfig, ltmain.sh, config.guess, config.sub: New versions,
2927 supplied by libtool.
2928
2929 * configure.in: When configuring qt, sunos needs the underscore
2930 files; Solaris and Linux both need the normal files.
2931 * configure: Reebilt.
72f1168d 2932
8225b156
JB
2933Thu May 1 15:35:49 1997 Jim Blandy <jimb@floss.cyclic.com>
2934
2935 * configure.in: Get the paths for qt's md files right, so it can
2936 build correctly when using a separate compilation directory.
2937 * configure: Regenerated.
2938
20108301
JB
2939Thu Apr 24 01:20:34 1997 Jim Blandy <jimb@floss.cyclic.com>
2940
67061067
JB
2941 Get threads to work again.
2942 * Makefile.am (SUBDIRS): List libguile last, so qt gets built
2943 first.
2944 * Makefile.in: Regenerated.
2945 * aclocal.m4, configure: Regenerate, with modern definition of
2946 CY_AC_WITH_THREADS. Where did the old text come from? Creepy...
2947
2948 Reduced Guile distribution: one configure script, no plugins.
20108301
JB
2949 * configure.in: Merged the old text from qt/configure.in and
2950 libguile/configure.in; Tom Tromey says automake only wants one
2951 configure.in script. This seems fishy, but...
2952 * Makefile.am: List the subdirectories explicitly; no more PLUGIN
2953 gubbish.
2954 * acconfig.h, acinclude.m4: Moved here from libguile, since
2955 libguile's configure script lives here now.
2956 * AUTHORS, INSTALL, README: Updated.
2957 * Makefile.in, aclocal.m4 configure: Regenerated. Just like
2958 amputated amphibian limbs.
2959
93918199
JB
2960Tue Apr 22 16:57:38 1997 Jim Blandy <jimb@totoro.cyclic.com>
2961
2962 * newdoc/ref/Makefile.am (dist_texis): Distribute the index files.
2963 * newdoc/ref/Makefile.in: Regenerated.
2964
7c9c7760
JB
2965Mon Apr 14 18:51:25 1997 Jim Blandy <jimb@floss.cyclic.com>
2966
2967 * threads.m4 (CY_AC_WITH_THREADS): When using coop threads, no
2968 need to link against libthreads; the files it used to contain
2969 are now a part of libguile.
2970
c8b62a7e
JB
2971Sun Apr 13 22:14:10 1997 Jim Blandy <jimb@floss.cyclic.com>
2972
2973 * guile.m4: Revert change of Mar 15, and use the new 'no-define'
2974 argument to the AM_INIT_AUTOMAKE macro.
2975
12afb619
JB
2976Fri Apr 11 15:43:07 1997 Jim Blandy <jimb@totoro.cyclic.com>
2977
2978 * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
2979 * README: Say where to find libtool 0.9d.
72f1168d 2980
58bc1a29
JB
2981Wed Apr 9 17:51:13 1997 Jim Blandy <jimb@floss.cyclic.com>
2982
2983 Changes to work with automake-1.1n, which has better libtool
2984 support. Also use libtool 0.8.
2985 * README: Note new version numbers for automake and libtool.
2986 * missing: New file required by new automake.
2987 * Makefile.in: Regenerated.
2988
5c09c7ea
JB
2989Sat Apr 5 16:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
2990
2991 * newdoc/ref/scheme.texi (set-object-property!): Fix function name.
2992
2993 * Makefile.am: Omit doc subtree.
2994 * configure.in: Omit makefiles in doc subtree.
2995 * Makefile.in, configure: Rebuilt.
2996
3b0d0eb8
MD
2997Sat Mar 15 01:11:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2998
2999 * guile.m4 (AM_INIT_GUILE_MODULE): Replaced AM_INIT_AUTOMAKE macro
3000 with its definition and commented out definition of PACKAGE. This
3001 changed seemed necessary after having removed PACKAGE from
3002 libguile/acconfig.h.
3003
15ae1bee
MD
3004Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3005
afa64ca8 3006 * ltconfig, ltmain.sh: New versions from libtool-0.9.
72f1168d 3007
15ae1bee
MD
3008 * configure.in: Added AM_MAINTAINER_MODE
3009
863b096e
JB
3010Fri Feb 7 17:57:46 1997 Jim Blandy <jimb@floss.cyclic.com>
3011
3012 * config.sub, config.guess: New versions, that handle i686, etc.
3013
de74670f
MG
3014Thu Jan 23 07:06:15 1997 Mark Galassi <rosalia@papageno.lanl.gov>
3015
3016 * newdoc/tutorial/guile-tut.texi: started checking in the Guile
3017 tutorial rewrite, but have not merged much into it yet.
3018
31e59da8
MG
3019Tue Jan 21 17:28:40 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
3020
3021 * newdoc/ref/guile-ref.texi: started checking in parts of the
de74670f 3022 reference manual re-write.
31e59da8 3023
3890022f
MV
3024Sat Jan 11 14:40:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
3025
3026 * ltconfig, ltmain.sh: New files for libtool support. libguile,
3027 rx, gh and gtcltk-lib can now be build as shared libraries.
3028 * Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh
3029
01cf3840
JB
3030Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
3031
3032 * Guile 1.0 released. This is the first release by the Free
3033 Software Foundation; Cygnus has also released earlier versions of
3034 Guile.
72f1168d 3035
01cf3840
JB
3036 * GUILE-VERSION: Updated version number.
3037 * NEWS: Added comments for all the user-visible changes marked in
3038 the ChangeLogs.
3039 * README: Updated for release.
3040
0a67c27a
GH
3041Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
3042
3043 * scsh: new directory.
3044
733943b9
TT
3045Mon Dec 2 17:33:04 1996 Tom Tromey <tromey@cygnus.com>
3046
3047 * configure.in: Generate doc/guile-programmer/Makefile and
3048 doc/guile-user/Makefile.
3049
3050Sat Nov 30 23:45:54 1996 Tom Tromey <tromey@cygnus.com>
3051
3052 * aclocal.m4: Now automatically generated by aclocal.
3053 * threads.m4: New file.
3054 * guile.m4: New file.
3055 * Makefile.am, doc/Makefile.am: New files.
3056 * configure.in: Updated for Automake. Avoid excessively verbose
3057 "greet" messages.
3058
8a2c7b71
MG
3059Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
3060
3061 * lgh: directory renamed to gh, along with all prefixes of the
3062 high level library procedures.
3063
1eaceb61
JB
3064Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
3065
72f1168d 3066 * Makefile.in (TAGS tags): Find the source files in $srcdir.
1eaceb61 3067
a857bf16
JB
3068Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
3069
3070 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
3071
e5e0f394
MD
3072Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
3073
3074 * configure.in: Added some configuration magic from the Cygnus
3075 distribution.
3076
3077 * aclocal.m4: New file. For now used for thread support
3078 configuration.
72f1168d 3079
891ee51c
MG
3080Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
3081
7d41a049
MG
3082 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
3083
891ee51c
MG
3084 * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
3085 directories, to arrange for lgh to the last thing
3086 configured/built.
3087
84da179f 3088Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
2be50ff5
MG
3089
3090 * lgh/: added the directory in which I implement the high level
3091 libguile library (lgh_) for this release of Guile. See the
3092 ChangeLog in there for further details.
3093
ea332eb2
MG
3094Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
3095
3096 * doc/ (guile-user and guile-programmer): added the guile-user and
3097 guile-programmer directories which contain the user and programmer
3098 manuals. See the ChangeLog entries there for detail.
3099
21dc7b47
JB
3100Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
3101
3102 * Makefile.in (distclean): Don't forget to delete doc/Makefile.
3103
3104 * Makefile.in (distclean): Don't forget to delete
3105 config.build-subdirs.
3106
de15ba3a
JB
3107Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
3108
3109 * Makefile.in (tags): New name for `TAGS' target, which will
3110 always run the commands.
3111
1089e30d
JB
3112Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
3113
3114 * README: Doc fixes.
3115
228ada63
JB
3116Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
3117
3118 * Makefile.in (TAGS): Produce a single tags file for all of Guile.
3119
93ef5778
JB
3120Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
3121
3122 * configure.in: Check for -ldl, so the check for Tcl won't fail
3123 spuriously.
3124
253efac3
JB
3125Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
3126
39b3bff6
JB
3127 Change the way we decide whether to build gtcltk-lib, so that it's
3128 omitted from the build process when appropriate, but never from
3129 the dist process.
3130 * configure.in: Don't edit all_subdirs depending on the
3131 availability of Tk; let that be the list of all PLUGIN
3132 subdirectories present, as it used to be. Instead, edit a new
3133 variable, build_subdirs; write its final value, the list of
3134 subdirs we do want to compile in, to config.build-subdirs.
3135 Substitute that into the top-level Makefile too.
3136 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
3137 recurse on the subdirectories we should build.
3138 (distdirs): Set this to @existingdirs@, so it includes the subdirs
3139 we decided not to build.
3140
253efac3
JB
3141 * doc/gtcltk.texi: File resurrected from old Guile releases.
3142 * doc/Makefile.in (info): Build the gtcltk documentation.
3143 (DIST_FILES): Include it in the distribution.
3144
3145 * configure.in: If we can find the library for tcl7.5, build
3146 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
3147 compiler (not sure this is necessary).
3148
795b4217
JB
3149Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
3150
3151 * NEWS: Fix bug reporting address.
3152
3153Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
3154
3155 * AUTHORS: New file, in accordance with the GNU maintainers'
3156 standards.
3157
ce2cc116
JB
3158Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
3159
3160 * README: Renamed from ANNOUNCE; include bug report address,
3161 description, and short tour.
3162 * INSTALL: Renamed from BUILDING.
3163 * NEWS: New file.
3164 * Makefile.in (DISTFILES): Update appropriately.
3165
a44a755d
JB
3166Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
3167
0196b30a
JB
3168 * doc/Makefile.in: Added pattern targets for creating DVI and
3169 PostScript files.
3170 (%.ps, %.dvi, %.txt): New targets.
3171 (DVIPS, TEXI2DVI): New variables.
3172
a44a755d
JB
3173 * GUILE-VERSION: Updated to 1.0b3.
3174
3175 Rehashed distribution system, in preparation for nightly
3176 snapshots. Other changes in subdirectories.
3177 * Makefile.in (dist): Rewritten --- the old target was out of
3178 date, dependent on files that we don't have, and relied on GNU
3179 tar. The new target is simpler.
3180 (VERSION, srcdir, dist_dirs): New variables.
3181 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
3182 TODO.
3183 (localtreats): Variable removed. We don't have this file.
3184 (info): cd to doc and make info there; don't make info in every
3185 ${subdir}; those Makefiles don't know what to do.
3186 (distname, distdir, treats, announcefile): Variables removed.
3187 (manifest-file): Target removed.
3188 (dist-dir): New target, responsible for distributable files in
3189 this directory.
3190 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
3191 controlling the 'dist' target.
3192 * configure.in: Substitute GUILE-VERSION into the top-level
3193 Makefile. Build doc/Makefile from doc/Makefile.in.
3194
3195 * doc/Makefile.in: New file.
d9f71a07
LC
3196
3197
3198;; Local Variables:
3199;; coding: utf-8
3200;; End: