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