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