*** empty log message ***
[bpt/guile.git] / ChangeLog
1 2005-03-09 Marius Vollmer <mvo@zagadka.de>
2
3 Guile 1.7.2 has been released.
4
5 * GUILE-VERSION (GUILE_MICRO_VERSION): Incremented to "2".
6
7 2005-03-08 Marius Vollmer <mvo@zagadka.de>
8
9 libltdl is no longer distributed. We expect it to be installed
10 already.
11
12 * configure.in: Do not call AC_LIBLTDL_INSTALLABLE. Use
13 AC_CHECK_LIB instead. Do not subst LTDLINCL and LIBLTDL. Do not
14 add "-DLIBLTDL_DLL_IMPORT" on MINGW32.
15
16 * Makefile.am (SUBDIRS): Removed libltdl.
17
18 * README: Talk about required external packages.
19
20 * autogen.sh: Do not call libtoolize.
21
22 2005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
23
24 * configure.in: Do not check for fast or recursive mutexes. Check
25 for pthread_attr_getstack.
26 (SCM_I_GSC_USE_COOP_THREADS): Dot not subst.
27 (pthread_mutexattr_settype): Do not check for it.
28
29 2005-02-28 Marius Vollmer <mvo@zagadka.de>
30
31 * autogen.sh: Add '--verbose' option to autoreconf invocation.
32 Thanks to Bruno Haible.
33
34 2005-01-02 Marius Vollmer <mvo@zagadka.de>
35
36 * configure.in (SCM_I_GSC_HAVE_ARRAYS): Removed '--disable-arrays'
37 option.
38
39 2004-11-28 Kevin Ryde <user42@zip.com.au>
40
41 * configure.in (AC_SUBST): Correction, LTDLINC should be LTDLINCL, the
42 latter is what libtool defines.
43
44 2004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
45
46 * libguile.h: Include "libguile/srfi-4.h".
47
48 2004-10-25 Marius Vollmer <marius.vollmer@uni-dortmund.de>
49
50 * autogen.sh: Added explicit invocation of libtoolize before
51 autoreconf so that libltdl/ is updated as well.
52
53 2004-10-22 Marius Vollmer <marius.vollmer@uni-dortmund.de>
54
55 Removed usage of libguile-ltdl.
56
57 * configure.in: Call AC_LIBLTDL_INSTALLABLE instead of
58 AC_LIB_LTDL.
59 (AC_CONFIG_SUBDIRS): Added libltdl.
60 (DLPREOPEN, LTDLINC, LIBLTDL): Moved AC_SUBST near other libtool
61 stuff. Also subst LTDLINC instead of INCLTDL.
62 (AC_CONFIG_FILES): Removed libguile-ltdl/Makefile and
63 libguile-ltdl/upstream/Makefile.
64
65 * Makefile.am (SUBDIRS): Replaced libguile-ltdl with libltdl.
66
67 2004-09-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
68
69 * ABOUT-NLS: New, from gettext 0.14.1.
70
71 * configure.in: Do use AM_GNU_GETTEXT, since gettextize is not run
72 with autoconf 2.59.
73
74 2004-09-25 Marius Vollmer <mvo@zagadka.de>
75
76 * configure.in: Do not use AM_GNU_GETTEXT for now, it causes
77 gettextize to run during autogen.sh, which we do not want.
78 Explicitely check for libintl, gettext, bindtextdomain, and
79 textdomain instead.
80
81 2004-09-24 Marius Vollmer <mvo@zagadka.de>
82
83 * libguile.h: Include <gmp.h> outside of extern "C" block.
84 (Note that numbers.h still includes gmp.h to make it
85 self-contained.)
86
87 * configure.in: Do not include PTHREAD_CFLAGS in CFLAGS, CFLAGS is
88 for the user and is often overwritten temporarily.
89 (GUILE_CFLAGS): New, include PTHREAD_CFLAGS here.
90 (GUILE_LIBS): Remove THREAD_LIBS_INSTALLED, which is unused now.
91
92 2004-09-22 Marius Vollmer <mvo@zagadka.de>
93
94 * configure.in: Add AM_GNU_GETTEXT invocation. From Bruno Haible.
95
96 2004-09-21 Marius Vollmer <mvo@zagadka.de>
97
98 * acinclude.m4 (ACX_PTHREAD): New.
99 * configure.in: Use it instead of simply looking for -lpthread.
100 Thanks to Andreas Vögele!
101
102 2004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
103
104 * configure.in: Fail when alloca can not be found natively.
105
106 2004-09-03 Stefan Jahn <stefan@lkcc.org>
107
108 * configure.in (isinf): Let configure find the isinf() function
109 on MinGW32 systems.
110
111 2004-08-27 Kevin Ryde <user42@zip.com.au>
112
113 * configure.in (AC_CHECK_MEMBERS): Add struct sockaddr.sin_len and
114 struct sockaddr_in6.sin6_len. Reported by Michael Tuexen.
115
116 2004-08-27 Marius Vollmer <mvo@zagadka.de>
117
118 Guile 1.7.1 as been released.
119
120 2004-08-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
121
122 * GUILE-VERSION: Bumped all versions for the 1.7.1 release. Added
123 LIBGUILE_*_MAJOR variables for inclusion in the names of shared
124 libraries such as "libguile-srfi-srfi-1-v-MAJOR.la". Removed
125 LIBQTHREADS_*.
126 * configure.in: Updated for the new set of variables defined in
127 GUILE-VERSION.
128
129 2004-08-25 Marius Vollmer <marius.vollmer@uni-dortmund.de>
130
131 * libguile.h: Include srfi-13.h and srfi-14.h, do not include
132 strop.h.
133
134 2004-08-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
135
136 * README: Document the new --disable-discouraged option.
137
138 * configure.in (SCM_I_GSC_ENABLE_DISCOURAGED): New, for the new
139 --enable-discouraged option.
140
141 * libguile.h: Include libguile/discouraged.h.
142
143 2004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
144
145 * configure.in: Bugfix: logic in detecting ptrdiff_t was inverted;
146 assume ptrdiff_t is available when its size is non-zero, not when
147 it is zero. Do no longer define SCM_I_GSC_*_LIMITS macros. Check
148 for sizes of size_t and intmax_t.
149
150 2004-07-09 Marius Vollmer <mvo@zagadka.de>
151
152 * configure.in: Bugfix: set SCM_I_GSC_T_UINTMAX, not
153 SCM_I_GSC_T_INTMAX in two places. Thanks to Andreas Vögele!
154
155 2004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
156
157 * configure.in: When checking for suitable types for scm_t_int8,
158 etc, try int8_t first, so that we pick them up when they are
159 defined. Also, substitute limit macros like INT8_MIN into the
160 configure header for all these types.
161
162 2004-07-05 Kevin Ryde <user42@zip.com.au>
163
164 * configure.in (isinf, isnan): Detect macro versions as well as
165 functions, since C99 specifies them as macros and that's all HP-UX
166 has. Reported by Andreas Voegele.
167
168 2004-06-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
169
170 * configure.in: Removed code for --enable-htmldoc; support for
171 HTML is now included in automake.
172
173 2004-06-16 Rob Browning <rlb@defaultvalue.org>
174
175 * pre-inst-guile.in: modify to handle move of readline.scm to
176 ice-9 subdir of guile-readline.
177
178 * pre-inst-guile-env.in: modify to handle move of readline.scm to
179 ice-9 subdir of guile-readline.
180
181 * configure.in: move package and version args to AC_INIT as is now
182 recommended. This also requires m4_esyscmd to read GUILE-VERSION
183 given the way AC_INIT handles its args.
184
185 2004-04-22 Kevin Ryde <user42@zip.com.au>
186
187 * configure.in (AC_CHECK_HEADERS): Add fenv.h.
188 (AC_CHECK_FUNCS): Add fesetround.
189
190 2004-04-18 Kevin Ryde <user42@zip.com.au>
191
192 * configure.in (AC_CHECK_FUNCS): Add readdir_r.
193
194 2004-03-23 Kevin Ryde <user42@zip.com.au>
195
196 * configure.in (AC_CHECK_FUNCS): Add sysconf.
197 (AC_CHECK_HEADERS): Add netdb.h and sys/param.h.
198
199 2004-03-21 Kevin Ryde <user42@zip.com.au>
200
201 * configure.in (AC_CHECK_FUNCS): Add gmtime_r.
202
203 2004-03-14 Kevin Ryde <user42@zip.com.au>
204
205 * configure.in (strptime): Use #define _GNU_SOURCE to get the
206 prototype from glibc, use AC_CHECK_DECLS rather than AC_EGREP_HEADER.
207
208 2004-02-29 Kevin Ryde <user42@zip.com.au>
209
210 * configure.in: Use AC_COPYRIGHT and AH_TOP to get copyright notice
211 into generated configure and config.h.in.
212
213 * configure.in (AC_CHECK_FUNCS): Add DINFINITY and DQNAN.
214
215 2004-02-21 Kevin Ryde <user42@zip.com.au>
216
217 * configure.in (crypt): Test with AC_SEARCH_LIBS, for the benefit of
218 HP-UX. Define HAVE_CRYPT rather than HAVE_LIBCRYPT. Reported by
219 Andreas Voegele.
220
221 2004-02-18 Kevin Ryde <user42@zip.com.au>
222
223 * configure.in (AC_CHECK_HEADERS): Add crt_externs.h.
224 (AC_CHECK_FUNCS): Add _NSGetEnviron.
225
226 2004-02-15 Mikael Djurfeldt <mdj@chunk.mit.edu>
227
228 * configure.in: Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL.
229
230 2004-01-25 Neil Jerram <neil@ossau.uklinux.net>
231
232 * configure.in (GUILE_FUNC_DECLARED), acinclude.m4
233 (GUILE_STRUCT_UTIMBUF, GUILE_NAMED_CHECK_FUNC): Correctly quote
234 macros being defined.
235
236 2003-12-26 Marius Vollmer <mvo@zagadka.de>
237
238 * configure.in: Find a suitable type for the new scm_t_intmax and
239 scm_t_uintmax.
240
241 2003-11-17 Rob Browning <rlb@defaultvalue.org>
242
243 * configure.in: rewrite ALLOCA related code as multiple lines so
244 it doesn't break with current autoconf substitutions.
245
246 2003-11-15 Kevin Ryde <user42@zip.com.au>
247
248 * configure.in (--with-guile-for-build): Remove this option, it's not
249 normal style for --with.
250 (GUILE_FOR_BUILD): Use AC_ARG_VAR.
251 * README (Cross building Guile): Describe GUILE_FOR_BUILD rather than
252 --with-guile-for-build.
253
254 2003-11-11 Neil Jerram <neil@ossau.uklinux.net>
255
256 * .cvsignore: Add elisp-comp.
257
258 2003-10-30 Neil Jerram <neil@ossau.uklinux.net>
259
260 * configure.in (AC_CONFIG_FILES): Add `emacs/Makefile'.
261 (AM_PATH_LISPDIR): Added.
262
263 * Makefile.am (SUBDIRS): Add `emacs'.
264
265 2003-07-27 Marius Vollmer <mvo@zagadka.de>
266
267 * configure.in: Look for sched_yield in -lrt; this is needed for
268 Solaris. Thanks to Matthias Koeppe!
269 (setgroups): Check for it.
270
271 * configure.in (__libc_stack_end): Actually use the value in
272 __libc_stack_end for something so that the access doesn't get
273 optimized away. Thanks to Matthias Koeppe!
274
275 2003-07-08 Kevin Ryde <user42@zip.com.au>
276
277 * configure.in (AC_CHECK_FUNCS): Add sincos.
278
279 2003-06-21 Kevin Ryde <user42@zip.com.au>
280
281 * configure.in (AC_CHECK_FUNCS): Add asinh, acosh, atanh and trunc.
282
283 2003-06-19 Marius Vollmer <mvo@zagadka.de>
284
285 * configure.in: use "-Werror" only with GCC. Thanks to Matthias
286 Koeppe!
287
288 2003-06-19 Kevin Ryde <user42@zip.com.au>
289
290 * README (Guile Documentation): Update to manuals now available,
291 remove notes about the reference manual being in progress.
292
293 2003-06-14 Stefan Jahn <stefan@lkcc.org>
294
295 * configure.in: Checking for __int64 as possible candidate for
296 the SCM_I_GSC_T_INT64 define.
297
298 2003-05-30 Stefan Jahn <stefan@lkcc.org>
299
300 * configure.in: Checking for unsetenv().
301
302 2003-05-29 Stefan Jahn <stefan@lkcc.org>
303
304 * configure.in: Removed -lm check and added a cached check for
305 __libc_stack_end to get it building for mingw32 hosts.
306
307 2003-05-19 Kevin Ryde <user42@zip.com.au>
308
309 * README (Cross building Guile): Remove --with-cc-for-build in favour
310 of CC_FOR_BUILD.
311
312 2003-05-16 Kevin Ryde <user42@zip.com.au>
313
314 * configure.in (--with-cc-for-build): Remove this option, CC_FOR_BUILD
315 variable is more or less standard, and is adequate for the task.
316
317 2003-05-12 Kevin Ryde <user42@zip.com.au>
318
319 * configure.in (CC_FOR_BUILD): Use AC_ARG_VAR.
320
321 * configure.in (SCM_SINGLES): Use AC_CHECK_SIZEOF(float), to
322 eliminate guess-yes when cross compiling.
323
324 * configure.in (SCM_I_GSC_STACK_GROWS_UP): Fix missing comma in
325 AC_TRY_RUN.
326
327 2003-04-20 Dirk Herrmann <D.Herrmann@tu-bs.de>
328
329 * libguile.h: Removed uses of DEBUG_EXTENSIONS to fix compile
330 errors with --disable-deprecated.
331
332 2003-04-07 Rob Browning <rlb@defaultvalue.org>
333
334 * pre-inst-guile-env.in: new script -- can be used to run commands
335 in an envt set up using the development libs, Guile, etc.
336
337 * configure.in: handle pre-inst-guile-env and add
338 test-suite/standalone/Makefile.
339
340 2003-04-06 Marius Vollmer <mvo@zagadka.de>
341
342 * configure.in: Check for mpz_import, which is required but only
343 available in GMP 4.1.
344
345 2003-04-05 Marius Vollmer <mvo@zagadka.de>
346
347 * Changed license terms to the plain LGPL thru-out.
348
349 2003-04-04 Rob Browning <rlb@defaultvalue.org>
350
351 * configure.in: add GMP test (require GMP).
352
353 2003-03-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
354
355 * libguile.h: Include "libguile/deprecated.h".
356
357 2003-03-25 Rob Browning <rlb@defaultvalue.org>
358
359 * configure.in: big overhaul to shift us to have separate private,
360 config.h, and public, scmconfig.h, configuration headers. Added a
361 fair amount of code to track down new required types: scm_t_uint8,
362 scm_t_uint16, scm_t_uint32, scm_t_int8, scm_t_int16, scm_t_int32,
363 and to detect optional types scm_t_uint64, scm_t_in64, long long,
364 unsigned long long, scm_t_ptrdiff, intptr_t, and uintptr_t.
365 (SCM_I_GSC_T_PTRDIFF): gen-scmconfig.h.in AC_SUBST var.
366 (SCM_I_GSC_NEEDS_INTTYPES_H): gen-scmconfig.h.in AC_SUBST var.
367 (SCM_I_GSC_NEEDS_STDINT_H): gen-scmconfig.h.in AC_SUBST var.
368 (SCM_I_GSC_T_UINT8): gen-scmconfig.h.in AC_SUBST var.
369 (SCM_I_GSC_T_UINT16): gen-scmconfig.h.in AC_SUBST var.
370 (SCM_I_GSC_T_UINT32): gen-scmconfig.h.in AC_SUBST var.
371 (SCM_I_GSC_T_UINT64): gen-scmconfig.h.in AC_SUBST var.
372 (SCM_I_GSC_T_INT8): gen-scmconfig.h.in AC_SUBST var.
373 (SCM_I_GSC_T_INT16): gen-scmconfig.h.in AC_SUBST var.
374 (SCM_I_GSC_T_INT32): gen-scmconfig.h.in AC_SUBST var.
375 (SCM_I_GSC_T_INT64): gen-scmconfig.h.in AC_SUBST var.
376 (USE_PTHREAD_THREADS): removed - handled by gen-scmconfig.c.
377 (USE_NULL_THREADS): removed - handled by gen-scmconfig.c.
378 (USE_COOP_THREADS): removed - handled by gen-scmconfig.c.
379 (SCM_I_GSC_USE_PTHREAD_THREADS): gen-scmconfig.h.in AC_SUBST var.
380 (SCM_I_GSC_USE_NULL_THREADS): gen-scmconfig.h.in AC_SUBST var.
381 (SCM_I_GSC_USE_COOP_THREADS): gen-scmconfig.h.in AC_SUBST var.
382 (STACK_GROWS_UP): removed - handled by gen-scmconfig.c.
383 (SCM_I_GSC_STACK_GROWS_UP): gen-scmconfig.h.in AC_SUBST var.
384 (GUILE_DEBUG_FREELIST): removed - handled by gen-scmconfig.c.
385 (SCM_I_GSC_GUILE_DEBUG_FREELIST): gen-scmconfig.h.in AC_SUBST var.
386 (GUILE_DEBUG): removed - handled by gen-scmconfig.c.
387 (SCM_I_GSC_GUILE_DEBUG): gen-scmconfig.h.in AC_SUBST var.
388 (SCM_ENABLE_DEPRECATED): removed - handled by gen-scmconfig.c.
389 (SCM_I_GSC_ENABLE_DEPRECATED): gen-scmconfig.h.in AC_SUBST var.
390 (HAVE_ARRAYS): removed - handled by gen-scmconfig.c.
391 (SCM_I_GSC_HAVE_ARRAYS): gen-scmconfig.h.in AC_SUBST var.
392 (SCM_ENABLE_ELISP): removed - handled by gen-scmconfig.c.
393 (SCM_I_GSC_ENABLE_ELISP): gen-scmconfig.h.in AC_SUBST var.
394 (SCM_I_GSC_C_INLINE): gen-scmconfig.h.in AC_SUBST var.
395 (DEBUG_EXTENSIONS): removed - handled by gen-scmconfig.c.
396 (READER_EXTENSIONS): removed - handled by gen-scmconfig.c.
397 (USE_THREADS): removed - handled by gen-scmconfig.c.
398 (GUILE_ISELECT): removed - handled by gen-scmconfig.c.
399 (DYNAMIC_LINKING): removed - handled by gen-scmconfig.c.
400
401 * README: merge information from INSTALL and remove at least some
402 of the stale bits.
403
404 * LICENSE: new file -- we should change this to the LGPL soon and
405 add COPYING.LIB to the distribution.
406
407 * autogen.sh: call autoreconf with --force. This may fix the
408 "order" problem below without having to have two calls.
409
410 * INSTALL: use the automake installed INSTALL file. The Guile
411 specific instructions are now in README.
412
413 2003-03-21 Marius Vollmer <marius.vollmer@uni-dortmund.de>
414
415 * autogen.sh: Invoke autoreconf twice since the required files do
416 not seem to be generated in the right order. XXX - investigate
417 further.
418
419 2003-03-19 Marius Vollmer <mvo@zagadka.de>
420
421 * guile-tools.in (guileversion): Use $GUILE_EFFECTIVE_VERSION
422 instead of $GUILE_VERSION. Thanks to Kevin Ryde!
423
424 2003-02-27 Rob Browning <rlb@defaultvalue.org>
425
426 * configure.in (AC_CONFIG_SRCDIR): use GUILE-VERSION.
427 (AM_CONFIG_HEADER): change to config.h
428
429 * Makefile.am (EXTRA_DIST): remove $(ACLOCAL).
430 (ACLOCAL_AMFLAGS): replaces ACLOCAL.
431
432 * autogen.sh: switch to autoreconf -- see how it goes. remove
433 call to guile-aclocal.sh -- we now do the same thing with an
434 automake setting.
435
436 * guile-aclocal.sh: deleted in favor of ACLOCAL_AMFLAGS in
437 Makefile.am.
438
439 2003-02-26 Rob Browning <rlb@defaultvalue.org>
440
441 * configure.in: change our config header from libguile/scmconfig.h
442 to be the traditional ./config.h. libguile/scmconfig.h is now
443 built from that during the build process. More changes coming...
444
445 2003-01-23 Mikael Djurfeldt <djurfeldt@nada.kth.se>
446
447 * libguile.h: #include "futures.h"
448
449 2002-12-16 Mikael Djurfeldt <djurfeldt@nada.kth.se>
450
451 * configure.in: Test if pthread.h declares
452 pthread_mutexattr_settype ().
453
454 2002-12-15 Mikael Djurfeldt <djurfeldt@nada.kth.se>
455
456 * configure.in (SCM_MUTEX_FAST, SCM_MUTEX_RECURSIVE): Test for
457 ways to get fast and recursive mutexes.
458
459 2002-12-10 Mikael Djurfeldt <mdj@kvast.blakulla.net>
460
461 * configure.in (_THREAD_SAFE): Define when pthreads are enabled in
462 order to get thread safe versions of glibc functions.
463
464 2002-12-09 Mikael Djurfeldt <djurfeldt@nada.kth.se>
465
466 * configure.in: Temporarily replaced "copt" threads option with new
467 option "pthreads".
468 (USE_PTHREAD_THREADS): Define if pthreads configured.
469
470 2002-12-08 Rob Browning <rlb@defaultvalue.org>
471
472 * configure.in (GUILE_EFFECTIVE_VERSION): AC_SUBST it.
473 (AC_CONFIG_FILES): separate out the files that need to be chmodded
474 at the end of config.status. Our "default" approach using
475 AC_CONFIG_COMMANDS quit working (and would have needed to be
476 changed to AC_CONFIG_COMMANDS(,,CMDS) rather than our previous
477 AC_CONFIG_COMMANDS(default,CMDS), but I the new approach, using
478 per-file AC_CONFIG_FILES calls appears to be more "correct" in the
479 current autoconf docs.
480
481 * GUILE-VERSION (GUILE_EFFECTIVE_VERSION): new variable.
482
483 2002-12-02 Marius Vollmer <mvo@zagadka.ping.de>
484
485 * Makefile.am (SUBDIRS): Removed qt.
486
487 * configure.in: Do not configure QTHREADS. Do not define
488 USE_COOP_THREADS. Changed logic for thread package selection so
489 that the default is "coop-pthread" when -lpthread is found, "null"
490 otherwise.
491
492 2002-12-01 Mikael Djurfeldt <mdj@linnaeus>
493
494 * GUILE-VERSION: Added versioning info for srfi 1.
495
496 * configure.in (LIBGUILE_SRFI_SRFI_1_INTERFACE_CURRENT,
497 LIBGUILE_SRFI_SRFI_1_INTERFACE_REVISION,
498 LIBGUILE_SRFI_SRFI_1_INTERFACE_AGE,
499 LIBGUILE_SRFI_SRFI_1_INTERFACE): New AC_SUBST.
500
501 2002-11-10 Marius Vollmer <mvo@zagadka.ping.de>
502
503 * configure.in (USE_THREADS, GUILE_ISELECT): Define always. We
504 define them with AC_DEFINE and not in some header file so that
505 they are visible exactly in the same way as they used to be.
506
507 2002-11-03 Marius Vollmer <mvo@zagadka.ping.de>
508
509 * configure.in: Do not add "threads.o" to the libobjs, it is now
510 always compiled.
511 (USE_THREADS, GUILE_ISELECT): Do not define.
512
513 2002-10-27 Marius Vollmer <mvo@zagadka.ping.de>
514
515 * configure.in: Handle thread package "coop-pthread" with alias
516 "copt" and define USE_COPT_THREADS when it is selected.
517 Always define GUILE_ISELECT.
518
519 2002-10-26 Neil Jerram <neil@ossau.uklinux.net>
520
521 * configure.in (AC_CONFIG_FILES): Add ice-9/debugger/Makefile and
522 ice-9/debugger/breakpoints/Makefile.
523
524 2002-10-21 Marius Vollmer <mvo@zagadka.ping.de>
525
526 * configure.in: Changed logic in thread support configuration such
527 that --with-threads=no is equivalent to --with-threads=null. On
528 platforms that are not supported by QuickThreads, we also use the
529 null-threads. Thus, USE_THREADS is always defined now.
530
531 2002-10-16 Marius Vollmer <marius.vollmer@uni-dortmund.de>
532
533 * configure.in: Shuffled around and extended the thread
534 configuration code to allow the "null" thread package to be
535 selected. Define USE_NULL_THREADS in that case.
536
537 2002-10-13 Gary Houston <ghouston@arglist.com>
538
539 * autogen.sh (ac_version): try automake 1.7 too.
540
541 2002-10-05 Marius Vollmer <mvo@zagadka.ping.de>
542
543 * autogen.sh: Make sure that $autoheader is always set. When we
544 would use the plain "autoconf", $autoheader would end up empty and
545 libguile/scmconfig.h.in would not be updated.
546
547 2002-10-04 Rob Browning <rlb@defaultvalue.org>
548
549 * libltdl: moved to libguile-ltdl.
550
551 * Makefile.am (SUBDIRS): remove libltdl.
552
553 * autogen.sh: remove support for libltdl sub-configure.
554 (ac_version): widen support check to any 2.5? autoconf version.
555 2.54 is out now.
556
557 * configure.in: turn on -Werror by default. We're now clean. I'd
558 like to stay that way. If we want, we can turn it off by default
559 when we make the stable release, but I caught a lot of bugs this
560 way. Accomodate libguile-ltdl -- therea are some ltdl things that
561 are commented out now INCLTDL and LIBLTDL. I think we may not
562 need them anymore, but I'll leave them until we're sure. We also
563 killed off the libltdl dir and related options including the
564 AC_CONFIG_SUBDIRS. I also added some explicit tests for some
565 headers and functions that weren't listed but were in
566 scmconfig.h.in. though this may have been unnecessary.
567
568 2002-10-04 Marius Vollmer <mvo@zagadka.ping.de>
569
570 * configure.in: Use AC_LIBLTDL_CONVENIENCE instead of
571 AC_LIBLTDL_INSTALLABLE.
572
573 2002-10-03 Marius Vollmer <mvo@zagadka.ping.de>
574
575 * autogen.sh: Do not instruct libtoolize to copy libltdl into our
576 sources. Do not patch it. We have our own version now that is
577 only being used as a convenience library.
578
579 2002-08-24 Marius Vollmer <mvo@zagadka.ping.de>
580
581 * configure.in: Check for __libc_stack_end.
582
583 2002-08-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
584
585 * configure.in: add snprintf
586
587 2002-08-04 Han-Wen <hanwen@cs.uu.nl>
588
589 * NEWS: add entries for GC and vector WB.
590
591 2002-07-22 Han-Wen <hanwen@cs.uu.nl>
592
593 * autogen.sh (mscripts): find and check version number of
594 automake. Complain if 1.6 is not found.
595
596 2002-07-20 Han-Wen <hanwen@cs.uu.nl>
597
598 * autogen.sh (mscripts): find and check version number of
599 autoconf. Complain if 2.53 is not found.
600
601 2002-07-20 Dirk Herrmann <D.Herrmann@tu-bs.de>
602
603 * benchmark-guile.in: Copied from check-guile.in and adapted for
604 use with benchmarks.
605
606 * Makefile.am: Recurse into the benchmark-suite subdir.
607
608 * configure.in: Added benchmarking files.
609
610 2002-07-12 Gary Houston <ghouston@arglist.com>
611
612 * configure.in: check dynamic linking before modules. Add dynl.c
613 if dynamic linking is available, i.e., unless --with-modules=no
614 was given to configure.
615
616 2002-07-09 Marius Vollmer <marius.vollmer@uni-dortmund.de>
617
618 * autogen.sh: Patch libltdl/ltdl.c to avoid a nasty bug in
619 libtool-1.4.2.
620
621 2002-07-07 Marius Vollmer <mvo@zagadka.ping.de>
622
623 * autogen.sh: Do not copy INSTALL from workbook since it is not
624 uniform across branches.
625 * INSTALL: Re-added to repository.
626
627 Crosscompiling and Cygwin fixes from Jan Nieuwenhuizen. Thanks!
628
629 * autogen.sh: Only fix libltdl/configure.in if it exists. Current
630 libtool CVS does not need this fix.
631
632 * configure.in (AC_LIBTOOL_WIN32_DLL): Add for shared Cygwin
633 build.
634 Add --with-cc-for-build option to re-enable cross building.
635 Add --with-guile-for-build option to re-enable cross building.
636
637 2002-06-30 Gary Houston <ghouston@arglist.com>
638
639 * autogen.sh: Changed the path to the scripts directory.
640 In libltdl, run aclocal before autoconf and automake: this
641 eliminated various warnings after upgrading to newer automake.
642
643 2002-05-22 Marius Vollmer <mvo@zagadka.ping.de>
644
645 From John W. Eaton <jwe@bevo.che.wisc.edu>
646
647 * configure.in (AC_CHECK_FUNCS): Check for copysign.
648
649 2002-05-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
650
651 * libguile.h: Added inclusion of "extensions.h".
652
653 2002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
654
655 * configure.in: Include <sys/types.h> before <netinet/in.h> when
656 checking vor IPv6. This is for NetBSD 1.5. Thanks to Greg
657 Troxel!
658
659 From John W. Eaton.
660
661 * configure.in (AC_CHECK_HEADERS): Check for floatingpoint.h
662 ieeefp.h, and nan.h.
663 (AC_CHECK_FUNCS): Check for finite, isinf, and isnan.
664
665 2002-05-01 Thien-Thi Nguyen <ttn@giblet.glug.org>
666
667 * autogen.sh: Add call to $mscripts/render-bugs
668 to create BUGS file.
669
670 * BUGS: bye bye
671
672 2002-04-27 Thien-Thi Nguyen <ttn@giblet.glug.org>
673
674 * Makefile.am (EXTRA_DIST): Remove qthreads.m4.
675
676 2002-04-26 Marius Vollmer <mvo@zagadka.ping.de>
677
678 * guile-aclocal.sh: Replaced with a simple invocation of "aclocal
679 -I guile-config". This works as of automake 1.5.
680 * qthreads.m4: Moved to guile-config/.
681
682 2002-04-18 Marius Vollmer <marius.vollmer@uni-dortmund.de>
683
684 * autogen.sh: Call automake twice for guile-core so that two
685 copies of mdate-sh get a chance of being installed (one in
686 doc/ref/ and one in doc/tutorial/).
687
688 2002-04-16 Marius Vollmer <mvo@zagadka.ping.de>
689
690 * Makefile.am (AUTOMAKE_OPTIONS): New, to request version 1.5.
691 (EXTRA_DIST): Don't distribute acconfig.h, which is gone.
692 (dist-hook): Removed.
693 (DISTCLEANFILES): Added check-guile.log.
694 (EXTRA_DIST): Don't distribute TODO.
695
696 * configure.in: Bump required autoconf version to 2.53. Move uses
697 of AC_LIBOBJ after AC_PROG_CC. AC_LIBOBJ needs OBJEXT which is
698 set by AC_PROG_CC.
699
700 2002-04-10 Rob Browning <rlb@defaultvalue.org>
701
702 * configure.in: updates for new autoconf -- add definitions to
703 AC_DEFINE calls, and convert occurences of LIBOBJS to AC_LIBOBJ
704 calls.
705
706 * acinclude.m4: add definitions to AC_DEFINE calls for new
707 autoconf.
708
709 * acconfig.h: removed -- newer autoconf doesn't like it, and now
710 we don't need it.
711
712 * .cvsignore: add autom4te.cache and pre-inst-guile.
713
714 2002-04-03 Thien-Thi Nguyen <ttn@giblet.glug.org>
715
716 * RELEASE: bye bye
717
718 2002-03-31 Thien-Thi Nguyen <ttn@giblet.glug.org>
719
720 * Makefile.am: Update copyright.
721 (dist-hook): Add, including related am/maintainers-dirs,
722 surrounded by "if MAINTAINER_MODE".
723
724 * TODO: bye bye
725
726 * autogen.sh: Add usage comment.
727 Add workbook specification.
728 Add dist-files symlinking.
729
730 * ANON-CVS, HACKING, INSTALL, SNAPSHOTS: bye bye
731
732 2002-03-06 Thien-Thi Nguyen <ttn@giblet.glug.org>
733
734 * guile-tools.in: Handle "--source" option.
735
736 2002-03-04 Thien-Thi Nguyen <ttn@giblet.glug.org>
737
738 * configure.in (top_srcdir_absolute): New AC_SUBST var.
739
740 * pre-inst-guile.in, check-guile.in (top_srcdir):
741 Use `top_srcdir_absolute' AC_SUBST var.
742
743 * pre-inst-guile.in (top_srcdir): Fix ref bug: Force absolute.
744
745 2002-02-27 Thien-Thi Nguyen <ttn@giblet.glug.org>
746
747 * pre-inst-guile.in: Typofix; nfc.
748
749 2002-02-27 Stefan Jahn <stefan@lkcc.org>
750
751 * Makefile.am (SUBDIRS): Added the `am' directory.
752
753 2002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
754
755 * pre-inst-guile.in: New file.
756
757 * pre-inst-guile, pre-inst-guile.am: bye bye
758
759 * configure.in (top_builddir_absolute): New AC_SUBST var.
760 (AC_CONFIG_FILES): Add am/Makefile, pre-inst-guile.
761 (AC_CONFIG_COMMANDS): Also chmod +x pre-inst-guile.
762
763 * check-guile.in (top_builddir): Use AC_SUBST var
764 `top_builddir_absolute'.
765 (guile): Look for pre-inst-guile in $top_builddir.
766
767 * Makefile.am (EXTRA_DIST): Remove pre-inst-guile,
768 pre-inst-guile.am.
769
770 2002-02-24 Rob Browning <rlb@defaultvalue.org>
771
772 * GUILE-VERSION: move all but guile-readline library versioning
773 information here. guile-readline is still standalone. Bump
774 CURRENT interfaces to 15 to allow some headroom for 1.6 release at
775 Thi-Thien's request.
776
777 * configure.in: AC_SUBST the centralized shared lib versioning
778 variables from ./GUILE-VERSION.
779 (LIBQTHREADS_INTERFACE_CURRENT): new AC_SUBST.
780 (LIBQTHREADS_INTERFACE_REVISION): new AC_SUBST.
781 (LIBQTHREADS_INTERFACE_AGE): new AC_SUBST.
782 (LIBQTHREADS_INTERFACE): new AC_SUBST.
783 (LIBGUILE_INTERFACE_CURRENT): new AC_SUBST.
784 (LIBGUILE_INTERFACE_REVISION): new AC_SUBST.
785 (LIBGUILE_INTERFACE_AGE): new AC_SUBST.
786 (LIBGUILE_INTERFACE): new AC_SUBST.
787 (LIBGUILE_SRFI_SRFI_4_INTERFACE_CURRENT): new AC_SUBST.
788 (LIBGUILE_SRFI_SRFI_4_INTERFACE_REVISION): new AC_SUBST.
789 (LIBGUILE_SRFI_SRFI_4_INTERFACE_AGE): new AC_SUBST.
790 (LIBGUILE_SRFI_SRFI_4_INTERFACE): new AC_SUBST.
791 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_CURRENT): new AC_SUBST.
792 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_REVISION): new AC_SUBST.
793 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_AGE): new AC_SUBST.
794 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE): new AC_SUBST.
795
796 * autogen.sh: make absolutely sure we can't have stale files from
797 old versions lying around the libltdl dir since libtoolize
798 doesn't. Also hack libltdl's configure.in to require autoconf 2.5
799 so the main tree and libltdl can't get out of sync again.
800
801 * RELEASE: update release building instructions.
802
803 2002-02-21 Neil Jerram <neil@ossau.uklinux.net>
804
805 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Use [] rather than
806 "" for multiword string. Thanks to Christopher Cramer for
807 pointing this out.
808
809 2002-02-11 Marius Vollmer <marius.vollmer@uni-dortmund.de>
810
811 * acconfig.h (GUILE_DEBUG_MALLOC): Refer to scm_gc_malloc, etc,
812 instead of to scm_must_malloc.
813
814 2002-02-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
815
816 * Makefile.am (EXTRA_DIST): Added pre-inst-guile and
817 pre-inst-guile.am.
818
819 2002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
820
821 * pre-inst-guile.am, pre-inst-guile: New files.
822
823 * check-guile.in (srcdir): Delete var.
824 (top_builddir, top_srcdir, guile_opts): New vars.
825
826 Use "set -e".
827 No longer set LTDL_LIBRARY_PATH.
828 Use ${top_srcdir}/pre-inst-guile instead of libguile/guile.
829
830 * configure.in (libguile/guile-snarf-docs-texi): Remove
831 from `AC_CONFIG_FILES' and `AC_CONFIG_COMMANDS'.
832
833 * check-guile.in (top_builddir): Fix bug: Use cwd.
834 (TEST_SUITE_DIR): Fix bug: Use `top_srcdir'.
835 (GUILE_LOAD_PATH): No longer include $top_srcdir.
836
837 * pre-inst-guile: Fix bug: Use ":" in `case' pattern to prevent
838 prefix aliasing.
839
840 2002-01-31 Stefan Jahn <stefan@lkcc.org>
841
842 * configure.in: Add -DLIBLTDL_DLL_IMPORT to INCLTDL when using
843 `libltdl.dll'.
844
845 2002-01-28 Stefan Jahn <stefan@lkcc.org>
846
847 * configure.in (guile_cv_have_uint32_t): Look also in
848 `stdint.h' for uint32_t.
849
850 2002-01-13 Neil Jerram <neil@ossau.uklinux.net>
851
852 * Makefile.am (SUBDIRS): Added lang.
853
854 * configure.in (AC_CONFIG_FILES): Added Makefiles in lang,
855 lang/elisp, lang/elisp/internals and lang/elisp/primitives.
856
857 2002-01-11 Neil Jerram <neil@ossau.uklinux.net>
858
859 * acconfig.h (SCM_ENABLE_ELISP): New conditional.
860
861 * configure.in (SCM_ENABLE_ELISP): Define this conditional (or
862 not) according to absence (or presence) of `--disable-elisp'
863 in the configure args.
864
865 2001-12-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
866
867 * TODO: Added two items.
868
869 2001-12-26 Marius Vollmer <mvo@zagadka.ping.de>
870
871 * configure.in (HAVE_MAKEINFO): Check for the makeinfo program and
872 set this conditional accordingly.
873
874 2001-12-01 Thien-Thi Nguyen <ttn@giblet.glug.org>
875
876 * README: Fix virulent typo.
877
878 2001-11-25 Marius Vollmer <mvo@zagadka.ping.de>
879
880 * acconfig.h (HAVE_INLINE): Added template.
881 * configure.in (HAVE_INLINE): Define it when the compiler supports
882 inline functions.
883
884 * libguile.h: Include "libguile/inline.h".
885
886 2001-11-22 Gary Houston <ghouston@arglist.com>
887
888 * HACKING: Modified the Hacking It Yourself section. Removed the
889 version numbers from the tools.
890 HACKING, README, ANON-CVS: updates.
891
892 2001-11-21 Gary Houston <ghouston@arglist.com>
893
894 * HACKING: Removed reference to no longer practiced * in ChangeLog
895 convention.
896
897 2001-11-19 Thien-Thi Nguyen <ttn@glug.org>
898
899 * BUGS (11): Set "fixed: no-need".
900
901 * TODO (write emacs/patch.el): New item, self-assigned.
902
903 2001-11-19 Rob Browning <rlb@defaultvalue.org>
904
905 * configure.in: switch to AC_LIBLTDL_INSTALLABLE so we'll use the
906 system libltdl when it's available. Aside from the normal reasons
907 to prefer installed shared libs, this means other apps that link
908 with libguile and also use libltdl will be more likely to work
909 right.
910
911 2001-11-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
912
913 * BUGS (4): Set "fixed: 2001-11-17 (1.7.x)".
914
915 2001-11-15 Thien-Thi Nguyen <ttn@glug.org>
916
917 * guile-tools.in: Handle command "list" specially: list scripts dir.
918
919 (help): Make more informative.
920
921 2001-11-12 Marius Vollmer <mvo@zagadka.ping.de>
922
923 * autogen.sh: Recurse into libltdl directory and invoke autoconf
924 there.
925
926 2001-11-11 Thien-Thi Nguyen <ttn@glug.org>
927
928 * HACKING: Restrict documentation change log
929 waiver to only apply to ChangeLog files.
930
931 2001-11-12 Marius Vollmer <mvo@zagadka.ping.de>
932
933 * configure.in: Check for sizes of short, size_t, uintptr_t, and
934 ptrdiff_t. Checking for a size also checks automatically for the
935 existence of the type, so we don't check for the existence of
936 uintptr_t, ptrdiff_t and long long ourselves.
937
938 2001-11-10 Thien-Thi Nguyen <ttn@glug.org>
939
940 * BUGS (11): New.
941
942 2001-11-07 Stefan Jahn <stefan@lkcc.org>
943
944 * configure.in: Include `win32-socket.o' in the list of object
945 files if networking is enabled on Win32.
946
947 2001-11-06 Thien-Thi Nguyen <ttn@glug.org>
948
949 * TODO (sync srfi-modules.texi): New, done.
950
951 * BUGS (9, 10): New.
952
953 2001-11-04 Stefan Jahn <stefan@lkcc.org>
954
955 * NEWS: Corrected remarks about SCM_API.
956
957 * configure.in: Defining USE_DLL_IMPORT definition to indicate
958 usage of DLL import macros in `libguile/__scm.h'.
959 (LIBOBJS): Removed `fileblocks.o' from the list of object files.
960 Somehow Jim Blandy's patch from 1997 did not survive.
961
962 2001-11-02 Marius Vollmer <mvo@zagadka.ping.de>
963
964 Support for native Win32. Thanks to Stefan Jahn!
965
966 * check-guile.in: Replaced `ln -s' by `@LN_S@' to supports
967 build systems which do not have symbolic links.
968 * configure.in: Define AC_LIBTOOL_WIN32_DLL to build clean dlls
969 on Win32 platforms.
970 Checking for `ws2_32.dll', `winsock2.h', add `win32-uname.o'
971 and `win32-dirent.o' and define extra compiler flags necessary
972 to build clean dlls.
973 Check for `regcomp()' inside `-lregex'.
974
975 2001-10-26 Thien-Thi Nguyen <ttn@glug.org>
976
977 * BUGS (7, 8): New.
978
979 2001-10-25 Thien-Thi Nguyen <ttn@glug.org>
980
981 * BUGS: Expand on file format description.
982
983 (1): Update "fixed" field.
984 (2, 3, 4, 5, 6): New.
985
986 2001-10-14 Gary Houston <ghouston@arglist.com>
987
988 * configure.in: include sys/types.h when testing uint32_t.
989 thanks to Bill Schottstaedt.
990
991 2001-10-14 Marius Vollmer <mvo@zagadka.ping.de>
992
993 * configure.in: Do not use an absolute path for <unistd.h> when
994 checking for return type of usleep. Thanks to Michael Carmack.
995
996 2001-09-30 Thien-Thi Nguyen <ttn@glug.org>
997
998 * BUGS: New file.
999 * Makefile.am (EXTRA_DIST): Add BUGS file.
1000
1001 2001-09-25 Thien-Thi Nguyen <ttn@glug.org>
1002
1003 * TODO: Add bugfix item to "Eventually".
1004
1005 2001-09-20 Rob Browning <rlb@defaultvalue.org>
1006
1007 * configure.in (AC_CONFIG_FILES): add libguile/version.h.
1008
1009 2001-09-11 Rob Browning <rlb@defaultvalue.org>
1010
1011 * RELEASE: Deleted Ian Grant and Julian Satchell's addresses from
1012 the testing list since they're no longer functional.
1013
1014 2001-09-04 Thien-Thi Nguyen <ttn@revel.glug.org>
1015
1016 * TODO:
1017 Use outline mode instead of text.
1018 Reword protocol explanation.
1019 Add "make error-signalling functions more consistent" to Eventually.
1020 Move some C-related GOOPS tasks to 1.8.0, take ownership.
1021
1022 2001-08-31 Thien-Thi Nguyen <ttn@revel.glug.org>
1023
1024 * HACKING (Sample GDB Initialization File): New section.
1025
1026 * TODO (1.8.0): Add "move .gdbinit" entry.
1027
1028 2001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
1029
1030 * TODO: Added some points, and eliminated all done items.
1031
1032 * acconfig.h, configure.in (SCM_DEBUG_DEPRECATED,
1033 SCM_ENABLE_DEPRECATED): Renamed SCM_DEBUG_DEPRECATED to
1034 SCM_ENABLE_DEPRECATED with the logic reversed.
1035
1036 2001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
1037
1038 * libguile.h: Removed bogus comment, rearranged includes, removed
1039 deprecated definitions.
1040
1041 (LIBGUILEH, SCM_LIBGUILE_H): Renamed <foo>H to SCM_<foo>_H.
1042
1043 2001-08-30 Thien-Thi Nguyen <ttn@revel.glug.org>
1044
1045 * HACKING: Mention libtool ./configure-regeneration requirement.
1046
1047 2001-08-27 Marius Vollmer <mvo@zagadka.ping.de>
1048
1049 * check-guile.in: Do not include ".libs" in LTDL_LIBRARY_PATH,
1050 libltdl provides it itself.
1051
1052 2001-08-24 Neil Jerram <neil@ossau.uklinux.net>
1053
1054 * configure.in (AC_CONFIG_FILES): Add per-manual doc directory
1055 Makefiles.
1056
1057 2001-08-15 Rob Browning <rlb@defaultvalue.org>
1058
1059 * configure.in
1060 (LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
1061 (LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
1062 (LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
1063 (LIBGUILE_INTERFACE): use libtool versioning scheme.
1064 (LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
1065 (LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
1066 (LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
1067 (LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
1068
1069 * GUILE-VERSION (GUILE_MINOR_VERSION): bump for new unstable.
1070 (GUILE_MICRO_VERSION): reset for new unstable.
1071 (LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
1072 (LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
1073 (LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
1074 (LIBGUILE_INTERFACE): use libtool versioning scheme.
1075 (LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
1076 (LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
1077 (LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
1078 (LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
1079
1080 2001-08-07 Marius Vollmer <mvo@zagadka.ping.de>
1081
1082 * Makefile.am (EXTRA_DIST, SUBDIRS): Move test-suite from
1083 EXTRA_DIST to SUBDIRS.
1084
1085 * configure.in: Added "test-suite/Makefile".
1086
1087 2001-08-01 Marius Vollmer <mvo@zagadka.ping.de>
1088
1089 * configure.in: Added `--disable-linuxthreads' option and do not
1090 define GUILE_PTHREAD_COMPAT nor link with -lpthread when it is
1091 given. Thanks to Cris Cramer!
1092
1093 2001-07-23 Marius Vollmer <mvo@zagadka.ping.de>
1094
1095 * Makefile.am (SUBDIRS): Build libguile before ice-9.
1096
1097 2001-07-22 Marius Vollmer <mvo@zagadka.ping.de>
1098
1099 * configure.in: Check for "inttypes.h".
1100
1101 2001-07-19 Rob Browning <rlb@defaultvalue.org>
1102
1103 * configure.in: add checks for setitimer and getitimer.
1104 Add --enable-error-on-warning.
1105
1106 2001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1107
1108 * INSTALL, Makefile.am, configure.in: Updated copyright notice.
1109
1110 2001-07-15 Thien-Thi Nguyen <ttn@revel.glug.org>
1111
1112 * HACKING: Remove onerous authorship-info deletion clause.
1113
1114 2001-07-13 Keisuke Nishida <knishida@nurs.or.jp>
1115
1116 * autogen.sh: Call libtoolize with --force.
1117
1118 2001-07-10 Thien-Thi Nguyen <ttn@revel.glug.org>
1119
1120 * INSTALL: Point to HACKING for tool versions.
1121
1122 2001-07-08 Rob Browning <rlb@defaultvalue.org>
1123
1124 * TODO: updated to include relevant itemized post-1.6-RELEASE
1125 tasks that are distributable so we can check them off as they are
1126 done, and delete 1.6.0 tasks.
1127
1128 * RELEASE: add a note that the RELEASE instructions are out of
1129 date now that we're using branches.
1130
1131 * AUTHORS: add "many files throughout" for myself.
1132
1133 2001-06-28 Thien-Thi Nguyen <ttn@revel.glug.org>
1134
1135 * README: Also mention guile-tools.
1136
1137 * README: Mention libguile-srfi-*, oop/*, scripts/* and srfi/*.
1138
1139 2001-06-27 Thien-Thi Nguyen <ttn@revel.glug.org>
1140
1141 * RELEASE: Move todo items to file TODO.
1142
1143 * TODO: Initial revision
1144
1145 * Makefile.am (EXTRA_DIST): Add TODO.
1146
1147 * HACKING: Refer to TODO and SNAPSHOTS.
1148 No longer refer to devel/tasks.text.
1149
1150 * SNAPSHOTS: Fix reference bug; recommended tool
1151 versions are in HACKING.
1152
1153 * TODO: Add completion and ownership protocol to header comments.
1154
1155 * RELEASE: Add TODO-processing to spiffing checklist.
1156
1157 * HACKING: Update deprecation procedure to refer to TODO.
1158
1159 2001-06-27 Michael Livshin <mlivshin@bigfoot.com>
1160
1161 * autogen.sh: don't run flex here.
1162
1163 * HACKING: clarify that newer versions of flex should be just
1164 fine.
1165
1166 2001-06-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1167
1168 * HACKING, ANON-CVS: Removed mentioning of guile-doc CVS module.
1169
1170 * configure.in: Added some header and function checks.
1171
1172 2001-06-25 Neil Jerram <neil@ossau.uklinux.net>
1173
1174 * autogen.sh: Quoting fix for `--enable-maintainer-mode'.
1175
1176 2001-06-25 Marius Vollmer <mvo@zagadka.ping.de>
1177
1178 * autogen.sh: Added message about what to do next. Tell them to
1179 use `--enable-maintainer-mode'.
1180
1181 2001-06-25 Michael Livshin <mlivshin@bigfoot.com>
1182
1183 * HACKING: mention flex.
1184
1185 * autogen.sh: generate libguile/c-tokenize.c.
1186
1187 2001-06-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1188
1189 * libguile.h: Removed inclusion of libguile/tag.h.
1190
1191 2001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
1192
1193 * libguile.h (scm_cond_t, scm_key_t, scm_mutex_t): Only define
1194 these when using threads.
1195
1196 2001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
1197
1198 * libguile.h: Added deprecated section with the olde type names.
1199
1200 * configure.in: Check for header <stdint.h>. Check for uintptr_t
1201 type. Use AC_CHECK_TYPES for this. Do not caus ptrdiff_t to be
1202 `#defined'.
1203
1204 * acconfig.h (ptrdiff_t): Removed.
1205
1206 2001-06-05 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1207
1208 * configure.in: Generate examples/box-dynamic-module/Makefile.
1209
1210 2001-06-03 Marius Vollmer <mvo@zagadka.ping.de>
1211
1212 * configure.in (AC_CONFIG_FILES, AC_CONFIG_COMMANDS): Add
1213 guile-snarf.
1214
1215 2001-06-02 Rob Browning <rlb@cs.utexas.edu>
1216
1217 * configure.in: changes for autoconf 2.50.
1218 (AC_PREREQ): require at least autoconf 2.50.
1219 (AC_INIT): no longer takes an arg.
1220 (AC_CONFIG_SRCDIR): takes arg AC_INIT used to take.
1221 (AC_STRUCT_ST_RDEV): changed -> AC_CHECK_MEMBERS.
1222 (AC_STRUCT_ST_BLKSIZE): deprecated -> AC_CHECK_MEMBERS.
1223 (AC_STRUCT_ST_BLOCKS): use it rather than our version.
1224 (AC_CONFIG_FILES): now generated files go here, not in AC_OUTPUT.
1225 (AC_CONFIG_COMMANDS): now actions go here, not in AC_OUTPUT.
1226 (AC_OUTPUT): no longer takes args.
1227
1228 * acinclude.m4: AC_LANG not a variable now -- use __cplusplus
1229 unconditionally .
1230
1231 2001-06-02 Marius Vollmer <mvo@zagadka.ping.de>
1232
1233 * configure.in: Check for mkstemp via AC_REPLACE_FUNCS. Thanks to
1234 I. N. Golubev!
1235
1236 2001-06-01 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1237
1238 * configure.in: Generate examples/box-dynamic/Makefile.
1239
1240 2001-05-31 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1241
1242 * Makefile.am (EXTRA_DIST): New subdirectory `examples'.
1243
1244 * configure.in: Added all Makefiles in the `examples' directory to
1245 AC_OUTPUT.
1246
1247 2001-05-31 Michael Livshin <mlivshin@bigfoot.com>
1248
1249 * configure.in: generate guile-snarf-docs & guile-snarf-docs-texi.
1250 don't generate guile-snarf.awk.
1251
1252 * Makefile.am (EXTRA_DIST): add test-suite.
1253
1254 2001-05-28 Michael Livshin <mlivshin@bigfoot.com>
1255
1256 * check-guile.in: fix to be runnable when srcdir!=builddir.
1257
1258 2001-05-26 Michael Livshin <mlivshin@bigfoot.com>
1259
1260 revert the controversial part of the 2001-05-23 changes
1261
1262 2001-05-23 Michael Livshin <mlivshin@bigfoot.com>
1263
1264 * configure.in: configury for SCM_[U]BITS_T, some more sizeofs.
1265 also, make sure that the integral type choosen to represent an SCM
1266 has exactly the same size as a void pointer.
1267
1268 * acconfig.h: add undefs for SCM_BITS_T, SCM_UBITS_T,
1269 SCM_SIZEOF_BITS_T, ptrdiff_t.
1270
1271 2001-05-16 Rob Browning <rlb@cs.utexas.edu>
1272
1273 * configure.in: add AC_SUBST for GUILE_MICRO_VERSION.
1274
1275 * GUILE-VERSION
1276 (GUILE_VERSION): now MAJOR.MINOR.MICRO
1277 (GUILE_MICRO_VERSION): new variable, records final revision.
1278 i.e. the 5 in 1.6.5. MINOR_VERSION is now just the middle number,
1279 i.e. the 6.
1280
1281 2001-05-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
1282
1283 * acconfig.h, configure.in: Renamed
1284 GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEPRECATED_DEFAULT.
1285
1286 2001-05-15 Marius Vollmer <mvo@zagadka.ping.de>
1287
1288 * acinclude.m4: Removed copy of "libtool.m4".
1289
1290 2001-05-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
1291
1292 * configure.in (SCM_DEBUG_DEPRECATED): Always defined.
1293
1294 2001-05-13 Thien-Thi Nguyen <ttn@revel.glug.org>
1295
1296 * AUTHORS (Martin Grabmueller, Thien-Thi Nguyen): Update.
1297
1298 * HACKING: Update copyright.
1299 Add blurb pointing to devel/tasks.text.
1300
1301 2001-05-11 Thien-Thi Nguyen <ttn@revel.glug.org>
1302
1303 * check-guile.in: For SRFI testing, set and export env
1304 var `LTDL_LIBRARY_PATH'.
1305
1306 2001-05-07 Neil Jerram <neil@ossau.uklinux.net>
1307
1308 * AUTHORS: Add docs-related authorship details.
1309
1310 2001-05-05 Marius Vollmer <mvo@zagadka.ping.de>
1311
1312 * configure.in (--enable-deprecated): Recognize "shutup" option
1313 argument and turn it into the default warning level "no".
1314
1315 2001-05-05 Gary Houston <ghouston@arglist.com>
1316
1317 * acconfig.h: add HAVE_IPV6.
1318 * configure.in: check whether we can compile with IPv6 support.
1319
1320 2001-05-04 Thien-Thi Nguyen <ttn@revel.glug.org>
1321
1322 * guile-tools.in: New file.
1323
1324 * configure.in (AC_OUTPUT): Add guile-tools, and make
1325 executable.
1326
1327 * Makefile.am (bin_SCRIPTS): New var.
1328
1329 2001-05-04 Gary Houston <ghouston@arglist.com>
1330
1331 * configure.in: check whether uint32_t is defined when netdb.h
1332 is included.
1333 acconfig.h: added HAVE_UINT32_T.
1334
1335 2001-05-02 Marius Vollmer <mvo@zagadka.ping.de>
1336
1337 * configure.in: Added handling of `--enable-deprecated'.
1338
1339 * acconfig.h (SCM_DEBUG_DEPRECATED,
1340 GUILE_WARN_DEPRECATED_DEFAULT): Added.
1341
1342 2001-04-29 Thien-Thi Nguyen <ttn@revel.glug.org>
1343
1344 * Makefile.am (SUBDIRS): Add "scripts".
1345
1346 * configure.in (AC_OUTPUT): Add scripts/Makefile.
1347
1348 2001-04-29 Gary Houston <ghouston@arglist.com>
1349
1350 * libguile.h: include rw.h.
1351
1352 2001-04-27 Rob Browning <rlb@cs.utexas.edu>
1353
1354 * GUILE-VERSION (GUILE_MINOR_VERSION): change to 5.0, switching to
1355 the new odd/even ustable/stable version numbering scheme.
1356 (LIBGUILEQTHREADS_MAJOR_VERSION): change to 10 to match Debian and
1357 libguile. In the future, libguile and libguileqthreads may not
1358 stay in sync. This still doesn't appear to affect
1359 libguileqthreads, but we'll fix that next.
1360
1361 2001-04-25 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1362
1363 * configure.in: Don't treat srfi directory specially, just create
1364 the Makefile there (thanks to Neil Jerram for the patch).
1365
1366 2001-04-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1367
1368 * Makefile.am (SUBDIRS): Added `srfi'.
1369
1370 * configure.in: Added subdirectory `srfi' to build process.
1371
1372 * libguile.h: Added inclusion of `values.h'.
1373
1374 2001-04-22 Gary Houston <ghouston@arglist.com>
1375
1376 * configure.in: check for inet_pton and inet_ntop.
1377
1378 2001-04-20 Gary Houston <ghouston@arglist.com>
1379
1380 * acconfig.h: include HAVE_SIN6_SCOPE_ID.
1381 * configure.in: check for sin6_scope_id in sockaddr_in6.
1382
1383 2001-04-19 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1384
1385 * RELEASE: Added deprecated macro SCM_ARRAY_CONTIGUOUS
1386
1387 2001-04-17 Gary Houston <ghouston@arglist.com>
1388
1389 * configure.in: run the autoconf BIGENDIAN check.
1390
1391 2001-04-12 Niibe Yutaka <gniibe@m17n.org>
1392
1393 * GUILE-VERSION (LIBGUILEQTHREADS_MAJOR_VERSION,
1394 LIBGUILEQTHREADS_MINOR_VERSION, LIBGUILEQTHREADS_REVISION_VERSION,
1395 LIBGUILEQTHREADS_VERSION): Added libguileqthreads version info.
1396
1397 * configure.in: Likewise.
1398
1399 2001-04-11 Keisuke Nishida <kxn30@po.cwru.edu>
1400
1401 * configure.in (AC_CHECK_FUNCS): Don't check bzero.
1402 (GUILE_FUNC_DECLARED): Removed checking of bzero.
1403 Thanks to NIIBE Yutaka.
1404
1405 2001-04-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1406
1407 * Undeprecated scm_init_oop_goopscore_module.
1408
1409 2001-03-25 Thien-Thi Nguyen <ttn@revel.glug.org>
1410
1411 * check-guile.in: Fix sh standard conformance bug: Replace
1412 "test -e" with "test -f". Thanks to Alexander Klimov.
1413
1414 2001-03-19 Gary Houston <ghouston@arglist.com>
1415
1416 * check-guile.in: rename $parent to $srcdir. if it's equal to "."
1417 set it to `pwd`.
1418
1419 * check-guile.in: 16 documentation tests were failing if "make
1420 check" was run before Guile had been installed with the current
1421 --prefix. made various changes to the script so that it runs
1422 without a cd to the test-suite directory. For the -i option,
1423 don't point GUILE_LOAD_PATH to the current directory, but let it
1424 use it's own scheme library.
1425
1426 2001-03-18 Gary Houston <ghouston@arglist.com>
1427
1428 * check-guile.in: use @srcdir@ instead of @test_suite_dir@. use
1429 the current directory (build dir) not srcdir to find guile
1430 executable. otherwise "make check" doesn't work with a separate
1431 build directory. create the test log in
1432 $build_dir/check-guile.log instead of in srcdir/test-suite
1433 directory.
1434 * configure.in: don't define or substitute test_suite_dir.
1435
1436 2001-03-17 Gary Houston <ghouston@arglist.com>
1437
1438 * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,
1439 since EXTRA_DOT_DOC_FILES is redefined later. define
1440 EXTRA_DOT_X_FILES and hand it to AC_SUBST.
1441
1442 2001-03-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1443
1444 * configure.in: Added header checks for crypt.h, sys/resource.h
1445 and sys/file.h, function checks for chroot, flock, getlogin,
1446 cuserid, getpriority, setpriority, getpass, sethostname,
1447 gethostname, and for crypt() in libcrypt.
1448
1449 2001-03-09 Neil Jerram <neil@ossau.uklinux.net>
1450
1451 * configure.in (htmldoc): Merge handling of `--enable-htmldoc'
1452 option from guile-doc/configure.in.
1453
1454 2001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
1455
1456 * libguile.h: Removed #include "libguile/dump.h".
1457
1458 2001-02-02 Keisuke Nishida <kxn30@po.cwru.edu>
1459
1460 * libguile.h: Added #include "libguile/dump.h".
1461
1462 2001-01-29 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1463
1464 * libguile.h: Added #include "libguile/rdelim.h".
1465
1466 2001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
1467
1468 The following patch was sent by Thien-Thi Nguyen.
1469
1470 * check-guile.in: New file.
1471
1472 * Makefile.am: Add TESTS rule.
1473
1474 * configure.in: Add support for "make check".
1475
1476 2000-11-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
1477
1478 * acconfig.h: Removed bogus #ifndef. Thanks to Lars J. Aas.
1479
1480 2000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1481
1482 * GUILE-VERSION (LIBGUILE_MAJOR_VERSION): Incremented major
1483 version number to 10 due to the merge of GOOPS.
1484
1485 * oop: New directory.
1486
1487 2000-09-20 Keisuke Nishida <kxn30@po.cwru.edu>
1488
1489 * libguile.h: #include "libguile/properties.h".
1490
1491 2000-09-17 Gary Houston <ghouston@arglist.com>
1492
1493 * configure.in, acconfig.h: remove the GCSE test: it doesn't seem
1494 to be reliable on all platforms.
1495
1496 2000-08-18 Gary Houston <ghouston@arglist.com>
1497
1498 * acconfig.h: added BROKEN_GCSE.
1499 * configure.in: check for a gcc GCSE optimisation bug.
1500
1501 2000-07-31 Gary Houston <ghouston@arglist.com>
1502
1503 * acconfig.h: added HAVE_H_ERRNO
1504 * configure.in: removed some dnl'd & obsolete cygwin stuff.
1505 added a test for h_errno.
1506
1507 2000-06-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1508
1509 * Guile 1.4 released.
1510
1511 2000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1512
1513 * GUILE-VERSION: Changed to work also when included by a Makefile
1514 (e.g. debian/rules). (Thanks to Karl M. Hegbloom.)
1515 (LIBGUILE_MAJOR_VERSION): Bumped to 9.
1516 (GUILE_MINOR_VERSION): Bumped to 4.
1517
1518 2000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1519
1520 * libguile.h: Removed #include "libguile/kw.h".
1521
1522 * Makefile.am (ACLOCAL): Define as ./guile-aclocal.sh.
1523 (The rule will cd to $(top_srcdir).)
1524
1525 * configure.in (EXTRA_DOT_DOC_FILES): Create from LIBOBJS and
1526 substitute it into libguile/Makefile.
1527
1528 * HACKING: Updated recommended libtool version to be 1.3.5.
1529
1530 * RELEASE: Say that we should update HACKING to reflect the
1531 versions of the tools we're using rather than README.
1532
1533 2000-06-02 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1534
1535 * NOTES: Removed.
1536
1537 * TODO: Moved to devel/.
1538
1539 2000-06-01 Craig Brozefsky <craig@red-bean.com>
1540
1541 * GUILE-VERSION: added defnitions for LIBGUILE_MAJOR_VERSION,
1542 LIBGUILE_MINOR_VERSION, LIBGUILE_REVISION_VERSION so that we now
1543 define libguile.so version in a well-lit place.
1544
1545 * configure.in: added AC_SUBST lines for the new LIBGUILE version
1546 variables.
1547
1548 2000-06-01 Michael Livshin <mlivshin@bigfoot.com>
1549
1550 * autogen.sh: call ./guile-aclocal.sh instead of aclocal.
1551
1552 * guile-aclocal.sh: new file, works around aclocal problems.
1553
1554 2000-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
1555
1556 * acconfig.h (USE_FSU_PTHREADS, USE_MIT_PTHREADS,
1557 USE_PCTHREADS_PTHREADS): Removed.
1558
1559 2000-05-01 Gary Houston <ghouston@arglist.com>
1560
1561 * Makefile.am: add include_HEADERS.
1562 libguile.h: moved from libguile directory. maybe libguile.h should
1563 be installed in $prefix/include/libguile/libguile.h instead?
1564
1565 2000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1566
1567 * qthreads.m4: Removed THREADS_CPPFLAGS.
1568
1569 * acinclude.m4: Removed qthreads macros. They are provided in
1570 qthreads.m4, so these were redundant.
1571
1572 * acconfig.h (GUILE_DEBUG_MALLOC): New.
1573
1574 * configure.in: New --enable-debug-malloc configuration option.
1575
1576 2000-03-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1577
1578 * acconfig.h (GUILE_PTHREAD_COMPAT): New config variable.
1579
1580 * configure.in: Enable workaround for COOP-linuxthreads
1581 compatibility on Linux systems.
1582
1583 2000-03-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1584
1585 * devel: New directory. Intended to carry documentation related
1586 to Guile development (as opposed to the doc directory which
1587 contains documentation related to the use of the current Guile).
1588 This directory (devel) is not included in the Guile distribution,
1589 but is accessible via anonymous CVS.
1590
1591 2000-03-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1592
1593 * configure.in: Don't add iselect.o to LIBOBJS.
1594
1595 2000-03-13 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1596
1597 * configure.in: Added end-tag for local variables. (Thanks to
1598 Thien-Thi Nguyen.)
1599
1600 2000-03-12 Gary Houston <ghouston@arglist.com>
1601
1602 * README (Guile Documentation, About This Distribution): updated.
1603
1604 2000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1605
1606 * configure.in (ac_cv_struct_timespec): Added test for struct
1607 timespec.
1608
1609 * acconfig.h (HAVE_STRUCT_TIMESPEC): Added.
1610
1611 2000-01-25 Marius Vollmer <mvo@zagadka.ping.de>
1612
1613 * autogen.sh: Call libtoolize. Pass --add-missing option to
1614 automake. Do not decent into libltdl directory. The libltdl
1615 directory is now populated by libtoolize and does not need any
1616 further autogeneration.
1617
1618 2000-01-23 Gary Houston <ghouston@arglist.com>
1619
1620 * configure.in: check for fchown.
1621
1622 Tue Jan 18 12:55:15 2000 Mikael Djurfeldt <mdj@r11n07-s.pdc.kth.se>
1623
1624 * acinclude.m4 (AC_LIBLTDL_CONVENIENCE): Add $(top_srcdir)/libltdl
1625 instead of $(top_builddir)/libltdl to includepath.
1626
1627 2000-01-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1628
1629 * emacs: New subdirectory for elisp tools.
1630
1631 2000-01-15 Marius Vollmer <mvo@zagadka.ping.de>
1632
1633 * README, HACKING: Moved "Hacking it yourself" section from README
1634 to HACKING. Updated recommended libtool version to be 1.3.4.
1635
1636 2000-01-14 Gary Houston <ghouston@arglist.com>
1637
1638 * configure.in: needs to have --disable-networking, not
1639 --disable-net.
1640
1641 2000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1642
1643 * libltdl/acconfig.h: New file: Needed by autogen.sh.
1644
1645 Tue Jan 11 13:42:35 2000 Greg J. Badros <gjb@cs.washington.edu>
1646
1647 * autogen.sh: Added messages as we run autogen in subdirectories.
1648
1649 * configure.in: Output libugile/guile-func-name-check script, and
1650 chmod +x it.
1651
1652 2000-01-11 Marius Vollmer <mvo@zagadka.ping.de>
1653
1654 * libltdl/autogen.sh: New file.
1655 * autogen.sh: Invoke libltdl/autogen.sh.
1656
1657 2000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
1658
1659 Finally applied the libltdl patch from Thomas Tanner, with slight
1660 modifications. All code copied from the libtool package is from
1661 libtool-1.3.4.
1662
1663 * configure.in: Make "--with-modules=yes" the default. Do not
1664 clear INCLTDL, LIBLTDL prior to processing "--with-modules".
1665
1666 1999-07-25 Thomas Tanner <tanner@ffii.org>
1667
1668 * Makefile.am: add libltdl to SUBDIRS, automake automatically
1669 includes ltconfig, ltmain.sh and acconfig.h in EXTRA_DIST
1670 * acinclude.m4: remove GUILE_DLSYM_USCORE, add libtool.m4
1671 (no need to install libtool any more)
1672 * configure.in: replace --enable-dynamic-linking with
1673 --with-modules, required modules can be specified using
1674 --with-modules="/path/to/mod.la" and will be linked
1675 statically on platforms that don't support dynamic loading,
1676 configure libltdl, configure libtool for dlopening
1677 * libltdl: added using libtoolize -c --ltdl
1678
1679 2000-01-09 Gary Houston <ghouston@arglist.com>
1680
1681 * configure.in: check whether localtime caches TZ. copied from
1682 Emacs 20.5.
1683 * acconfig.h: add LOCALTIME_CACHE.
1684
1685 Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
1686
1687 * configure.in: Make it be guile-snarf.awk, since we'll be
1688 switching names for guile-doc-snarf. (I wouldn't have changed
1689 this, but I was getting ready to commit this way when the below
1690 change was committed).
1691
1692 1999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1693
1694 * configure.in: Create guile-doc-snarf.awk.
1695
1696 1999-12-12 Greg J. Badros <gjb@cs.washington.edu>
1697
1698 * configure.in: Create guile-doc-snarf, chmod +x that script after
1699 AC_OUTPUTted.
1700
1701 1999-12-10 Greg J. Badros <gjb@cs.washington.edu>
1702
1703 * NEWS: More complete description for --enable-debug-freelist.
1704
1705 1999-12-09 Gary Houston <ghouston@freewire.co.uk>
1706
1707 * configure.in (CFLAGS): don't add -Wpointer-arith, since it
1708 causes numerous spurious warnings with recent gcc and/or glibc
1709 versions.
1710
1711 1999-11-19 Gary Houston <ghouston@freewire.co.uk>
1712
1713 * acconfig.h: add HAVE_ARRAYS.
1714
1715 * configure.in: add --disable-arrays option, probably temporary.
1716
1717 1999-11-17 Gary Houston <ghouston@freewire.co.uk>
1718
1719 * configure.in: check for hstrerror.
1720
1721 1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
1722
1723 * autogen.sh: Don't call autoreconf at all; it's not reliable.
1724 Instead, call the various tools explicitly. Invoke
1725 guile-readline's autogen.sh script.
1726
1727 Straighten up the situation regarding guile.m4 and qthreads.m4.
1728
1729 We can't have .m4 files which are installed where aclocal can
1730 see them, but also used by guile's own configure.in, because
1731 aclocal will read both copies, complain about duplicate macro
1732 definitions, and refuse to generate aclocal.m4 at all. This
1733 happens if you invoke it as `aclocal -I .', as autoreconf does.
1734 This is probably a flaw in the autotools, but Guile doesn't need
1735 that flaw fixed immediately.
1736
1737 guile.m4 is intended for use by people linking against guile, so
1738 it needs to be installed. But Guile itself doesn't use it. So
1739 move guile.m4 into guile-config. That makes sense, since
1740 guile.m4's GUILE_FLAGS macro is just an easy way to call
1741 guile-config.
1742
1743 qthreads.m4 is indented to help configure a qthreads tree. It's
1744 only useful to a package which actually includes a qthreads tree,
1745 and it's intimately related to that tree, so it's not useful to
1746 install this. So don't install it.
1747
1748 * guile.m4: Moved to guile-config.
1749 * Makefile.am (aclocaldir, aclocal_DATA): Delete.
1750 (EXTRA_DIST): Move qthreads.m4 here.
1751
1752 Don't store generated files in the repository any more. Instead,
1753 require people to run autogen.sh on trees from snapshots and CVS.
1754 * Makefile.in, aclocal.m4, configure: Deleted.
1755 * autogen.sh: New file.
1756 * ANON-CVS, SNAPSHOTS: Updated instructions.
1757
1758 1999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
1759
1760 * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
1761
1762 1999-09-27 Greg J. Badros <gjb@cs.washington.edu>
1763
1764 * configure.in: Added --enable-debug-freelist option.
1765
1766 * acconfig.h: Added GUILE_DEBUG_FREELIST.
1767
1768 1999-09-23 Gary Houston <ghouston@freewire.co.uk>
1769
1770 * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
1771 FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
1772
1773 * configure.in: new options --disable-posix, --disable-net
1774 and --disable-regex
1775 export HAVE_POSIX and HAVE_NETWORKING definitions.
1776 don't add regex-posix.o to LIBOBJS if regex disabled.
1777
1778 LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
1779 conditionally.
1780
1781 1999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
1782
1783 * Guile 1.3.4 released.
1784
1785 1999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
1786
1787 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
1788 libtool knows how to get ANSI C behavior from the compiler.
1789 * configure: Regenerated.
1790
1791 1999-09-20 Gary Houston <ghouston@freewire.co.uk>
1792
1793 * configure.in: check availability of siginterrupt.
1794
1795 1999-09-18 Gary Houston <ghouston@freewire.co.uk>
1796
1797 * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
1798 testing for SA_RESTART.
1799
1800 1999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
1801
1802 * configure.in: Removed ice-9/version.scm from AC_OUTPUT.
1803
1804 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
1805
1806 * configure.in (GUILE_STAMP): Don't set this variable, or
1807 substitute it into anything. Full explanation in ice-9/ChangeLog.
1808 * configure, Makefile.in: Regenerated.
1809
1810 1999-09-06 James Blandy <jimb@mule.m17n.org>
1811
1812 Propagate the changes of 2 Sept the rest of the way through.
1813 * configure: Regenerated.
1814 * Makefile.in: Regenerated. Not sure why this diff is so big.
1815
1816 1999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
1817
1818 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
1819 variable name. (Thanks to Bill Schottstaedt.)
1820 * aclocal.m4: Regenerated.
1821
1822 1999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
1823
1824 * configure.in: Test for presence of function on_exit.
1825
1826 1999-09-01 James Blandy <jimb@mule.m17n.org>
1827
1828 * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
1829 the system doesn't have memmove. Don't test for memmove and bcopy
1830 with AC_CHECK_FUNCS.
1831 * configure: Regenerated.
1832
1833 1999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
1834
1835 * configure.in: Test for atexit.
1836
1837 1999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1838
1839 * acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
1840
1841 * configure.in: Test for presence of S_ISLNK in sys/stat.h.
1842 (Thanks to Bernard Urban.)
1843 Test for memmove and bcopy. (Thanks to
1844 suzukis@file.phys.tohoku.ac.jp.)
1845
1846 * acconfig.h: Added HAVE_S_ISLNK.
1847
1848 1999-08-20 James Blandy <jimb@mule.m17n.org>
1849
1850 * Guile 1.3.2 released.
1851
1852 * Makefile.in: Regenerated.
1853
1854 1999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1855
1856 * README, config.guess, config.sub, liconfig, ltmain.sh: Switched
1857 to libtool-1.3.3.
1858
1859 1999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
1860
1861 Added guile-readline subdirectory with the removed readline
1862 support.
1863 * guile-readline: New directory, see ChangeLog there.
1864 * configure.in: Cause configure to descend into guile-readline
1865 dir.
1866 * Makefile.am: Likewise for make.
1867 * NEWS: Explain how to activate the readline support.
1868 * configure, Makefile.in: Regenerated.
1869
1870 1999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
1871
1872 Fixes for EMX from Mikael Ståldal.
1873
1874 * configure.in: Check for <io.h>.
1875 * configure: Regenerated.
1876
1877 1999-07-18 Jim Blandy <jimb@savonarola.red-bean.com>
1878
1879 * qthreads.m4 (QTHREADS_CONFIGURE): 'alpha' in a configuration
1880 name can have suffixes, like alphaev56-unknown-linux-gnu.
1881 * aclocal.m4, configure: Rebuilt.
1882 (Thanks to Sebastien Villemot.)
1883
1884 1999-07-04 Gary Houston <ghouston@easynet.co.uk>
1885
1886 * configure.in: don't check for ways to violate stdio abstraction.
1887
1888 1999-05-02 Jim Blandy <jimb@savonarola.red-bean.com>
1889
1890 * configure.in (AC_CHECK_FUNCS): Fill in list of functions that
1891 libguile/net_db.h wants to use. (Add setprotoent, setservent.)
1892
1893 1999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
1894
1895 Remove all automatic readline support, to avoid copyright
1896 confusion.
1897 * INSTALL: Update text.
1898 * NEWS: Explain the situation.
1899 * configure.in: Remove configury for readline and its supporting
1900 libraries.
1901 * configure: Regenerated.
1902
1903 * README: Change URL's for automake and autoconf.
1904
1905 * Makefile.in, configure: Regenerated with autoconf 2.13, automake
1906 1.4, libtool 1.2f (1.385 1999/03/15 17:24:54). I've upgraded to
1907 all the right tools, according to README, but I'm still getting
1908 different results than Mikael is. Hmm.
1909
1910 1999-03-22 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
1911
1912 * New libtool: 1.2f
1913 * ltmain.sh, ltconfig, config.guess, config.sub: New versions.
1914 * README: Mention new version number of libtool.
1915
1916 1999-03-04 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1917
1918 New automake: 1.4
1919 * config.guess, config.sub, install-sh, mdate-sh, missing,
1920 mkinstalldirs: New versions.
1921 * Makefile.in, aclocal.m4, configure: Regenerated.
1922 * README: Mention new version numbers on autoconf and automake.
1923
1924 1999-02-12 Jim Blandy <jimb@savonarola.red-bean.com>
1925
1926 * configure.in: Add --with-readline flag.
1927 * configure: Rebuilt.
1928
1929 1999-02-09 Maciej Stachowiak <mstachow@alum.mit.edu>
1930
1931 * NEWS: Added entry for optargs module.
1932
1933 1999-02-06 Jim Blandy <jimb@zwingli.cygnus.com>
1934
1935 * configure: Regenerated using autoconf 2.12.
1936
1937 1999-01-26 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1938
1939 * configure.in: Removed test AC_C_BIGENDIAN. (This test was
1940 considered to encourage bad coding style.)
1941
1942 1999-01-21 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1943
1944 * configure.in: Added test AC_C_BIGENDIAN.
1945
1946 1999-01-11 Jim Blandy <jimb@zwingli.cygnus.com>
1947
1948 * configure.in: Remove quotes around ac_cv_lib_readline_main and
1949 ac_cv_var_rl_getc_function. They should both always be set to
1950 non-null values; this way, we get error messages.
1951 * configure: Regenerated.
1952
1953 1999-01-10 Jim Blandy <jimb@savonarola.red-bean.com>
1954
1955 * configure.in: Cite the variable ac_cv_lib_readline_main, not
1956 ac_cv_lib_readline_readline; the latter isn't set any more, since
1957 we look for 'main' in libreadline now. Add quotes around
1958 reference to the variable references, too, so this will work even
1959 when a variable's value is the empty string.
1960 * configure: Regenerated.
1961
1962 1999-01-07 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1963
1964 * acconfig.h: Added HAVE_LONG_LONGS.
1965
1966 * configure.in: Added AC_CHECK_SIZEOF(long), AC_CHECK_SIZEOF(int);
1967 Added check for long longs.
1968
1969 1998-12-14 Jim Blandy <jimb@zwingli.cygnus.com>
1970
1971 * configure.in: Check for tgoto in ncurses, then termcap.
1972 S.u.S.E. Linux doesn't have a termcap. (Thanks to Karl
1973 Eichwalder.)
1974 * configure: Regenerated.
1975
1976 1998-10-24 Jim Blandy <jimb@zwingli.cygnus.com>
1977
1978 * configure.in: Call AM_PROG_CC_STDC, to see what flags we should
1979 pass the compiler to make it support ANSI. (Thanks to Bernard
1980 Urban.)
1981 * aclocal.m4, configure: Regenerated.
1982
1983 1998-10-20 Jim Blandy <jimb@zwingli.cygnus.com>
1984
1985 * Guile 1.3 released.
1986
1987 1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
1988
1989 * GUILE-VERSION: Bump to 1.3.
1990
1991 * Makefile.am (EXTRA_DIST): Don't omit ANON-CVS and SNAPSHOTS.
1992 * Makefile.in: Regenerated.
1993
1994 1998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
1995
1996 * qthreads.m4 (QTHREADS_CONFIGURE): On NetBSD, pass through a flag
1997 to the Makefile which explicitly tells it to pass assembly files
1998 through the preprocessor. (Thanks to Perry Metzger.)
1999 * aclocal.m4, configure, Makefile.in: Regenerated.
2000
2001 1998-10-14 Jim Blandy <jimb@zwingli.cygnus.com>
2002
2003 * configure.in: Define SCM_SINGLES whenever a float can fit in a
2004 long, not only when a float is the same size as a long. This gets
2005 us SCM_SINGLES defined on alphas. (Thanks to Clark McGrew.)
2006 * configure: Regenerated.
2007
2008 * configure.in: Construct libguile/versiondat.h here; see
2009 log entry in libguile/ChangeLog for details.
2010 * configure: Regenerated.
2011
2012 * configure.in: Allow tabs and whitespace between `void' and
2013 `usleep'. (Thanks to Harvey J. Stein.)
2014 * configure: Regenerated.
2015
2016 Don't redefine sleep/usleep.
2017 * configure.in: Remove tests for usleep's argument type; we only
2018 need that if we're going to replace it.
2019
2020 * acconfig.h (USLEEP_ARG_TYPE): Delete. All the other SLEEP
2021 garbage is needed just to use usleep and sleep without compiler
2022 warnings.
2023 * configure: Regenerated.
2024
2025 1998-10-12 Jim Blandy <jimb@zwingli.cygnus.com>
2026
2027 * configure: Regenerated.
2028
2029 * configure.in (GUILE_FUNC_DECLARED): Name the cache variables
2030 starting with guile_cv_; ac_cv_ is autoconf's namespace.
2031
2032 The type of the argument to usleep varies from system to system,
2033 as does the return type. We really shouldn't be redefining usleep
2034 at all, but I don't have time to clean that up before the 1.3
2035 release. It's on the schedule for afterwards.
2036 * configure.in: Cache results from usleep return value test.
2037 Test for the type of the usleep argument, and cache that too.
2038 * acconfig.h (USLEEP_ARG_TYPE): New macro.
2039
2040 1998-10-11 Jim Blandy <jimb@zwingli.cygnus.com>
2041
2042 * acconfig.h (HAVE_RL_GETC_FUNCTION): Fix this entry.
2043
2044 1998-10-10 Jim Blandy <jimb@zwingli.cygnus.com>
2045
2046 * GUILE-VERSION: bump to 1.2.91, since we're doing snapshots again.
2047
2048 * Guile 1.2.90 released --- beta.
2049 * GUILE-VERSION: Set to 1.2.90. This would appear to be a
2050 regression from 1.3a, but everyone knows that the next release is
2051 1.3, I want to switch to a more coherent version numbering system,
2052 and now is the time.
2053
2054 1998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
2055
2056 * configure.in: Call AC_C_INLINE, so we can use inline happily in
2057 libguile.
2058 * configure: Regenerated.
2059
2060 1998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
2061
2062 * configure.in: Don't forget to #define HAVE_RL_GETC_FUNCTION if
2063 we do find the rl_getc_function variable in the readline library;
2064 AC_CHECK_FUNCS used to do this for us, but we're not using it any
2065 more.
2066 * acconfig.h: Add an entry for HAVE_RL_GETC_FUNCTION.
2067
2068 * configure.in: Properly test for the presence of rl_getc_function;
2069 it's a variable, not a function.
2070 * configure: Regenerated.
2071
2072 * doc: New subdirectory.
2073 * Makefile.am (SUBDIRS): List it.
2074 * configure.in (AC_OUTPUT): Build its Makefile.
2075 * configure, Makefile.in: Regenerated.
2076
2077 * guile.m4 (GUILE_FLAGS): New macro.
2078
2079 * guile.m4 (AM_INIT_GUILE_MODULE): Deleted; it doesn't do anything
2080 terribly helpful any more, nobody's using it, and this is not
2081 really the way I want to handle modules anyway.
2082
2083 1998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
2084
2085 * configure.in (FD_SETTER, FILE_CNT_GPTR): New cases for SCO's
2086 stdio implementation. (Thanks to David Tillman.)
2087 * configure: Rebuilt.
2088
2089 * guile-config: Renamed from `build'.
2090 * Makefile.am (SUBDIRS): Mention `guile-config', not `build'.
2091 * configure.in: Create `guile-config/Makefile.in', not
2092 `build/Makefile.in'. Doc fix, too.
2093
2094 * qthreads.m4: Doc fix.
2095 * Makefile.in, aclocal.m4, configure: Regeneranegerederadea.
2096
2097 1998-10-03 <jimb@savonarola.red-bean.com>
2098
2099 * configure.in: Check for a missing `sleep' declaration.
2100 * acconfig.h (MISSING_SLEEP_DECL): Provide some text for this.
2101 * configure: Regenerated.
2102
2103 * configure.in: Don't use the canonical host name to decide
2104 whether `bzero' and `usleep' have declarations --- that's going
2105 back to the bad old days before autoconf. Remove the call to
2106 AC_CANONICAL_HOST and the subsequent case statement.
2107 (GUILE_FUNC_DECLARED): New m4 macro. Use it to check for
2108 declarations for `bzero', `usleep', and (new!) `strptime'.
2109 * acconfig.h: (DECLARE_BZERO, DECLARE_USLEEP): Removed.
2110 (MISSING_BZERO_DECL, MISSING_USLEEP_DECL, MISSING_STRPTIME_DECL):
2111 Added. I think this naming convention is more consistent with the
2112 rest of autoconf; names generally describes the system, not what
2113 the package should do to accomodate the system.
2114 * configure: Regenerated.
2115
2116 1998-09-05 Jim Blandy <jimb@zwingli.cygnus.com>
2117
2118 * configure.in: Remove --disable-debug option. The debugging
2119 support is pretty stable now, and it's confusing people.
2120 * configure: Regenerated.
2121
2122 * HACKING: Remove -Wstrict-prototypes from the list of requested
2123 flags (to match 1998-07-30 change).
2124
2125 1998-07-30 Jim Blandy <jimb@zwingli.cygnus.com>
2126
2127 * configure.in: Don't use -Wstrict-prototypes after all.
2128 * configure: Regenerated.
2129
2130 1998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
2131
2132 * configure.in: Request more warnings.
2133 * configure: Regenerated.
2134 * HACKING: Ask people not to make changes that introduce those
2135 warnings. Now I have to go through the code and actually bring it
2136 up to standards... :(
2137
2138 * Makefile.in, aclocal.m4, configure: Regenerated using the last
2139 public version of automake, not the hacked Cygnus version.
2140 * config.guess, config.sub, ltconfig, ltmain.sh: New versions from
2141 libtool.
2142
2143 * configure.in, qthreads.m4: Display a message about how the
2144 threads configuration went.
2145 * aclocal.m4, configure: Regenerated.
2146
2147 1998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
2148
2149 Remove the TOTORO kludge. We're not doing snapshots any more, so
2150 totoro is completely uninvolved. (Poor Totoro!)
2151 * configure.in: Remove code to check the hostname and #define
2152 TOTORO.
2153 * acconfig.h: Remove comments for TOTORO symbol.
2154 * configure, Makefile.in: Regenerated.
2155
2156 * qthreads.m4 (QTHREADS_CONFIGURE): We *can* use AC_REQUIRE here
2157 to get AC_PROG_LN_S.
2158 * aclocal.m4, configure: Regenerated.
2159
2160 1998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
2161
2162 Clean up thread configuration.
2163 * qthreads.m4: New file, which knows how to configure the qthreads
2164 library.
2165 * configure.in: Replace all thread package selection code. Do the
2166 --with-threads argument processing here. Enable the appropriate
2167 thread interface files in libguile. Remove all qthreads
2168 configuration code; call QTHREADS_CONFIGURE instead. Set
2169 GUILE_LIBS using the info provided by QTHREADS_CONFIGURE.
2170 * threads.m4: Removed; not used any more.
2171 * Makefile.am (aclocal_DATA): Mention qthreads.m4, not threads.m4.
2172 * Makefile.in, aclocal.m4, configure: Rgnrtd. (Sv th vwls!)
2173 Note that these were regenerated with the tools available from
2174 Cygnus's source tree, which have patches not available to the
2175 general public. I'm not sure this was a good idea; feel free to
2176 revert them to the latest released versions of the tools.
2177
2178 Upgrade to the version of libtool available at Cygnus. See note
2179 above.
2180 * config.guess, config.sub, ltconfig, ltmain.sh: Upgraded.
2181
2182 1998-07-12 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2183
2184 * configure.in: Changed variable HOSTNAME --> PROG_HOSTNAME in
2185 totoro kludge.
2186
2187 Sat Jul 11 21:54:29 1998 Mikael Djurfeldt <mdj@totoro.red-bean.com>
2188
2189 * acconfig.h, configure.in: Define TOTORO if configuring on
2190 totoro.red-bean.com.
2191
2192 * configure.in: Check for strdup.
2193
2194 1998-05-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2195
2196 * configure.in: Check for rl_cleanup_after_signal.
2197
2198 1998-05-11 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2199
2200 * configure.in: Added test for rl_getc_function. Warn if
2201 libreadline is found but not this function.
2202
2203 1998-05-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2204
2205 * configure.in: Replaced some AC_CHECK_FUNC --> AC_CHECK_FUNCS so
2206 that suitable HAVE_<function name> symbols get defined.
2207
2208 1998-04-25 Mikael Djurfeldt <mdj@kenneth>
2209
2210 * configure.in: Define USLEEP_RETURNS_VOID on some systems.
2211 (Thanks to Julian Satchell.)
2212
2213 1998-04-20 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2214
2215 * configure.in: Check for usleep; Define DECLARE_BZERO and
2216 DECLARE_USLEEP on Solaris 2.5 since it supplies those functions
2217 without declaring them.
2218
2219 * acconfig.h: Added DECLARE_BZERO, DECLARE_USLEEP
2220
2221 1998-04-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2222
2223 * configure.in: Define HAVE_DLOPEN also when HAVE_LIBDL is
2224 defined.
2225
2226 1998-04-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2227
2228 * configure.in (GUILE_LIBS): New variable. Contains libraries
2229 which libguile needs to be linked with. Substituted into
2230 libpath.h.
2231
2232 * threads.m4 (threads_package): Don't add $LDFLAGS and $LIBS to
2233 $cy_cv_threads_libs.
2234
2235 1998-04-11 Mikael Djurfeldt <mdj@kenneth>
2236
2237 New libtool: 1.2
2238 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
2239 New automake: 1.3
2240 * Makefile.in, aclocal.m4, configure: Regenerated.
2241 * README: Mention new version numbers on libtool and automake.
2242
2243 1997-12-11 Tim Pierce <twp@skepsis.com>
2244
2245 * HACKING: Note that SSH is mandatory for CVS access.
2246
2247 Sun Dec 7 06:11:24 1997 Gary Houston <ghouston@actrix.gen.nz>
2248
2249 * README: using Automake 1.2d
2250 * configure.in: AC_CHECK_FUNCS: add "system".
2251
2252 1997-12-01 Tim Pierce <twp@skepsis.com>
2253
2254 * acconfig.h: Add USCORE.
2255
2256 1997-11-27 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2257
2258 * configure.in: Added code to enable GUILE_ISELECT on systems
2259 which have the necessary functions (gettimeofday, select).
2260
2261 * acconfig.h: Added GUILE_ISELECT.
2262
2263 1997-11-24 Tim Pierce <twp@twp.tezcat.com>
2264
2265 * acinclude.m4: Assume dlsym does not add underscore if
2266 cross-compiling.
2267 * aclocal.m4, configure: Regenderated.
2268
2269 1997-11-21 Tim Pierce <twp@twp.tezcat.com>
2270
2271 * acinclude.m4 (GUILE_DLSYM_USCORE): New macro, thanks Dan Hagerty
2272 <hag@ai.mit.edu>.
2273 * configure.in: Use it.
2274 * configure: Regenerated.
2275 * acconfig.h (DLSYM_ADDS_USCORE): New #define.
2276
2277 1997-10-26 Mikael Djurfeldt <mdj@nada.kth.se>
2278
2279 * README (libtool): Tell people to use version 1.0e.
2280
2281 Sat Oct 25 02:50:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
2282
2283 Call the QuickThreads library libqthreads.a, not libqt.a. The old
2284 name conflicts with the Qt user interface toolkit.
2285 * threads.m4 (CY_AC_WITH_THREADS): Use new library name.
2286 * configure.in: Same.
2287 * aclocal.m4, configure: Regenerated.
2288
2289 Thu Oct 23 00:58:06 1997 Jim Blandy <jimb@totoro.red-bean.com>
2290
2291 * configure.in: Check for the readline library, and the termcap
2292 library (on which readline relies).
2293 * configure: Regenerated.
2294
2295 Wed Oct 22 16:55:57 1997 Jim Blandy <jimb@totoro.red-bean.com>
2296
2297 New libtool: 1.0e
2298 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
2299 * configure, aclocal.m4: Regenerated.
2300
2301 1997-10-02 Marius Vollmer <mvo@zagadka.ping.de>
2302
2303 Make dynamic linking work on Dec Unix. (Thanks to Clark McGrew)
2304 * configure.in: Check whether dlopen can be found without -ldl.
2305
2306 Mon Sep 29 23:52:52 1997 Jim Blandy <jimb@totoro.red-bean.com>
2307
2308 * Makefile.in: Regenerated with automake 1.2c.
2309
2310 Sat Sep 27 23:01:58 1997 Jim Blandy <jimb@totoro.red-bean.com>
2311
2312 * Makefile.am: Add new `build' subdirectory to SUBDIRS.
2313 * configure.in: Add build/Makefile to AC_OUTPUT clause.
2314 * Makefile.in, configure: Regenerated.
2315
2316 * Makefile.in, aclocal.m4: Regenerated with automake 1.2a.
2317
2318 Tue Sep 16 00:19:46 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2319
2320 * README, ltconfig, ltmain.sh: New libtool: 1.0c.
2321
2322 Thu Sep 11 11:28:24 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2323
2324 * ltmain.sh: Added a missing '\' before \n on line 32.
2325
2326 Thu Aug 28 23:40:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
2327
2328 New libtool: 1.0b.
2329 * ltconfig, ltmain.sh, config.guess: Freshly libtoolized.
2330 * Makefile.in, aclocal.m4, configure: Regenerated, salamander-style.
2331
2332 Wed Aug 27 11:35:09 1997 Jim Blandy <jimb@totoro.red-bean.com>
2333
2334 * Makefile.in: Regenerated, so it uses "tar", not "gtar".
2335
2336 * configure.in: Use the QuickThreads assembler fragment with Irix
2337 dynamic linking support for Irix 6 as well as Irix 5. Thanks to
2338 Jesse Glick.
2339 * configure: Regenerated.
2340
2341 Sun Aug 24 15:51:12 1997 Mikael Djurfeldt <mdj@kenneth>
2342
2343 * acinclude.m4 (GUILE_NAMED_CHECK_FUNC): New macro: Tagged test,
2344 so that test for the same function can be performed multiple
2345 times.
2346
2347 * configure.in (AC_CHECK_HEADERS): Test for rxposix.h,
2348 rx/rxposix.h. Add library rx only if regcomp can't be found
2349 without it.
2350
2351 * acconfig.h (HAVE_REGCOMP): Added it here since autoheader misses
2352 it for some reason!
2353
2354 Fri Aug 22 21:21:49 1997 Jim Blandy <jimb@totoro.red-bean.com>
2355
2356 * THANKS: New file.
2357 * Makefile.in, aclocal.m4, configure: Regenerated.
2358
2359 Wed Jul 23 20:24:27 1997 Mikael Djurfeldt <djurf@zafir.e.kth.se>
2360
2361 * configure.in: Added thread support for the alpha architecture.
2362 configure: Regenerated.
2363
2364 Thu Jul 17 07:56:05 1997 Gary Houston <ghouston@actrix.gen.nz>
2365
2366 * configure.in: use AC_CHECK_FUNCS for sethostent etc.,
2367 so scmconfig.h is updated with the test results. this may
2368 disable one of the cygwin hacks.
2369
2370 Fri Jul 11 00:18:19 1997 Jim Blandy <jimb@floss.red-bean.com>
2371
2372 Changes to compile under gnu-win32, from Marcus Daniels:
2373 * configure.in: When sys/un.h exists, define HAVE_UNIX_DOMAIN_SOCKETS
2374 to indicate that Unix domain sockets will work.
2375 Check for socketpair, getgroups, setwent, pause, and tzset
2376 (cygwin currently lacks these them).
2377 Check for sethostent endhostent getnetent setnetent endnetent
2378 getprotoent endprotoent getservent endservent getnetbyaddr
2379 getnetbyname inet_lnaof inet_makeaddr inet_netof (cygwin currently
2380 lacks them). In the case of cygwin, temporarily prefix these
2381 functions with "cygwin32_", the way that netdb.h does.
2382 Don't define HAVE_REGCOMP unless both regcomp and regex.h are
2383 available (cygwin b18 came distributed without a working regex.h
2384 file).
2385 * acconfig.h (HAVE_UNIX_DOMAIN_SOCKETS): Add this.
2386 * configure: Regenerated.
2387
2388 Wed Jul 2 12:28:40 1997 Tim Pierce <twp@twp.tezcat.com>
2389
2390 * ltmain.sh: Remove any trailing colon on $shlibpath_var
2391 (i.e. LD_LIBRARY_PATH) for braindamaged linkers that choke on it.
2392 Patch sent to bug-libtool.
2393
2394 Sat Jun 28 16:13:43 1997 Tim Pierce <twp@twp.tezcat.com>
2395
2396 * configure.in: Add alloca.o explicitly to LIBOBJS (thanks Eric
2397 Backus for reporting this problem and suggesting a fix).
2398 * configure: Regenerated.
2399
2400 Thu Jun 26 20:43:31 1997 Jim Blandy <jimb@floss.red-bean.com>
2401
2402 * Guile 1.2 released.
2403
2404 * configure.in: Check for librx after libm; fundamentals need to
2405 come first.
2406 * configure: Regenerated.
2407
2408 Tue Jun 24 13:34:20 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
2409
2410 * aclocal.m4 (AM_PATH_PROG_LD): Change `ac_cv_path_LD' typo to
2411 `am_cv_path_LD'.
2412 * configure: Regenerated.
2413
2414 Sun Jun 22 15:43:07 1997 Jim Blandy <jimb@floss.red-bean.com>
2415
2416 Try to detect when people are using one version of libguile and a
2417 different version of ice-9. People have been skewing things and
2418 sending in bug reports.
2419 * configure.in: Provide libguile its version information through a
2420 separate header file generated by the Makefile, not through
2421 scmconfig.h.
2422 (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):
2423 AC_SUBST these, instead of AC_DEFINE'ing them.
2424 (GUILE_STAMP): New AC_SUBST: the time we configured the tree.
2425 (AC_OUTPUT): Create ice-9/version.scm.
2426 * acconfig.h (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION,
2427 GUILE_VERSION): Deleted.
2428 * Makefile.in: Regenerated.
2429
2430 * aclocal.m4: Regenerated, using the libtool 0.9h m4 macros.
2431
2432 * Makefile.am (EXTRA_DIST): Include acconfig.h in the
2433 distribution.
2434 * Makefile.in: Regenerated.
2435
2436 Sat Jun 21 00:14:07 1997 Jim Blandy <jimb@floss.red-bean.com>
2437
2438 * ltmain.sh (line 1191): Don't forget 'test' in if statement.
2439
2440 * ltconfig, ltmain.sh: libtoolized, using libtool 0.9h.
2441
2442 Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com>
2443
2444 * ltconfig, ltmain.sh, config.guess: New files from libtool 0.9g.
2445
2446 * configure.in: By default, include functions in Guile to allow
2447 linking with dynamic libraries at run-time. In other words,
2448 --enable-dynamic-linking is now the default.
2449 * configure: Rebuilt.
2450
2451 * configure.in: Remove space between AC_CHECK_LIB and opening
2452 paren in check for Rx.
2453 * configure: Regenerated.
2454
2455 * configure.in: Remove all mention of xtra_PLUGIN_guile_libs.
2456 It's never used.
2457 * configure, Makefile.in: Regenerated.
2458
2459 Tue Jun 10 23:37:12 1997 Jim Blandy <jimb@floss.red-bean.com>
2460
2461 * configure.in: Move checks for libraries (-lm, -lnsl, -lsocket,
2462 -dl, -dld) before checks for functions.
2463 * configure: Regenerated.
2464
2465 Mon Jun 9 02:35:46 1997 Tim Pierce <twp@twp.tezcat.com>
2466
2467 * config.guess: New copy from autoconf-2.12, which recognizes
2468 OpenBSD.
2469
2470 Tue Jun 3 16:34:19 1997 Jim Blandy <jimb@totoro.cyclic.com>
2471
2472 * configure.in: Check for Rx, so we will use its routines (which I
2473 pretty much trust) if it is installed.
2474 * configure: Regenerated.
2475
2476 Sat May 31 03:48:45 1997 Gary Houston <ghouston@actrix.gen.nz>
2477
2478 * acconfig.h: mention HAVE_RESTARTS.
2479 * configure.in: check for sigaction and restartable system calls.
2480
2481 Tue May 27 22:47:52 1997 Tim Pierce <twp@twp.tezcat.com>
2482
2483 * configure.in: Check for presence of regcomp.
2484 * configure: Regenerated.
2485
2486 Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
2487
2488 * COPYING: New address for FSF.
2489
2490 * configure.in: We don't need to add fileblocks.o to LIBOBJS if
2491 struct stat doesn't have the st_blocks field. We take care of
2492 that case in the code. Replace AC_STRUCT_ST_BLOCKS with its
2493 definition, edited appropriately. (Bernard URBAN)
2494 * configure: Regenerated.
2495
2496 Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
2497
2498 * configure.in: Don't link against -lnsl or -lsocket unless we
2499 actually need to. This causes trouble on Irix. (Thanks to Larry
2500 Schwimmer.)
2501
2502 * config.sub: Get newer version, that recognizes the i686.
2503
2504 Fri May 16 17:26:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
2505
2506 * README: Changed Mikael's threads work attribution in order
2507 to sooth Anthony's enormous, but wounded, ego.
2508
2509 Fri May 16 17:26:53 1997 Jim Blandy <jimb@totoro.cyclic.com>
2510
2511 Just kidding!!!
2512
2513 Fri May 16 04:24:48 1997 Jim Blandy <jimb@floss.cyclic.com>
2514
2515 Guile 1.1 released.
2516 * GUILE-VERSION: Bump to 1.1.
2517
2518 Tue May 13 16:34:40 1997 Jim Blandy <jimb@floss.cyclic.com>
2519
2520 Switch to automake-1.1p.
2521 * Makefile.in, aclocal.m4, configure: Regenerated.
2522
2523 Mon May 12 18:29:45 1997 Jim Blandy <jimb@floss.cyclic.com>
2524
2525 * threads.m4: Copy Anthony's change here, so it'll actually
2526 survive.
2527
2528 Thu May 8 11:48:40 1997 Anthony Green <green@hoser.cygnus.com>
2529
2530 * aclocal.m4: Fixes for building with coop threads in a
2531 seperate compilation directory.
2532 * configure: Rebuilt.
2533
2534 Fri May 2 16:24:15 1997 Jim Blandy <jimb@floss.cyclic.com>
2535
2536 Upgrade to libtool 0.9e.
2537 * ltconfig, ltmain.sh, config.guess, config.sub: New versions,
2538 supplied by libtool.
2539
2540 * configure.in: When configuring qt, sunos needs the underscore
2541 files; Solaris and Linux both need the normal files.
2542 * configure: Reebilt.
2543
2544 Thu May 1 15:35:49 1997 Jim Blandy <jimb@floss.cyclic.com>
2545
2546 * configure.in: Get the paths for qt's md files right, so it can
2547 build correctly when using a separate compilation directory.
2548 * configure: Regenerated.
2549
2550 Thu Apr 24 01:20:34 1997 Jim Blandy <jimb@floss.cyclic.com>
2551
2552 Get threads to work again.
2553 * Makefile.am (SUBDIRS): List libguile last, so qt gets built
2554 first.
2555 * Makefile.in: Regenerated.
2556 * aclocal.m4, configure: Regenerate, with modern definition of
2557 CY_AC_WITH_THREADS. Where did the old text come from? Creepy...
2558
2559 Reduced Guile distribution: one configure script, no plugins.
2560 * configure.in: Merged the old text from qt/configure.in and
2561 libguile/configure.in; Tom Tromey says automake only wants one
2562 configure.in script. This seems fishy, but...
2563 * Makefile.am: List the subdirectories explicitly; no more PLUGIN
2564 gubbish.
2565 * acconfig.h, acinclude.m4: Moved here from libguile, since
2566 libguile's configure script lives here now.
2567 * AUTHORS, INSTALL, README: Updated.
2568 * Makefile.in, aclocal.m4 configure: Regenerated. Just like
2569 amputated amphibian limbs.
2570
2571 Tue Apr 22 16:57:38 1997 Jim Blandy <jimb@totoro.cyclic.com>
2572
2573 * newdoc/ref/Makefile.am (dist_texis): Distribute the index files.
2574 * newdoc/ref/Makefile.in: Regenerated.
2575
2576 Mon Apr 14 18:51:25 1997 Jim Blandy <jimb@floss.cyclic.com>
2577
2578 * threads.m4 (CY_AC_WITH_THREADS): When using coop threads, no
2579 need to link against libthreads; the files it used to contain
2580 are now a part of libguile.
2581
2582 Sun Apr 13 22:14:10 1997 Jim Blandy <jimb@floss.cyclic.com>
2583
2584 * guile.m4: Revert change of Mar 15, and use the new 'no-define'
2585 argument to the AM_INIT_AUTOMAKE macro.
2586
2587 Fri Apr 11 15:43:07 1997 Jim Blandy <jimb@totoro.cyclic.com>
2588
2589 * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
2590 * README: Say where to find libtool 0.9d.
2591
2592 Wed Apr 9 17:51:13 1997 Jim Blandy <jimb@floss.cyclic.com>
2593
2594 Changes to work with automake-1.1n, which has better libtool
2595 support. Also use libtool 0.8.
2596 * README: Note new version numbers for automake and libtool.
2597 * missing: New file required by new automake.
2598 * Makefile.in: Regenerated.
2599
2600 Sat Apr 5 16:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
2601
2602 * newdoc/ref/scheme.texi (set-object-property!): Fix function name.
2603
2604 * Makefile.am: Omit doc subtree.
2605 * configure.in: Omit makefiles in doc subtree.
2606 * Makefile.in, configure: Rebuilt.
2607
2608 Sat Mar 15 01:11:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2609
2610 * guile.m4 (AM_INIT_GUILE_MODULE): Replaced AM_INIT_AUTOMAKE macro
2611 with its definition and commented out definition of PACKAGE. This
2612 changed seemed necessary after having removed PACKAGE from
2613 libguile/acconfig.h.
2614
2615 Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2616
2617 * ltconfig, ltmain.sh: New versions from libtool-0.9.
2618
2619 * configure.in: Added AM_MAINTAINER_MODE
2620
2621 Fri Feb 7 17:57:46 1997 Jim Blandy <jimb@floss.cyclic.com>
2622
2623 * config.sub, config.guess: New versions, that handle i686, etc.
2624
2625 Thu Jan 23 07:06:15 1997 Mark Galassi <rosalia@papageno.lanl.gov>
2626
2627 * newdoc/tutorial/guile-tut.texi: started checking in the Guile
2628 tutorial rewrite, but have not merged much into it yet.
2629
2630 Tue Jan 21 17:28:40 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
2631
2632 * newdoc/ref/guile-ref.texi: started checking in parts of the
2633 reference manual re-write.
2634
2635 Sat Jan 11 14:40:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
2636
2637 * ltconfig, ltmain.sh: New files for libtool support. libguile,
2638 rx, gh and gtcltk-lib can now be build as shared libraries.
2639 * Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh
2640
2641 Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
2642
2643 * Guile 1.0 released. This is the first release by the Free
2644 Software Foundation; Cygnus has also released earlier versions of
2645 Guile.
2646
2647 * GUILE-VERSION: Updated version number.
2648 * NEWS: Added comments for all the user-visible changes marked in
2649 the ChangeLogs.
2650 * README: Updated for release.
2651
2652 Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
2653
2654 * scsh: new directory.
2655
2656 Mon Dec 2 17:33:04 1996 Tom Tromey <tromey@cygnus.com>
2657
2658 * configure.in: Generate doc/guile-programmer/Makefile and
2659 doc/guile-user/Makefile.
2660
2661 Sat Nov 30 23:45:54 1996 Tom Tromey <tromey@cygnus.com>
2662
2663 * aclocal.m4: Now automatically generated by aclocal.
2664 * threads.m4: New file.
2665 * guile.m4: New file.
2666 * Makefile.am, doc/Makefile.am: New files.
2667 * configure.in: Updated for Automake. Avoid excessively verbose
2668 "greet" messages.
2669
2670 Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
2671
2672 * lgh: directory renamed to gh, along with all prefixes of the
2673 high level library procedures.
2674
2675 Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
2676
2677 * Makefile.in (TAGS tags): Find the source files in $srcdir.
2678
2679 Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
2680
2681 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
2682
2683 Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
2684
2685 * configure.in: Added some configuration magic from the Cygnus
2686 distribution.
2687
2688 * aclocal.m4: New file. For now used for thread support
2689 configuration.
2690
2691 Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
2692
2693 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
2694
2695 * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
2696 directories, to arrange for lgh to the last thing
2697 configured/built.
2698
2699 Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
2700
2701 * lgh/: added the directory in which I implement the high level
2702 libguile library (lgh_) for this release of Guile. See the
2703 ChangeLog in there for further details.
2704
2705 Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
2706
2707 * doc/ (guile-user and guile-programmer): added the guile-user and
2708 guile-programmer directories which contain the user and programmer
2709 manuals. See the ChangeLog entries there for detail.
2710
2711 Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
2712
2713 * Makefile.in (distclean): Don't forget to delete doc/Makefile.
2714
2715 * Makefile.in (distclean): Don't forget to delete
2716 config.build-subdirs.
2717
2718 Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
2719
2720 * Makefile.in (tags): New name for `TAGS' target, which will
2721 always run the commands.
2722
2723 Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
2724
2725 * README: Doc fixes.
2726
2727 Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
2728
2729 * Makefile.in (TAGS): Produce a single tags file for all of Guile.
2730
2731 Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
2732
2733 * configure.in: Check for -ldl, so the check for Tcl won't fail
2734 spuriously.
2735
2736 Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
2737
2738 Change the way we decide whether to build gtcltk-lib, so that it's
2739 omitted from the build process when appropriate, but never from
2740 the dist process.
2741 * configure.in: Don't edit all_subdirs depending on the
2742 availability of Tk; let that be the list of all PLUGIN
2743 subdirectories present, as it used to be. Instead, edit a new
2744 variable, build_subdirs; write its final value, the list of
2745 subdirs we do want to compile in, to config.build-subdirs.
2746 Substitute that into the top-level Makefile too.
2747 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
2748 recurse on the subdirectories we should build.
2749 (distdirs): Set this to @existingdirs@, so it includes the subdirs
2750 we decided not to build.
2751
2752 * doc/gtcltk.texi: File resurrected from old Guile releases.
2753 * doc/Makefile.in (info): Build the gtcltk documentation.
2754 (DIST_FILES): Include it in the distribution.
2755
2756 * configure.in: If we can find the library for tcl7.5, build
2757 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
2758 compiler (not sure this is necessary).
2759
2760 Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
2761
2762 * NEWS: Fix bug reporting address.
2763
2764 Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
2765
2766 * AUTHORS: New file, in accordance with the GNU maintainers'
2767 standards.
2768
2769 Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
2770
2771 * README: Renamed from ANNOUNCE; include bug report address,
2772 description, and short tour.
2773 * INSTALL: Renamed from BUILDING.
2774 * NEWS: New file.
2775 * Makefile.in (DISTFILES): Update appropriately.
2776
2777 Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
2778
2779 * doc/Makefile.in: Added pattern targets for creating DVI and
2780 PostScript files.
2781 (%.ps, %.dvi, %.txt): New targets.
2782 (DVIPS, TEXI2DVI): New variables.
2783
2784 * GUILE-VERSION: Updated to 1.0b3.
2785
2786 Rehashed distribution system, in preparation for nightly
2787 snapshots. Other changes in subdirectories.
2788 * Makefile.in (dist): Rewritten --- the old target was out of
2789 date, dependent on files that we don't have, and relied on GNU
2790 tar. The new target is simpler.
2791 (VERSION, srcdir, dist_dirs): New variables.
2792 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
2793 TODO.
2794 (localtreats): Variable removed. We don't have this file.
2795 (info): cd to doc and make info there; don't make info in every
2796 ${subdir}; those Makefiles don't know what to do.
2797 (distname, distdir, treats, announcefile): Variables removed.
2798 (manifest-file): Target removed.
2799 (dist-dir): New target, responsible for distributable files in
2800 this directory.
2801 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
2802 controlling the 'dist' target.
2803 * configure.in: Substitute GUILE-VERSION into the top-level
2804 Makefile. Build doc/Makefile from doc/Makefile.in.
2805
2806 * doc/Makefile.in: New file.