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