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