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