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