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