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