*** empty log message ***
[bpt/guile.git] / ChangeLog
1 2001-06-27 Thien-Thi Nguyen <ttn@revel.glug.org>
2
3 * RELEASE: Move todo items to file TODO.
4
5 * TODO: Initial revision
6
7 * Makefile.am (EXTRA_DIST): Add TODO.
8
9 * HACKING: Refer to TODO and SNAPSHOTS.
10 No longer refer to devel/tasks.text.
11
12 * SNAPSHOTS: Fix reference bug; recommended tool
13 versions are in HACKING.
14
15 * TODO: Add completion and ownership protocol to header comments.
16
17 2001-06-27 Michael Livshin <mlivshin@bigfoot.com>
18
19 * autogen.sh: don't run flex here.
20
21 * HACKING: clarify that newer versions of flex should be just
22 fine.
23
24 2001-06-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
25
26 * HACKING, ANON-CVS: Removed mentioning of guile-doc CVS module.
27
28 * configure.in: Added some header and function checks.
29
30 2001-06-25 Neil Jerram <neil@ossau.uklinux.net>
31
32 * autogen.sh: Quoting fix for `--enable-maintainer-mode'.
33
34 2001-06-25 Marius Vollmer <mvo@zagadka.ping.de>
35
36 * autogen.sh: Added message about what to do next. Tell them to
37 use `--enable-maintainer-mode'.
38
39 2001-06-25 Michael Livshin <mlivshin@bigfoot.com>
40
41 * HACKING: mention flex.
42
43 * autogen.sh: generate libguile/c-tokenize.c.
44
45 2001-06-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
46
47 * libguile.h: Removed inclusion of libguile/tag.h.
48
49 2001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
50
51 * libguile.h (scm_cond_t, scm_key_t, scm_mutex_t): Only define
52 these when using threads.
53
54 2001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
55
56 * libguile.h: Added deprecated section with the olde type names.
57
58 * configure.in: Check for header <stdint.h>. Check for uintptr_t
59 type. Use AC_CHECK_TYPES for this. Do not caus ptrdiff_t to be
60 `#defined'.
61
62 * acconfig.h (ptrdiff_t): Removed.
63
64 2001-06-05 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
65
66 * configure.in: Generate examples/box-dynamic-module/Makefile.
67
68 2001-06-03 Marius Vollmer <mvo@zagadka.ping.de>
69
70 * configure.in (AC_CONFIG_FILES, AC_CONFIG_COMMANDS): Add
71 guile-snarf.
72
73 2001-06-02 Rob Browning <rlb@cs.utexas.edu>
74
75 * configure.in: changes for autoconf 2.50.
76 (AC_PREREQ): require at least autoconf 2.50.
77 (AC_INIT): no longer takes an arg.
78 (AC_CONFIG_SRCDIR): takes arg AC_INIT used to take.
79 (AC_STRUCT_ST_RDEV): changed -> AC_CHECK_MEMBERS.
80 (AC_STRUCT_ST_BLKSIZE): deprecated -> AC_CHECK_MEMBERS.
81 (AC_STRUCT_ST_BLOCKS): use it rather than our version.
82 (AC_CONFIG_FILES): now generated files go here, not in AC_OUTPUT.
83 (AC_CONFIG_COMMANDS): now actions go here, not in AC_OUTPUT.
84 (AC_OUTPUT): no longer takes args.
85
86 * acinclude.m4: AC_LANG not a variable now -- use __cplusplus
87 unconditionally .
88
89 2001-06-02 Marius Vollmer <mvo@zagadka.ping.de>
90
91 * configure.in: Check for mkstemp via AC_REPLACE_FUNCS. Thanks to
92 I. N. Golubev!
93
94 2001-06-01 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
95
96 * configure.in: Generate examples/box-dynamic/Makefile.
97
98 2001-05-31 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
99
100 * Makefile.am (EXTRA_DIST): New subdirectory `examples'.
101
102 * configure.in: Added all Makefiles in the `examples' directory to
103 AC_OUTPUT.
104
105 2001-05-31 Michael Livshin <mlivshin@bigfoot.com>
106
107 * configure.in: generate guile-snarf-docs & guile-snarf-docs-texi.
108 don't generate guile-snarf.awk.
109
110 * Makefile.am (EXTRA_DIST): add test-suite.
111
112 2001-05-28 Michael Livshin <mlivshin@bigfoot.com>
113
114 * check-guile.in: fix to be runnable when srcdir!=builddir.
115
116 2001-05-26 Michael Livshin <mlivshin@bigfoot.com>
117
118 revert the controversial part of the 2001-05-23 changes
119
120 2001-05-23 Michael Livshin <mlivshin@bigfoot.com>
121
122 * configure.in: configury for SCM_[U]BITS_T, some more sizeofs.
123 also, make sure that the integral type choosen to represent an SCM
124 has exactly the same size as a void pointer.
125
126 * acconfig.h: add undefs for SCM_BITS_T, SCM_UBITS_T,
127 SCM_SIZEOF_BITS_T, ptrdiff_t.
128
129 2001-05-16 Rob Browning <rlb@cs.utexas.edu>
130
131 * configure.in: add AC_SUBST for GUILE_MICRO_VERSION.
132
133 * GUILE-VERSION
134 (GUILE_VERSION): now MAJOR.MINOR.MICRO
135 (GUILE_MICRO_VERSION): new variable, records final revision.
136 i.e. the 5 in 1.6.5. MINOR_VERSION is now just the middle number,
137 i.e. the 6.
138
139 2001-05-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
140
141 * acconfig.h, configure.in: Renamed
142 GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEPRECATED_DEFAULT.
143
144 2001-05-15 Marius Vollmer <mvo@zagadka.ping.de>
145
146 * acinclude.m4: Removed copy of "libtool.m4".
147
148 2001-05-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
149
150 * configure.in (SCM_DEBUG_DEPRECATED): Always defined.
151
152 2001-05-13 Thien-Thi Nguyen <ttn@revel.glug.org>
153
154 * AUTHORS (Martin Grabmueller, Thien-Thi Nguyen): Update.
155
156 * HACKING: Update copyright.
157 Add blurb pointing to devel/tasks.text.
158
159 2001-05-11 Thien-Thi Nguyen <ttn@revel.glug.org>
160
161 * check-guile.in: For SRFI testing, set and export env
162 var `LTDL_LIBRARY_PATH'.
163
164 2001-05-07 Neil Jerram <neil@ossau.uklinux.net>
165
166 * AUTHORS: Add docs-related authorship details.
167
168 2001-05-05 Marius Vollmer <mvo@zagadka.ping.de>
169
170 * configure.in (--enable-deprecated): Recognize "shutup" option
171 argument and turn it into the default warning level "no".
172
173 2001-05-05 Gary Houston <ghouston@arglist.com>
174
175 * acconfig.h: add HAVE_IPV6.
176 * configure.in: check whether we can compile with IPv6 support.
177
178 2001-05-04 Thien-Thi Nguyen <ttn@revel.glug.org>
179
180 * guile-tools.in: New file.
181
182 * configure.in (AC_OUTPUT): Add guile-tools, and make
183 executable.
184
185 * Makefile.am (bin_SCRIPTS): New var.
186
187 2001-05-04 Gary Houston <ghouston@arglist.com>
188
189 * configure.in: check whether uint32_t is defined when netdb.h
190 is included.
191 acconfig.h: added HAVE_UINT32_T.
192
193 2001-05-02 Marius Vollmer <mvo@zagadka.ping.de>
194
195 * configure.in: Added handling of `--enable-deprecated'.
196
197 * acconfig.h (SCM_DEBUG_DEPRECATED,
198 GUILE_WARN_DEPRECATED_DEFAULT): Added.
199
200 2001-04-29 Thien-Thi Nguyen <ttn@revel.glug.org>
201
202 * Makefile.am (SUBDIRS): Add "scripts".
203
204 * configure.in (AC_OUTPUT): Add scripts/Makefile.
205
206 2001-04-29 Gary Houston <ghouston@arglist.com>
207
208 * libguile.h: include rw.h.
209
210 2001-04-27 Rob Browning <rlb@cs.utexas.edu>
211
212 * GUILE-VERSION (GUILE_MINOR_VERSION): change to 5.0, switching to
213 the new odd/even ustable/stable version numbering scheme.
214 (LIBGUILEQTHREADS_MAJOR_VERSION): change to 10 to match Debian and
215 libguile. In the future, libguile and libguileqthreads may not
216 stay in sync. This still doesn't appear to affect
217 libguileqthreads, but we'll fix that next.
218
219 2001-04-25 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
220
221 * configure.in: Don't treat srfi directory specially, just create
222 the Makefile there (thanks to Neil Jerram for the patch).
223
224 2001-04-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
225
226 * Makefile.am (SUBDIRS): Added `srfi'.
227
228 * configure.in: Added subdirectory `srfi' to build process.
229
230 * libguile.h: Added inclusion of `values.h'.
231
232 2001-04-22 Gary Houston <ghouston@arglist.com>
233
234 * configure.in: check for inet_pton and inet_ntop.
235
236 2001-04-20 Gary Houston <ghouston@arglist.com>
237
238 * acconfig.h: include HAVE_SIN6_SCOPE_ID.
239 * configure.in: check for sin6_scope_id in sockaddr_in6.
240
241 2001-04-19 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
242
243 * RELEASE: Added deprecated macro SCM_ARRAY_CONTIGUOUS
244
245 2001-04-17 Gary Houston <ghouston@arglist.com>
246
247 * configure.in: run the autoconf BIGENDIAN check.
248
249 2001-04-12 Niibe Yutaka <gniibe@m17n.org>
250
251 * GUILE-VERSION (LIBGUILEQTHREADS_MAJOR_VERSION,
252 LIBGUILEQTHREADS_MINOR_VERSION, LIBGUILEQTHREADS_REVISION_VERSION,
253 LIBGUILEQTHREADS_VERSION): Added libguileqthreads version info.
254
255 * configure.in: Likewise.
256
257 2001-04-11 Keisuke Nishida <kxn30@po.cwru.edu>
258
259 * configure.in (AC_CHECK_FUNCS): Don't check bzero.
260 (GUILE_FUNC_DECLARED): Removed checking of bzero.
261 Thanks to NIIBE Yutaka.
262
263 2001-04-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
264
265 * Undeprecated scm_init_oop_goopscore_module.
266
267 2001-03-25 Thien-Thi Nguyen <ttn@revel.glug.org>
268
269 * check-guile.in: Fix sh standard conformance bug: Replace
270 "test -e" with "test -f". Thanks to Alexander Klimov.
271
272 2001-03-19 Gary Houston <ghouston@arglist.com>
273
274 * check-guile.in: rename $parent to $srcdir. if it's equal to "."
275 set it to `pwd`.
276
277 * check-guile.in: 16 documentation tests were failing if "make
278 check" was run before Guile had been installed with the current
279 --prefix. made various changes to the script so that it runs
280 without a cd to the test-suite directory. For the -i option,
281 don't point GUILE_LOAD_PATH to the current directory, but let it
282 use it's own scheme library.
283
284 2001-03-18 Gary Houston <ghouston@arglist.com>
285
286 * check-guile.in: use @srcdir@ instead of @test_suite_dir@. use
287 the current directory (build dir) not srcdir to find guile
288 executable. otherwise "make check" doesn't work with a separate
289 build directory. create the test log in
290 $build_dir/check-guile.log instead of in srcdir/test-suite
291 directory.
292 * configure.in: don't define or substitute test_suite_dir.
293
294 2001-03-17 Gary Houston <ghouston@arglist.com>
295
296 * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,
297 since EXTRA_DOT_DOC_FILES is redefined later. define
298 EXTRA_DOT_X_FILES and hand it to AC_SUBST.
299
300 2001-03-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
301
302 * configure.in: Added header checks for crypt.h, sys/resource.h
303 and sys/file.h, function checks for chroot, flock, getlogin,
304 cuserid, getpriority, setpriority, getpass, sethostname,
305 gethostname, and for crypt() in libcrypt.
306
307 2001-03-09 Neil Jerram <neil@ossau.uklinux.net>
308
309 * configure.in (htmldoc): Merge handling of `--enable-htmldoc'
310 option from guile-doc/configure.in.
311
312 2001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
313
314 * libguile.h: Removed #include "libguile/dump.h".
315
316 2001-02-02 Keisuke Nishida <kxn30@po.cwru.edu>
317
318 * libguile.h: Added #include "libguile/dump.h".
319
320 2001-01-29 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
321
322 * libguile.h: Added #include "libguile/rdelim.h".
323
324 2001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
325
326 The following patch was sent by Thien-Thi Nguyen.
327
328 * check-guile.in: New file.
329
330 * Makefile.am: Add TESTS rule.
331
332 * configure.in: Add support for "make check".
333
334 2000-11-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
335
336 * acconfig.h: Removed bogus #ifndef. Thanks to Lars J. Aas.
337
338 2000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
339
340 * GUILE-VERSION (LIBGUILE_MAJOR_VERSION): Incremented major
341 version number to 10 due to the merge of GOOPS.
342
343 * oop: New directory.
344
345 2000-09-20 Keisuke Nishida <kxn30@po.cwru.edu>
346
347 * libguile.h: #include "libguile/properties.h".
348
349 2000-09-17 Gary Houston <ghouston@arglist.com>
350
351 * configure.in, acconfig.h: remove the GCSE test: it doesn't seem
352 to be reliable on all platforms.
353
354 2000-08-18 Gary Houston <ghouston@arglist.com>
355
356 * acconfig.h: added BROKEN_GCSE.
357 * configure.in: check for a gcc GCSE optimisation bug.
358
359 2000-07-31 Gary Houston <ghouston@arglist.com>
360
361 * acconfig.h: added HAVE_H_ERRNO
362 * configure.in: removed some dnl'd & obsolete cygwin stuff.
363 added a test for h_errno.
364
365 2000-06-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
366
367 * Guile 1.4 released.
368
369 2000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
370
371 * GUILE-VERSION: Changed to work also when included by a Makefile
372 (e.g. debian/rules). (Thanks to Karl M. Hegbloom.)
373 (LIBGUILE_MAJOR_VERSION): Bumped to 9.
374 (GUILE_MINOR_VERSION): Bumped to 4.
375
376 2000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
377
378 * libguile.h: Removed #include "libguile/kw.h".
379
380 * Makefile.am (ACLOCAL): Define as ./guile-aclocal.sh.
381 (The rule will cd to $(top_srcdir).)
382
383 * configure.in (EXTRA_DOT_DOC_FILES): Create from LIBOBJS and
384 substitute it into libguile/Makefile.
385
386 * HACKING: Updated recommended libtool version to be 1.3.5.
387
388 * RELEASE: Say that we should update HACKING to reflect the
389 versions of the tools we're using rather than README.
390
391 2000-06-02 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
392
393 * NOTES: Removed.
394
395 * TODO: Moved to devel/.
396
397 2000-06-01 Craig Brozefsky <craig@red-bean.com>
398
399 * GUILE-VERSION: added defnitions for LIBGUILE_MAJOR_VERSION,
400 LIBGUILE_MINOR_VERSION, LIBGUILE_REVISION_VERSION so that we now
401 define libguile.so version in a well-lit place.
402
403 * configure.in: added AC_SUBST lines for the new LIBGUILE version
404 variables.
405
406 2000-06-01 Michael Livshin <mlivshin@bigfoot.com>
407
408 * autogen.sh: call ./guile-aclocal.sh instead of aclocal.
409
410 * guile-aclocal.sh: new file, works around aclocal problems.
411
412 2000-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
413
414 * acconfig.h (USE_FSU_PTHREADS, USE_MIT_PTHREADS,
415 USE_PCTHREADS_PTHREADS): Removed.
416
417 2000-05-01 Gary Houston <ghouston@arglist.com>
418
419 * Makefile.am: add include_HEADERS.
420 libguile.h: moved from libguile directory. maybe libguile.h should
421 be installed in $prefix/include/libguile/libguile.h instead?
422
423 2000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
424
425 * qthreads.m4: Removed THREADS_CPPFLAGS.
426
427 * acinclude.m4: Removed qthreads macros. They are provided in
428 qthreads.m4, so these were redundant.
429
430 * acconfig.h (GUILE_DEBUG_MALLOC): New.
431
432 * configure.in: New --enable-debug-malloc configuration option.
433
434 2000-03-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
435
436 * acconfig.h (GUILE_PTHREAD_COMPAT): New config variable.
437
438 * configure.in: Enable workaround for COOP-linuxthreads
439 compatibility on Linux systems.
440
441 2000-03-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
442
443 * devel: New directory. Intended to carry documentation related
444 to Guile development (as opposed to the doc directory which
445 contains documentation related to the use of the current Guile).
446 This directory (devel) is not included in the Guile distribution,
447 but is accessible via anonymous CVS.
448
449 2000-03-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
450
451 * configure.in: Don't add iselect.o to LIBOBJS.
452
453 2000-03-13 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
454
455 * configure.in: Added end-tag for local variables. (Thanks to
456 Thien-Thi Nguyen.)
457
458 2000-03-12 Gary Houston <ghouston@arglist.com>
459
460 * README (Guile Documentation, About This Distribution): updated.
461
462 2000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
463
464 * configure.in (ac_cv_struct_timespec): Added test for struct
465 timespec.
466
467 * acconfig.h (HAVE_STRUCT_TIMESPEC): Added.
468
469 2000-01-25 Marius Vollmer <mvo@zagadka.ping.de>
470
471 * autogen.sh: Call libtoolize. Pass --add-missing option to
472 automake. Do not decent into libltdl directory. The libltdl
473 directory is now populated by libtoolize and does not need any
474 further autogeneration.
475
476 2000-01-23 Gary Houston <ghouston@arglist.com>
477
478 * configure.in: check for fchown.
479
480 Tue Jan 18 12:55:15 2000 Mikael Djurfeldt <mdj@r11n07-s.pdc.kth.se>
481
482 * acinclude.m4 (AC_LIBLTDL_CONVENIENCE): Add $(top_srcdir)/libltdl
483 instead of $(top_builddir)/libltdl to includepath.
484
485 2000-01-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
486
487 * emacs: New subdirectory for elisp tools.
488
489 2000-01-15 Marius Vollmer <mvo@zagadka.ping.de>
490
491 * README, HACKING: Moved "Hacking it yourself" section from README
492 to HACKING. Updated recommended libtool version to be 1.3.4.
493
494 2000-01-14 Gary Houston <ghouston@arglist.com>
495
496 * configure.in: needs to have --disable-networking, not
497 --disable-net.
498
499 2000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
500
501 * libltdl/acconfig.h: New file: Needed by autogen.sh.
502
503 Tue Jan 11 13:42:35 2000 Greg J. Badros <gjb@cs.washington.edu>
504
505 * autogen.sh: Added messages as we run autogen in subdirectories.
506
507 * configure.in: Output libugile/guile-func-name-check script, and
508 chmod +x it.
509
510 2000-01-11 Marius Vollmer <mvo@zagadka.ping.de>
511
512 * libltdl/autogen.sh: New file.
513 * autogen.sh: Invoke libltdl/autogen.sh.
514
515 2000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
516
517 Finally applied the libltdl patch from Thomas Tanner, with slight
518 modifications. All code copied from the libtool package is from
519 libtool-1.3.4.
520
521 * configure.in: Make "--with-modules=yes" the default. Do not
522 clear INCLTDL, LIBLTDL prior to processing "--with-modules".
523
524 1999-07-25 Thomas Tanner <tanner@ffii.org>
525
526 * Makefile.am: add libltdl to SUBDIRS, automake automatically
527 includes ltconfig, ltmain.sh and acconfig.h in EXTRA_DIST
528 * acinclude.m4: remove GUILE_DLSYM_USCORE, add libtool.m4
529 (no need to install libtool any more)
530 * configure.in: replace --enable-dynamic-linking with
531 --with-modules, required modules can be specified using
532 --with-modules="/path/to/mod.la" and will be linked
533 statically on platforms that don't support dynamic loading,
534 configure libltdl, configure libtool for dlopening
535 * libltdl: added using libtoolize -c --ltdl
536
537 2000-01-09 Gary Houston <ghouston@arglist.com>
538
539 * configure.in: check whether localtime caches TZ. copied from
540 Emacs 20.5.
541 * acconfig.h: add LOCALTIME_CACHE.
542
543 Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
544
545 * configure.in: Make it be guile-snarf.awk, since we'll be
546 switching names for guile-doc-snarf. (I wouldn't have changed
547 this, but I was getting ready to commit this way when the below
548 change was committed).
549
550 1999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
551
552 * configure.in: Create guile-doc-snarf.awk.
553
554 1999-12-12 Greg J. Badros <gjb@cs.washington.edu>
555
556 * configure.in: Create guile-doc-snarf, chmod +x that script after
557 AC_OUTPUTted.
558
559 1999-12-10 Greg J. Badros <gjb@cs.washington.edu>
560
561 * NEWS: More complete description for --enable-debug-freelist.
562
563 1999-12-09 Gary Houston <ghouston@freewire.co.uk>
564
565 * configure.in (CFLAGS): don't add -Wpointer-arith, since it
566 causes numerous spurious warnings with recent gcc and/or glibc
567 versions.
568
569 1999-11-19 Gary Houston <ghouston@freewire.co.uk>
570
571 * acconfig.h: add HAVE_ARRAYS.
572
573 * configure.in: add --disable-arrays option, probably temporary.
574
575 1999-11-17 Gary Houston <ghouston@freewire.co.uk>
576
577 * configure.in: check for hstrerror.
578
579 1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
580
581 * autogen.sh: Don't call autoreconf at all; it's not reliable.
582 Instead, call the various tools explicitly. Invoke
583 guile-readline's autogen.sh script.
584
585 Straighten up the situation regarding guile.m4 and qthreads.m4.
586
587 We can't have .m4 files which are installed where aclocal can
588 see them, but also used by guile's own configure.in, because
589 aclocal will read both copies, complain about duplicate macro
590 definitions, and refuse to generate aclocal.m4 at all. This
591 happens if you invoke it as `aclocal -I .', as autoreconf does.
592 This is probably a flaw in the autotools, but Guile doesn't need
593 that flaw fixed immediately.
594
595 guile.m4 is intended for use by people linking against guile, so
596 it needs to be installed. But Guile itself doesn't use it. So
597 move guile.m4 into guile-config. That makes sense, since
598 guile.m4's GUILE_FLAGS macro is just an easy way to call
599 guile-config.
600
601 qthreads.m4 is indented to help configure a qthreads tree. It's
602 only useful to a package which actually includes a qthreads tree,
603 and it's intimately related to that tree, so it's not useful to
604 install this. So don't install it.
605
606 * guile.m4: Moved to guile-config.
607 * Makefile.am (aclocaldir, aclocal_DATA): Delete.
608 (EXTRA_DIST): Move qthreads.m4 here.
609
610 Don't store generated files in the repository any more. Instead,
611 require people to run autogen.sh on trees from snapshots and CVS.
612 * Makefile.in, aclocal.m4, configure: Deleted.
613 * autogen.sh: New file.
614 * ANON-CVS, SNAPSHOTS: Updated instructions.
615
616 1999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
617
618 * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
619
620 1999-09-27 Greg J. Badros <gjb@cs.washington.edu>
621
622 * configure.in: Added --enable-debug-freelist option.
623
624 * acconfig.h: Added GUILE_DEBUG_FREELIST.
625
626 1999-09-23 Gary Houston <ghouston@freewire.co.uk>
627
628 * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
629 FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
630
631 * configure.in: new options --disable-posix, --disable-net
632 and --disable-regex
633 export HAVE_POSIX and HAVE_NETWORKING definitions.
634 don't add regex-posix.o to LIBOBJS if regex disabled.
635
636 LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
637 conditionally.
638
639 1999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
640
641 * Guile 1.3.4 released.
642
643 1999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
644
645 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
646 libtool knows how to get ANSI C behavior from the compiler.
647 * configure: Regenerated.
648
649 1999-09-20 Gary Houston <ghouston@freewire.co.uk>
650
651 * configure.in: check availability of siginterrupt.
652
653 1999-09-18 Gary Houston <ghouston@freewire.co.uk>
654
655 * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
656 testing for SA_RESTART.
657
658 1999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
659
660 * configure.in: Removed ice-9/version.scm from AC_OUTPUT.
661
662 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
663
664 * configure.in (GUILE_STAMP): Don't set this variable, or
665 substitute it into anything. Full explanation in ice-9/ChangeLog.
666 * configure, Makefile.in: Regenerated.
667
668 1999-09-06 James Blandy <jimb@mule.m17n.org>
669
670 Propagate the changes of 2 Sept the rest of the way through.
671 * configure: Regenerated.
672 * Makefile.in: Regenerated. Not sure why this diff is so big.
673
674 1999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
675
676 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
677 variable name. (Thanks to Bill Schottstaedt.)
678 * aclocal.m4: Regenerated.
679
680 1999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
681
682 * configure.in: Test for presence of function on_exit.
683
684 1999-09-01 James Blandy <jimb@mule.m17n.org>
685
686 * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
687 the system doesn't have memmove. Don't test for memmove and bcopy
688 with AC_CHECK_FUNCS.
689 * configure: Regenerated.
690
691 1999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
692
693 * configure.in: Test for atexit.
694
695 1999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
696
697 * acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
698
699 * configure.in: Test for presence of S_ISLNK in sys/stat.h.
700 (Thanks to Bernard Urban.)
701 Test for memmove and bcopy. (Thanks to
702 suzukis@file.phys.tohoku.ac.jp.)
703
704 * acconfig.h: Added HAVE_S_ISLNK.
705
706 1999-08-20 James Blandy <jimb@mule.m17n.org>
707
708 * Guile 1.3.2 released.
709
710 * Makefile.in: Regenerated.
711
712 1999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
713
714 * README, config.guess, config.sub, liconfig, ltmain.sh: Switched
715 to libtool-1.3.3.
716
717 1999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
718
719 Added guile-readline subdirectory with the removed readline
720 support.
721 * guile-readline: New directory, see ChangeLog there.
722 * configure.in: Cause configure to descend into guile-readline
723 dir.
724 * Makefile.am: Likewise for make.
725 * NEWS: Explain how to activate the readline support.
726 * configure, Makefile.in: Regenerated.
727
728 1999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
729
730 Fixes for EMX from Mikael Ståldal.
731
732 * configure.in: Check for <io.h>.
733 * configure: Regenerated.
734
735 1999-07-18 Jim Blandy <jimb@savonarola.red-bean.com>
736
737 * qthreads.m4 (QTHREADS_CONFIGURE): 'alpha' in a configuration
738 name can have suffixes, like alphaev56-unknown-linux-gnu.
739 * aclocal.m4, configure: Rebuilt.
740 (Thanks to Sebastien Villemot.)
741
742 1999-07-04 Gary Houston <ghouston@easynet.co.uk>
743
744 * configure.in: don't check for ways to violate stdio abstraction.
745
746 1999-05-02 Jim Blandy <jimb@savonarola.red-bean.com>
747
748 * configure.in (AC_CHECK_FUNCS): Fill in list of functions that
749 libguile/net_db.h wants to use. (Add setprotoent, setservent.)
750
751 1999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
752
753 Remove all automatic readline support, to avoid copyright
754 confusion.
755 * INSTALL: Update text.
756 * NEWS: Explain the situation.
757 * configure.in: Remove configury for readline and its supporting
758 libraries.
759 * configure: Regenerated.
760
761 * README: Change URL's for automake and autoconf.
762
763 * Makefile.in, configure: Regenerated with autoconf 2.13, automake
764 1.4, libtool 1.2f (1.385 1999/03/15 17:24:54). I've upgraded to
765 all the right tools, according to README, but I'm still getting
766 different results than Mikael is. Hmm.
767
768 1999-03-22 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
769
770 * New libtool: 1.2f
771 * ltmain.sh, ltconfig, config.guess, config.sub: New versions.
772 * README: Mention new version number of libtool.
773
774 1999-03-04 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
775
776 New automake: 1.4
777 * config.guess, config.sub, install-sh, mdate-sh, missing,
778 mkinstalldirs: New versions.
779 * Makefile.in, aclocal.m4, configure: Regenerated.
780 * README: Mention new version numbers on autoconf and automake.
781
782 1999-02-12 Jim Blandy <jimb@savonarola.red-bean.com>
783
784 * configure.in: Add --with-readline flag.
785 * configure: Rebuilt.
786
787 1999-02-09 Maciej Stachowiak <mstachow@alum.mit.edu>
788
789 * NEWS: Added entry for optargs module.
790
791 1999-02-06 Jim Blandy <jimb@zwingli.cygnus.com>
792
793 * configure: Regenerated using autoconf 2.12.
794
795 1999-01-26 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
796
797 * configure.in: Removed test AC_C_BIGENDIAN. (This test was
798 considered to encourage bad coding style.)
799
800 1999-01-21 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
801
802 * configure.in: Added test AC_C_BIGENDIAN.
803
804 1999-01-11 Jim Blandy <jimb@zwingli.cygnus.com>
805
806 * configure.in: Remove quotes around ac_cv_lib_readline_main and
807 ac_cv_var_rl_getc_function. They should both always be set to
808 non-null values; this way, we get error messages.
809 * configure: Regenerated.
810
811 1999-01-10 Jim Blandy <jimb@savonarola.red-bean.com>
812
813 * configure.in: Cite the variable ac_cv_lib_readline_main, not
814 ac_cv_lib_readline_readline; the latter isn't set any more, since
815 we look for 'main' in libreadline now. Add quotes around
816 reference to the variable references, too, so this will work even
817 when a variable's value is the empty string.
818 * configure: Regenerated.
819
820 1999-01-07 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
821
822 * acconfig.h: Added HAVE_LONG_LONGS.
823
824 * configure.in: Added AC_CHECK_SIZEOF(long), AC_CHECK_SIZEOF(int);
825 Added check for long longs.
826
827 1998-12-14 Jim Blandy <jimb@zwingli.cygnus.com>
828
829 * configure.in: Check for tgoto in ncurses, then termcap.
830 S.u.S.E. Linux doesn't have a termcap. (Thanks to Karl
831 Eichwalder.)
832 * configure: Regenerated.
833
834 1998-10-24 Jim Blandy <jimb@zwingli.cygnus.com>
835
836 * configure.in: Call AM_PROG_CC_STDC, to see what flags we should
837 pass the compiler to make it support ANSI. (Thanks to Bernard
838 Urban.)
839 * aclocal.m4, configure: Regenerated.
840
841 1998-10-20 Jim Blandy <jimb@zwingli.cygnus.com>
842
843 * Guile 1.3 released.
844
845 1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
846
847 * GUILE-VERSION: Bump to 1.3.
848
849 * Makefile.am (EXTRA_DIST): Don't omit ANON-CVS and SNAPSHOTS.
850 * Makefile.in: Regenerated.
851
852 1998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
853
854 * qthreads.m4 (QTHREADS_CONFIGURE): On NetBSD, pass through a flag
855 to the Makefile which explicitly tells it to pass assembly files
856 through the preprocessor. (Thanks to Perry Metzger.)
857 * aclocal.m4, configure, Makefile.in: Regenerated.
858
859 1998-10-14 Jim Blandy <jimb@zwingli.cygnus.com>
860
861 * configure.in: Define SCM_SINGLES whenever a float can fit in a
862 long, not only when a float is the same size as a long. This gets
863 us SCM_SINGLES defined on alphas. (Thanks to Clark McGrew.)
864 * configure: Regenerated.
865
866 * configure.in: Construct libguile/versiondat.h here; see
867 log entry in libguile/ChangeLog for details.
868 * configure: Regenerated.
869
870 * configure.in: Allow tabs and whitespace between `void' and
871 `usleep'. (Thanks to Harvey J. Stein.)
872 * configure: Regenerated.
873
874 Don't redefine sleep/usleep.
875 * configure.in: Remove tests for usleep's argument type; we only
876 need that if we're going to replace it.
877
878 * acconfig.h (USLEEP_ARG_TYPE): Delete. All the other SLEEP
879 garbage is needed just to use usleep and sleep without compiler
880 warnings.
881 * configure: Regenerated.
882
883 1998-10-12 Jim Blandy <jimb@zwingli.cygnus.com>
884
885 * configure: Regenerated.
886
887 * configure.in (GUILE_FUNC_DECLARED): Name the cache variables
888 starting with guile_cv_; ac_cv_ is autoconf's namespace.
889
890 The type of the argument to usleep varies from system to system,
891 as does the return type. We really shouldn't be redefining usleep
892 at all, but I don't have time to clean that up before the 1.3
893 release. It's on the schedule for afterwards.
894 * configure.in: Cache results from usleep return value test.
895 Test for the type of the usleep argument, and cache that too.
896 * acconfig.h (USLEEP_ARG_TYPE): New macro.
897
898 1998-10-11 Jim Blandy <jimb@zwingli.cygnus.com>
899
900 * acconfig.h (HAVE_RL_GETC_FUNCTION): Fix this entry.
901
902 1998-10-10 Jim Blandy <jimb@zwingli.cygnus.com>
903
904 * GUILE-VERSION: bump to 1.2.91, since we're doing snapshots again.
905
906 * Guile 1.2.90 released --- beta.
907 * GUILE-VERSION: Set to 1.2.90. This would appear to be a
908 regression from 1.3a, but everyone knows that the next release is
909 1.3, I want to switch to a more coherent version numbering system,
910 and now is the time.
911
912 1998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
913
914 * configure.in: Call AC_C_INLINE, so we can use inline happily in
915 libguile.
916 * configure: Regenerated.
917
918 1998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
919
920 * configure.in: Don't forget to #define HAVE_RL_GETC_FUNCTION if
921 we do find the rl_getc_function variable in the readline library;
922 AC_CHECK_FUNCS used to do this for us, but we're not using it any
923 more.
924 * acconfig.h: Add an entry for HAVE_RL_GETC_FUNCTION.
925
926 * configure.in: Properly test for the presence of rl_getc_function;
927 it's a variable, not a function.
928 * configure: Regenerated.
929
930 * doc: New subdirectory.
931 * Makefile.am (SUBDIRS): List it.
932 * configure.in (AC_OUTPUT): Build its Makefile.
933 * configure, Makefile.in: Regenerated.
934
935 * guile.m4 (GUILE_FLAGS): New macro.
936
937 * guile.m4 (AM_INIT_GUILE_MODULE): Deleted; it doesn't do anything
938 terribly helpful any more, nobody's using it, and this is not
939 really the way I want to handle modules anyway.
940
941 1998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
942
943 * configure.in (FD_SETTER, FILE_CNT_GPTR): New cases for SCO's
944 stdio implementation. (Thanks to David Tillman.)
945 * configure: Rebuilt.
946
947 * guile-config: Renamed from `build'.
948 * Makefile.am (SUBDIRS): Mention `guile-config', not `build'.
949 * configure.in: Create `guile-config/Makefile.in', not
950 `build/Makefile.in'. Doc fix, too.
951
952 * qthreads.m4: Doc fix.
953 * Makefile.in, aclocal.m4, configure: Regeneranegerederadea.
954
955 1998-10-03 <jimb@savonarola.red-bean.com>
956
957 * configure.in: Check for a missing `sleep' declaration.
958 * acconfig.h (MISSING_SLEEP_DECL): Provide some text for this.
959 * configure: Regenerated.
960
961 * configure.in: Don't use the canonical host name to decide
962 whether `bzero' and `usleep' have declarations --- that's going
963 back to the bad old days before autoconf. Remove the call to
964 AC_CANONICAL_HOST and the subsequent case statement.
965 (GUILE_FUNC_DECLARED): New m4 macro. Use it to check for
966 declarations for `bzero', `usleep', and (new!) `strptime'.
967 * acconfig.h: (DECLARE_BZERO, DECLARE_USLEEP): Removed.
968 (MISSING_BZERO_DECL, MISSING_USLEEP_DECL, MISSING_STRPTIME_DECL):
969 Added. I think this naming convention is more consistent with the
970 rest of autoconf; names generally describes the system, not what
971 the package should do to accomodate the system.
972 * configure: Regenerated.
973
974 1998-09-05 Jim Blandy <jimb@zwingli.cygnus.com>
975
976 * configure.in: Remove --disable-debug option. The debugging
977 support is pretty stable now, and it's confusing people.
978 * configure: Regenerated.
979
980 * HACKING: Remove -Wstrict-prototypes from the list of requested
981 flags (to match 1998-07-30 change).
982
983 1998-07-30 Jim Blandy <jimb@zwingli.cygnus.com>
984
985 * configure.in: Don't use -Wstrict-prototypes after all.
986 * configure: Regenerated.
987
988 1998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
989
990 * configure.in: Request more warnings.
991 * configure: Regenerated.
992 * HACKING: Ask people not to make changes that introduce those
993 warnings. Now I have to go through the code and actually bring it
994 up to standards... :(
995
996 * Makefile.in, aclocal.m4, configure: Regenerated using the last
997 public version of automake, not the hacked Cygnus version.
998 * config.guess, config.sub, ltconfig, ltmain.sh: New versions from
999 libtool.
1000
1001 * configure.in, qthreads.m4: Display a message about how the
1002 threads configuration went.
1003 * aclocal.m4, configure: Regenerated.
1004
1005 1998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
1006
1007 Remove the TOTORO kludge. We're not doing snapshots any more, so
1008 totoro is completely uninvolved. (Poor Totoro!)
1009 * configure.in: Remove code to check the hostname and #define
1010 TOTORO.
1011 * acconfig.h: Remove comments for TOTORO symbol.
1012 * configure, Makefile.in: Regenerated.
1013
1014 * qthreads.m4 (QTHREADS_CONFIGURE): We *can* use AC_REQUIRE here
1015 to get AC_PROG_LN_S.
1016 * aclocal.m4, configure: Regenerated.
1017
1018 1998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
1019
1020 Clean up thread configuration.
1021 * qthreads.m4: New file, which knows how to configure the qthreads
1022 library.
1023 * configure.in: Replace all thread package selection code. Do the
1024 --with-threads argument processing here. Enable the appropriate
1025 thread interface files in libguile. Remove all qthreads
1026 configuration code; call QTHREADS_CONFIGURE instead. Set
1027 GUILE_LIBS using the info provided by QTHREADS_CONFIGURE.
1028 * threads.m4: Removed; not used any more.
1029 * Makefile.am (aclocal_DATA): Mention qthreads.m4, not threads.m4.
1030 * Makefile.in, aclocal.m4, configure: Rgnrtd. (Sv th vwls!)
1031 Note that these were regenerated with the tools available from
1032 Cygnus's source tree, which have patches not available to the
1033 general public. I'm not sure this was a good idea; feel free to
1034 revert them to the latest released versions of the tools.
1035
1036 Upgrade to the version of libtool available at Cygnus. See note
1037 above.
1038 * config.guess, config.sub, ltconfig, ltmain.sh: Upgraded.
1039
1040 1998-07-12 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
1041
1042 * configure.in: Changed variable HOSTNAME --> PROG_HOSTNAME in
1043 totoro kludge.
1044
1045 Sat Jul 11 21:54:29 1998 Mikael Djurfeldt <mdj@totoro.red-bean.com>
1046
1047 * acconfig.h, configure.in: Define TOTORO if configuring on
1048 totoro.red-bean.com.
1049
1050 * configure.in: Check for strdup.
1051
1052 1998-05-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1053
1054 * configure.in: Check for rl_cleanup_after_signal.
1055
1056 1998-05-11 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1057
1058 * configure.in: Added test for rl_getc_function. Warn if
1059 libreadline is found but not this function.
1060
1061 1998-05-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1062
1063 * configure.in: Replaced some AC_CHECK_FUNC --> AC_CHECK_FUNCS so
1064 that suitable HAVE_<function name> symbols get defined.
1065
1066 1998-04-25 Mikael Djurfeldt <mdj@kenneth>
1067
1068 * configure.in: Define USLEEP_RETURNS_VOID on some systems.
1069 (Thanks to Julian Satchell.)
1070
1071 1998-04-20 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1072
1073 * configure.in: Check for usleep; Define DECLARE_BZERO and
1074 DECLARE_USLEEP on Solaris 2.5 since it supplies those functions
1075 without declaring them.
1076
1077 * acconfig.h: Added DECLARE_BZERO, DECLARE_USLEEP
1078
1079 1998-04-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1080
1081 * configure.in: Define HAVE_DLOPEN also when HAVE_LIBDL is
1082 defined.
1083
1084 1998-04-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1085
1086 * configure.in (GUILE_LIBS): New variable. Contains libraries
1087 which libguile needs to be linked with. Substituted into
1088 libpath.h.
1089
1090 * threads.m4 (threads_package): Don't add $LDFLAGS and $LIBS to
1091 $cy_cv_threads_libs.
1092
1093 1998-04-11 Mikael Djurfeldt <mdj@kenneth>
1094
1095 New libtool: 1.2
1096 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
1097 New automake: 1.3
1098 * Makefile.in, aclocal.m4, configure: Regenerated.
1099 * README: Mention new version numbers on libtool and automake.
1100
1101 1997-12-11 Tim Pierce <twp@skepsis.com>
1102
1103 * HACKING: Note that SSH is mandatory for CVS access.
1104
1105 Sun Dec 7 06:11:24 1997 Gary Houston <ghouston@actrix.gen.nz>
1106
1107 * README: using Automake 1.2d
1108 * configure.in: AC_CHECK_FUNCS: add "system".
1109
1110 1997-12-01 Tim Pierce <twp@skepsis.com>
1111
1112 * acconfig.h: Add USCORE.
1113
1114 1997-11-27 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1115
1116 * configure.in: Added code to enable GUILE_ISELECT on systems
1117 which have the necessary functions (gettimeofday, select).
1118
1119 * acconfig.h: Added GUILE_ISELECT.
1120
1121 1997-11-24 Tim Pierce <twp@twp.tezcat.com>
1122
1123 * acinclude.m4: Assume dlsym does not add underscore if
1124 cross-compiling.
1125 * aclocal.m4, configure: Regenderated.
1126
1127 1997-11-21 Tim Pierce <twp@twp.tezcat.com>
1128
1129 * acinclude.m4 (GUILE_DLSYM_USCORE): New macro, thanks Dan Hagerty
1130 <hag@ai.mit.edu>.
1131 * configure.in: Use it.
1132 * configure: Regenerated.
1133 * acconfig.h (DLSYM_ADDS_USCORE): New #define.
1134
1135 1997-10-26 Mikael Djurfeldt <mdj@nada.kth.se>
1136
1137 * README (libtool): Tell people to use version 1.0e.
1138
1139 Sat Oct 25 02:50:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
1140
1141 Call the QuickThreads library libqthreads.a, not libqt.a. The old
1142 name conflicts with the Qt user interface toolkit.
1143 * threads.m4 (CY_AC_WITH_THREADS): Use new library name.
1144 * configure.in: Same.
1145 * aclocal.m4, configure: Regenerated.
1146
1147 Thu Oct 23 00:58:06 1997 Jim Blandy <jimb@totoro.red-bean.com>
1148
1149 * configure.in: Check for the readline library, and the termcap
1150 library (on which readline relies).
1151 * configure: Regenerated.
1152
1153 Wed Oct 22 16:55:57 1997 Jim Blandy <jimb@totoro.red-bean.com>
1154
1155 New libtool: 1.0e
1156 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
1157 * configure, aclocal.m4: Regenerated.
1158
1159 1997-10-02 Marius Vollmer <mvo@zagadka.ping.de>
1160
1161 Make dynamic linking work on Dec Unix. (Thanks to Clark McGrew)
1162 * configure.in: Check whether dlopen can be found without -ldl.
1163
1164 Mon Sep 29 23:52:52 1997 Jim Blandy <jimb@totoro.red-bean.com>
1165
1166 * Makefile.in: Regenerated with automake 1.2c.
1167
1168 Sat Sep 27 23:01:58 1997 Jim Blandy <jimb@totoro.red-bean.com>
1169
1170 * Makefile.am: Add new `build' subdirectory to SUBDIRS.
1171 * configure.in: Add build/Makefile to AC_OUTPUT clause.
1172 * Makefile.in, configure: Regenerated.
1173
1174 * Makefile.in, aclocal.m4: Regenerated with automake 1.2a.
1175
1176 Tue Sep 16 00:19:46 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1177
1178 * README, ltconfig, ltmain.sh: New libtool: 1.0c.
1179
1180 Thu Sep 11 11:28:24 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1181
1182 * ltmain.sh: Added a missing '\' before \n on line 32.
1183
1184 Thu Aug 28 23:40:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
1185
1186 New libtool: 1.0b.
1187 * ltconfig, ltmain.sh, config.guess: Freshly libtoolized.
1188 * Makefile.in, aclocal.m4, configure: Regenerated, salamander-style.
1189
1190 Wed Aug 27 11:35:09 1997 Jim Blandy <jimb@totoro.red-bean.com>
1191
1192 * Makefile.in: Regenerated, so it uses "tar", not "gtar".
1193
1194 * configure.in: Use the QuickThreads assembler fragment with Irix
1195 dynamic linking support for Irix 6 as well as Irix 5. Thanks to
1196 Jesse Glick.
1197 * configure: Regenerated.
1198
1199 Sun Aug 24 15:51:12 1997 Mikael Djurfeldt <mdj@kenneth>
1200
1201 * acinclude.m4 (GUILE_NAMED_CHECK_FUNC): New macro: Tagged test,
1202 so that test for the same function can be performed multiple
1203 times.
1204
1205 * configure.in (AC_CHECK_HEADERS): Test for rxposix.h,
1206 rx/rxposix.h. Add library rx only if regcomp can't be found
1207 without it.
1208
1209 * acconfig.h (HAVE_REGCOMP): Added it here since autoheader misses
1210 it for some reason!
1211
1212 Fri Aug 22 21:21:49 1997 Jim Blandy <jimb@totoro.red-bean.com>
1213
1214 * THANKS: New file.
1215 * Makefile.in, aclocal.m4, configure: Regenerated.
1216
1217 Wed Jul 23 20:24:27 1997 Mikael Djurfeldt <djurf@zafir.e.kth.se>
1218
1219 * configure.in: Added thread support for the alpha architecture.
1220 configure: Regenerated.
1221
1222 Thu Jul 17 07:56:05 1997 Gary Houston <ghouston@actrix.gen.nz>
1223
1224 * configure.in: use AC_CHECK_FUNCS for sethostent etc.,
1225 so scmconfig.h is updated with the test results. this may
1226 disable one of the cygwin hacks.
1227
1228 Fri Jul 11 00:18:19 1997 Jim Blandy <jimb@floss.red-bean.com>
1229
1230 Changes to compile under gnu-win32, from Marcus Daniels:
1231 * configure.in: When sys/un.h exists, define HAVE_UNIX_DOMAIN_SOCKETS
1232 to indicate that Unix domain sockets will work.
1233 Check for socketpair, getgroups, setwent, pause, and tzset
1234 (cygwin currently lacks these them).
1235 Check for sethostent endhostent getnetent setnetent endnetent
1236 getprotoent endprotoent getservent endservent getnetbyaddr
1237 getnetbyname inet_lnaof inet_makeaddr inet_netof (cygwin currently
1238 lacks them). In the case of cygwin, temporarily prefix these
1239 functions with "cygwin32_", the way that netdb.h does.
1240 Don't define HAVE_REGCOMP unless both regcomp and regex.h are
1241 available (cygwin b18 came distributed without a working regex.h
1242 file).
1243 * acconfig.h (HAVE_UNIX_DOMAIN_SOCKETS): Add this.
1244 * configure: Regenerated.
1245
1246 Wed Jul 2 12:28:40 1997 Tim Pierce <twp@twp.tezcat.com>
1247
1248 * ltmain.sh: Remove any trailing colon on $shlibpath_var
1249 (i.e. LD_LIBRARY_PATH) for braindamaged linkers that choke on it.
1250 Patch sent to bug-libtool.
1251
1252 Sat Jun 28 16:13:43 1997 Tim Pierce <twp@twp.tezcat.com>
1253
1254 * configure.in: Add alloca.o explicitly to LIBOBJS (thanks Eric
1255 Backus for reporting this problem and suggesting a fix).
1256 * configure: Regenerated.
1257
1258 Thu Jun 26 20:43:31 1997 Jim Blandy <jimb@floss.red-bean.com>
1259
1260 * Guile 1.2 released.
1261
1262 * configure.in: Check for librx after libm; fundamentals need to
1263 come first.
1264 * configure: Regenerated.
1265
1266 Tue Jun 24 13:34:20 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
1267
1268 * aclocal.m4 (AM_PATH_PROG_LD): Change `ac_cv_path_LD' typo to
1269 `am_cv_path_LD'.
1270 * configure: Regenerated.
1271
1272 Sun Jun 22 15:43:07 1997 Jim Blandy <jimb@floss.red-bean.com>
1273
1274 Try to detect when people are using one version of libguile and a
1275 different version of ice-9. People have been skewing things and
1276 sending in bug reports.
1277 * configure.in: Provide libguile its version information through a
1278 separate header file generated by the Makefile, not through
1279 scmconfig.h.
1280 (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):
1281 AC_SUBST these, instead of AC_DEFINE'ing them.
1282 (GUILE_STAMP): New AC_SUBST: the time we configured the tree.
1283 (AC_OUTPUT): Create ice-9/version.scm.
1284 * acconfig.h (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION,
1285 GUILE_VERSION): Deleted.
1286 * Makefile.in: Regenerated.
1287
1288 * aclocal.m4: Regenerated, using the libtool 0.9h m4 macros.
1289
1290 * Makefile.am (EXTRA_DIST): Include acconfig.h in the
1291 distribution.
1292 * Makefile.in: Regenerated.
1293
1294 Sat Jun 21 00:14:07 1997 Jim Blandy <jimb@floss.red-bean.com>
1295
1296 * ltmain.sh (line 1191): Don't forget 'test' in if statement.
1297
1298 * ltconfig, ltmain.sh: libtoolized, using libtool 0.9h.
1299
1300 Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com>
1301
1302 * ltconfig, ltmain.sh, config.guess: New files from libtool 0.9g.
1303
1304 * configure.in: By default, include functions in Guile to allow
1305 linking with dynamic libraries at run-time. In other words,
1306 --enable-dynamic-linking is now the default.
1307 * configure: Rebuilt.
1308
1309 * configure.in: Remove space between AC_CHECK_LIB and opening
1310 paren in check for Rx.
1311 * configure: Regenerated.
1312
1313 * configure.in: Remove all mention of xtra_PLUGIN_guile_libs.
1314 It's never used.
1315 * configure, Makefile.in: Regenerated.
1316
1317 Tue Jun 10 23:37:12 1997 Jim Blandy <jimb@floss.red-bean.com>
1318
1319 * configure.in: Move checks for libraries (-lm, -lnsl, -lsocket,
1320 -dl, -dld) before checks for functions.
1321 * configure: Regenerated.
1322
1323 Mon Jun 9 02:35:46 1997 Tim Pierce <twp@twp.tezcat.com>
1324
1325 * config.guess: New copy from autoconf-2.12, which recognizes
1326 OpenBSD.
1327
1328 Tue Jun 3 16:34:19 1997 Jim Blandy <jimb@totoro.cyclic.com>
1329
1330 * configure.in: Check for Rx, so we will use its routines (which I
1331 pretty much trust) if it is installed.
1332 * configure: Regenerated.
1333
1334 Sat May 31 03:48:45 1997 Gary Houston <ghouston@actrix.gen.nz>
1335
1336 * acconfig.h: mention HAVE_RESTARTS.
1337 * configure.in: check for sigaction and restartable system calls.
1338
1339 Tue May 27 22:47:52 1997 Tim Pierce <twp@twp.tezcat.com>
1340
1341 * configure.in: Check for presence of regcomp.
1342 * configure: Regenerated.
1343
1344 Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
1345
1346 * COPYING: New address for FSF.
1347
1348 * configure.in: We don't need to add fileblocks.o to LIBOBJS if
1349 struct stat doesn't have the st_blocks field. We take care of
1350 that case in the code. Replace AC_STRUCT_ST_BLOCKS with its
1351 definition, edited appropriately. (Bernard URBAN)
1352 * configure: Regenerated.
1353
1354 Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
1355
1356 * configure.in: Don't link against -lnsl or -lsocket unless we
1357 actually need to. This causes trouble on Irix. (Thanks to Larry
1358 Schwimmer.)
1359
1360 * config.sub: Get newer version, that recognizes the i686.
1361
1362 Fri May 16 17:26:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
1363
1364 * README: Changed Mikael's threads work attribution in order
1365 to sooth Anthony's enormous, but wounded, ego.
1366
1367 Fri May 16 17:26:53 1997 Jim Blandy <jimb@totoro.cyclic.com>
1368
1369 Just kidding!!!
1370
1371 Fri May 16 04:24:48 1997 Jim Blandy <jimb@floss.cyclic.com>
1372
1373 Guile 1.1 released.
1374 * GUILE-VERSION: Bump to 1.1.
1375
1376 Tue May 13 16:34:40 1997 Jim Blandy <jimb@floss.cyclic.com>
1377
1378 Switch to automake-1.1p.
1379 * Makefile.in, aclocal.m4, configure: Regenerated.
1380
1381 Mon May 12 18:29:45 1997 Jim Blandy <jimb@floss.cyclic.com>
1382
1383 * threads.m4: Copy Anthony's change here, so it'll actually
1384 survive.
1385
1386 Thu May 8 11:48:40 1997 Anthony Green <green@hoser.cygnus.com>
1387
1388 * aclocal.m4: Fixes for building with coop threads in a
1389 seperate compilation directory.
1390 * configure: Rebuilt.
1391
1392 Fri May 2 16:24:15 1997 Jim Blandy <jimb@floss.cyclic.com>
1393
1394 Upgrade to libtool 0.9e.
1395 * ltconfig, ltmain.sh, config.guess, config.sub: New versions,
1396 supplied by libtool.
1397
1398 * configure.in: When configuring qt, sunos needs the underscore
1399 files; Solaris and Linux both need the normal files.
1400 * configure: Reebilt.
1401
1402 Thu May 1 15:35:49 1997 Jim Blandy <jimb@floss.cyclic.com>
1403
1404 * configure.in: Get the paths for qt's md files right, so it can
1405 build correctly when using a separate compilation directory.
1406 * configure: Regenerated.
1407
1408 Thu Apr 24 01:20:34 1997 Jim Blandy <jimb@floss.cyclic.com>
1409
1410 Get threads to work again.
1411 * Makefile.am (SUBDIRS): List libguile last, so qt gets built
1412 first.
1413 * Makefile.in: Regenerated.
1414 * aclocal.m4, configure: Regenerate, with modern definition of
1415 CY_AC_WITH_THREADS. Where did the old text come from? Creepy...
1416
1417 Reduced Guile distribution: one configure script, no plugins.
1418 * configure.in: Merged the old text from qt/configure.in and
1419 libguile/configure.in; Tom Tromey says automake only wants one
1420 configure.in script. This seems fishy, but...
1421 * Makefile.am: List the subdirectories explicitly; no more PLUGIN
1422 gubbish.
1423 * acconfig.h, acinclude.m4: Moved here from libguile, since
1424 libguile's configure script lives here now.
1425 * AUTHORS, INSTALL, README: Updated.
1426 * Makefile.in, aclocal.m4 configure: Regenerated. Just like
1427 amputated amphibian limbs.
1428
1429 Tue Apr 22 16:57:38 1997 Jim Blandy <jimb@totoro.cyclic.com>
1430
1431 * newdoc/ref/Makefile.am (dist_texis): Distribute the index files.
1432 * newdoc/ref/Makefile.in: Regenerated.
1433
1434 Mon Apr 14 18:51:25 1997 Jim Blandy <jimb@floss.cyclic.com>
1435
1436 * threads.m4 (CY_AC_WITH_THREADS): When using coop threads, no
1437 need to link against libthreads; the files it used to contain
1438 are now a part of libguile.
1439
1440 Sun Apr 13 22:14:10 1997 Jim Blandy <jimb@floss.cyclic.com>
1441
1442 * guile.m4: Revert change of Mar 15, and use the new 'no-define'
1443 argument to the AM_INIT_AUTOMAKE macro.
1444
1445 Fri Apr 11 15:43:07 1997 Jim Blandy <jimb@totoro.cyclic.com>
1446
1447 * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
1448 * README: Say where to find libtool 0.9d.
1449
1450 Wed Apr 9 17:51:13 1997 Jim Blandy <jimb@floss.cyclic.com>
1451
1452 Changes to work with automake-1.1n, which has better libtool
1453 support. Also use libtool 0.8.
1454 * README: Note new version numbers for automake and libtool.
1455 * missing: New file required by new automake.
1456 * Makefile.in: Regenerated.
1457
1458 Sat Apr 5 16:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
1459
1460 * newdoc/ref/scheme.texi (set-object-property!): Fix function name.
1461
1462 * Makefile.am: Omit doc subtree.
1463 * configure.in: Omit makefiles in doc subtree.
1464 * Makefile.in, configure: Rebuilt.
1465
1466 Sat Mar 15 01:11:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1467
1468 * guile.m4 (AM_INIT_GUILE_MODULE): Replaced AM_INIT_AUTOMAKE macro
1469 with its definition and commented out definition of PACKAGE. This
1470 changed seemed necessary after having removed PACKAGE from
1471 libguile/acconfig.h.
1472
1473 Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1474
1475 * ltconfig, ltmain.sh: New versions from libtool-0.9.
1476
1477 * configure.in: Added AM_MAINTAINER_MODE
1478
1479 Fri Feb 7 17:57:46 1997 Jim Blandy <jimb@floss.cyclic.com>
1480
1481 * config.sub, config.guess: New versions, that handle i686, etc.
1482
1483 Thu Jan 23 07:06:15 1997 Mark Galassi <rosalia@papageno.lanl.gov>
1484
1485 * newdoc/tutorial/guile-tut.texi: started checking in the Guile
1486 tutorial rewrite, but have not merged much into it yet.
1487
1488 Tue Jan 21 17:28:40 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
1489
1490 * newdoc/ref/guile-ref.texi: started checking in parts of the
1491 reference manual re-write.
1492
1493 Sat Jan 11 14:40:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
1494
1495 * ltconfig, ltmain.sh: New files for libtool support. libguile,
1496 rx, gh and gtcltk-lib can now be build as shared libraries.
1497 * Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh
1498
1499 Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
1500
1501 * Guile 1.0 released. This is the first release by the Free
1502 Software Foundation; Cygnus has also released earlier versions of
1503 Guile.
1504
1505 * GUILE-VERSION: Updated version number.
1506 * NEWS: Added comments for all the user-visible changes marked in
1507 the ChangeLogs.
1508 * README: Updated for release.
1509
1510 Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
1511
1512 * scsh: new directory.
1513
1514 Mon Dec 2 17:33:04 1996 Tom Tromey <tromey@cygnus.com>
1515
1516 * configure.in: Generate doc/guile-programmer/Makefile and
1517 doc/guile-user/Makefile.
1518
1519 Sat Nov 30 23:45:54 1996 Tom Tromey <tromey@cygnus.com>
1520
1521 * aclocal.m4: Now automatically generated by aclocal.
1522 * threads.m4: New file.
1523 * guile.m4: New file.
1524 * Makefile.am, doc/Makefile.am: New files.
1525 * configure.in: Updated for Automake. Avoid excessively verbose
1526 "greet" messages.
1527
1528 Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
1529
1530 * lgh: directory renamed to gh, along with all prefixes of the
1531 high level library procedures.
1532
1533 Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
1534
1535 * Makefile.in (TAGS tags): Find the source files in $srcdir.
1536
1537 Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
1538
1539 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
1540
1541 Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
1542
1543 * configure.in: Added some configuration magic from the Cygnus
1544 distribution.
1545
1546 * aclocal.m4: New file. For now used for thread support
1547 configuration.
1548
1549 Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
1550
1551 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
1552
1553 * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
1554 directories, to arrange for lgh to the last thing
1555 configured/built.
1556
1557 Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
1558
1559 * lgh/: added the directory in which I implement the high level
1560 libguile library (lgh_) for this release of Guile. See the
1561 ChangeLog in there for further details.
1562
1563 Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
1564
1565 * doc/ (guile-user and guile-programmer): added the guile-user and
1566 guile-programmer directories which contain the user and programmer
1567 manuals. See the ChangeLog entries there for detail.
1568
1569 Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
1570
1571 * Makefile.in (distclean): Don't forget to delete doc/Makefile.
1572
1573 * Makefile.in (distclean): Don't forget to delete
1574 config.build-subdirs.
1575
1576 Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
1577
1578 * Makefile.in (tags): New name for `TAGS' target, which will
1579 always run the commands.
1580
1581 Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
1582
1583 * README: Doc fixes.
1584
1585 Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
1586
1587 * Makefile.in (TAGS): Produce a single tags file for all of Guile.
1588
1589 Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
1590
1591 * configure.in: Check for -ldl, so the check for Tcl won't fail
1592 spuriously.
1593
1594 Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
1595
1596 Change the way we decide whether to build gtcltk-lib, so that it's
1597 omitted from the build process when appropriate, but never from
1598 the dist process.
1599 * configure.in: Don't edit all_subdirs depending on the
1600 availability of Tk; let that be the list of all PLUGIN
1601 subdirectories present, as it used to be. Instead, edit a new
1602 variable, build_subdirs; write its final value, the list of
1603 subdirs we do want to compile in, to config.build-subdirs.
1604 Substitute that into the top-level Makefile too.
1605 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
1606 recurse on the subdirectories we should build.
1607 (distdirs): Set this to @existingdirs@, so it includes the subdirs
1608 we decided not to build.
1609
1610 * doc/gtcltk.texi: File resurrected from old Guile releases.
1611 * doc/Makefile.in (info): Build the gtcltk documentation.
1612 (DIST_FILES): Include it in the distribution.
1613
1614 * configure.in: If we can find the library for tcl7.5, build
1615 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
1616 compiler (not sure this is necessary).
1617
1618 Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
1619
1620 * NEWS: Fix bug reporting address.
1621
1622 Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
1623
1624 * AUTHORS: New file, in accordance with the GNU maintainers'
1625 standards.
1626
1627 Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
1628
1629 * README: Renamed from ANNOUNCE; include bug report address,
1630 description, and short tour.
1631 * INSTALL: Renamed from BUILDING.
1632 * NEWS: New file.
1633 * Makefile.in (DISTFILES): Update appropriately.
1634
1635 Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
1636
1637 * doc/Makefile.in: Added pattern targets for creating DVI and
1638 PostScript files.
1639 (%.ps, %.dvi, %.txt): New targets.
1640 (DVIPS, TEXI2DVI): New variables.
1641
1642 * GUILE-VERSION: Updated to 1.0b3.
1643
1644 Rehashed distribution system, in preparation for nightly
1645 snapshots. Other changes in subdirectories.
1646 * Makefile.in (dist): Rewritten --- the old target was out of
1647 date, dependent on files that we don't have, and relied on GNU
1648 tar. The new target is simpler.
1649 (VERSION, srcdir, dist_dirs): New variables.
1650 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
1651 TODO.
1652 (localtreats): Variable removed. We don't have this file.
1653 (info): cd to doc and make info there; don't make info in every
1654 ${subdir}; those Makefiles don't know what to do.
1655 (distname, distdir, treats, announcefile): Variables removed.
1656 (manifest-file): Target removed.
1657 (dist-dir): New target, responsible for distributable files in
1658 this directory.
1659 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
1660 controlling the 'dist' target.
1661 * configure.in: Substitute GUILE-VERSION into the top-level
1662 Makefile. Build doc/Makefile from doc/Makefile.in.
1663
1664 * doc/Makefile.in: New file.