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