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