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