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