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