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