Changes from arch/CVS synchronization
[bpt/guile.git] / ChangeLog
CommitLineData
6f0579c2
NJ
12007-02-24 Neil Jerram <neil@ossau.uklinux.net>
2
5cfbbaff
NJ
3 * autogen.sh: Announce versions of autoconf, automake, libtool and
4 m4.
5
6f0579c2
NJ
6 * pre-inst-guile.in (subdirs_with_ltlibs): Add libguile.
7
819cd901
NJ
82007-02-18 Neil Jerram <neil@ossau.uklinux.net>
9
819cd901
NJ
10 * config.rpath (Module): New (from gettext package).
11
a2f00b9b
LC
122007-01-31 Ludovic Courtès <ludovic.courtes@laas.fr>
13
14 * configure.in: Look for `langinfo.h', `nl_types.h', `xlocale.h'
15 and `nl_langinfo'.
16
a872aa83
NJ
172007-01-28 Neil Jerram <neil@ossau.uklinux.net>
18
3d4797ca
NJ
19 * INSTALL: New upstream version.
20
a872aa83
NJ
21 * ABOUT-NLS: New upstream version.
22
b3aa4626
KR
232007-01-23 Kevin Ryde <user42@zip.com.au>
24
25 * configure.in (isinf, isnan): Use a volatile global to stop gcc
26 optimizing out the test. In particular this fixes solaris where there
27 isn't an isinf or isnan (though gcc still optimizes as if there is).
28 Reported by Hugh Sasse.
29 (AC_C_VOLATILE): New.
30
924e8008
HWN
312007-01-22 Han-Wen Nienhuys <hanwen@lilypond.org>
32
33 * .gitignore: new file. Make using git easier.
34
b3aa4626
KR
352007-01-22 Kevin Ryde <user42@zip.com.au>
36
37 * configure.in (AC_INIT): Don't use "echo -n", it's not portable and
38 in particular fails on solaris (resulting in literal "-n"s going into
39 the output, making the resulting configure unusable). Reported by
40 Hugh Sasse.
41
73cc2740
HWN
422007-01-03 Han-Wen Nienhuys <hanwen@lilypond.org>
43
44 * autogen.sh (Module): only try to run render-bugs if it exists.
45
01ec9e94
KR
462006-12-27 Kevin Ryde <user42@zip.com.au>
47
48 * configure.in (pthread_get_stackaddr_np, pthread_sigmask): New tests.
49
502006-12-24 Han-Wen Nienhuys <hanwen@lilypond.org>
51
52 * autogen.sh (mscripts): only execute render-bugs if it exists.
53
542006-12-23 Kevin Ryde <user42@zip.com.au>
55
56 * configure.in (-lm): No need to suppress libm on mingw, it's not
57 needed because it's empty, but including it does no harm.
58 (-lm): Look for "cos" instead of "main", since cos and friends are the
59 purpose of looking for libm.
60 (winsock etc): Test $host = *-*-mingw* rather than $MINGW32, autoconf
61 regards the latter as obsolete.
62 (AC_MINGW32): Remove test, $MINGW32 now unused.
63 (uint32_t): Look at HAVE_NETDB_H rather than hard-coding __MINGW32__
64 in the test program.
65
662006-12-15 Kevin Ryde <user42@zip.com.au>
67
68 * configure.in (process.h, pipe, _pipe): New checks.
69
702006-12-14 Kevin Ryde <user42@zip.com.au>
71
72 * configure.in (struct timespec, pthread.h): Look for struct timespec
73 in <pthread.h> as well as <time.h>, it's in pthread.h on mingw.
74 Reported by Nils Durner.
75
762006-12-03 Kevin Ryde <user42@zip.com.au>
77
78 * Makefile.am (AUTOMAKE_OPTIONS): Bump to automake 1.10 required, so
79 that config.rpath from gettext will go into the dist (and give an
80 error if not).
81
82 * configure.in (AM_PROG_CC_C_O): New macro, needed by automake 1.10
83 for per-target cflags in libguile/Makefile.am.
84
b89c4943
LC
852006-11-18 Ludovic Courtès <ludovic.courtes@laas.fr>
86
87 * GUILE-VERSION: Added `LIBGUILE_I18N_*'.
88
89 * configure.in: Look for `strcoll_l ()' and `newlocale ()'.
90 Substitute the `LIBGUILE_I18N_' variables.
91
92 * NEWS: Mention `(ice-9 i18n)'.
93
51d079ab
NJ
942006-11-17 Neil Jerram <neil@ossau.uklinux.net>
95
96 * README: Note need for subscription to bug-guile@gnu.org.
97
98 * NEWS: Note need for subscription to bug-guile@gnu.org.
99
d9f71a07
LC
1002006-11-08 Ludovic Courtès <ludovic.courtes@laas.fr>
101
102 * configure.in: Pass `bug-guile@gnu.org' as a third argument to
103 `AC_INIT'.
104
9a5fa6e9
NJ
1052006-10-25 Neil Jerram <neil@ossau.uklinux.net>
106
107 IA64 HP-UX patch from Hrvoje Nikšić. (Thanks!)
108
109 * configure.in: New check for uca lib (needed for IA64 on HP-UX).
110
8ab3d8a0
KR
1112006-10-06 Rob Browning <rlb@defaultvalue.org>
112
113 Guile 1.8.1 released.
114
115 * GUILE-VERSION (GUILE_MICRO_VERSION): Increment for release.
116 (LIBGUILE_INTERFACE_REVISION): Increment for release.
117 (LIBGUILE_SRFI_SRFI_1_INTERFACE_REVISION): Increment for release.
118 (LIBGUILE_SRFI_SRFI_4_INTERFACE_REVISION): Increment for release.
119 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_REVISION): Increment for release.
120 (LIBGUILE_SRFI_SRFI_60_INTERFACE_REVISION): Increment for release.
121
122 * Makefile.am (EXTRA_DIST): Add LICENSE.
123
1242006-09-28 Kevin Ryde <user42@zip.com.au>
125
126 * configure.in (chsize, ftruncate, truncate): New tests, for mingw.
127
1282006-09-27 Kevin Ryde <user42@zip.com.au>
129
130 * configure.in (clog10): New test, not in mingw.
131
1322006-09-23 Kevin Ryde <user42@zip.com.au>
133
134 * configure.in (complex.h, complex double, csqrt): New tests.
135
9a5fa6e9 1362006-09-20 Ludovic Courtès <ludovic.courtes@laas.fr>
a17d2654
LC
137
138 * configure.in: Check for `isblank ()'.
139
140 * NEWS: Mentioned the interaction between `setlocale' and SRFI-14
141 standard char sets.
bdb55624 142
8ab3d8a0
KR
1432006-08-22 Kevin Ryde <user42@zip.com.au>
144
145 * configure.in: Test if need braces around PTHREAD_ONCE_INIT, set
146 AC_OUTPUT of SCM_I_GSC_NEED_BRACES_ON_PTHREAD_ONCE_INIT.
147
8746959c
NJ
1482006-08-18 Neil Jerram <neil@ossau.uklinux.net>
149
1e2346ae
NJ
150 * configure.in: Generate Makefile for emacs subdir.
151
152 * Makefile.am (SUBDIRS): Add emacs subdir.
153
154 * configure.in: Generate Makefile for ice-9/debugging subdir.
8746959c 155
8ab3d8a0
KR
1562006-07-25 Kevin Ryde <user42@zip.com.au>
157
158 * configure.in (AC_CHECK_FUNCS): Add pthread_getattr_np.
159
1602006-07-24 Kevin Ryde <user42@zip.com.au>
161
162 * configure.in (AC_CHECK_DECLS): Add sethostname for Solaris 10.
163 (AC_CHECK_FUNCS): Remove dirfd, it's a macro.
164 Reported by Claes Wallin.
165
1662006-06-25 Kevin Ryde <user42@zip.com.au>
167
168 * configure.in (AC_CHECK_MEMBERS): Test struct tm.tm_gmtoff.
169
9a5fa6e9 1702006-06-13 Ludovic Courtès <ludovic.courtes@laas.fr>
ad97642e
LC
171
172 * NEWS: Mentioned the new behavior of `equal?' for structures.
173
d79a62db
NJ
1742006-06-06 Neil Jerram <neil@ossau.uklinux.net>
175
176 * acinclude.m4 (ACX_PTHREAD): Update to latest definition from
177 autoconf macro archive, to fix pthread linking problem on Solaris
178 10, reported by Charles Gagnon.
179
23f2b9a3
KR
1802006-05-28 Kevin Ryde <user42@zip.com.au>
181
182 * configure.in (isnan): Remove "#ifdef __MINGW32__, #define isnan
183 _isnan". Mingw provides isnan as a macro (in math.h), the test
184 already detects it just fine with no special case.
185
1862006-05-26 Kevin Ryde <user42@zip.com.au>
187
188 * configure.in (AC_CHECK_FUNCS): Add ioctl.
189 (pthread_attr_getstack): Restrict test to pthreads case, to avoid
190 AC_TRY_RUN when cross-compiling --without-threads.
191
1922006-05-20 Kevin Ryde <user42@zip.com.au>
193
194 * configure.in (S_ISLNK): Remove test, leave it to #ifdef in the .c
195 files.
196
1972006-05-16 Kevin Ryde <user42@zip.com.au>
198
199 * configure.in (struct stat st_blocks): Change AC_STRUCT_ST_BLOCKS to
200 a plain AC_CHECK_MEMBERS, we don't want AC_LIBOBJ(fileblocks) which
201 the former gives. Remove the commented-out code that was to have
202 munged fileblocks out of LIBOBJS. This fixes mingw, where the lack of
203 st_blocks and absense of the fileblocks.c replacement caused build
204 failure. Reported by "The Senator".
205 (struct stat st_rdev, st_blksize): Combine into a single
206 AC_CHECK_MEMBERS.
207
2082006-04-18 Rob Browning <rlb@defaultvalue.org>
209
210 * configure.in: Add AC_CONFIG_AUX_DIR([.]) as suggested in the
211 autotools documentation.
212
4f416616
KR
2132006-04-16 Kevin Ryde <user42@zip.com.au>
214
215 * configure.in (stat64, off_t): New tests.
216
2172006-03-31 Kevin Ryde <user42@zip.com.au>
218
219 * configure.in (socklen_t): Enhance test for this type, coping with
220 need for <sys/socket.h> on MacOS X. Reported by Michael Tuexen and
221 Jay Cotton.
222
2232006-03-26 Marius Vollmer <mvo@zagadka.de>
224
225 * configure.in: Added check that defines
226 PTHREAD_ATTR_GETSTACK_WORKS when pthread_attr_getstack works for
227 the main thread.
228
2292006-02-26 Kevin Ryde <user42@zip.com.au>
230
231 * configure.in (AC_CHECK_FUNCS): Add dirfd.
232
2332006-02-20 Marius Vollmer <mvo@zagadka.de>
234
235 Released 1.8.0.
236
237 * GUILE-VERSION: Set version.
238
0f24e75b
MV
239 * GUILE-VERSION: Bumped versions for 1.9 series.
240
4f416616
KR
2412006-02-06 Marius Vollmer <mvo@zagadka.de>
242
243 Branched for 1.8 series.
244
245 * GUILE-VERSION: Bumped version numbers.
246
247 * configure.in: Removed --enable-arrays option.
248
9abd541e
NJ
2492005-12-14 Neil Jerram <neil@ossau.uklinux.net>
250
251 * NEWS: Remove entry claiming that breakpoints have been added,
252 because breakpoints are now implemented outside the core distro.
253 Add entries on obsolescence of the 'cheap option and on tweaking
254 support in evaluator trap calls. Finally, correct outline level
255 of item about make-keyword-from-dash-symbol.
256
dae11beb
NJ
2572005-07-09 Neil Jerram <neil@ossau.uklinux.net>
258
e363047c
NJ
259 * configure.in (AC_CONFIG_FILES): Removed emacs/Makefile and
260 ice-9/debugger/breakpoints/Makefile.
261
dae11beb
NJ
262 * Makefile.am (SUBDIRS): Removed emacs.
263
875a58aa
MV
2642005-06-05 Marius Vollmer <mvo@zagadka.de>
265
266 From Jan Nieuwenhuizen <janneke@gnu.org>. Thanks!
267
268 * configure.in: Add tests for socklen_t and ip_mreq.
269
ba78f311
KR
2702005-03-13 Kevin Ryde <user42@zip.com.au>
271
272 * configure.in, GUILE-VERSION (LIBGUILE_SRFI_SRFI_60): New defines.
273
d1c38e11
MV
2742005-03-09 Marius Vollmer <mvo@zagadka.de>
275
276 Guile 1.7.2 has been released.
277
278 * GUILE-VERSION (GUILE_MICRO_VERSION): Incremented to "2".
279
461f34aa
MV
2802005-03-08 Marius Vollmer <mvo@zagadka.de>
281
282 libltdl is no longer distributed. We expect it to be installed
283 already.
284
285 * configure.in: Do not call AC_LIBLTDL_INSTALLABLE. Use
286 AC_CHECK_LIB instead. Do not subst LTDLINCL and LIBLTDL. Do not
287 add "-DLIBLTDL_DLL_IMPORT" on MINGW32.
288
289 * Makefile.am (SUBDIRS): Removed libltdl.
290
291 * README: Talk about required external packages.
292
293 * autogen.sh: Do not call libtoolize.
294
a81b8618
MV
2952005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
296
297 * configure.in: Do not check for fast or recursive mutexes. Check
298 for pthread_attr_getstack.
299 (SCM_I_GSC_USE_COOP_THREADS): Dot not subst.
300 (pthread_mutexattr_settype): Do not check for it.
301
35f2529d
MV
3022005-02-28 Marius Vollmer <mvo@zagadka.de>
303
304 * autogen.sh: Add '--verbose' option to autoreconf invocation.
305 Thanks to Bruno Haible.
306
0356881d
MV
3072005-01-02 Marius Vollmer <mvo@zagadka.de>
308
309 * configure.in (SCM_I_GSC_HAVE_ARRAYS): Removed '--disable-arrays'
310 option.
311
7674622e
KR
3122004-11-28 Kevin Ryde <user42@zip.com.au>
313
314 * configure.in (AC_SUBST): Correction, LTDLINC should be LTDLINCL, the
315 latter is what libtool defines.
316
7b1574ed
MV
3172004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
318
319 * libguile.h: Include "libguile/srfi-4.h".
320
22417f2f
MV
3212004-10-25 Marius Vollmer <marius.vollmer@uni-dortmund.de>
322
323 * autogen.sh: Added explicit invocation of libtoolize before
324 autoreconf so that libltdl/ is updated as well.
325
6191ccec
MV
3262004-10-22 Marius Vollmer <marius.vollmer@uni-dortmund.de>
327
328 Removed usage of libguile-ltdl.
329
330 * configure.in: Call AC_LIBLTDL_INSTALLABLE instead of
331 AC_LIB_LTDL.
332 (AC_CONFIG_SUBDIRS): Added libltdl.
333 (DLPREOPEN, LTDLINC, LIBLTDL): Moved AC_SUBST near other libtool
334 stuff. Also subst LTDLINC instead of INCLTDL.
335 (AC_CONFIG_FILES): Removed libguile-ltdl/Makefile and
336 libguile-ltdl/upstream/Makefile.
337
338 * Makefile.am (SUBDIRS): Replaced libguile-ltdl with libltdl.
339
cfbd0f35
MV
3402004-09-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
341
5cc183a1
MV
342 * ABOUT-NLS: New, from gettext 0.14.1.
343
cfbd0f35
MV
344 * configure.in: Do use AM_GNU_GETTEXT, since gettextize is not run
345 with autoconf 2.59.
346
32540d85
MV
3472004-09-25 Marius Vollmer <mvo@zagadka.de>
348
349 * configure.in: Do not use AM_GNU_GETTEXT for now, it causes
350 gettextize to run during autogen.sh, which we do not want.
351 Explicitely check for libintl, gettext, bindtextdomain, and
352 textdomain instead.
353
84adbbc8
MV
3542004-09-24 Marius Vollmer <mvo@zagadka.de>
355
2edf319f
MV
356 * libguile.h: Include <gmp.h> outside of extern "C" block.
357 (Note that numbers.h still includes gmp.h to make it
358 self-contained.)
359
84adbbc8
MV
360 * configure.in: Do not include PTHREAD_CFLAGS in CFLAGS, CFLAGS is
361 for the user and is often overwritten temporarily.
362 (GUILE_CFLAGS): New, include PTHREAD_CFLAGS here.
363 (GUILE_LIBS): Remove THREAD_LIBS_INSTALLED, which is unused now.
364
d5ac9b2a
MV
3652004-09-22 Marius Vollmer <mvo@zagadka.de>
366
367 * configure.in: Add AM_GNU_GETTEXT invocation. From Bruno Haible.
368
9c0485fc
MV
3692004-09-21 Marius Vollmer <mvo@zagadka.de>
370
371 * acinclude.m4 (ACX_PTHREAD): New.
372 * configure.in: Use it instead of simply looking for -lpthread.
9a5fa6e9 373 Thanks to Andreas Vögele!
9c0485fc 374
eb8d0af1
MV
3752004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
376
377 * configure.in: Fail when alloca can not be found natively.
378
edea856c
SJ
3792004-09-03 Stefan Jahn <stefan@lkcc.org>
380
381 * configure.in (isinf): Let configure find the isinf() function
382 on MinGW32 systems.
383
c495c342
KR
3842004-08-27 Kevin Ryde <user42@zip.com.au>
385
386 * configure.in (AC_CHECK_MEMBERS): Add struct sockaddr.sin_len and
387 struct sockaddr_in6.sin6_len. Reported by Michael Tuexen.
388
95bcfff7
MV
3892004-08-27 Marius Vollmer <mvo@zagadka.de>
390
391 Guile 1.7.1 as been released.
392
51fab002
MV
3932004-08-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
394
395 * GUILE-VERSION: Bumped all versions for the 1.7.1 release. Added
396 LIBGUILE_*_MAJOR variables for inclusion in the names of shared
397 libraries such as "libguile-srfi-srfi-1-v-MAJOR.la". Removed
398 LIBQTHREADS_*.
399 * configure.in: Updated for the new set of variables defined in
400 GUILE-VERSION.
401
41e4b992
MV
4022004-08-25 Marius Vollmer <marius.vollmer@uni-dortmund.de>
403
404 * libguile.h: Include srfi-13.h and srfi-14.h, do not include
405 strop.h.
406
f7f3964e
MV
4072004-08-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
408
409 * README: Document the new --disable-discouraged option.
410
411 * configure.in (SCM_I_GSC_ENABLE_DISCOURAGED): New, for the new
412 --enable-discouraged option.
413
414 * libguile.h: Include libguile/discouraged.h.
415
315158a8
MV
4162004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
417
418 * configure.in: Bugfix: logic in detecting ptrdiff_t was inverted;
419 assume ptrdiff_t is available when its size is non-zero, not when
51fdb325
MV
420 it is zero. Do no longer define SCM_I_GSC_*_LIMITS macros. Check
421 for sizes of size_t and intmax_t.
315158a8 422
b7341ea4
MV
4232004-07-09 Marius Vollmer <mvo@zagadka.de>
424
425 * configure.in: Bugfix: set SCM_I_GSC_T_UINTMAX, not
9a5fa6e9 426 SCM_I_GSC_T_INTMAX in two places. Thanks to Andreas Vögele!
b7341ea4 427
c9eb03bb
MV
4282004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
429
430 * configure.in: When checking for suitable types for scm_t_int8,
431 etc, try int8_t first, so that we pick them up when they are
432 defined. Also, substitute limit macros like INT8_MIN into the
433 configure header for all these types.
434
e4e249c1
KR
4352004-07-05 Kevin Ryde <user42@zip.com.au>
436
437 * configure.in (isinf, isnan): Detect macro versions as well as
438 functions, since C99 specifies them as macros and that's all HP-UX
439 has. Reported by Andreas Voegele.
440
ae7ded56
MV
4412004-06-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
442
443 * configure.in: Removed code for --enable-htmldoc; support for
444 HTML is now included in automake.
445
060fd2f9
RB
4462004-06-16 Rob Browning <rlb@defaultvalue.org>
447
448 * pre-inst-guile.in: modify to handle move of readline.scm to
449 ice-9 subdir of guile-readline.
450
451 * pre-inst-guile-env.in: modify to handle move of readline.scm to
452 ice-9 subdir of guile-readline.
453
454 * configure.in: move package and version args to AC_INIT as is now
455 recommended. This also requires m4_esyscmd to read GUILE-VERSION
456 given the way AC_INIT handles its args.
457
6dfc9f1f
KR
4582004-04-22 Kevin Ryde <user42@zip.com.au>
459
460 * configure.in (AC_CHECK_HEADERS): Add fenv.h.
461 (AC_CHECK_FUNCS): Add fesetround.
462
e08d2eee
KR
4632004-04-18 Kevin Ryde <user42@zip.com.au>
464
465 * configure.in (AC_CHECK_FUNCS): Add readdir_r.
466
51ebeed1
KR
4672004-03-23 Kevin Ryde <user42@zip.com.au>
468
469 * configure.in (AC_CHECK_FUNCS): Add sysconf.
470 (AC_CHECK_HEADERS): Add netdb.h and sys/param.h.
471
fa525c8a
KR
4722004-03-21 Kevin Ryde <user42@zip.com.au>
473
474 * configure.in (AC_CHECK_FUNCS): Add gmtime_r.
475
e1350d6a
KR
4762004-03-14 Kevin Ryde <user42@zip.com.au>
477
478 * configure.in (strptime): Use #define _GNU_SOURCE to get the
479 prototype from glibc, use AC_CHECK_DECLS rather than AC_EGREP_HEADER.
480
004ad931
KR
4812004-02-29 Kevin Ryde <user42@zip.com.au>
482
483 * configure.in: Use AC_COPYRIGHT and AH_TOP to get copyright notice
484 into generated configure and config.h.in.
485
486 * configure.in (AC_CHECK_FUNCS): Add DINFINITY and DQNAN.
487
b114eafe
KR
4882004-02-21 Kevin Ryde <user42@zip.com.au>
489
490 * configure.in (crypt): Test with AC_SEARCH_LIBS, for the benefit of
491 HP-UX. Define HAVE_CRYPT rather than HAVE_LIBCRYPT. Reported by
492 Andreas Voegele.
493
424d0540
KR
4942004-02-18 Kevin Ryde <user42@zip.com.au>
495
496 * configure.in (AC_CHECK_HEADERS): Add crt_externs.h.
497 (AC_CHECK_FUNCS): Add _NSGetEnviron.
498
c78a96e0
MD
4992004-02-15 Mikael Djurfeldt <mdj@chunk.mit.edu>
500
501 * configure.in: Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL.
502
d70e0619
NJ
5032004-01-25 Neil Jerram <neil@ossau.uklinux.net>
504
505 * configure.in (GUILE_FUNC_DECLARED), acinclude.m4
506 (GUILE_STRUCT_UTIMBUF, GUILE_NAMED_CHECK_FUNC): Correctly quote
507 macros being defined.
508
89fcf1b4
MV
5092003-12-26 Marius Vollmer <mvo@zagadka.de>
510
511 * configure.in: Find a suitable type for the new scm_t_intmax and
512 scm_t_uintmax.
513
28fda544
RB
5142003-11-17 Rob Browning <rlb@defaultvalue.org>
515
516 * configure.in: rewrite ALLOCA related code as multiple lines so
517 it doesn't break with current autoconf substitutions.
518
8868e472
KR
5192003-11-15 Kevin Ryde <user42@zip.com.au>
520
521 * configure.in (--with-guile-for-build): Remove this option, it's not
522 normal style for --with.
523 (GUILE_FOR_BUILD): Use AC_ARG_VAR.
08134d1d
KR
524 * README (Cross building Guile): Describe GUILE_FOR_BUILD rather than
525 --with-guile-for-build.
8868e472 526
eeac938c
NJ
5272003-11-11 Neil Jerram <neil@ossau.uklinux.net>
528
529 * .cvsignore: Add elisp-comp.
530
d995da7f
NJ
5312003-10-30 Neil Jerram <neil@ossau.uklinux.net>
532
533 * configure.in (AC_CONFIG_FILES): Add `emacs/Makefile'.
534 (AM_PATH_LISPDIR): Added.
535
536 * Makefile.am (SUBDIRS): Add `emacs'.
537
fcfdbb80
MV
5382003-07-27 Marius Vollmer <mvo@zagadka.de>
539
2f4931bf
MV
540 * configure.in: Look for sched_yield in -lrt; this is needed for
541 Solaris. Thanks to Matthias Koeppe!
542 (setgroups): Check for it.
543
fcfdbb80
MV
544 * configure.in (__libc_stack_end): Actually use the value in
545 __libc_stack_end for something so that the access doesn't get
546 optimized away. Thanks to Matthias Koeppe!
547
005d2366
KR
5482003-07-08 Kevin Ryde <user42@zip.com.au>
549
550 * configure.in (AC_CHECK_FUNCS): Add sincos.
551
1ebb8497
KR
5522003-06-21 Kevin Ryde <user42@zip.com.au>
553
554 * configure.in (AC_CHECK_FUNCS): Add asinh, acosh, atanh and trunc.
555
02d72536
MV
5562003-06-19 Marius Vollmer <mvo@zagadka.de>
557
558 * configure.in: use "-Werror" only with GCC. Thanks to Matthias
559 Koeppe!
560
fbaca220
KR
5612003-06-19 Kevin Ryde <user42@zip.com.au>
562
563 * README (Guile Documentation): Update to manuals now available,
564 remove notes about the reference manual being in progress.
565
fcc5d734
SJ
5662003-06-14 Stefan Jahn <stefan@lkcc.org>
567
568 * configure.in: Checking for __int64 as possible candidate for
569 the SCM_I_GSC_T_INT64 define.
570
1e498fbd
SJ
5712003-05-30 Stefan Jahn <stefan@lkcc.org>
572
573 * configure.in: Checking for unsetenv().
574
2e945bcc
SJ
5752003-05-29 Stefan Jahn <stefan@lkcc.org>
576
577 * configure.in: Removed -lm check and added a cached check for
578 __libc_stack_end to get it building for mingw32 hosts.
579
26a24947
KR
5802003-05-19 Kevin Ryde <user42@zip.com.au>
581
582 * README (Cross building Guile): Remove --with-cc-for-build in favour
583 of CC_FOR_BUILD.
584
a3001b9d
KR
5852003-05-16 Kevin Ryde <user42@zip.com.au>
586
587 * configure.in (--with-cc-for-build): Remove this option, CC_FOR_BUILD
588 variable is more or less standard, and is adequate for the task.
589
614e70e0
KR
5902003-05-12 Kevin Ryde <user42@zip.com.au>
591
c72e11e6
KR
592 * configure.in (CC_FOR_BUILD): Use AC_ARG_VAR.
593
594 * configure.in (SCM_SINGLES): Use AC_CHECK_SIZEOF(float), to
ba2ec20d 595 eliminate guess-yes when cross compiling.
c72e11e6 596
614e70e0
KR
597 * configure.in (SCM_I_GSC_STACK_GROWS_UP): Fix missing comma in
598 AC_TRY_RUN.
599
d0f6ceb8
DH
6002003-04-20 Dirk Herrmann <D.Herrmann@tu-bs.de>
601
602 * libguile.h: Removed uses of DEBUG_EXTENSIONS to fix compile
603 errors with --disable-deprecated.
604
87617347
RB
6052003-04-07 Rob Browning <rlb@defaultvalue.org>
606
07921c76
RB
607 * pre-inst-guile-env.in: new script -- can be used to run commands
608 in an envt set up using the development libs, Guile, etc.
609
87617347
RB
610 * configure.in: handle pre-inst-guile-env and add
611 test-suite/standalone/Makefile.
612
e3be7ddd
MV
6132003-04-06 Marius Vollmer <mvo@zagadka.de>
614
615 * configure.in: Check for mpz_import, which is required but only
616 available in GMP 4.1.
617
fc87c27a
MV
6182003-04-05 Marius Vollmer <mvo@zagadka.de>
619
620 * Changed license terms to the plain LGPL thru-out.
621
ad815c06
RB
6222003-04-04 Rob Browning <rlb@defaultvalue.org>
623
624 * configure.in: add GMP test (require GMP).
625
9686f86d
MV
6262003-03-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
627
628 * libguile.h: Include "libguile/deprecated.h".
629
5ebbe4ef
RB
6302003-03-25 Rob Browning <rlb@defaultvalue.org>
631
632 * configure.in: big overhaul to shift us to have separate private,
633 config.h, and public, scmconfig.h, configuration headers. Added a
634 fair amount of code to track down new required types: scm_t_uint8,
635 scm_t_uint16, scm_t_uint32, scm_t_int8, scm_t_int16, scm_t_int32,
636 and to detect optional types scm_t_uint64, scm_t_in64, long long,
637 unsigned long long, scm_t_ptrdiff, intptr_t, and uintptr_t.
638 (SCM_I_GSC_T_PTRDIFF): gen-scmconfig.h.in AC_SUBST var.
639 (SCM_I_GSC_NEEDS_INTTYPES_H): gen-scmconfig.h.in AC_SUBST var.
640 (SCM_I_GSC_NEEDS_STDINT_H): gen-scmconfig.h.in AC_SUBST var.
641 (SCM_I_GSC_T_UINT8): gen-scmconfig.h.in AC_SUBST var.
642 (SCM_I_GSC_T_UINT16): gen-scmconfig.h.in AC_SUBST var.
643 (SCM_I_GSC_T_UINT32): gen-scmconfig.h.in AC_SUBST var.
644 (SCM_I_GSC_T_UINT64): gen-scmconfig.h.in AC_SUBST var.
645 (SCM_I_GSC_T_INT8): gen-scmconfig.h.in AC_SUBST var.
646 (SCM_I_GSC_T_INT16): gen-scmconfig.h.in AC_SUBST var.
647 (SCM_I_GSC_T_INT32): gen-scmconfig.h.in AC_SUBST var.
648 (SCM_I_GSC_T_INT64): gen-scmconfig.h.in AC_SUBST var.
649 (USE_PTHREAD_THREADS): removed - handled by gen-scmconfig.c.
650 (USE_NULL_THREADS): removed - handled by gen-scmconfig.c.
651 (USE_COOP_THREADS): removed - handled by gen-scmconfig.c.
652 (SCM_I_GSC_USE_PTHREAD_THREADS): gen-scmconfig.h.in AC_SUBST var.
653 (SCM_I_GSC_USE_NULL_THREADS): gen-scmconfig.h.in AC_SUBST var.
654 (SCM_I_GSC_USE_COOP_THREADS): gen-scmconfig.h.in AC_SUBST var.
655 (STACK_GROWS_UP): removed - handled by gen-scmconfig.c.
656 (SCM_I_GSC_STACK_GROWS_UP): gen-scmconfig.h.in AC_SUBST var.
657 (GUILE_DEBUG_FREELIST): removed - handled by gen-scmconfig.c.
658 (SCM_I_GSC_GUILE_DEBUG_FREELIST): gen-scmconfig.h.in AC_SUBST var.
659 (GUILE_DEBUG): removed - handled by gen-scmconfig.c.
660 (SCM_I_GSC_GUILE_DEBUG): gen-scmconfig.h.in AC_SUBST var.
661 (SCM_ENABLE_DEPRECATED): removed - handled by gen-scmconfig.c.
662 (SCM_I_GSC_ENABLE_DEPRECATED): gen-scmconfig.h.in AC_SUBST var.
663 (HAVE_ARRAYS): removed - handled by gen-scmconfig.c.
664 (SCM_I_GSC_HAVE_ARRAYS): gen-scmconfig.h.in AC_SUBST var.
665 (SCM_ENABLE_ELISP): removed - handled by gen-scmconfig.c.
666 (SCM_I_GSC_ENABLE_ELISP): gen-scmconfig.h.in AC_SUBST var.
667 (SCM_I_GSC_C_INLINE): gen-scmconfig.h.in AC_SUBST var.
668 (DEBUG_EXTENSIONS): removed - handled by gen-scmconfig.c.
669 (READER_EXTENSIONS): removed - handled by gen-scmconfig.c.
670 (USE_THREADS): removed - handled by gen-scmconfig.c.
671 (GUILE_ISELECT): removed - handled by gen-scmconfig.c.
672 (DYNAMIC_LINKING): removed - handled by gen-scmconfig.c.
673
674 * README: merge information from INSTALL and remove at least some
675 of the stale bits.
676
677 * LICENSE: new file -- we should change this to the LGPL soon and
678 add COPYING.LIB to the distribution.
679
680 * autogen.sh: call autoreconf with --force. This may fix the
681 "order" problem below without having to have two calls.
682
683 * INSTALL: use the automake installed INSTALL file. The Guile
684 specific instructions are now in README.
685
e6682f8b
MV
6862003-03-21 Marius Vollmer <marius.vollmer@uni-dortmund.de>
687
688 * autogen.sh: Invoke autoreconf twice since the required files do
689 not seem to be generated in the right order. XXX - investigate
690 further.
691
b713b0b6
MV
6922003-03-19 Marius Vollmer <mvo@zagadka.de>
693
694 * guile-tools.in (guileversion): Use $GUILE_EFFECTIVE_VERSION
695 instead of $GUILE_VERSION. Thanks to Kevin Ryde!
696
25ad7681
RB
6972003-02-27 Rob Browning <rlb@defaultvalue.org>
698
699 * configure.in (AC_CONFIG_SRCDIR): use GUILE-VERSION.
700 (AM_CONFIG_HEADER): change to config.h
701
702 * Makefile.am (EXTRA_DIST): remove $(ACLOCAL).
703 (ACLOCAL_AMFLAGS): replaces ACLOCAL.
704
705 * autogen.sh: switch to autoreconf -- see how it goes. remove
706 call to guile-aclocal.sh -- we now do the same thing with an
707 automake setting.
708
709 * guile-aclocal.sh: deleted in favor of ACLOCAL_AMFLAGS in
710 Makefile.am.
711
7122003-02-26 Rob Browning <rlb@defaultvalue.org>
713
714 * configure.in: change our config header from libguile/scmconfig.h
715 to be the traditional ./config.h. libguile/scmconfig.h is now
716 built from that during the build process. More changes coming...
717
77f9ca69
MD
7182003-01-23 Mikael Djurfeldt <djurfeldt@nada.kth.se>
719
720 * libguile.h: #include "futures.h"
721
09841c77
MD
7222002-12-16 Mikael Djurfeldt <djurfeldt@nada.kth.se>
723
724 * configure.in: Test if pthread.h declares
725 pthread_mutexattr_settype ().
726
7272002-12-15 Mikael Djurfeldt <djurfeldt@nada.kth.se>
728
729 * configure.in (SCM_MUTEX_FAST, SCM_MUTEX_RECURSIVE): Test for
730 ways to get fast and recursive mutexes.
731
ad280ae0
MD
7322002-12-10 Mikael Djurfeldt <mdj@kvast.blakulla.net>
733
734 * configure.in (_THREAD_SAFE): Define when pthreads are enabled in
735 order to get thread safe versions of glibc functions.
736
9bc4701c
MD
7372002-12-09 Mikael Djurfeldt <djurfeldt@nada.kth.se>
738
739 * configure.in: Temporarily replaced "copt" threads option with new
740 option "pthreads".
741 (USE_PTHREAD_THREADS): Define if pthreads configured.
742
b2cbe8d8
RB
7432002-12-08 Rob Browning <rlb@defaultvalue.org>
744
745 * configure.in (GUILE_EFFECTIVE_VERSION): AC_SUBST it.
746 (AC_CONFIG_FILES): separate out the files that need to be chmodded
747 at the end of config.status. Our "default" approach using
748 AC_CONFIG_COMMANDS quit working (and would have needed to be
749 changed to AC_CONFIG_COMMANDS(,,CMDS) rather than our previous
750 AC_CONFIG_COMMANDS(default,CMDS), but I the new approach, using
751 per-file AC_CONFIG_FILES calls appears to be more "correct" in the
752 current autoconf docs.
753
754 * GUILE-VERSION (GUILE_EFFECTIVE_VERSION): new variable.
755
5441c65c
MV
7562002-12-02 Marius Vollmer <mvo@zagadka.ping.de>
757
758 * Makefile.am (SUBDIRS): Removed qt.
759
760 * configure.in: Do not configure QTHREADS. Do not define
761 USE_COOP_THREADS. Changed logic for thread package selection so
762 that the default is "coop-pthread" when -lpthread is found, "null"
763 otherwise.
764
cfc7c7c0
MD
7652002-12-01 Mikael Djurfeldt <mdj@linnaeus>
766
767 * GUILE-VERSION: Added versioning info for srfi 1.
768
769 * configure.in (LIBGUILE_SRFI_SRFI_1_INTERFACE_CURRENT,
770 LIBGUILE_SRFI_SRFI_1_INTERFACE_REVISION,
771 LIBGUILE_SRFI_SRFI_1_INTERFACE_AGE,
772 LIBGUILE_SRFI_SRFI_1_INTERFACE): New AC_SUBST.
773
8b5b4a75
MV
7742002-11-10 Marius Vollmer <mvo@zagadka.ping.de>
775
776 * configure.in (USE_THREADS, GUILE_ISELECT): Define always. We
777 define them with AC_DEFINE and not in some header file so that
778 they are visible exactly in the same way as they used to be.
779
7caa1b07
MV
7802002-11-03 Marius Vollmer <mvo@zagadka.ping.de>
781
782 * configure.in: Do not add "threads.o" to the libobjs, it is now
783 always compiled.
784 (USE_THREADS, GUILE_ISELECT): Do not define.
785
30f920c3
MV
7862002-10-27 Marius Vollmer <mvo@zagadka.ping.de>
787
788 * configure.in: Handle thread package "coop-pthread" with alias
789 "copt" and define USE_COPT_THREADS when it is selected.
790 Always define GUILE_ISELECT.
791
8ee7506b
NJ
7922002-10-26 Neil Jerram <neil@ossau.uklinux.net>
793
794 * configure.in (AC_CONFIG_FILES): Add ice-9/debugger/Makefile and
795 ice-9/debugger/breakpoints/Makefile.
796
65a23095
MV
7972002-10-21 Marius Vollmer <mvo@zagadka.ping.de>
798
799 * configure.in: Changed logic in thread support configuration such
800 that --with-threads=no is equivalent to --with-threads=null. On
801 platforms that are not supported by QuickThreads, we also use the
802 null-threads. Thus, USE_THREADS is always defined now.
803
2794cb50
MV
8042002-10-16 Marius Vollmer <marius.vollmer@uni-dortmund.de>
805
806 * configure.in: Shuffled around and extended the thread
807 configuration code to allow the "null" thread package to be
808 selected. Define USE_NULL_THREADS in that case.
809
e5b4630d
GH
8102002-10-13 Gary Houston <ghouston@arglist.com>
811
812 * autogen.sh (ac_version): try automake 1.7 too.
813
5e405a60
MV
8142002-10-05 Marius Vollmer <mvo@zagadka.ping.de>
815
816 * autogen.sh: Make sure that $autoheader is always set. When we
817 would use the plain "autoconf", $autoheader would end up empty and
818 libguile/scmconfig.h.in would not be updated.
819
1360a142
RB
8202002-10-04 Rob Browning <rlb@defaultvalue.org>
821
822 * libltdl: moved to libguile-ltdl.
823
824 * Makefile.am (SUBDIRS): remove libltdl.
825
826 * autogen.sh: remove support for libltdl sub-configure.
827 (ac_version): widen support check to any 2.5? autoconf version.
828 2.54 is out now.
829
830 * configure.in: turn on -Werror by default. We're now clean. I'd
831 like to stay that way. If we want, we can turn it off by default
832 when we make the stable release, but I caught a lot of bugs this
833 way. Accomodate libguile-ltdl -- therea are some ltdl things that
834 are commented out now INCLTDL and LIBLTDL. I think we may not
835 need them anymore, but I'll leave them until we're sure. We also
836 killed off the libltdl dir and related options including the
60aa332f
RB
837 AC_CONFIG_SUBDIRS. I also added some explicit tests for some
838 headers and functions that weren't listed but were in
839 scmconfig.h.in. though this may have been unnecessary.
1360a142 840
99fd355a
MV
8412002-10-04 Marius Vollmer <mvo@zagadka.ping.de>
842
843 * configure.in: Use AC_LIBLTDL_CONVENIENCE instead of
844 AC_LIBLTDL_INSTALLABLE.
845
8462002-10-03 Marius Vollmer <mvo@zagadka.ping.de>
847
848 * autogen.sh: Do not instruct libtoolize to copy libltdl into our
849 sources. Do not patch it. We have our own version now that is
850 only being used as a convenience library.
851
f800ebfb
MV
8522002-08-24 Marius Vollmer <mvo@zagadka.ping.de>
853
854 * configure.in: Check for __libc_stack_end.
855
39e8f371
HWN
8562002-08-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
857
858 * configure.in: add snprintf
859
c2cbcc57
HWN
8602002-08-04 Han-Wen <hanwen@cs.uu.nl>
861
862 * NEWS: add entries for GC and vector WB.
863
afc8e572
HWN
8642002-07-22 Han-Wen <hanwen@cs.uu.nl>
865
866 * autogen.sh (mscripts): find and check version number of
867 automake. Complain if 1.6 is not found.
868
34d19ef6
HWN
8692002-07-20 Han-Wen <hanwen@cs.uu.nl>
870
871 * autogen.sh (mscripts): find and check version number of
872 autoconf. Complain if 2.53 is not found.
873
dd897aaf
DH
8742002-07-20 Dirk Herrmann <D.Herrmann@tu-bs.de>
875
876 * benchmark-guile.in: Copied from check-guile.in and adapted for
877 use with benchmarks.
878
879 * Makefile.am: Recurse into the benchmark-suite subdir.
880
881 * configure.in: Added benchmarking files.
882
4f6f9ae3
GH
8832002-07-12 Gary Houston <ghouston@arglist.com>
884
885 * configure.in: check dynamic linking before modules. Add dynl.c
886 if dynamic linking is available, i.e., unless --with-modules=no
887 was given to configure.
888
2398796a
MV
8892002-07-09 Marius Vollmer <marius.vollmer@uni-dortmund.de>
890
891 * autogen.sh: Patch libltdl/ltdl.c to avoid a nasty bug in
892 libtool-1.4.2.
893
887efef5
MV
8942002-07-07 Marius Vollmer <mvo@zagadka.ping.de>
895
ca679709
MV
896 * autogen.sh: Do not copy INSTALL from workbook since it is not
897 uniform across branches.
898 * INSTALL: Re-added to repository.
899
887efef5
MV
900 Crosscompiling and Cygwin fixes from Jan Nieuwenhuizen. Thanks!
901
902 * autogen.sh: Only fix libltdl/configure.in if it exists. Current
903 libtool CVS does not need this fix.
904
905 * configure.in (AC_LIBTOOL_WIN32_DLL): Add for shared Cygwin
906 build.
907 Add --with-cc-for-build option to re-enable cross building.
908 Add --with-guile-for-build option to re-enable cross building.
909
feec7802
GH
9102002-06-30 Gary Houston <ghouston@arglist.com>
911
912 * autogen.sh: Changed the path to the scripts directory.
913 In libltdl, run aclocal before autoconf and automake: this
914 eliminated various warnings after upgrading to newer automake.
915
ba1b077b
MV
9162002-05-22 Marius Vollmer <mvo@zagadka.ping.de>
917
918 From John W. Eaton <jwe@bevo.che.wisc.edu>
919
920 * configure.in (AC_CHECK_FUNCS): Check for copysign.
921
5cb3f600
MV
9222002-05-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
923
924 * libguile.h: Added inclusion of "extensions.h".
925
43a1d6f1
MV
9262002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
927
928 * configure.in: Include <sys/types.h> before <netinet/in.h> when
929 checking vor IPv6. This is for NetBSD 1.5. Thanks to Greg
930 Troxel!
931
d4dba280
MV
932 From John W. Eaton.
933
934 * configure.in (AC_CHECK_HEADERS): Check for floatingpoint.h
935 ieeefp.h, and nan.h.
936 (AC_CHECK_FUNCS): Check for finite, isinf, and isnan.
937
d47fd163
TTN
9382002-05-01 Thien-Thi Nguyen <ttn@giblet.glug.org>
939
940 * autogen.sh: Add call to $mscripts/render-bugs
941 to create BUGS file.
942
943 * BUGS: bye bye
944
d937b062
TTN
9452002-04-27 Thien-Thi Nguyen <ttn@giblet.glug.org>
946
947 * Makefile.am (EXTRA_DIST): Remove qthreads.m4.
948
5caa57b1
MV
9492002-04-26 Marius Vollmer <mvo@zagadka.ping.de>
950
951 * guile-aclocal.sh: Replaced with a simple invocation of "aclocal
952 -I guile-config". This works as of automake 1.5.
d937b062 953 * qthreads.m4: Moved to guile-config/.
5caa57b1 954
7fd1bad4
MV
9552002-04-18 Marius Vollmer <marius.vollmer@uni-dortmund.de>
956
957 * autogen.sh: Call automake twice for guile-core so that two
958 copies of mdate-sh get a chance of being installed (one in
959 doc/ref/ and one in doc/tutorial/).
960
dc006627
MV
9612002-04-16 Marius Vollmer <mvo@zagadka.ping.de>
962
963 * Makefile.am (AUTOMAKE_OPTIONS): New, to request version 1.5.
964 (EXTRA_DIST): Don't distribute acconfig.h, which is gone.
965 (dist-hook): Removed.
966 (DISTCLEANFILES): Added check-guile.log.
967 (EXTRA_DIST): Don't distribute TODO.
968
969 * configure.in: Bump required autoconf version to 2.53. Move uses
970 of AC_LIBOBJ after AC_PROG_CC. AC_LIBOBJ needs OBJEXT which is
971 set by AC_PROG_CC.
972
21550b10
RB
9732002-04-10 Rob Browning <rlb@defaultvalue.org>
974
975 * configure.in: updates for new autoconf -- add definitions to
976 AC_DEFINE calls, and convert occurences of LIBOBJS to AC_LIBOBJ
977 calls.
978
979 * acinclude.m4: add definitions to AC_DEFINE calls for new
980 autoconf.
981
982 * acconfig.h: removed -- newer autoconf doesn't like it, and now
983 we don't need it.
984
985 * .cvsignore: add autom4te.cache and pre-inst-guile.
986
dd1ed1ad
TTN
9872002-04-03 Thien-Thi Nguyen <ttn@giblet.glug.org>
988
989 * RELEASE: bye bye
990
412f1928
TTN
9912002-03-31 Thien-Thi Nguyen <ttn@giblet.glug.org>
992
993 * Makefile.am: Update copyright.
994 (dist-hook): Add, including related am/maintainers-dirs,
995 surrounded by "if MAINTAINER_MODE".
996
94478b88
TTN
997 * TODO: bye bye
998
ef5bdc2e
TTN
999 * autogen.sh: Add usage comment.
1000 Add workbook specification.
1001 Add dist-files symlinking.
1002
1003 * ANON-CVS, HACKING, INSTALL, SNAPSHOTS: bye bye
1004
9b398b67
TTN
10052002-03-06 Thien-Thi Nguyen <ttn@giblet.glug.org>
1006
1007 * guile-tools.in: Handle "--source" option.
1008
eb8aea9b
TTN
10092002-03-04 Thien-Thi Nguyen <ttn@giblet.glug.org>
1010
2d78a1c5
TTN
1011 * configure.in (top_srcdir_absolute): New AC_SUBST var.
1012
7ca15449
TTN
1013 * pre-inst-guile.in, check-guile.in (top_srcdir):
1014 Use `top_srcdir_absolute' AC_SUBST var.
2d78a1c5 1015
eb8aea9b
TTN
1016 * pre-inst-guile.in (top_srcdir): Fix ref bug: Force absolute.
1017
5ddf900c
TTN
10182002-02-27 Thien-Thi Nguyen <ttn@giblet.glug.org>
1019
1020 * pre-inst-guile.in: Typofix; nfc.
1021
edb810bb
SJ
10222002-02-27 Stefan Jahn <stefan@lkcc.org>
1023
1024 * Makefile.am (SUBDIRS): Added the `am' directory.
1025
3ed414c8
TTN
10262002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
1027
1028 * pre-inst-guile.in: New file.
1029
1030 * pre-inst-guile, pre-inst-guile.am: bye bye
1031
1032 * configure.in (top_builddir_absolute): New AC_SUBST var.
1033 (AC_CONFIG_FILES): Add am/Makefile, pre-inst-guile.
1034 (AC_CONFIG_COMMANDS): Also chmod +x pre-inst-guile.
1035
1036 * check-guile.in (top_builddir): Use AC_SUBST var
1037 `top_builddir_absolute'.
1038 (guile): Look for pre-inst-guile in $top_builddir.
1039
1040 * Makefile.am (EXTRA_DIST): Remove pre-inst-guile,
1041 pre-inst-guile.am.
1042
46151112
RB
10432002-02-24 Rob Browning <rlb@defaultvalue.org>
1044
1045 * GUILE-VERSION: move all but guile-readline library versioning
1046 information here. guile-readline is still standalone. Bump
1047 CURRENT interfaces to 15 to allow some headroom for 1.6 release at
1048 Thi-Thien's request.
1049
1050 * configure.in: AC_SUBST the centralized shared lib versioning
1051 variables from ./GUILE-VERSION.
1052 (LIBQTHREADS_INTERFACE_CURRENT): new AC_SUBST.
1053 (LIBQTHREADS_INTERFACE_REVISION): new AC_SUBST.
1054 (LIBQTHREADS_INTERFACE_AGE): new AC_SUBST.
1055 (LIBQTHREADS_INTERFACE): new AC_SUBST.
1056 (LIBGUILE_INTERFACE_CURRENT): new AC_SUBST.
1057 (LIBGUILE_INTERFACE_REVISION): new AC_SUBST.
1058 (LIBGUILE_INTERFACE_AGE): new AC_SUBST.
1059 (LIBGUILE_INTERFACE): new AC_SUBST.
1060 (LIBGUILE_SRFI_SRFI_4_INTERFACE_CURRENT): new AC_SUBST.
1061 (LIBGUILE_SRFI_SRFI_4_INTERFACE_REVISION): new AC_SUBST.
1062 (LIBGUILE_SRFI_SRFI_4_INTERFACE_AGE): new AC_SUBST.
1063 (LIBGUILE_SRFI_SRFI_4_INTERFACE): new AC_SUBST.
1064 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_CURRENT): new AC_SUBST.
1065 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_REVISION): new AC_SUBST.
1066 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_AGE): new AC_SUBST.
1067 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE): new AC_SUBST.
1068
1069 * autogen.sh: make absolutely sure we can't have stale files from
1070 old versions lying around the libltdl dir since libtoolize
1071 doesn't. Also hack libltdl's configure.in to require autoconf 2.5
1072 so the main tree and libltdl can't get out of sync again.
1073
1074 * RELEASE: update release building instructions.
1075
3d77146f
NJ
10762002-02-21 Neil Jerram <neil@ossau.uklinux.net>
1077
1078 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Use [] rather than
1079 "" for multiword string. Thanks to Christopher Cramer for
1080 pointing this out.
1081
84b27165
MV
10822002-02-11 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1083
1084 * acconfig.h (GUILE_DEBUG_MALLOC): Refer to scm_gc_malloc, etc,
1085 instead of to scm_must_malloc.
1086
f660f92e
MV
10872002-02-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1088
1089 * Makefile.am (EXTRA_DIST): Added pre-inst-guile and
1090 pre-inst-guile.am.
1091
0187b4f4
TTN
10922002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
1093
1094 * pre-inst-guile.am, pre-inst-guile: New files.
1095
1096 * check-guile.in (srcdir): Delete var.
1097 (top_builddir, top_srcdir, guile_opts): New vars.
1098
1099 Use "set -e".
1100 No longer set LTDL_LIBRARY_PATH.
1101 Use ${top_srcdir}/pre-inst-guile instead of libguile/guile.
1102
1103 * configure.in (libguile/guile-snarf-docs-texi): Remove
1104 from `AC_CONFIG_FILES' and `AC_CONFIG_COMMANDS'.
1105
77bf05e0 1106 * check-guile.in (top_builddir): Fix bug: Use cwd.
02f07e2b
TTN
1107 (TEST_SUITE_DIR): Fix bug: Use `top_srcdir'.
1108 (GUILE_LOAD_PATH): No longer include $top_srcdir.
1109
1110 * pre-inst-guile: Fix bug: Use ":" in `case' pattern to prevent
1111 prefix aliasing.
77bf05e0 1112
1fa86ca5
SJ
11132002-01-31 Stefan Jahn <stefan@lkcc.org>
1114
1115 * configure.in: Add -DLIBLTDL_DLL_IMPORT to INCLTDL when using
1116 `libltdl.dll'.
1117
af68e5e5
SJ
11182002-01-28 Stefan Jahn <stefan@lkcc.org>
1119
0187b4f4 1120 * configure.in (guile_cv_have_uint32_t): Look also in
af68e5e5
SJ
1121 `stdint.h' for uint32_t.
1122
3d1a89b9
NJ
11232002-01-13 Neil Jerram <neil@ossau.uklinux.net>
1124
1125 * Makefile.am (SUBDIRS): Added lang.
1126
1127 * configure.in (AC_CONFIG_FILES): Added Makefiles in lang,
1128 lang/elisp, lang/elisp/internals and lang/elisp/primitives.
1129
11302002-01-11 Neil Jerram <neil@ossau.uklinux.net>
1131
1132 * acconfig.h (SCM_ENABLE_ELISP): New conditional.
1133
1134 * configure.in (SCM_ENABLE_ELISP): Define this conditional (or
1135 not) according to absence (or presence) of `--disable-elisp'
1136 in the configure args.
1137
f00eb43f
DH
11382001-12-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
1139
1140 * TODO: Added two items.
1141
5dc64f64
MV
11422001-12-26 Marius Vollmer <mvo@zagadka.ping.de>
1143
1144 * configure.in (HAVE_MAKEINFO): Check for the makeinfo program and
1145 set this conditional accordingly.
0187b4f4 1146
6d852be3
TTN
11472001-12-01 Thien-Thi Nguyen <ttn@giblet.glug.org>
1148
1149 * README: Fix virulent typo.
1150
53c594fc
MV
11512001-11-25 Marius Vollmer <mvo@zagadka.ping.de>
1152
6d852be3 1153 * acconfig.h (HAVE_INLINE): Added template.
53c594fc
MV
1154 * configure.in (HAVE_INLINE): Define it when the compiler supports
1155 inline functions.
1156
6d852be3 1157 * libguile.h: Include "libguile/inline.h".
53c594fc 1158
a5dc23a7
GH
11592001-11-22 Gary Houston <ghouston@arglist.com>
1160
1161 * HACKING: Modified the Hacking It Yourself section. Removed the
1162 version numbers from the tools.
a5df04d5 1163 HACKING, README, ANON-CVS: updates.
a5dc23a7 1164
73edb48a
GH
11652001-11-21 Gary Houston <ghouston@arglist.com>
1166
1167 * HACKING: Removed reference to no longer practiced * in ChangeLog
1168 convention.
1169
97f439ab
TTN
11702001-11-19 Thien-Thi Nguyen <ttn@glug.org>
1171
30bce757
TTN
1172 * BUGS (11): Set "fixed: no-need".
1173
97f439ab
TTN
1174 * TODO (write emacs/patch.el): New item, self-assigned.
1175
3faa54e7
RB
11762001-11-19 Rob Browning <rlb@defaultvalue.org>
1177
1178 * configure.in: switch to AC_LIBLTDL_INSTALLABLE so we'll use the
1179 system libltdl when it's available. Aside from the normal reasons
1180 to prefer installed shared libs, this means other apps that link
1181 with libguile and also use libltdl will be more likely to work
1182 right.
1183
ccee9ab1
TTN
11842001-11-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
1185
1186 * BUGS (4): Set "fixed: 2001-11-17 (1.7.x)".
1187
73c844bf
TTN
11882001-11-15 Thien-Thi Nguyen <ttn@glug.org>
1189
1190 * guile-tools.in: Handle command "list" specially: list scripts dir.
1191
1192 (help): Make more informative.
1193
a714e0eb
MV
11942001-11-12 Marius Vollmer <mvo@zagadka.ping.de>
1195
1196 * autogen.sh: Recurse into libltdl directory and invoke autoconf
1197 there.
1198
bca0bf8d
TTN
11992001-11-11 Thien-Thi Nguyen <ttn@glug.org>
1200
1201 * HACKING: Restrict documentation change log
1202 waiver to only apply to ChangeLog files.
1203
35656ebc
MV
12042001-11-12 Marius Vollmer <mvo@zagadka.ping.de>
1205
1206 * configure.in: Check for sizes of short, size_t, uintptr_t, and
1207 ptrdiff_t. Checking for a size also checks automatically for the
1208 existence of the type, so we don't check for the existence of
1209 uintptr_t, ptrdiff_t and long long ourselves.
1210
a0a9b9ad
TTN
12112001-11-10 Thien-Thi Nguyen <ttn@glug.org>
1212
1213 * BUGS (11): New.
1214
b4e15479
SJ
12152001-11-07 Stefan Jahn <stefan@lkcc.org>
1216
1217 * configure.in: Include `win32-socket.o' in the list of object
1218 files if networking is enabled on Win32.
1219
04bbd6ce
TTN
12202001-11-06 Thien-Thi Nguyen <ttn@glug.org>
1221
1222 * TODO (sync srfi-modules.texi): New, done.
1223
2ca222c2 1224 * BUGS (9, 10): New.
70debc22 1225
8f99e3f3
SJ
12262001-11-04 Stefan Jahn <stefan@lkcc.org>
1227
1228 * NEWS: Corrected remarks about SCM_API.
1229
1230 * configure.in: Defining USE_DLL_IMPORT definition to indicate
1231 usage of DLL import macros in `libguile/__scm.h'.
1232 (LIBOBJS): Removed `fileblocks.o' from the list of object files.
1233 Somehow Jim Blandy's patch from 1997 did not survive.
1234
257b6d40
MV
12352001-11-02 Marius Vollmer <mvo@zagadka.ping.de>
1236
1237 Support for native Win32. Thanks to Stefan Jahn!
04bbd6ce 1238
257b6d40
MV
1239 * check-guile.in: Replaced `ln -s' by `@LN_S@' to supports
1240 build systems which do not have symbolic links.
1241 * configure.in: Define AC_LIBTOOL_WIN32_DLL to build clean dlls
1242 on Win32 platforms.
04bbd6ce
TTN
1243 Checking for `ws2_32.dll', `winsock2.h', add `win32-uname.o'
1244 and `win32-dirent.o' and define extra compiler flags necessary
8f99e3f3 1245 to build clean dlls.
257b6d40
MV
1246 Check for `regcomp()' inside `-lregex'.
1247
2ad3278a
TTN
12482001-10-26 Thien-Thi Nguyen <ttn@glug.org>
1249
1250 * BUGS (7, 8): New.
1251
c95d1a2d
TTN
12522001-10-25 Thien-Thi Nguyen <ttn@glug.org>
1253
1254 * BUGS: Expand on file format description.
1255
1256 (1): Update "fixed" field.
d07db248 1257 (2, 3, 4, 5, 6): New.
c95d1a2d 1258
4f522b6f
GH
12592001-10-14 Gary Houston <ghouston@arglist.com>
1260
1261 * configure.in: include sys/types.h when testing uint32_t.
1262 thanks to Bill Schottstaedt.
1263
f84c3705
MV
12642001-10-14 Marius Vollmer <mvo@zagadka.ping.de>
1265
1266 * configure.in: Do not use an absolute path for <unistd.h> when
1267 checking for return type of usleep. Thanks to Michael Carmack.
1268
6768cfba
TTN
12692001-09-30 Thien-Thi Nguyen <ttn@glug.org>
1270
1271 * BUGS: New file.
1272 * Makefile.am (EXTRA_DIST): Add BUGS file.
1273
2cbad7d9
TTN
12742001-09-25 Thien-Thi Nguyen <ttn@glug.org>
1275
1276 * TODO: Add bugfix item to "Eventually".
1277
c13f0a90
RB
12782001-09-20 Rob Browning <rlb@defaultvalue.org>
1279
1280 * configure.in (AC_CONFIG_FILES): add libguile/version.h.
1281
12822001-09-11 Rob Browning <rlb@defaultvalue.org>
1283
1284 * RELEASE: Deleted Ian Grant and Julian Satchell's addresses from
1285 the testing list since they're no longer functional.
1286
06288138
TTN
12872001-09-04 Thien-Thi Nguyen <ttn@revel.glug.org>
1288
1289 * TODO:
1290 Use outline mode instead of text.
1291 Reword protocol explanation.
1292 Add "make error-signalling functions more consistent" to Eventually.
1293 Move some C-related GOOPS tasks to 1.8.0, take ownership.
1294
6f84677a
TTN
12952001-08-31 Thien-Thi Nguyen <ttn@revel.glug.org>
1296
1297 * HACKING (Sample GDB Initialization File): New section.
1298
1299 * TODO (1.8.0): Add "move .gdbinit" entry.
1300
8c494e99
DH
13012001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
1302
1303 * TODO: Added some points, and eliminated all done items.
1304
1305 * acconfig.h, configure.in (SCM_DEBUG_DEPRECATED,
1306 SCM_ENABLE_DEPRECATED): Renamed SCM_DEBUG_DEPRECATED to
1307 SCM_ENABLE_DEPRECATED with the logic reversed.
1308
f7c6b778
DH
13092001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
1310
1311 * libguile.h: Removed bogus comment, rearranged includes, removed
1312 deprecated definitions.
1313
8c494e99 1314 (LIBGUILEH, SCM_LIBGUILE_H): Renamed <foo>H to SCM_<foo>_H.
f7c6b778 1315
cf390da1
TTN
13162001-08-30 Thien-Thi Nguyen <ttn@revel.glug.org>
1317
1318 * HACKING: Mention libtool ./configure-regeneration requirement.
1319
fada26b2
MV
13202001-08-27 Marius Vollmer <mvo@zagadka.ping.de>
1321
1322 * check-guile.in: Do not include ".libs" in LTDL_LIBRARY_PATH,
1323 libltdl provides it itself.
1324
11ca8865
NJ
13252001-08-24 Neil Jerram <neil@ossau.uklinux.net>
1326
1327 * configure.in (AC_CONFIG_FILES): Add per-manual doc directory
1328 Makefiles.
cf390da1 1329
ab4cd34b
RB
13302001-08-15 Rob Browning <rlb@defaultvalue.org>
1331
1332 * configure.in
1333 (LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
1334 (LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
1335 (LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
1336 (LIBGUILE_INTERFACE): use libtool versioning scheme.
1337 (LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
1338 (LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
1339 (LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
1340 (LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
1341
1342 * GUILE-VERSION (GUILE_MINOR_VERSION): bump for new unstable.
1343 (GUILE_MICRO_VERSION): reset for new unstable.
1344 (LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
1345 (LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
1346 (LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
1347 (LIBGUILE_INTERFACE): use libtool versioning scheme.
1348 (LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
1349 (LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
1350 (LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
1351 (LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
1352
b754e3d1
MV
13532001-08-07 Marius Vollmer <mvo@zagadka.ping.de>
1354
1355 * Makefile.am (EXTRA_DIST, SUBDIRS): Move test-suite from
1356 EXTRA_DIST to SUBDIRS.
1357
1358 * configure.in: Added "test-suite/Makefile".
1359
c1151355
MV
13602001-08-01 Marius Vollmer <mvo@zagadka.ping.de>
1361
1362 * configure.in: Added `--disable-linuxthreads' option and do not
1363 define GUILE_PTHREAD_COMPAT nor link with -lpthread when it is
1364 given. Thanks to Cris Cramer!
1365
11057044
MV
13662001-07-23 Marius Vollmer <mvo@zagadka.ping.de>
1367
1368 * Makefile.am (SUBDIRS): Build libguile before ice-9.
1369
f3805ebb
MV
13702001-07-22 Marius Vollmer <mvo@zagadka.ping.de>
1371
1372 * configure.in: Check for "inttypes.h".
1373
e658215a
RB
13742001-07-19 Rob Browning <rlb@defaultvalue.org>
1375
1376 * configure.in: add checks for setitimer and getitimer.
1377 Add --enable-error-on-warning.
1378
c0b2936e
MG
13792001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1380
1381 * INSTALL, Makefile.am, configure.in: Updated copyright notice.
1382
8f2ecec5
TTN
13832001-07-15 Thien-Thi Nguyen <ttn@revel.glug.org>
1384
1385 * HACKING: Remove onerous authorship-info deletion clause.
1386
065509a5
KN
13872001-07-13 Keisuke Nishida <knishida@nurs.or.jp>
1388
1389 * autogen.sh: Call libtoolize with --force.
1390
d76852e3
TTN
13912001-07-10 Thien-Thi Nguyen <ttn@revel.glug.org>
1392
1393 * INSTALL: Point to HACKING for tool versions.
1394
fd6c6321
RB
13952001-07-08 Rob Browning <rlb@defaultvalue.org>
1396
04860df7
RB
1397 * TODO: updated to include relevant itemized post-1.6-RELEASE
1398 tasks that are distributable so we can check them off as they are
1399 done, and delete 1.6.0 tasks.
1400
1401 * RELEASE: add a note that the RELEASE instructions are out of
1402 date now that we're using branches.
1403
fd6c6321
RB
1404 * AUTHORS: add "many files throughout" for myself.
1405
8d123036
TTN
14062001-06-28 Thien-Thi Nguyen <ttn@revel.glug.org>
1407
1408 * README: Also mention guile-tools.
1409
1410 * README: Mention libguile-srfi-*, oop/*, scripts/* and srfi/*.
1411
32d6f999
TTN
14122001-06-27 Thien-Thi Nguyen <ttn@revel.glug.org>
1413
1414 * RELEASE: Move todo items to file TODO.
1415
1416 * TODO: Initial revision
1417
a4734913
TTN
1418 * Makefile.am (EXTRA_DIST): Add TODO.
1419
dbfadc85
TTN
1420 * HACKING: Refer to TODO and SNAPSHOTS.
1421 No longer refer to devel/tasks.text.
1422
1423 * SNAPSHOTS: Fix reference bug; recommended tool
1424 versions are in HACKING.
1425
f6b3694a
TTN
1426 * TODO: Add completion and ownership protocol to header comments.
1427
3cd085d0
TTN
1428 * RELEASE: Add TODO-processing to spiffing checklist.
1429
9c3955ff
TTN
1430 * HACKING: Update deprecation procedure to refer to TODO.
1431
17383b7c
ML
14322001-06-27 Michael Livshin <mlivshin@bigfoot.com>
1433
1434 * autogen.sh: don't run flex here.
1435
1436 * HACKING: clarify that newer versions of flex should be just
1437 fine.
1438
82893676
MG
14392001-06-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1440
1441 * HACKING, ANON-CVS: Removed mentioning of guile-doc CVS module.
1442
1443 * configure.in: Added some header and function checks.
1444
f2ae4555
NJ
14452001-06-25 Neil Jerram <neil@ossau.uklinux.net>
1446
1447 * autogen.sh: Quoting fix for `--enable-maintainer-mode'.
1448
4172703a
MV
14492001-06-25 Marius Vollmer <mvo@zagadka.ping.de>
1450
1451 * autogen.sh: Added message about what to do next. Tell them to
1452 use `--enable-maintainer-mode'.
1453
093e7da4
ML
14542001-06-25 Michael Livshin <mlivshin@bigfoot.com>
1455
1456 * HACKING: mention flex.
1457
1458 * autogen.sh: generate libguile/c-tokenize.c.
1459
6b41a313
MG
14602001-06-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1461
1462 * libguile.h: Removed inclusion of libguile/tag.h.
1463
eb6c2de8
MV
14642001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
1465
1466 * libguile.h (scm_cond_t, scm_key_t, scm_mutex_t): Only define
1467 these when using threads.
1468
4ff9f825
MV
14692001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
1470
4927dd28
MV
1471 * libguile.h: Added deprecated section with the olde type names.
1472
4ff9f825
MV
1473 * configure.in: Check for header <stdint.h>. Check for uintptr_t
1474 type. Use AC_CHECK_TYPES for this. Do not caus ptrdiff_t to be
1475 `#defined'.
1476
1477 * acconfig.h (ptrdiff_t): Removed.
1478
e01970a5
MG
14792001-06-05 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1480
1481 * configure.in: Generate examples/box-dynamic-module/Makefile.
1482
c794483c
MV
14832001-06-03 Marius Vollmer <mvo@zagadka.ping.de>
1484
1485 * configure.in (AC_CONFIG_FILES, AC_CONFIG_COMMANDS): Add
1486 guile-snarf.
1487
9454d8d5
RB
14882001-06-02 Rob Browning <rlb@cs.utexas.edu>
1489
1490 * configure.in: changes for autoconf 2.50.
1491 (AC_PREREQ): require at least autoconf 2.50.
1492 (AC_INIT): no longer takes an arg.
1493 (AC_CONFIG_SRCDIR): takes arg AC_INIT used to take.
1494 (AC_STRUCT_ST_RDEV): changed -> AC_CHECK_MEMBERS.
1495 (AC_STRUCT_ST_BLKSIZE): deprecated -> AC_CHECK_MEMBERS.
1496 (AC_STRUCT_ST_BLOCKS): use it rather than our version.
1497 (AC_CONFIG_FILES): now generated files go here, not in AC_OUTPUT.
1498 (AC_CONFIG_COMMANDS): now actions go here, not in AC_OUTPUT.
1499 (AC_OUTPUT): no longer takes args.
32d6f999 1500
9454d8d5
RB
1501 * acinclude.m4: AC_LANG not a variable now -- use __cplusplus
1502 unconditionally .
1503
114f9bab
MV
15042001-06-02 Marius Vollmer <mvo@zagadka.ping.de>
1505
1506 * configure.in: Check for mkstemp via AC_REPLACE_FUNCS. Thanks to
1507 I. N. Golubev!
1508
ee2718a9
MG
15092001-06-01 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1510
1511 * configure.in: Generate examples/box-dynamic/Makefile.
1512
2de7ddb7
MG
15132001-05-31 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1514
1515 * Makefile.am (EXTRA_DIST): New subdirectory `examples'.
1516
1517 * configure.in: Added all Makefiles in the `examples' directory to
1518 AC_OUTPUT.
1519
f501d0d4
ML
15202001-05-31 Michael Livshin <mlivshin@bigfoot.com>
1521
1522 * configure.in: generate guile-snarf-docs & guile-snarf-docs-texi.
1523 don't generate guile-snarf.awk.
1524
1525 * Makefile.am (EXTRA_DIST): add test-suite.
1526
1db81cb0
ML
15272001-05-28 Michael Livshin <mlivshin@bigfoot.com>
1528
1529 * check-guile.in: fix to be runnable when srcdir!=builddir.
1530
f3f70257
ML
15312001-05-26 Michael Livshin <mlivshin@bigfoot.com>
1532
1533 revert the controversial part of the 2001-05-23 changes
1534
1be6b49c
ML
15352001-05-23 Michael Livshin <mlivshin@bigfoot.com>
1536
1537 * configure.in: configury for SCM_[U]BITS_T, some more sizeofs.
1538 also, make sure that the integral type choosen to represent an SCM
1539 has exactly the same size as a void pointer.
1540
1541 * acconfig.h: add undefs for SCM_BITS_T, SCM_UBITS_T,
1542 SCM_SIZEOF_BITS_T, ptrdiff_t.
1543
c81ea65d
RB
15442001-05-16 Rob Browning <rlb@cs.utexas.edu>
1545
1546 * configure.in: add AC_SUBST for GUILE_MICRO_VERSION.
1547
1548 * GUILE-VERSION
1549 (GUILE_VERSION): now MAJOR.MINOR.MICRO
1550 (GUILE_MICRO_VERSION): new variable, records final revision.
1551 i.e. the 5 in 1.6.5. MINOR_VERSION is now just the middle number,
1552 i.e. the 6.
1553
887dfa7d
DH
15542001-05-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
1555
1556 * acconfig.h, configure.in: Renamed
1557 GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEPRECATED_DEFAULT.
1558
11bbab47
MV
15592001-05-15 Marius Vollmer <mvo@zagadka.ping.de>
1560
1561 * acinclude.m4: Removed copy of "libtool.m4".
1562
5cd06d5e
DH
15632001-05-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
1564
1565 * configure.in (SCM_DEBUG_DEPRECATED): Always defined.
1566
a232c19e
TTN
15672001-05-13 Thien-Thi Nguyen <ttn@revel.glug.org>
1568
928f20fb
TTN
1569 * AUTHORS (Martin Grabmueller, Thien-Thi Nguyen): Update.
1570
a232c19e
TTN
1571 * HACKING: Update copyright.
1572 Add blurb pointing to devel/tasks.text.
1573
c8750173
TTN
15742001-05-11 Thien-Thi Nguyen <ttn@revel.glug.org>
1575
1576 * check-guile.in: For SRFI testing, set and export env
1577 var `LTDL_LIBRARY_PATH'.
1578
75141eb0
NJ
15792001-05-07 Neil Jerram <neil@ossau.uklinux.net>
1580
1581 * AUTHORS: Add docs-related authorship details.
1582
c10ecc4c
MV
15832001-05-05 Marius Vollmer <mvo@zagadka.ping.de>
1584
1585 * configure.in (--enable-deprecated): Recognize "shutup" option
1586 argument and turn it into the default warning level "no".
1587
018a53a1
GH
15882001-05-05 Gary Houston <ghouston@arglist.com>
1589
1590 * acconfig.h: add HAVE_IPV6.
1591 * configure.in: check whether we can compile with IPv6 support.
1592
26f798bd
TTN
15932001-05-04 Thien-Thi Nguyen <ttn@revel.glug.org>
1594
1595 * guile-tools.in: New file.
1596
1597 * configure.in (AC_OUTPUT): Add guile-tools, and make
1598 executable.
1599
1600 * Makefile.am (bin_SCRIPTS): New var.
1601
c5316ea3
GH
16022001-05-04 Gary Houston <ghouston@arglist.com>
1603
1604 * configure.in: check whether uint32_t is defined when netdb.h
1605 is included.
1606 acconfig.h: added HAVE_UINT32_T.
1607
7440341c
MV
16082001-05-02 Marius Vollmer <mvo@zagadka.ping.de>
1609
1610 * configure.in: Added handling of `--enable-deprecated'.
1611
1612 * acconfig.h (SCM_DEBUG_DEPRECATED,
1613 GUILE_WARN_DEPRECATED_DEFAULT): Added.
1614
14a7d5f8
TTN
16152001-04-29 Thien-Thi Nguyen <ttn@revel.glug.org>
1616
1617 * Makefile.am (SUBDIRS): Add "scripts".
1618
1619 * configure.in (AC_OUTPUT): Add scripts/Makefile.
1620
7e267da1
GH
16212001-04-29 Gary Houston <ghouston@arglist.com>
1622
1623 * libguile.h: include rw.h.
1624
f2a75d81
RB
16252001-04-27 Rob Browning <rlb@cs.utexas.edu>
1626
1627 * GUILE-VERSION (GUILE_MINOR_VERSION): change to 5.0, switching to
1628 the new odd/even ustable/stable version numbering scheme.
1629 (LIBGUILEQTHREADS_MAJOR_VERSION): change to 10 to match Debian and
1630 libguile. In the future, libguile and libguileqthreads may not
1631 stay in sync. This still doesn't appear to affect
1632 libguileqthreads, but we'll fix that next.
1633
1f7a1dc9
MG
16342001-04-25 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1635
1636 * configure.in: Don't treat srfi directory specially, just create
1637 the Makefile there (thanks to Neil Jerram for the patch).
1638
6c44688a
MG
16392001-04-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1640
1641 * Makefile.am (SUBDIRS): Added `srfi'.
1642
1643 * configure.in: Added subdirectory `srfi' to build process.
1644
1645 * libguile.h: Added inclusion of `values.h'.
1646
2a0ef8b7
GH
16472001-04-22 Gary Houston <ghouston@arglist.com>
1648
1649 * configure.in: check for inet_pton and inet_ntop.
1650
67641981
GH
16512001-04-20 Gary Houston <ghouston@arglist.com>
1652
1653 * acconfig.h: include HAVE_SIN6_SCOPE_ID.
1654 * configure.in: check for sin6_scope_id in sockaddr_in6.
1655
a9d861e3
MD
16562001-04-19 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1657
1658 * RELEASE: Added deprecated macro SCM_ARRAY_CONTIGUOUS
1659
31e74a57
GH
16602001-04-17 Gary Houston <ghouston@arglist.com>
1661
1662 * configure.in: run the autoconf BIGENDIAN check.
1663
0da6608d
DH
16642001-04-12 Niibe Yutaka <gniibe@m17n.org>
1665
1666 * GUILE-VERSION (LIBGUILEQTHREADS_MAJOR_VERSION,
1667 LIBGUILEQTHREADS_MINOR_VERSION, LIBGUILEQTHREADS_REVISION_VERSION,
1668 LIBGUILEQTHREADS_VERSION): Added libguileqthreads version info.
1669
1670 * configure.in: Likewise.
1671
f22ed5a0
KN
16722001-04-11 Keisuke Nishida <kxn30@po.cwru.edu>
1673
1674 * configure.in (AC_CHECK_FUNCS): Don't check bzero.
1675 (GUILE_FUNC_DECLARED): Removed checking of bzero.
1676 Thanks to NIIBE Yutaka.
1677
f2e61fc1
MD
16782001-04-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1679
1680 * Undeprecated scm_init_oop_goopscore_module.
1681
72f1168d
TTN
16822001-03-25 Thien-Thi Nguyen <ttn@revel.glug.org>
1683
1684 * check-guile.in: Fix sh standard conformance bug: Replace
1685 "test -e" with "test -f". Thanks to Alexander Klimov.
1686
a4928305
GH
16872001-03-19 Gary Houston <ghouston@arglist.com>
1688
1689 * check-guile.in: rename $parent to $srcdir. if it's equal to "."
1690 set it to `pwd`.
1691
66301f9a
GH
1692 * check-guile.in: 16 documentation tests were failing if "make
1693 check" was run before Guile had been installed with the current
1694 --prefix. made various changes to the script so that it runs
1695 without a cd to the test-suite directory. For the -i option,
1696 don't point GUILE_LOAD_PATH to the current directory, but let it
1697 use it's own scheme library.
1698
51cfd7da
GH
16992001-03-18 Gary Houston <ghouston@arglist.com>
1700
1701 * check-guile.in: use @srcdir@ instead of @test_suite_dir@. use
1702 the current directory (build dir) not srcdir to find guile
1703 executable. otherwise "make check" doesn't work with a separate
1704 build directory. create the test log in
1705 $build_dir/check-guile.log instead of in srcdir/test-suite
1706 directory.
1707 * configure.in: don't define or substitute test_suite_dir.
1708
e9e225e5
GH
17092001-03-17 Gary Houston <ghouston@arglist.com>
1710
1711 * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,
1712 since EXTRA_DOT_DOC_FILES is redefined later. define
1713 EXTRA_DOT_X_FILES and hand it to AC_SUBST.
1714
94e6d793
MG
17152001-03-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1716
1717 * configure.in: Added header checks for crypt.h, sys/resource.h
1718 and sys/file.h, function checks for chroot, flock, getlogin,
1719 cuserid, getpriority, setpriority, getpass, sethostname,
1720 gethostname, and for crypt() in libcrypt.
1721
fff043ab
NJ
17222001-03-09 Neil Jerram <neil@ossau.uklinux.net>
1723
1724 * configure.in (htmldoc): Merge handling of `--enable-htmldoc'
1725 option from guile-doc/configure.in.
1726
d42df055
DH
17272001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
1728
1729 * libguile.h: Removed #include "libguile/dump.h".
1730
ec896089
KN
17312001-02-02 Keisuke Nishida <kxn30@po.cwru.edu>
1732
1733 * libguile.h: Added #include "libguile/dump.h".
1734
c2886a5a
MD
17352001-01-29 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1736
1737 * libguile.h: Added #include "libguile/rdelim.h".
1738
1ff7abbe
DH
17392001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
1740
1741 The following patch was sent by Thien-Thi Nguyen.
1742
1743 * check-guile.in: New file.
1744
1745 * Makefile.am: Add TESTS rule.
1746
1747 * configure.in: Add support for "make check".
1748
f0942910
DH
17492000-11-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
1750
1751 * acconfig.h: Removed bogus #ifndef. Thanks to Lars J. Aas.
1752
14f1d9fe
MD
17532000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1754
1755 * GUILE-VERSION (LIBGUILE_MAJOR_VERSION): Incremented major
1756 version number to 10 due to the merge of GOOPS.
1757
1758 * oop: New directory.
1759
e4dba4c7
KN
17602000-09-20 Keisuke Nishida <kxn30@po.cwru.edu>
1761
467ab77e 1762 * libguile.h: #include "libguile/properties.h".
e4dba4c7 1763
45605b53
GH
17642000-09-17 Gary Houston <ghouston@arglist.com>
1765
1766 * configure.in, acconfig.h: remove the GCSE test: it doesn't seem
1767 to be reliable on all platforms.
1768
e494e76d
GH
17692000-08-18 Gary Houston <ghouston@arglist.com>
1770
1771 * acconfig.h: added BROKEN_GCSE.
1772 * configure.in: check for a gcc GCSE optimisation bug.
1773
42aae633
GH
17742000-07-31 Gary Houston <ghouston@arglist.com>
1775
1776 * acconfig.h: added HAVE_H_ERRNO
1777 * configure.in: removed some dnl'd & obsolete cygwin stuff.
1778 added a test for h_errno.
1779
f9ed377d
MD
17802000-06-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1781
1782 * Guile 1.4 released.
1783
b5074b23
MD
17842000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1785
1786 * GUILE-VERSION: Changed to work also when included by a Makefile
1787 (e.g. debian/rules). (Thanks to Karl M. Hegbloom.)
1788 (LIBGUILE_MAJOR_VERSION): Bumped to 9.
1789 (GUILE_MINOR_VERSION): Bumped to 4.
1790
f43aac9a
MD
17912000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1792
a8861fa0
MD
1793 * libguile.h: Removed #include "libguile/kw.h".
1794
9a8a1e8a
MD
1795 * Makefile.am (ACLOCAL): Define as ./guile-aclocal.sh.
1796 (The rule will cd to $(top_srcdir).)
1797
1798 * configure.in (EXTRA_DOT_DOC_FILES): Create from LIBOBJS and
1799 substitute it into libguile/Makefile.
1800
f43aac9a
MD
1801 * HACKING: Updated recommended libtool version to be 1.3.5.
1802
1803 * RELEASE: Say that we should update HACKING to reflect the
1804 versions of the tools we're using rather than README.
1805
5cb6f99c
MD
18062000-06-02 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1807
1808 * NOTES: Removed.
1809
1810 * TODO: Moved to devel/.
1811
3ff0d90a
CB
18122000-06-01 Craig Brozefsky <craig@red-bean.com>
1813
1814 * GUILE-VERSION: added defnitions for LIBGUILE_MAJOR_VERSION,
1815 LIBGUILE_MINOR_VERSION, LIBGUILE_REVISION_VERSION so that we now
1816 define libguile.so version in a well-lit place.
1817
1818 * configure.in: added AC_SUBST lines for the new LIBGUILE version
1819 variables.
72f1168d 1820
65545721
ML
18212000-06-01 Michael Livshin <mlivshin@bigfoot.com>
1822
1823 * autogen.sh: call ./guile-aclocal.sh instead of aclocal.
72f1168d 1824
65545721
ML
1825 * guile-aclocal.sh: new file, works around aclocal problems.
1826
b2728432
DH
18272000-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
1828
1829 * acconfig.h (USE_FSU_PTHREADS, USE_MIT_PTHREADS,
1830 USE_PCTHREADS_PTHREADS): Removed.
1831
7f5fa419
GH
18322000-05-01 Gary Houston <ghouston@arglist.com>
1833
1834 * Makefile.am: add include_HEADERS.
1835 libguile.h: moved from libguile directory. maybe libguile.h should
1836 be installed in $prefix/include/libguile/libguile.h instead?
1837
9764c29b
MD
18382000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1839
e415cb06
MD
1840 * qthreads.m4: Removed THREADS_CPPFLAGS.
1841
1842 * acinclude.m4: Removed qthreads macros. They are provided in
1843 qthreads.m4, so these were redundant.
1844
9764c29b
MD
1845 * acconfig.h (GUILE_DEBUG_MALLOC): New.
1846
1847 * configure.in: New --enable-debug-malloc configuration option.
1848
1978b33e
MD
18492000-03-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1850
1851 * acconfig.h (GUILE_PTHREAD_COMPAT): New config variable.
1852
1853 * configure.in: Enable workaround for COOP-linuxthreads
64e3bf6c 1854 compatibility on Linux systems.
1978b33e 1855
55a85c78
MD
18562000-03-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1857
1858 * devel: New directory. Intended to carry documentation related
1859 to Guile development (as opposed to the doc directory which
1860 contains documentation related to the use of the current Guile).
1861 This directory (devel) is not included in the Guile distribution,
1862 but is accessible via anonymous CVS.
1863
fdc7ea2d
MD
18642000-03-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1865
1866 * configure.in: Don't add iselect.o to LIBOBJS.
1867
31d8abce
MD
18682000-03-13 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1869
1870 * configure.in: Added end-tag for local variables. (Thanks to
1871 Thien-Thi Nguyen.)
1872
244fdc2f
GH
18732000-03-12 Gary Houston <ghouston@arglist.com>
1874
1875 * README (Guile Documentation, About This Distribution): updated.
1876
f3b5e185
MD
18772000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1878
1879 * configure.in (ac_cv_struct_timespec): Added test for struct
1880 timespec.
1881
1882 * acconfig.h (HAVE_STRUCT_TIMESPEC): Added.
1883
3a721413
MV
18842000-01-25 Marius Vollmer <mvo@zagadka.ping.de>
1885
1886 * autogen.sh: Call libtoolize. Pass --add-missing option to
1887 automake. Do not decent into libltdl directory. The libltdl
1888 directory is now populated by libtoolize and does not need any
1889 further autogeneration.
1890
d831b039
GH
18912000-01-23 Gary Houston <ghouston@arglist.com>
1892
1893 * configure.in: check for fchown.
1894
a0a7b83b
MD
1895Tue Jan 18 12:55:15 2000 Mikael Djurfeldt <mdj@r11n07-s.pdc.kth.se>
1896
1897 * acinclude.m4 (AC_LIBLTDL_CONVENIENCE): Add $(top_srcdir)/libltdl
1898 instead of $(top_builddir)/libltdl to includepath.
1899
56cfe22b
MD
19002000-01-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1901
1902 * emacs: New subdirectory for elisp tools.
1903
657fcb5a
MV
19042000-01-15 Marius Vollmer <mvo@zagadka.ping.de>
1905
1906 * README, HACKING: Moved "Hacking it yourself" section from README
1907 to HACKING. Updated recommended libtool version to be 1.3.4.
1908
dc914156
GH
19092000-01-14 Gary Houston <ghouston@arglist.com>
1910
1911 * configure.in: needs to have --disable-networking, not
1912 --disable-net.
1913
fb4956c9
MD
19142000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1915
1916 * libltdl/acconfig.h: New file: Needed by autogen.sh.
1917
88423ab1
GB
1918Tue Jan 11 13:42:35 2000 Greg J. Badros <gjb@cs.washington.edu>
1919
1920 * autogen.sh: Added messages as we run autogen in subdirectories.
1921
1922 * configure.in: Output libugile/guile-func-name-check script, and
72f1168d 1923 chmod +x it.
88423ab1 1924
0d90b76d
MV
19252000-01-11 Marius Vollmer <mvo@zagadka.ping.de>
1926
1927 * libltdl/autogen.sh: New file.
1928 * autogen.sh: Invoke libltdl/autogen.sh.
1929
19302000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
1931
1932 Finally applied the libltdl patch from Thomas Tanner, with slight
1933 modifications. All code copied from the libtool package is from
1934 libtool-1.3.4.
1935
1936 * configure.in: Make "--with-modules=yes" the default. Do not
1937 clear INCLTDL, LIBLTDL prior to processing "--with-modules".
72f1168d 1938
0d90b76d
MV
1939 1999-07-25 Thomas Tanner <tanner@ffii.org>
1940
1941 * Makefile.am: add libltdl to SUBDIRS, automake automatically
1942 includes ltconfig, ltmain.sh and acconfig.h in EXTRA_DIST
1943 * acinclude.m4: remove GUILE_DLSYM_USCORE, add libtool.m4
1944 (no need to install libtool any more)
1945 * configure.in: replace --enable-dynamic-linking with
1946 --with-modules, required modules can be specified using
1947 --with-modules="/path/to/mod.la" and will be linked
1948 statically on platforms that don't support dynamic loading,
1949 configure libltdl, configure libtool for dlopening
1950 * libltdl: added using libtoolize -c --ltdl
1951
38c1d3c4
GH
19522000-01-09 Gary Houston <ghouston@arglist.com>
1953
1954 * configure.in: check whether localtime caches TZ. copied from
1955 Emacs 20.5.
1956 * acconfig.h: add LOCALTIME_CACHE.
1957
dceef6be
GB
1958Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
1959
1960 * configure.in: Make it be guile-snarf.awk, since we'll be
1961 switching names for guile-doc-snarf. (I wouldn't have changed
1962 this, but I was getting ready to commit this way when the below
1963 change was committed).
1964
763a6716
MD
19651999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1966
1967 * configure.in: Create guile-doc-snarf.awk.
1968
6aca8c6c
GB
19691999-12-12 Greg J. Badros <gjb@cs.washington.edu>
1970
72f1168d 1971 * configure.in: Create guile-doc-snarf, chmod +x that script after
6aca8c6c
GB
1972 AC_OUTPUTted.
1973
19741999-12-10 Greg J. Badros <gjb@cs.washington.edu>
6e706938
GB
1975
1976 * NEWS: More complete description for --enable-debug-freelist.
1977
aee8ca3f
GH
19781999-12-09 Gary Houston <ghouston@freewire.co.uk>
1979
1980 * configure.in (CFLAGS): don't add -Wpointer-arith, since it
1981 causes numerous spurious warnings with recent gcc and/or glibc
1982 versions.
1983
afe5177e
GH
19841999-11-19 Gary Houston <ghouston@freewire.co.uk>
1985
1986 * acconfig.h: add HAVE_ARRAYS.
1987
1988 * configure.in: add --disable-arrays option, probably temporary.
1989
5c11cc9d
GH
19901999-11-17 Gary Houston <ghouston@freewire.co.uk>
1991
1992 * configure.in: check for hstrerror.
1993
5d94b2fe
JB
19941999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
1995
e8ff4648
JB
1996 * autogen.sh: Don't call autoreconf at all; it's not reliable.
1997 Instead, call the various tools explicitly. Invoke
1998 guile-readline's autogen.sh script.
0cbedb5b
JB
1999
2000 Straighten up the situation regarding guile.m4 and qthreads.m4.
72f1168d 2001
0cbedb5b
JB
2002 We can't have .m4 files which are installed where aclocal can
2003 see them, but also used by guile's own configure.in, because
2004 aclocal will read both copies, complain about duplicate macro
2005 definitions, and refuse to generate aclocal.m4 at all. This
2006 happens if you invoke it as `aclocal -I .', as autoreconf does.
2007 This is probably a flaw in the autotools, but Guile doesn't need
2008 that flaw fixed immediately.
2009
2010 guile.m4 is intended for use by people linking against guile, so
2011 it needs to be installed. But Guile itself doesn't use it. So
2012 move guile.m4 into guile-config. That makes sense, since
2013 guile.m4's GUILE_FLAGS macro is just an easy way to call
2014 guile-config.
2015
2016 qthreads.m4 is indented to help configure a qthreads tree. It's
2017 only useful to a package which actually includes a qthreads tree,
2018 and it's intimately related to that tree, so it's not useful to
2019 install this. So don't install it.
2020
2021 * guile.m4: Moved to guile-config.
2022 * Makefile.am (aclocaldir, aclocal_DATA): Delete.
2023 (EXTRA_DIST): Move qthreads.m4 here.
2024
5d94b2fe
JB
2025 Don't store generated files in the repository any more. Instead,
2026 require people to run autogen.sh on trees from snapshots and CVS.
0cbedb5b 2027 * Makefile.in, aclocal.m4, configure: Deleted.
5d94b2fe
JB
2028 * autogen.sh: New file.
2029 * ANON-CVS, SNAPSHOTS: Updated instructions.
2030
dc4d930b
JB
20311999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
2032
2033 * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
2034
6e706938 20351999-09-27 Greg J. Badros <gjb@cs.washington.edu>
15526538
GB
2036
2037 * configure.in: Added --enable-debug-freelist option.
2038
fca7547b 2039 * acconfig.h: Added GUILE_DEBUG_FREELIST.
15526538 2040
52cfc69b
GH
20411999-09-23 Gary Houston <ghouston@freewire.co.uk>
2042
2043 * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
2044 FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
2045
2046 * configure.in: new options --disable-posix, --disable-net
2047 and --disable-regex
2048 export HAVE_POSIX and HAVE_NETWORKING definitions.
2049 don't add regex-posix.o to LIBOBJS if regex disabled.
2050
2051 LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
2052 conditionally.
2053
bab4e1cc
JB
20541999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
2055
2056 * Guile 1.3.4 released.
2057
fc97c626
JB
20581999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
2059
2060 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
2061 libtool knows how to get ANSI C behavior from the compiler.
2062 * configure: Regenerated.
2063
7ee92fce
GH
20641999-09-20 Gary Houston <ghouston@freewire.co.uk>
2065
2066 * configure.in: check availability of siginterrupt.
2067
08b8c694
GH
20681999-09-18 Gary Houston <ghouston@freewire.co.uk>
2069
2070 * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
2071 testing for SA_RESTART.
2072
7cdbcc7d
MD
20731999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
2074
2075 * configure.in: Removed ice-9/version.scm from AC_OUTPUT.
2076
e1f20ec6
JB
20771999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
2078
2079 * configure.in (GUILE_STAMP): Don't set this variable, or
2080 substitute it into anything. Full explanation in ice-9/ChangeLog.
2081 * configure, Makefile.in: Regenerated.
72f1168d 2082
ffe70f9c
JB
20831999-09-06 James Blandy <jimb@mule.m17n.org>
2084
2085 Propagate the changes of 2 Sept the rest of the way through.
2086 * configure: Regenerated.
2087 * Makefile.in: Regenerated. Not sure why this diff is so big.
2088
e127c348
JB
20891999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
2090
2091 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
2092 variable name. (Thanks to Bill Schottstaedt.)
9918cf63 2093 * aclocal.m4: Regenerated.
e127c348 2094
655f19ab
MD
20951999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
2096
2097 * configure.in: Test for presence of function on_exit.
2098
b074884f
JB
20991999-09-01 James Blandy <jimb@mule.m17n.org>
2100
2101 * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
2102 the system doesn't have memmove. Don't test for memmove and bcopy
2103 with AC_CHECK_FUNCS.
2104 * configure: Regenerated.
2105
a7098335
MD
21061999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
2107
2108 * configure.in: Test for atexit.
2109
9a26d6f9
MD
21101999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2111
b030b39b
MD
2112 * acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
2113
9a26d6f9
MD
2114 * configure.in: Test for presence of S_ISLNK in sys/stat.h.
2115 (Thanks to Bernard Urban.)
2116 Test for memmove and bcopy. (Thanks to
a7098335 2117 suzukis@file.phys.tohoku.ac.jp.)
9a26d6f9
MD
2118
2119 * acconfig.h: Added HAVE_S_ISLNK.
2120
a05cba61
JB
21211999-08-20 James Blandy <jimb@mule.m17n.org>
2122
0a852b94
JB
2123 * Guile 1.3.2 released.
2124
a05cba61
JB
2125 * Makefile.in: Regenerated.
2126
f29f2933
MD
21271999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2128
2129 * README, config.guess, config.sub, liconfig, ltmain.sh: Switched
2130 to libtool-1.3.3.
2131
0e8a8468
MV
21321999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
2133
2134 Added guile-readline subdirectory with the removed readline
2135 support.
2136 * guile-readline: New directory, see ChangeLog there.
2137 * configure.in: Cause configure to descend into guile-readline
2138 dir.
2139 * Makefile.am: Likewise for make.
2140 * NEWS: Explain how to activate the readline support.
2141 * configure, Makefile.in: Regenerated.
72f1168d 2142
3144e1a9
JB
21431999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
2144
9a5fa6e9 2145 Fixes for EMX from Mikael Ståldal.
3144e1a9
JB
2146
2147 * configure.in: Check for <io.h>.
2148 * configure: Regenerated.
2149
ed3db6ef
JB
21501999-07-18 Jim Blandy <jimb@savonarola.red-bean.com>
2151
2152 * qthreads.m4 (QTHREADS_CONFIGURE): 'alpha' in a configuration
2153 name can have suffixes, like alphaev56-unknown-linux-gnu.
2154 * aclocal.m4, configure: Rebuilt.
2155 (Thanks to Sebastien Villemot.)
2156
6c951427
GH
21571999-07-04 Gary Houston <ghouston@easynet.co.uk>
2158
2159 * configure.in: don't check for ways to violate stdio abstraction.
2160
8f65bd96
JB
21611999-05-02 Jim Blandy <jimb@savonarola.red-bean.com>
2162
2163 * configure.in (AC_CHECK_FUNCS): Fill in list of functions that
2164 libguile/net_db.h wants to use. (Add setprotoent, setservent.)
2165
ef0615e4
JB
21661999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
2167
2168 Remove all automatic readline support, to avoid copyright
2169 confusion.
2170 * INSTALL: Update text.
2171 * NEWS: Explain the situation.
2172 * configure.in: Remove configury for readline and its supporting
2173 libraries.
2174 * configure: Regenerated.
2175
2176 * README: Change URL's for automake and autoconf.
2177
cceae55d
JB
2178 * Makefile.in, configure: Regenerated with autoconf 2.13, automake
2179 1.4, libtool 1.2f (1.385 1999/03/15 17:24:54). I've upgraded to
2180 all the right tools, according to README, but I'm still getting
2181 different results than Mikael is. Hmm.
72f1168d 2182
644f058c
MD
21831999-03-22 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2184
2185 * New libtool: 1.2f
2186 * ltmain.sh, ltconfig, config.guess, config.sub: New versions.
2187 * README: Mention new version number of libtool.
2188
f5449843
MD
21891999-03-04 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2190
2191 New automake: 1.4
2192 * config.guess, config.sub, install-sh, mdate-sh, missing,
2193 mkinstalldirs: New versions.
2194 * Makefile.in, aclocal.m4, configure: Regenerated.
2195 * README: Mention new version numbers on autoconf and automake.
2196
deaceb4e
JB
21971999-02-12 Jim Blandy <jimb@savonarola.red-bean.com>
2198
2199 * configure.in: Add --with-readline flag.
2200 * configure: Rebuilt.
2201
08394899
MS
22021999-02-09 Maciej Stachowiak <mstachow@alum.mit.edu>
2203
2204 * NEWS: Added entry for optargs module.
2205
0d76bcec
JB
22061999-02-06 Jim Blandy <jimb@zwingli.cygnus.com>
2207
2208 * configure: Regenerated using autoconf 2.12.
2209
500c912f
MD
22101999-01-26 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2211
2212 * configure.in: Removed test AC_C_BIGENDIAN. (This test was
2213 considered to encourage bad coding style.)
2214
6bcb5a82
MD
22151999-01-21 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2216
2217 * configure.in: Added test AC_C_BIGENDIAN.
2218
f7677ff2
JB
22191999-01-11 Jim Blandy <jimb@zwingli.cygnus.com>
2220
2221 * configure.in: Remove quotes around ac_cv_lib_readline_main and
2222 ac_cv_var_rl_getc_function. They should both always be set to
2223 non-null values; this way, we get error messages.
2224 * configure: Regenerated.
2225
5f371877
JB
22261999-01-10 Jim Blandy <jimb@savonarola.red-bean.com>
2227
2228 * configure.in: Cite the variable ac_cv_lib_readline_main, not
2229 ac_cv_lib_readline_readline; the latter isn't set any more, since
2230 we look for 'main' in libreadline now. Add quotes around
2231 reference to the variable references, too, so this will work even
2232 when a variable's value is the empty string.
2233 * configure: Regenerated.
2234
c505a52f
MD
22351999-01-07 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2236
2237 * acconfig.h: Added HAVE_LONG_LONGS.
2238
2239 * configure.in: Added AC_CHECK_SIZEOF(long), AC_CHECK_SIZEOF(int);
2240 Added check for long longs.
2241
333a4791
JB
22421998-12-14 Jim Blandy <jimb@zwingli.cygnus.com>
2243
2244 * configure.in: Check for tgoto in ncurses, then termcap.
2245 S.u.S.E. Linux doesn't have a termcap. (Thanks to Karl
2246 Eichwalder.)
2247 * configure: Regenerated.
2248
cc720f64
JB
22491998-10-24 Jim Blandy <jimb@zwingli.cygnus.com>
2250
2251 * configure.in: Call AM_PROG_CC_STDC, to see what flags we should
2252 pass the compiler to make it support ANSI. (Thanks to Bernard
2253 Urban.)
2254 * aclocal.m4, configure: Regenerated.
2255
d818fdb4
JB
22561998-10-20 Jim Blandy <jimb@zwingli.cygnus.com>
2257
2258 * Guile 1.3 released.
2259
1f6fe22a
JB
22601998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
2261
2262 * GUILE-VERSION: Bump to 1.3.
2263
2264 * Makefile.am (EXTRA_DIST): Don't omit ANON-CVS and SNAPSHOTS.
2265 * Makefile.in: Regenerated.
2266
3e66cf9f
JB
22671998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
2268
2269 * qthreads.m4 (QTHREADS_CONFIGURE): On NetBSD, pass through a flag
2270 to the Makefile which explicitly tells it to pass assembly files
d509e5f6 2271 through the preprocessor. (Thanks to Perry Metzger.)
3e66cf9f
JB
2272 * aclocal.m4, configure, Makefile.in: Regenerated.
2273
eebc12c6
JB
22741998-10-14 Jim Blandy <jimb@zwingli.cygnus.com>
2275
a437d8a2
JB
2276 * configure.in: Define SCM_SINGLES whenever a float can fit in a
2277 long, not only when a float is the same size as a long. This gets
2278 us SCM_SINGLES defined on alphas. (Thanks to Clark McGrew.)
2279 * configure: Regenerated.
2280
2281 * configure.in: Construct libguile/versiondat.h here; see
2282 log entry in libguile/ChangeLog for details.
2283 * configure: Regenerated.
2284
cd6c612a
JB
2285 * configure.in: Allow tabs and whitespace between `void' and
2286 `usleep'. (Thanks to Harvey J. Stein.)
2287 * configure: Regenerated.
2288
eebc12c6
JB
2289 Don't redefine sleep/usleep.
2290 * configure.in: Remove tests for usleep's argument type; we only
2291 need that if we're going to replace it.
cd6c612a 2292
eebc12c6
JB
2293 * acconfig.h (USLEEP_ARG_TYPE): Delete. All the other SLEEP
2294 garbage is needed just to use usleep and sleep without compiler
2295 warnings.
2296 * configure: Regenerated.
2297
cb9728ed
JB
22981998-10-12 Jim Blandy <jimb@zwingli.cygnus.com>
2299
2300 * configure: Regenerated.
72f1168d 2301
cb9728ed
JB
2302 * configure.in (GUILE_FUNC_DECLARED): Name the cache variables
2303 starting with guile_cv_; ac_cv_ is autoconf's namespace.
2304
2305 The type of the argument to usleep varies from system to system,
2306 as does the return type. We really shouldn't be redefining usleep
2307 at all, but I don't have time to clean that up before the 1.3
2308 release. It's on the schedule for afterwards.
2309 * configure.in: Cache results from usleep return value test.
2310 Test for the type of the usleep argument, and cache that too.
2311 * acconfig.h (USLEEP_ARG_TYPE): New macro.
2312
81aef0ba
JB
23131998-10-11 Jim Blandy <jimb@zwingli.cygnus.com>
2314
2315 * acconfig.h (HAVE_RL_GETC_FUNCTION): Fix this entry.
2316
17f8d40c
JB
23171998-10-10 Jim Blandy <jimb@zwingli.cygnus.com>
2318
216d3a1e
JB
2319 * GUILE-VERSION: bump to 1.2.91, since we're doing snapshots again.
2320
17f8d40c
JB
2321 * Guile 1.2.90 released --- beta.
2322 * GUILE-VERSION: Set to 1.2.90. This would appear to be a
2323 regression from 1.3a, but everyone knows that the next release is
2324 1.3, I want to switch to a more coherent version numbering system,
2325 and now is the time.
72f1168d 2326
1ee7c452
JB
23271998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
2328
2329 * configure.in: Call AC_C_INLINE, so we can use inline happily in
72f1168d 2330 libguile.
1ee7c452
JB
2331 * configure: Regenerated.
2332
8aa5c148
JB
23331998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
2334
59027c18
JB
2335 * configure.in: Don't forget to #define HAVE_RL_GETC_FUNCTION if
2336 we do find the rl_getc_function variable in the readline library;
2337 AC_CHECK_FUNCS used to do this for us, but we're not using it any
2338 more.
13af3048 2339 * acconfig.h: Add an entry for HAVE_RL_GETC_FUNCTION.
59027c18
JB
2340
2341 * configure.in: Properly test for the presence of rl_getc_function;
2342 it's a variable, not a function.
2343 * configure: Regenerated.
2344
2f2cef71
JB
2345 * doc: New subdirectory.
2346 * Makefile.am (SUBDIRS): List it.
2347 * configure.in (AC_OUTPUT): Build its Makefile.
2348 * configure, Makefile.in: Regenerated.
2349
8aa5c148
JB
2350 * guile.m4 (GUILE_FLAGS): New macro.
2351
2352 * guile.m4 (AM_INIT_GUILE_MODULE): Deleted; it doesn't do anything
2353 terribly helpful any more, nobody's using it, and this is not
2354 really the way I want to handle modules anyway.
2355
2adfe1c0
JB
23561998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
2357
48ca6468
JB
2358 * configure.in (FD_SETTER, FILE_CNT_GPTR): New cases for SCO's
2359 stdio implementation. (Thanks to David Tillman.)
2360 * configure: Rebuilt.
72f1168d 2361
2adfe1c0
JB
2362 * guile-config: Renamed from `build'.
2363 * Makefile.am (SUBDIRS): Mention `guile-config', not `build'.
2364 * configure.in: Create `guile-config/Makefile.in', not
2365 `build/Makefile.in'. Doc fix, too.
48ca6468 2366
2adfe1c0
JB
2367 * qthreads.m4: Doc fix.
2368 * Makefile.in, aclocal.m4, configure: Regeneranegerederadea.
2369
83d1c666
JB
23701998-10-03 <jimb@savonarola.red-bean.com>
2371
0553d3a2
JB
2372 * configure.in: Check for a missing `sleep' declaration.
2373 * acconfig.h (MISSING_SLEEP_DECL): Provide some text for this.
2374 * configure: Regenerated.
2375
83d1c666
JB
2376 * configure.in: Don't use the canonical host name to decide
2377 whether `bzero' and `usleep' have declarations --- that's going
2378 back to the bad old days before autoconf. Remove the call to
2379 AC_CANONICAL_HOST and the subsequent case statement.
2380 (GUILE_FUNC_DECLARED): New m4 macro. Use it to check for
2381 declarations for `bzero', `usleep', and (new!) `strptime'.
2382 * acconfig.h: (DECLARE_BZERO, DECLARE_USLEEP): Removed.
2383 (MISSING_BZERO_DECL, MISSING_USLEEP_DECL, MISSING_STRPTIME_DECL):
2384 Added. I think this naming convention is more consistent with the
2385 rest of autoconf; names generally describes the system, not what
2386 the package should do to accomodate the system.
2387 * configure: Regenerated.
2388
2d2c87e1
JB
23891998-09-05 Jim Blandy <jimb@zwingli.cygnus.com>
2390
2391 * configure.in: Remove --disable-debug option. The debugging
2392 support is pretty stable now, and it's confusing people.
2393 * configure: Regenerated.
2394
2395 * HACKING: Remove -Wstrict-prototypes from the list of requested
2396 flags (to match 1998-07-30 change).
2397
6dd78771
JB
23981998-07-30 Jim Blandy <jimb@zwingli.cygnus.com>
2399
2400 * configure.in: Don't use -Wstrict-prototypes after all.
2401 * configure: Regenerated.
2402
1f5ae2fd
JB
24031998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
2404
4ac31e8d
JB
2405 * configure.in: Request more warnings.
2406 * configure: Regenerated.
2407 * HACKING: Ask people not to make changes that introduce those
2408 warnings. Now I have to go through the code and actually bring it
2409 up to standards... :(
2410
0dcbc17a
JB
2411 * Makefile.in, aclocal.m4, configure: Regenerated using the last
2412 public version of automake, not the hacked Cygnus version.
2413 * config.guess, config.sub, ltconfig, ltmain.sh: New versions from
2414 libtool.
72f1168d 2415
1f5ae2fd
JB
2416 * configure.in, qthreads.m4: Display a message about how the
2417 threads configuration went.
2418 * aclocal.m4, configure: Regenerated.
72f1168d 2419
3357ab66
JB
24201998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
2421
1f5ae2fd
JB
2422 Remove the TOTORO kludge. We're not doing snapshots any more, so
2423 totoro is completely uninvolved. (Poor Totoro!)
2424 * configure.in: Remove code to check the hostname and #define
2425 TOTORO.
2426 * acconfig.h: Remove comments for TOTORO symbol.
2427 * configure, Makefile.in: Regenerated.
2428
3357ab66
JB
2429 * qthreads.m4 (QTHREADS_CONFIGURE): We *can* use AC_REQUIRE here
2430 to get AC_PROG_LN_S.
2431 * aclocal.m4, configure: Regenerated.
2432
e99cbcd6
JB
24331998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
2434
2435 Clean up thread configuration.
2436 * qthreads.m4: New file, which knows how to configure the qthreads
2437 library.
2438 * configure.in: Replace all thread package selection code. Do the
2439 --with-threads argument processing here. Enable the appropriate
2440 thread interface files in libguile. Remove all qthreads
2441 configuration code; call QTHREADS_CONFIGURE instead. Set
2442 GUILE_LIBS using the info provided by QTHREADS_CONFIGURE.
2443 * threads.m4: Removed; not used any more.
2444 * Makefile.am (aclocal_DATA): Mention qthreads.m4, not threads.m4.
2445 * Makefile.in, aclocal.m4, configure: Rgnrtd. (Sv th vwls!)
2446 Note that these were regenerated with the tools available from
2447 Cygnus's source tree, which have patches not available to the
2448 general public. I'm not sure this was a good idea; feel free to
2449 revert them to the latest released versions of the tools.
2450
2451 Upgrade to the version of libtool available at Cygnus. See note
2452 above.
2453 * config.guess, config.sub, ltconfig, ltmain.sh: Upgraded.
2454
5ef81022
MD
24551998-07-12 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2456
2457 * configure.in: Changed variable HOSTNAME --> PROG_HOSTNAME in
2458 totoro kludge.
2459
212d45b8
MD
2460Sat Jul 11 21:54:29 1998 Mikael Djurfeldt <mdj@totoro.red-bean.com>
2461
2462 * acconfig.h, configure.in: Define TOTORO if configuring on
2463 totoro.red-bean.com.
2464
2465 * configure.in: Check for strdup.
2466
7e0fee6e
MD
24671998-05-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2468
2469 * configure.in: Check for rl_cleanup_after_signal.
2470
dd07fb66
MD
24711998-05-11 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2472
2473 * configure.in: Added test for rl_getc_function. Warn if
2474 libreadline is found but not this function.
2475
4c787b52
MD
24761998-05-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2477
2478 * configure.in: Replaced some AC_CHECK_FUNC --> AC_CHECK_FUNCS so
2479 that suitable HAVE_<function name> symbols get defined.
2480
0935d604
MD
24811998-04-25 Mikael Djurfeldt <mdj@kenneth>
2482
2483 * configure.in: Define USLEEP_RETURNS_VOID on some systems.
2c36126d 2484 (Thanks to Julian Satchell.)
0935d604 2485
64e121dc
MD
24861998-04-20 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2487
2488 * configure.in: Check for usleep; Define DECLARE_BZERO and
2489 DECLARE_USLEEP on Solaris 2.5 since it supplies those functions
2490 without declaring them.
2491
2492 * acconfig.h: Added DECLARE_BZERO, DECLARE_USLEEP
2493
26c41b99
MD
24941998-04-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2495
2496 * configure.in: Define HAVE_DLOPEN also when HAVE_LIBDL is
2497 defined.
2498
3822dd61
MD
24991998-04-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2500
2501 * configure.in (GUILE_LIBS): New variable. Contains libraries
2502 which libguile needs to be linked with. Substituted into
2503 libpath.h.
2504
2505 * threads.m4 (threads_package): Don't add $LDFLAGS and $LIBS to
2506 $cy_cv_threads_libs.
2507
5798fd97
MD
25081998-04-11 Mikael Djurfeldt <mdj@kenneth>
2509
2510 New libtool: 1.2
2511 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
2512 New automake: 1.3
2513 * Makefile.in, aclocal.m4, configure: Regenerated.
2514 * README: Mention new version numbers on libtool and automake.
2515
848f2a01
TP
25161997-12-11 Tim Pierce <twp@skepsis.com>
2517
2518 * HACKING: Note that SSH is mandatory for CVS access.
2519
341eaef0
GH
2520Sun Dec 7 06:11:24 1997 Gary Houston <ghouston@actrix.gen.nz>
2521
2522 * README: using Automake 1.2d
2523 * configure.in: AC_CHECK_FUNCS: add "system".
2524
c06768c8
TP
25251997-12-01 Tim Pierce <twp@skepsis.com>
2526
2527 * acconfig.h: Add USCORE.
2528
933a7411
MD
25291997-11-27 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2530
2531 * configure.in: Added code to enable GUILE_ISELECT on systems
2532 which have the necessary functions (gettimeofday, select).
2533
2534 * acconfig.h: Added GUILE_ISELECT.
2535
774b7f22
TP
25361997-11-24 Tim Pierce <twp@twp.tezcat.com>
2537
2538 * acinclude.m4: Assume dlsym does not add underscore if
2539 cross-compiling.
2540 * aclocal.m4, configure: Regenderated.
2541
2a0d7176
TP
25421997-11-21 Tim Pierce <twp@twp.tezcat.com>
2543
2544 * acinclude.m4 (GUILE_DLSYM_USCORE): New macro, thanks Dan Hagerty
2545 <hag@ai.mit.edu>.
2546 * configure.in: Use it.
2547 * configure: Regenerated.
2548 * acconfig.h (DLSYM_ADDS_USCORE): New #define.
72f1168d 2549
1ad2d179
MD
25501997-10-26 Mikael Djurfeldt <mdj@nada.kth.se>
2551
2552 * README (libtool): Tell people to use version 1.0e.
2553
83531e61
JB
2554Sat Oct 25 02:50:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
2555
2556 Call the QuickThreads library libqthreads.a, not libqt.a. The old
2557 name conflicts with the Qt user interface toolkit.
2558 * threads.m4 (CY_AC_WITH_THREADS): Use new library name.
2559 * configure.in: Same.
2560 * aclocal.m4, configure: Regenerated.
2561
2e368582
JB
2562Thu Oct 23 00:58:06 1997 Jim Blandy <jimb@totoro.red-bean.com>
2563
2564 * configure.in: Check for the readline library, and the termcap
2565 library (on which readline relies).
2566 * configure: Regenerated.
2567
2568Wed Oct 22 16:55:57 1997 Jim Blandy <jimb@totoro.red-bean.com>
2569
2570 New libtool: 1.0e
2571 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
2572 * configure, aclocal.m4: Regenerated.
2573
cd721def
MV
25741997-10-02 Marius Vollmer <mvo@zagadka.ping.de>
2575
2576 Make dynamic linking work on Dec Unix. (Thanks to Clark McGrew)
2577 * configure.in: Check whether dlopen can be found without -ldl.
2578
5aa28c1e
JB
2579Mon Sep 29 23:52:52 1997 Jim Blandy <jimb@totoro.red-bean.com>
2580
2581 * Makefile.in: Regenerated with automake 1.2c.
2582
9ba3d403
JB
2583Sat Sep 27 23:01:58 1997 Jim Blandy <jimb@totoro.red-bean.com>
2584
2585 * Makefile.am: Add new `build' subdirectory to SUBDIRS.
2586 * configure.in: Add build/Makefile to AC_OUTPUT clause.
2587 * Makefile.in, configure: Regenerated.
2588
2589 * Makefile.in, aclocal.m4: Regenerated with automake 1.2a.
2590
476f3c84
MD
2591Tue Sep 16 00:19:46 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2592
2593 * README, ltconfig, ltmain.sh: New libtool: 1.0c.
2594
e69807f0
MD
2595Thu Sep 11 11:28:24 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2596
2597 * ltmain.sh: Added a missing '\' before \n on line 32.
2598
1aa8162b
JB
2599Thu Aug 28 23:40:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
2600
2601 New libtool: 1.0b.
2602 * ltconfig, ltmain.sh, config.guess: Freshly libtoolized.
2603 * Makefile.in, aclocal.m4, configure: Regenerated, salamander-style.
2604
34695603
JB
2605Wed Aug 27 11:35:09 1997 Jim Blandy <jimb@totoro.red-bean.com>
2606
2607 * Makefile.in: Regenerated, so it uses "tar", not "gtar".
2608
2609 * configure.in: Use the QuickThreads assembler fragment with Irix
2610 dynamic linking support for Irix 6 as well as Irix 5. Thanks to
2611 Jesse Glick.
2612 * configure: Regenerated.
2613
e9cd5d2f
MD
2614Sun Aug 24 15:51:12 1997 Mikael Djurfeldt <mdj@kenneth>
2615
0b89e78e
MD
2616 * acinclude.m4 (GUILE_NAMED_CHECK_FUNC): New macro: Tagged test,
2617 so that test for the same function can be performed multiple
2618 times.
2619
e9cd5d2f
MD
2620 * configure.in (AC_CHECK_HEADERS): Test for rxposix.h,
2621 rx/rxposix.h. Add library rx only if regcomp can't be found
2622 without it.
2623
2624 * acconfig.h (HAVE_REGCOMP): Added it here since autoheader misses
2625 it for some reason!
2626
1782cc37
JB
2627Fri Aug 22 21:21:49 1997 Jim Blandy <jimb@totoro.red-bean.com>
2628
2629 * THANKS: New file.
2630 * Makefile.in, aclocal.m4, configure: Regenerated.
2631
757cfb94
MD
2632Wed Jul 23 20:24:27 1997 Mikael Djurfeldt <djurf@zafir.e.kth.se>
2633
2634 * configure.in: Added thread support for the alpha architecture.
2635 configure: Regenerated.
2636
f4e5b810
GH
2637Thu Jul 17 07:56:05 1997 Gary Houston <ghouston@actrix.gen.nz>
2638
2639 * configure.in: use AC_CHECK_FUNCS for sethostent etc.,
2640 so scmconfig.h is updated with the test results. this may
2641 disable one of the cygwin hacks.
2642
32552d73
JB
2643Fri Jul 11 00:18:19 1997 Jim Blandy <jimb@floss.red-bean.com>
2644
2645 Changes to compile under gnu-win32, from Marcus Daniels:
2646 * configure.in: When sys/un.h exists, define HAVE_UNIX_DOMAIN_SOCKETS
2647 to indicate that Unix domain sockets will work.
2648 Check for socketpair, getgroups, setwent, pause, and tzset
2649 (cygwin currently lacks these them).
2650 Check for sethostent endhostent getnetent setnetent endnetent
2651 getprotoent endprotoent getservent endservent getnetbyaddr
2652 getnetbyname inet_lnaof inet_makeaddr inet_netof (cygwin currently
2653 lacks them). In the case of cygwin, temporarily prefix these
2654 functions with "cygwin32_", the way that netdb.h does.
2655 Don't define HAVE_REGCOMP unless both regcomp and regex.h are
2656 available (cygwin b18 came distributed without a working regex.h
2657 file).
2658 * acconfig.h (HAVE_UNIX_DOMAIN_SOCKETS): Add this.
2659 * configure: Regenerated.
2660
ec918b9b
TP
2661Wed Jul 2 12:28:40 1997 Tim Pierce <twp@twp.tezcat.com>
2662
2663 * ltmain.sh: Remove any trailing colon on $shlibpath_var
2664 (i.e. LD_LIBRARY_PATH) for braindamaged linkers that choke on it.
2665 Patch sent to bug-libtool.
2666
4a5fa91c
TP
2667Sat Jun 28 16:13:43 1997 Tim Pierce <twp@twp.tezcat.com>
2668
2669 * configure.in: Add alloca.o explicitly to LIBOBJS (thanks Eric
2670 Backus for reporting this problem and suggesting a fix).
2671 * configure: Regenerated.
2672
a01e24ec
JB
2673Thu Jun 26 20:43:31 1997 Jim Blandy <jimb@floss.red-bean.com>
2674
2675 * Guile 1.2 released.
72f1168d 2676
a01e24ec
JB
2677 * configure.in: Check for librx after libm; fundamentals need to
2678 come first.
2679 * configure: Regenerated.
2680
787d7283
TP
2681Tue Jun 24 13:34:20 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
2682
2683 * aclocal.m4 (AM_PATH_PROG_LD): Change `ac_cv_path_LD' typo to
2684 `am_cv_path_LD'.
2685 * configure: Regenerated.
2686
0dc48630
JB
2687Sun Jun 22 15:43:07 1997 Jim Blandy <jimb@floss.red-bean.com>
2688
91b28bb5
JB
2689 Try to detect when people are using one version of libguile and a
2690 different version of ice-9. People have been skewing things and
2691 sending in bug reports.
2692 * configure.in: Provide libguile its version information through a
2693 separate header file generated by the Makefile, not through
72f1168d 2694 scmconfig.h.
91b28bb5
JB
2695 (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):
2696 AC_SUBST these, instead of AC_DEFINE'ing them.
2697 (GUILE_STAMP): New AC_SUBST: the time we configured the tree.
2698 (AC_OUTPUT): Create ice-9/version.scm.
2699 * acconfig.h (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION,
2700 GUILE_VERSION): Deleted.
2701 * Makefile.in: Regenerated.
2702
0dc48630
JB
2703 * aclocal.m4: Regenerated, using the libtool 0.9h m4 macros.
2704
2705 * Makefile.am (EXTRA_DIST): Include acconfig.h in the
2706 distribution.
2707 * Makefile.in: Regenerated.
2708
91529b1d
JB
2709Sat Jun 21 00:14:07 1997 Jim Blandy <jimb@floss.red-bean.com>
2710
2711 * ltmain.sh (line 1191): Don't forget 'test' in if statement.
2712
2713 * ltconfig, ltmain.sh: libtoolized, using libtool 0.9h.
2714
3688473b
JB
2715Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com>
2716
832b09ed
JB
2717 * ltconfig, ltmain.sh, config.guess: New files from libtool 0.9g.
2718
2719 * configure.in: By default, include functions in Guile to allow
2720 linking with dynamic libraries at run-time. In other words,
2721 --enable-dynamic-linking is now the default.
2722 * configure: Rebuilt.
2723
cad2eb84
JB
2724 * configure.in: Remove space between AC_CHECK_LIB and opening
2725 paren in check for Rx.
2726 * configure: Regenerated.
2727
3688473b
JB
2728 * configure.in: Remove all mention of xtra_PLUGIN_guile_libs.
2729 It's never used.
2730 * configure, Makefile.in: Regenerated.
2731
2732Tue Jun 10 23:37:12 1997 Jim Blandy <jimb@floss.red-bean.com>
2733
2734 * configure.in: Move checks for libraries (-lm, -lnsl, -lsocket,
2735 -dl, -dld) before checks for functions.
2736 * configure: Regenerated.
2737
95d59d10
JB
2738Mon Jun 9 02:35:46 1997 Tim Pierce <twp@twp.tezcat.com>
2739
2740 * config.guess: New copy from autoconf-2.12, which recognizes
2741 OpenBSD.
2742
14d546a7
JB
2743Tue Jun 3 16:34:19 1997 Jim Blandy <jimb@totoro.cyclic.com>
2744
2745 * configure.in: Check for Rx, so we will use its routines (which I
2746 pretty much trust) if it is installed.
2747 * configure: Regenerated.
2748
e1a191a8
GH
2749Sat May 31 03:48:45 1997 Gary Houston <ghouston@actrix.gen.nz>
2750
2751 * acconfig.h: mention HAVE_RESTARTS.
2752 * configure.in: check for sigaction and restartable system calls.
2753
737c9113
JB
2754Tue May 27 22:47:52 1997 Tim Pierce <twp@twp.tezcat.com>
2755
2756 * configure.in: Check for presence of regcomp.
2757 * configure: Regenerated.
2758
3f4c654d
JB
2759Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
2760
36539a15
JB
2761 * COPYING: New address for FSF.
2762
3f4c654d
JB
2763 * configure.in: We don't need to add fileblocks.o to LIBOBJS if
2764 struct stat doesn't have the st_blocks field. We take care of
2765 that case in the code. Replace AC_STRUCT_ST_BLOCKS with its
a00c28cd 2766 definition, edited appropriately. (Bernard URBAN)
3f4c654d
JB
2767 * configure: Regenerated.
2768
c1a649bf
JB
2769Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
2770
3f4c654d
JB
2771 * configure.in: Don't link against -lnsl or -lsocket unless we
2772 actually need to. This causes trouble on Irix. (Thanks to Larry
2773 Schwimmer.)
2774
c1a649bf
JB
2775 * config.sub: Get newer version, that recognizes the i686.
2776
c5ac623b
JB
2777Fri May 16 17:26:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
2778
2779 * README: Changed Mikael's threads work attribution in order
2780 to sooth Anthony's enormous, but wounded, ego.
2781
2782Fri May 16 17:26:53 1997 Jim Blandy <jimb@totoro.cyclic.com>
2783
2784 Just kidding!!!
2785
adb98aa9
JB
2786Fri May 16 04:24:48 1997 Jim Blandy <jimb@floss.cyclic.com>
2787
2788 Guile 1.1 released.
2789 * GUILE-VERSION: Bump to 1.1.
2790
9b01064c
JB
2791Tue May 13 16:34:40 1997 Jim Blandy <jimb@floss.cyclic.com>
2792
2793 Switch to automake-1.1p.
2794 * Makefile.in, aclocal.m4, configure: Regenerated.
2795
d53f4df2
JB
2796Mon May 12 18:29:45 1997 Jim Blandy <jimb@floss.cyclic.com>
2797
2798 * threads.m4: Copy Anthony's change here, so it'll actually
2799 survive.
2800
ec06dd30
AG
2801Thu May 8 11:48:40 1997 Anthony Green <green@hoser.cygnus.com>
2802
72f1168d 2803 * aclocal.m4: Fixes for building with coop threads in a
ec06dd30
AG
2804 seperate compilation directory.
2805 * configure: Rebuilt.
2806
953b3c55
JB
2807Fri May 2 16:24:15 1997 Jim Blandy <jimb@floss.cyclic.com>
2808
2809 Upgrade to libtool 0.9e.
2810 * ltconfig, ltmain.sh, config.guess, config.sub: New versions,
2811 supplied by libtool.
2812
2813 * configure.in: When configuring qt, sunos needs the underscore
2814 files; Solaris and Linux both need the normal files.
2815 * configure: Reebilt.
72f1168d 2816
8225b156
JB
2817Thu May 1 15:35:49 1997 Jim Blandy <jimb@floss.cyclic.com>
2818
2819 * configure.in: Get the paths for qt's md files right, so it can
2820 build correctly when using a separate compilation directory.
2821 * configure: Regenerated.
2822
20108301
JB
2823Thu Apr 24 01:20:34 1997 Jim Blandy <jimb@floss.cyclic.com>
2824
67061067
JB
2825 Get threads to work again.
2826 * Makefile.am (SUBDIRS): List libguile last, so qt gets built
2827 first.
2828 * Makefile.in: Regenerated.
2829 * aclocal.m4, configure: Regenerate, with modern definition of
2830 CY_AC_WITH_THREADS. Where did the old text come from? Creepy...
2831
2832 Reduced Guile distribution: one configure script, no plugins.
20108301
JB
2833 * configure.in: Merged the old text from qt/configure.in and
2834 libguile/configure.in; Tom Tromey says automake only wants one
2835 configure.in script. This seems fishy, but...
2836 * Makefile.am: List the subdirectories explicitly; no more PLUGIN
2837 gubbish.
2838 * acconfig.h, acinclude.m4: Moved here from libguile, since
2839 libguile's configure script lives here now.
2840 * AUTHORS, INSTALL, README: Updated.
2841 * Makefile.in, aclocal.m4 configure: Regenerated. Just like
2842 amputated amphibian limbs.
2843
93918199
JB
2844Tue Apr 22 16:57:38 1997 Jim Blandy <jimb@totoro.cyclic.com>
2845
2846 * newdoc/ref/Makefile.am (dist_texis): Distribute the index files.
2847 * newdoc/ref/Makefile.in: Regenerated.
2848
7c9c7760
JB
2849Mon Apr 14 18:51:25 1997 Jim Blandy <jimb@floss.cyclic.com>
2850
2851 * threads.m4 (CY_AC_WITH_THREADS): When using coop threads, no
2852 need to link against libthreads; the files it used to contain
2853 are now a part of libguile.
2854
c8b62a7e
JB
2855Sun Apr 13 22:14:10 1997 Jim Blandy <jimb@floss.cyclic.com>
2856
2857 * guile.m4: Revert change of Mar 15, and use the new 'no-define'
2858 argument to the AM_INIT_AUTOMAKE macro.
2859
12afb619
JB
2860Fri Apr 11 15:43:07 1997 Jim Blandy <jimb@totoro.cyclic.com>
2861
2862 * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
2863 * README: Say where to find libtool 0.9d.
72f1168d 2864
58bc1a29
JB
2865Wed Apr 9 17:51:13 1997 Jim Blandy <jimb@floss.cyclic.com>
2866
2867 Changes to work with automake-1.1n, which has better libtool
2868 support. Also use libtool 0.8.
2869 * README: Note new version numbers for automake and libtool.
2870 * missing: New file required by new automake.
2871 * Makefile.in: Regenerated.
2872
5c09c7ea
JB
2873Sat Apr 5 16:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
2874
2875 * newdoc/ref/scheme.texi (set-object-property!): Fix function name.
2876
2877 * Makefile.am: Omit doc subtree.
2878 * configure.in: Omit makefiles in doc subtree.
2879 * Makefile.in, configure: Rebuilt.
2880
3b0d0eb8
MD
2881Sat Mar 15 01:11:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2882
2883 * guile.m4 (AM_INIT_GUILE_MODULE): Replaced AM_INIT_AUTOMAKE macro
2884 with its definition and commented out definition of PACKAGE. This
2885 changed seemed necessary after having removed PACKAGE from
2886 libguile/acconfig.h.
2887
15ae1bee
MD
2888Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2889
afa64ca8 2890 * ltconfig, ltmain.sh: New versions from libtool-0.9.
72f1168d 2891
15ae1bee
MD
2892 * configure.in: Added AM_MAINTAINER_MODE
2893
863b096e
JB
2894Fri Feb 7 17:57:46 1997 Jim Blandy <jimb@floss.cyclic.com>
2895
2896 * config.sub, config.guess: New versions, that handle i686, etc.
2897
de74670f
MG
2898Thu Jan 23 07:06:15 1997 Mark Galassi <rosalia@papageno.lanl.gov>
2899
2900 * newdoc/tutorial/guile-tut.texi: started checking in the Guile
2901 tutorial rewrite, but have not merged much into it yet.
2902
31e59da8
MG
2903Tue Jan 21 17:28:40 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
2904
2905 * newdoc/ref/guile-ref.texi: started checking in parts of the
de74670f 2906 reference manual re-write.
31e59da8 2907
3890022f
MV
2908Sat Jan 11 14:40:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
2909
2910 * ltconfig, ltmain.sh: New files for libtool support. libguile,
2911 rx, gh and gtcltk-lib can now be build as shared libraries.
2912 * Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh
2913
01cf3840
JB
2914Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
2915
2916 * Guile 1.0 released. This is the first release by the Free
2917 Software Foundation; Cygnus has also released earlier versions of
2918 Guile.
72f1168d 2919
01cf3840
JB
2920 * GUILE-VERSION: Updated version number.
2921 * NEWS: Added comments for all the user-visible changes marked in
2922 the ChangeLogs.
2923 * README: Updated for release.
2924
0a67c27a
GH
2925Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
2926
2927 * scsh: new directory.
2928
733943b9
TT
2929Mon Dec 2 17:33:04 1996 Tom Tromey <tromey@cygnus.com>
2930
2931 * configure.in: Generate doc/guile-programmer/Makefile and
2932 doc/guile-user/Makefile.
2933
2934Sat Nov 30 23:45:54 1996 Tom Tromey <tromey@cygnus.com>
2935
2936 * aclocal.m4: Now automatically generated by aclocal.
2937 * threads.m4: New file.
2938 * guile.m4: New file.
2939 * Makefile.am, doc/Makefile.am: New files.
2940 * configure.in: Updated for Automake. Avoid excessively verbose
2941 "greet" messages.
2942
8a2c7b71
MG
2943Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
2944
2945 * lgh: directory renamed to gh, along with all prefixes of the
2946 high level library procedures.
2947
1eaceb61
JB
2948Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
2949
72f1168d 2950 * Makefile.in (TAGS tags): Find the source files in $srcdir.
1eaceb61 2951
a857bf16
JB
2952Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
2953
2954 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
2955
e5e0f394
MD
2956Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
2957
2958 * configure.in: Added some configuration magic from the Cygnus
2959 distribution.
2960
2961 * aclocal.m4: New file. For now used for thread support
2962 configuration.
72f1168d 2963
891ee51c
MG
2964Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
2965
7d41a049
MG
2966 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
2967
891ee51c
MG
2968 * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
2969 directories, to arrange for lgh to the last thing
2970 configured/built.
2971
84da179f 2972Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
2be50ff5
MG
2973
2974 * lgh/: added the directory in which I implement the high level
2975 libguile library (lgh_) for this release of Guile. See the
2976 ChangeLog in there for further details.
2977
ea332eb2
MG
2978Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
2979
2980 * doc/ (guile-user and guile-programmer): added the guile-user and
2981 guile-programmer directories which contain the user and programmer
2982 manuals. See the ChangeLog entries there for detail.
2983
21dc7b47
JB
2984Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
2985
2986 * Makefile.in (distclean): Don't forget to delete doc/Makefile.
2987
2988 * Makefile.in (distclean): Don't forget to delete
2989 config.build-subdirs.
2990
de15ba3a
JB
2991Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
2992
2993 * Makefile.in (tags): New name for `TAGS' target, which will
2994 always run the commands.
2995
1089e30d
JB
2996Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
2997
2998 * README: Doc fixes.
2999
228ada63
JB
3000Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
3001
3002 * Makefile.in (TAGS): Produce a single tags file for all of Guile.
3003
93ef5778
JB
3004Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
3005
3006 * configure.in: Check for -ldl, so the check for Tcl won't fail
3007 spuriously.
3008
253efac3
JB
3009Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
3010
39b3bff6
JB
3011 Change the way we decide whether to build gtcltk-lib, so that it's
3012 omitted from the build process when appropriate, but never from
3013 the dist process.
3014 * configure.in: Don't edit all_subdirs depending on the
3015 availability of Tk; let that be the list of all PLUGIN
3016 subdirectories present, as it used to be. Instead, edit a new
3017 variable, build_subdirs; write its final value, the list of
3018 subdirs we do want to compile in, to config.build-subdirs.
3019 Substitute that into the top-level Makefile too.
3020 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
3021 recurse on the subdirectories we should build.
3022 (distdirs): Set this to @existingdirs@, so it includes the subdirs
3023 we decided not to build.
3024
253efac3
JB
3025 * doc/gtcltk.texi: File resurrected from old Guile releases.
3026 * doc/Makefile.in (info): Build the gtcltk documentation.
3027 (DIST_FILES): Include it in the distribution.
3028
3029 * configure.in: If we can find the library for tcl7.5, build
3030 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
3031 compiler (not sure this is necessary).
3032
795b4217
JB
3033Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
3034
3035 * NEWS: Fix bug reporting address.
3036
3037Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
3038
3039 * AUTHORS: New file, in accordance with the GNU maintainers'
3040 standards.
3041
ce2cc116
JB
3042Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
3043
3044 * README: Renamed from ANNOUNCE; include bug report address,
3045 description, and short tour.
3046 * INSTALL: Renamed from BUILDING.
3047 * NEWS: New file.
3048 * Makefile.in (DISTFILES): Update appropriately.
3049
a44a755d
JB
3050Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
3051
0196b30a
JB
3052 * doc/Makefile.in: Added pattern targets for creating DVI and
3053 PostScript files.
3054 (%.ps, %.dvi, %.txt): New targets.
3055 (DVIPS, TEXI2DVI): New variables.
3056
a44a755d
JB
3057 * GUILE-VERSION: Updated to 1.0b3.
3058
3059 Rehashed distribution system, in preparation for nightly
3060 snapshots. Other changes in subdirectories.
3061 * Makefile.in (dist): Rewritten --- the old target was out of
3062 date, dependent on files that we don't have, and relied on GNU
3063 tar. The new target is simpler.
3064 (VERSION, srcdir, dist_dirs): New variables.
3065 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
3066 TODO.
3067 (localtreats): Variable removed. We don't have this file.
3068 (info): cd to doc and make info there; don't make info in every
3069 ${subdir}; those Makefiles don't know what to do.
3070 (distname, distdir, treats, announcefile): Variables removed.
3071 (manifest-file): Target removed.
3072 (dist-dir): New target, responsible for distributable files in
3073 this directory.
3074 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
3075 controlling the 'dist' target.
3076 * configure.in: Substitute GUILE-VERSION into the top-level
3077 Makefile. Build doc/Makefile from doc/Makefile.in.
3078
3079 * doc/Makefile.in: New file.
d9f71a07
LC
3080
3081
3082;; Local Variables:
3083;; coding: utf-8
3084;; End: