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