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