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