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