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