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