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