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