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