* tests/alist.test, tests/bit-operations.test,
[bpt/guile.git] / ChangeLog
CommitLineData
e658215a
RB
12001-07-19 Rob Browning <rlb@defaultvalue.org>
2
3 * configure.in: add checks for setitimer and getitimer.
4 Add --enable-error-on-warning.
5
8f2ecec5
TTN
62001-07-15 Thien-Thi Nguyen <ttn@revel.glug.org>
7
8 * HACKING: Remove onerous authorship-info deletion clause.
9
065509a5
KN
102001-07-13 Keisuke Nishida <knishida@nurs.or.jp>
11
12 * autogen.sh: Call libtoolize with --force.
13
d76852e3
TTN
142001-07-10 Thien-Thi Nguyen <ttn@revel.glug.org>
15
16 * INSTALL: Point to HACKING for tool versions.
17
fd6c6321
RB
182001-07-08 Rob Browning <rlb@defaultvalue.org>
19
04860df7
RB
20 * TODO: updated to include relevant itemized post-1.6-RELEASE
21 tasks that are distributable so we can check them off as they are
22 done, and delete 1.6.0 tasks.
23
24 * RELEASE: add a note that the RELEASE instructions are out of
25 date now that we're using branches.
26
fd6c6321
RB
27 * AUTHORS: add "many files throughout" for myself.
28
8d123036
TTN
292001-06-28 Thien-Thi Nguyen <ttn@revel.glug.org>
30
31 * README: Also mention guile-tools.
32
33 * README: Mention libguile-srfi-*, oop/*, scripts/* and srfi/*.
34
32d6f999
TTN
352001-06-27 Thien-Thi Nguyen <ttn@revel.glug.org>
36
37 * RELEASE: Move todo items to file TODO.
38
39 * TODO: Initial revision
40
a4734913
TTN
41 * Makefile.am (EXTRA_DIST): Add TODO.
42
dbfadc85
TTN
43 * HACKING: Refer to TODO and SNAPSHOTS.
44 No longer refer to devel/tasks.text.
45
46 * SNAPSHOTS: Fix reference bug; recommended tool
47 versions are in HACKING.
48
f6b3694a
TTN
49 * TODO: Add completion and ownership protocol to header comments.
50
3cd085d0
TTN
51 * RELEASE: Add TODO-processing to spiffing checklist.
52
9c3955ff
TTN
53 * HACKING: Update deprecation procedure to refer to TODO.
54
17383b7c
ML
552001-06-27 Michael Livshin <mlivshin@bigfoot.com>
56
57 * autogen.sh: don't run flex here.
58
59 * HACKING: clarify that newer versions of flex should be just
60 fine.
61
82893676
MG
622001-06-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
63
64 * HACKING, ANON-CVS: Removed mentioning of guile-doc CVS module.
65
66 * configure.in: Added some header and function checks.
67
f2ae4555
NJ
682001-06-25 Neil Jerram <neil@ossau.uklinux.net>
69
70 * autogen.sh: Quoting fix for `--enable-maintainer-mode'.
71
4172703a
MV
722001-06-25 Marius Vollmer <mvo@zagadka.ping.de>
73
74 * autogen.sh: Added message about what to do next. Tell them to
75 use `--enable-maintainer-mode'.
76
093e7da4
ML
772001-06-25 Michael Livshin <mlivshin@bigfoot.com>
78
79 * HACKING: mention flex.
80
81 * autogen.sh: generate libguile/c-tokenize.c.
82
6b41a313
MG
832001-06-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
84
85 * libguile.h: Removed inclusion of libguile/tag.h.
86
eb6c2de8
MV
872001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
88
89 * libguile.h (scm_cond_t, scm_key_t, scm_mutex_t): Only define
90 these when using threads.
91
4ff9f825
MV
922001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
93
4927dd28
MV
94 * libguile.h: Added deprecated section with the olde type names.
95
4ff9f825
MV
96 * configure.in: Check for header <stdint.h>. Check for uintptr_t
97 type. Use AC_CHECK_TYPES for this. Do not caus ptrdiff_t to be
98 `#defined'.
99
100 * acconfig.h (ptrdiff_t): Removed.
101
e01970a5
MG
1022001-06-05 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
103
104 * configure.in: Generate examples/box-dynamic-module/Makefile.
105
c794483c
MV
1062001-06-03 Marius Vollmer <mvo@zagadka.ping.de>
107
108 * configure.in (AC_CONFIG_FILES, AC_CONFIG_COMMANDS): Add
109 guile-snarf.
110
9454d8d5
RB
1112001-06-02 Rob Browning <rlb@cs.utexas.edu>
112
113 * configure.in: changes for autoconf 2.50.
114 (AC_PREREQ): require at least autoconf 2.50.
115 (AC_INIT): no longer takes an arg.
116 (AC_CONFIG_SRCDIR): takes arg AC_INIT used to take.
117 (AC_STRUCT_ST_RDEV): changed -> AC_CHECK_MEMBERS.
118 (AC_STRUCT_ST_BLKSIZE): deprecated -> AC_CHECK_MEMBERS.
119 (AC_STRUCT_ST_BLOCKS): use it rather than our version.
120 (AC_CONFIG_FILES): now generated files go here, not in AC_OUTPUT.
121 (AC_CONFIG_COMMANDS): now actions go here, not in AC_OUTPUT.
122 (AC_OUTPUT): no longer takes args.
32d6f999 123
9454d8d5
RB
124 * acinclude.m4: AC_LANG not a variable now -- use __cplusplus
125 unconditionally .
126
114f9bab
MV
1272001-06-02 Marius Vollmer <mvo@zagadka.ping.de>
128
129 * configure.in: Check for mkstemp via AC_REPLACE_FUNCS. Thanks to
130 I. N. Golubev!
131
ee2718a9
MG
1322001-06-01 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
133
134 * configure.in: Generate examples/box-dynamic/Makefile.
135
2de7ddb7
MG
1362001-05-31 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
137
138 * Makefile.am (EXTRA_DIST): New subdirectory `examples'.
139
140 * configure.in: Added all Makefiles in the `examples' directory to
141 AC_OUTPUT.
142
f501d0d4
ML
1432001-05-31 Michael Livshin <mlivshin@bigfoot.com>
144
145 * configure.in: generate guile-snarf-docs & guile-snarf-docs-texi.
146 don't generate guile-snarf.awk.
147
148 * Makefile.am (EXTRA_DIST): add test-suite.
149
1db81cb0
ML
1502001-05-28 Michael Livshin <mlivshin@bigfoot.com>
151
152 * check-guile.in: fix to be runnable when srcdir!=builddir.
153
f3f70257
ML
1542001-05-26 Michael Livshin <mlivshin@bigfoot.com>
155
156 revert the controversial part of the 2001-05-23 changes
157
1be6b49c
ML
1582001-05-23 Michael Livshin <mlivshin@bigfoot.com>
159
160 * configure.in: configury for SCM_[U]BITS_T, some more sizeofs.
161 also, make sure that the integral type choosen to represent an SCM
162 has exactly the same size as a void pointer.
163
164 * acconfig.h: add undefs for SCM_BITS_T, SCM_UBITS_T,
165 SCM_SIZEOF_BITS_T, ptrdiff_t.
166
c81ea65d
RB
1672001-05-16 Rob Browning <rlb@cs.utexas.edu>
168
169 * configure.in: add AC_SUBST for GUILE_MICRO_VERSION.
170
171 * GUILE-VERSION
172 (GUILE_VERSION): now MAJOR.MINOR.MICRO
173 (GUILE_MICRO_VERSION): new variable, records final revision.
174 i.e. the 5 in 1.6.5. MINOR_VERSION is now just the middle number,
175 i.e. the 6.
176
887dfa7d
DH
1772001-05-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
178
179 * acconfig.h, configure.in: Renamed
180 GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEPRECATED_DEFAULT.
181
11bbab47
MV
1822001-05-15 Marius Vollmer <mvo@zagadka.ping.de>
183
184 * acinclude.m4: Removed copy of "libtool.m4".
185
5cd06d5e
DH
1862001-05-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
187
188 * configure.in (SCM_DEBUG_DEPRECATED): Always defined.
189
a232c19e
TTN
1902001-05-13 Thien-Thi Nguyen <ttn@revel.glug.org>
191
928f20fb
TTN
192 * AUTHORS (Martin Grabmueller, Thien-Thi Nguyen): Update.
193
a232c19e
TTN
194 * HACKING: Update copyright.
195 Add blurb pointing to devel/tasks.text.
196
c8750173
TTN
1972001-05-11 Thien-Thi Nguyen <ttn@revel.glug.org>
198
199 * check-guile.in: For SRFI testing, set and export env
200 var `LTDL_LIBRARY_PATH'.
201
75141eb0
NJ
2022001-05-07 Neil Jerram <neil@ossau.uklinux.net>
203
204 * AUTHORS: Add docs-related authorship details.
205
c10ecc4c
MV
2062001-05-05 Marius Vollmer <mvo@zagadka.ping.de>
207
208 * configure.in (--enable-deprecated): Recognize "shutup" option
209 argument and turn it into the default warning level "no".
210
018a53a1
GH
2112001-05-05 Gary Houston <ghouston@arglist.com>
212
213 * acconfig.h: add HAVE_IPV6.
214 * configure.in: check whether we can compile with IPv6 support.
215
26f798bd
TTN
2162001-05-04 Thien-Thi Nguyen <ttn@revel.glug.org>
217
218 * guile-tools.in: New file.
219
220 * configure.in (AC_OUTPUT): Add guile-tools, and make
221 executable.
222
223 * Makefile.am (bin_SCRIPTS): New var.
224
c5316ea3
GH
2252001-05-04 Gary Houston <ghouston@arglist.com>
226
227 * configure.in: check whether uint32_t is defined when netdb.h
228 is included.
229 acconfig.h: added HAVE_UINT32_T.
230
7440341c
MV
2312001-05-02 Marius Vollmer <mvo@zagadka.ping.de>
232
233 * configure.in: Added handling of `--enable-deprecated'.
234
235 * acconfig.h (SCM_DEBUG_DEPRECATED,
236 GUILE_WARN_DEPRECATED_DEFAULT): Added.
237
14a7d5f8
TTN
2382001-04-29 Thien-Thi Nguyen <ttn@revel.glug.org>
239
240 * Makefile.am (SUBDIRS): Add "scripts".
241
242 * configure.in (AC_OUTPUT): Add scripts/Makefile.
243
7e267da1
GH
2442001-04-29 Gary Houston <ghouston@arglist.com>
245
246 * libguile.h: include rw.h.
247
f2a75d81
RB
2482001-04-27 Rob Browning <rlb@cs.utexas.edu>
249
250 * GUILE-VERSION (GUILE_MINOR_VERSION): change to 5.0, switching to
251 the new odd/even ustable/stable version numbering scheme.
252 (LIBGUILEQTHREADS_MAJOR_VERSION): change to 10 to match Debian and
253 libguile. In the future, libguile and libguileqthreads may not
254 stay in sync. This still doesn't appear to affect
255 libguileqthreads, but we'll fix that next.
256
1f7a1dc9
MG
2572001-04-25 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
258
259 * configure.in: Don't treat srfi directory specially, just create
260 the Makefile there (thanks to Neil Jerram for the patch).
261
6c44688a
MG
2622001-04-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
263
264 * Makefile.am (SUBDIRS): Added `srfi'.
265
266 * configure.in: Added subdirectory `srfi' to build process.
267
268 * libguile.h: Added inclusion of `values.h'.
269
2a0ef8b7
GH
2702001-04-22 Gary Houston <ghouston@arglist.com>
271
272 * configure.in: check for inet_pton and inet_ntop.
273
67641981
GH
2742001-04-20 Gary Houston <ghouston@arglist.com>
275
276 * acconfig.h: include HAVE_SIN6_SCOPE_ID.
277 * configure.in: check for sin6_scope_id in sockaddr_in6.
278
a9d861e3
MD
2792001-04-19 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
280
281 * RELEASE: Added deprecated macro SCM_ARRAY_CONTIGUOUS
282
31e74a57
GH
2832001-04-17 Gary Houston <ghouston@arglist.com>
284
285 * configure.in: run the autoconf BIGENDIAN check.
286
0da6608d
DH
2872001-04-12 Niibe Yutaka <gniibe@m17n.org>
288
289 * GUILE-VERSION (LIBGUILEQTHREADS_MAJOR_VERSION,
290 LIBGUILEQTHREADS_MINOR_VERSION, LIBGUILEQTHREADS_REVISION_VERSION,
291 LIBGUILEQTHREADS_VERSION): Added libguileqthreads version info.
292
293 * configure.in: Likewise.
294
f22ed5a0
KN
2952001-04-11 Keisuke Nishida <kxn30@po.cwru.edu>
296
297 * configure.in (AC_CHECK_FUNCS): Don't check bzero.
298 (GUILE_FUNC_DECLARED): Removed checking of bzero.
299 Thanks to NIIBE Yutaka.
300
f2e61fc1
MD
3012001-04-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
302
303 * Undeprecated scm_init_oop_goopscore_module.
304
72f1168d
TTN
3052001-03-25 Thien-Thi Nguyen <ttn@revel.glug.org>
306
307 * check-guile.in: Fix sh standard conformance bug: Replace
308 "test -e" with "test -f". Thanks to Alexander Klimov.
309
a4928305
GH
3102001-03-19 Gary Houston <ghouston@arglist.com>
311
312 * check-guile.in: rename $parent to $srcdir. if it's equal to "."
313 set it to `pwd`.
314
66301f9a
GH
315 * check-guile.in: 16 documentation tests were failing if "make
316 check" was run before Guile had been installed with the current
317 --prefix. made various changes to the script so that it runs
318 without a cd to the test-suite directory. For the -i option,
319 don't point GUILE_LOAD_PATH to the current directory, but let it
320 use it's own scheme library.
321
51cfd7da
GH
3222001-03-18 Gary Houston <ghouston@arglist.com>
323
324 * check-guile.in: use @srcdir@ instead of @test_suite_dir@. use
325 the current directory (build dir) not srcdir to find guile
326 executable. otherwise "make check" doesn't work with a separate
327 build directory. create the test log in
328 $build_dir/check-guile.log instead of in srcdir/test-suite
329 directory.
330 * configure.in: don't define or substitute test_suite_dir.
331
e9e225e5
GH
3322001-03-17 Gary Houston <ghouston@arglist.com>
333
334 * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,
335 since EXTRA_DOT_DOC_FILES is redefined later. define
336 EXTRA_DOT_X_FILES and hand it to AC_SUBST.
337
94e6d793
MG
3382001-03-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
339
340 * configure.in: Added header checks for crypt.h, sys/resource.h
341 and sys/file.h, function checks for chroot, flock, getlogin,
342 cuserid, getpriority, setpriority, getpass, sethostname,
343 gethostname, and for crypt() in libcrypt.
344
fff043ab
NJ
3452001-03-09 Neil Jerram <neil@ossau.uklinux.net>
346
347 * configure.in (htmldoc): Merge handling of `--enable-htmldoc'
348 option from guile-doc/configure.in.
349
d42df055
DH
3502001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
351
352 * libguile.h: Removed #include "libguile/dump.h".
353
ec896089
KN
3542001-02-02 Keisuke Nishida <kxn30@po.cwru.edu>
355
356 * libguile.h: Added #include "libguile/dump.h".
357
c2886a5a
MD
3582001-01-29 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
359
360 * libguile.h: Added #include "libguile/rdelim.h".
361
1ff7abbe
DH
3622001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
363
364 The following patch was sent by Thien-Thi Nguyen.
365
366 * check-guile.in: New file.
367
368 * Makefile.am: Add TESTS rule.
369
370 * configure.in: Add support for "make check".
371
f0942910
DH
3722000-11-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
373
374 * acconfig.h: Removed bogus #ifndef. Thanks to Lars J. Aas.
375
14f1d9fe
MD
3762000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
377
378 * GUILE-VERSION (LIBGUILE_MAJOR_VERSION): Incremented major
379 version number to 10 due to the merge of GOOPS.
380
381 * oop: New directory.
382
e4dba4c7
KN
3832000-09-20 Keisuke Nishida <kxn30@po.cwru.edu>
384
467ab77e 385 * libguile.h: #include "libguile/properties.h".
e4dba4c7 386
45605b53
GH
3872000-09-17 Gary Houston <ghouston@arglist.com>
388
389 * configure.in, acconfig.h: remove the GCSE test: it doesn't seem
390 to be reliable on all platforms.
391
e494e76d
GH
3922000-08-18 Gary Houston <ghouston@arglist.com>
393
394 * acconfig.h: added BROKEN_GCSE.
395 * configure.in: check for a gcc GCSE optimisation bug.
396
42aae633
GH
3972000-07-31 Gary Houston <ghouston@arglist.com>
398
399 * acconfig.h: added HAVE_H_ERRNO
400 * configure.in: removed some dnl'd & obsolete cygwin stuff.
401 added a test for h_errno.
402
f9ed377d
MD
4032000-06-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
404
405 * Guile 1.4 released.
406
b5074b23
MD
4072000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
408
409 * GUILE-VERSION: Changed to work also when included by a Makefile
410 (e.g. debian/rules). (Thanks to Karl M. Hegbloom.)
411 (LIBGUILE_MAJOR_VERSION): Bumped to 9.
412 (GUILE_MINOR_VERSION): Bumped to 4.
413
f43aac9a
MD
4142000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
415
a8861fa0
MD
416 * libguile.h: Removed #include "libguile/kw.h".
417
9a8a1e8a
MD
418 * Makefile.am (ACLOCAL): Define as ./guile-aclocal.sh.
419 (The rule will cd to $(top_srcdir).)
420
421 * configure.in (EXTRA_DOT_DOC_FILES): Create from LIBOBJS and
422 substitute it into libguile/Makefile.
423
f43aac9a
MD
424 * HACKING: Updated recommended libtool version to be 1.3.5.
425
426 * RELEASE: Say that we should update HACKING to reflect the
427 versions of the tools we're using rather than README.
428
5cb6f99c
MD
4292000-06-02 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
430
431 * NOTES: Removed.
432
433 * TODO: Moved to devel/.
434
3ff0d90a
CB
4352000-06-01 Craig Brozefsky <craig@red-bean.com>
436
437 * GUILE-VERSION: added defnitions for LIBGUILE_MAJOR_VERSION,
438 LIBGUILE_MINOR_VERSION, LIBGUILE_REVISION_VERSION so that we now
439 define libguile.so version in a well-lit place.
440
441 * configure.in: added AC_SUBST lines for the new LIBGUILE version
442 variables.
72f1168d 443
65545721
ML
4442000-06-01 Michael Livshin <mlivshin@bigfoot.com>
445
446 * autogen.sh: call ./guile-aclocal.sh instead of aclocal.
72f1168d 447
65545721
ML
448 * guile-aclocal.sh: new file, works around aclocal problems.
449
b2728432
DH
4502000-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
451
452 * acconfig.h (USE_FSU_PTHREADS, USE_MIT_PTHREADS,
453 USE_PCTHREADS_PTHREADS): Removed.
454
7f5fa419
GH
4552000-05-01 Gary Houston <ghouston@arglist.com>
456
457 * Makefile.am: add include_HEADERS.
458 libguile.h: moved from libguile directory. maybe libguile.h should
459 be installed in $prefix/include/libguile/libguile.h instead?
460
9764c29b
MD
4612000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
462
e415cb06
MD
463 * qthreads.m4: Removed THREADS_CPPFLAGS.
464
465 * acinclude.m4: Removed qthreads macros. They are provided in
466 qthreads.m4, so these were redundant.
467
9764c29b
MD
468 * acconfig.h (GUILE_DEBUG_MALLOC): New.
469
470 * configure.in: New --enable-debug-malloc configuration option.
471
1978b33e
MD
4722000-03-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
473
474 * acconfig.h (GUILE_PTHREAD_COMPAT): New config variable.
475
476 * configure.in: Enable workaround for COOP-linuxthreads
64e3bf6c 477 compatibility on Linux systems.
1978b33e 478
55a85c78
MD
4792000-03-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
480
481 * devel: New directory. Intended to carry documentation related
482 to Guile development (as opposed to the doc directory which
483 contains documentation related to the use of the current Guile).
484 This directory (devel) is not included in the Guile distribution,
485 but is accessible via anonymous CVS.
486
fdc7ea2d
MD
4872000-03-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
488
489 * configure.in: Don't add iselect.o to LIBOBJS.
490
31d8abce
MD
4912000-03-13 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
492
493 * configure.in: Added end-tag for local variables. (Thanks to
494 Thien-Thi Nguyen.)
495
244fdc2f
GH
4962000-03-12 Gary Houston <ghouston@arglist.com>
497
498 * README (Guile Documentation, About This Distribution): updated.
499
f3b5e185
MD
5002000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
501
502 * configure.in (ac_cv_struct_timespec): Added test for struct
503 timespec.
504
505 * acconfig.h (HAVE_STRUCT_TIMESPEC): Added.
506
3a721413
MV
5072000-01-25 Marius Vollmer <mvo@zagadka.ping.de>
508
509 * autogen.sh: Call libtoolize. Pass --add-missing option to
510 automake. Do not decent into libltdl directory. The libltdl
511 directory is now populated by libtoolize and does not need any
512 further autogeneration.
513
d831b039
GH
5142000-01-23 Gary Houston <ghouston@arglist.com>
515
516 * configure.in: check for fchown.
517
a0a7b83b
MD
518Tue Jan 18 12:55:15 2000 Mikael Djurfeldt <mdj@r11n07-s.pdc.kth.se>
519
520 * acinclude.m4 (AC_LIBLTDL_CONVENIENCE): Add $(top_srcdir)/libltdl
521 instead of $(top_builddir)/libltdl to includepath.
522
56cfe22b
MD
5232000-01-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
524
525 * emacs: New subdirectory for elisp tools.
526
657fcb5a
MV
5272000-01-15 Marius Vollmer <mvo@zagadka.ping.de>
528
529 * README, HACKING: Moved "Hacking it yourself" section from README
530 to HACKING. Updated recommended libtool version to be 1.3.4.
531
dc914156
GH
5322000-01-14 Gary Houston <ghouston@arglist.com>
533
534 * configure.in: needs to have --disable-networking, not
535 --disable-net.
536
fb4956c9
MD
5372000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
538
539 * libltdl/acconfig.h: New file: Needed by autogen.sh.
540
88423ab1
GB
541Tue Jan 11 13:42:35 2000 Greg J. Badros <gjb@cs.washington.edu>
542
543 * autogen.sh: Added messages as we run autogen in subdirectories.
544
545 * configure.in: Output libugile/guile-func-name-check script, and
72f1168d 546 chmod +x it.
88423ab1 547
0d90b76d
MV
5482000-01-11 Marius Vollmer <mvo@zagadka.ping.de>
549
550 * libltdl/autogen.sh: New file.
551 * autogen.sh: Invoke libltdl/autogen.sh.
552
5532000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
554
555 Finally applied the libltdl patch from Thomas Tanner, with slight
556 modifications. All code copied from the libtool package is from
557 libtool-1.3.4.
558
559 * configure.in: Make "--with-modules=yes" the default. Do not
560 clear INCLTDL, LIBLTDL prior to processing "--with-modules".
72f1168d 561
0d90b76d
MV
562 1999-07-25 Thomas Tanner <tanner@ffii.org>
563
564 * Makefile.am: add libltdl to SUBDIRS, automake automatically
565 includes ltconfig, ltmain.sh and acconfig.h in EXTRA_DIST
566 * acinclude.m4: remove GUILE_DLSYM_USCORE, add libtool.m4
567 (no need to install libtool any more)
568 * configure.in: replace --enable-dynamic-linking with
569 --with-modules, required modules can be specified using
570 --with-modules="/path/to/mod.la" and will be linked
571 statically on platforms that don't support dynamic loading,
572 configure libltdl, configure libtool for dlopening
573 * libltdl: added using libtoolize -c --ltdl
574
38c1d3c4
GH
5752000-01-09 Gary Houston <ghouston@arglist.com>
576
577 * configure.in: check whether localtime caches TZ. copied from
578 Emacs 20.5.
579 * acconfig.h: add LOCALTIME_CACHE.
580
dceef6be
GB
581Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
582
583 * configure.in: Make it be guile-snarf.awk, since we'll be
584 switching names for guile-doc-snarf. (I wouldn't have changed
585 this, but I was getting ready to commit this way when the below
586 change was committed).
587
763a6716
MD
5881999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
589
590 * configure.in: Create guile-doc-snarf.awk.
591
6aca8c6c
GB
5921999-12-12 Greg J. Badros <gjb@cs.washington.edu>
593
72f1168d 594 * configure.in: Create guile-doc-snarf, chmod +x that script after
6aca8c6c
GB
595 AC_OUTPUTted.
596
5971999-12-10 Greg J. Badros <gjb@cs.washington.edu>
6e706938
GB
598
599 * NEWS: More complete description for --enable-debug-freelist.
600
aee8ca3f
GH
6011999-12-09 Gary Houston <ghouston@freewire.co.uk>
602
603 * configure.in (CFLAGS): don't add -Wpointer-arith, since it
604 causes numerous spurious warnings with recent gcc and/or glibc
605 versions.
606
afe5177e
GH
6071999-11-19 Gary Houston <ghouston@freewire.co.uk>
608
609 * acconfig.h: add HAVE_ARRAYS.
610
611 * configure.in: add --disable-arrays option, probably temporary.
612
5c11cc9d
GH
6131999-11-17 Gary Houston <ghouston@freewire.co.uk>
614
615 * configure.in: check for hstrerror.
616
5d94b2fe
JB
6171999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
618
e8ff4648
JB
619 * autogen.sh: Don't call autoreconf at all; it's not reliable.
620 Instead, call the various tools explicitly. Invoke
621 guile-readline's autogen.sh script.
0cbedb5b
JB
622
623 Straighten up the situation regarding guile.m4 and qthreads.m4.
72f1168d 624
0cbedb5b
JB
625 We can't have .m4 files which are installed where aclocal can
626 see them, but also used by guile's own configure.in, because
627 aclocal will read both copies, complain about duplicate macro
628 definitions, and refuse to generate aclocal.m4 at all. This
629 happens if you invoke it as `aclocal -I .', as autoreconf does.
630 This is probably a flaw in the autotools, but Guile doesn't need
631 that flaw fixed immediately.
632
633 guile.m4 is intended for use by people linking against guile, so
634 it needs to be installed. But Guile itself doesn't use it. So
635 move guile.m4 into guile-config. That makes sense, since
636 guile.m4's GUILE_FLAGS macro is just an easy way to call
637 guile-config.
638
639 qthreads.m4 is indented to help configure a qthreads tree. It's
640 only useful to a package which actually includes a qthreads tree,
641 and it's intimately related to that tree, so it's not useful to
642 install this. So don't install it.
643
644 * guile.m4: Moved to guile-config.
645 * Makefile.am (aclocaldir, aclocal_DATA): Delete.
646 (EXTRA_DIST): Move qthreads.m4 here.
647
5d94b2fe
JB
648 Don't store generated files in the repository any more. Instead,
649 require people to run autogen.sh on trees from snapshots and CVS.
0cbedb5b 650 * Makefile.in, aclocal.m4, configure: Deleted.
5d94b2fe
JB
651 * autogen.sh: New file.
652 * ANON-CVS, SNAPSHOTS: Updated instructions.
653
dc4d930b
JB
6541999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
655
656 * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
657
6e706938 6581999-09-27 Greg J. Badros <gjb@cs.washington.edu>
15526538
GB
659
660 * configure.in: Added --enable-debug-freelist option.
661
fca7547b 662 * acconfig.h: Added GUILE_DEBUG_FREELIST.
15526538 663
52cfc69b
GH
6641999-09-23 Gary Houston <ghouston@freewire.co.uk>
665
666 * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
667 FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
668
669 * configure.in: new options --disable-posix, --disable-net
670 and --disable-regex
671 export HAVE_POSIX and HAVE_NETWORKING definitions.
672 don't add regex-posix.o to LIBOBJS if regex disabled.
673
674 LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
675 conditionally.
676
bab4e1cc
JB
6771999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
678
679 * Guile 1.3.4 released.
680
fc97c626
JB
6811999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
682
683 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
684 libtool knows how to get ANSI C behavior from the compiler.
685 * configure: Regenerated.
686
7ee92fce
GH
6871999-09-20 Gary Houston <ghouston@freewire.co.uk>
688
689 * configure.in: check availability of siginterrupt.
690
08b8c694
GH
6911999-09-18 Gary Houston <ghouston@freewire.co.uk>
692
693 * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
694 testing for SA_RESTART.
695
7cdbcc7d
MD
6961999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
697
698 * configure.in: Removed ice-9/version.scm from AC_OUTPUT.
699
e1f20ec6
JB
7001999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
701
702 * configure.in (GUILE_STAMP): Don't set this variable, or
703 substitute it into anything. Full explanation in ice-9/ChangeLog.
704 * configure, Makefile.in: Regenerated.
72f1168d 705
ffe70f9c
JB
7061999-09-06 James Blandy <jimb@mule.m17n.org>
707
708 Propagate the changes of 2 Sept the rest of the way through.
709 * configure: Regenerated.
710 * Makefile.in: Regenerated. Not sure why this diff is so big.
711
e127c348
JB
7121999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
713
714 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
715 variable name. (Thanks to Bill Schottstaedt.)
9918cf63 716 * aclocal.m4: Regenerated.
e127c348 717
655f19ab
MD
7181999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
719
720 * configure.in: Test for presence of function on_exit.
721
b074884f
JB
7221999-09-01 James Blandy <jimb@mule.m17n.org>
723
724 * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
725 the system doesn't have memmove. Don't test for memmove and bcopy
726 with AC_CHECK_FUNCS.
727 * configure: Regenerated.
728
a7098335
MD
7291999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
730
731 * configure.in: Test for atexit.
732
9a26d6f9
MD
7331999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
734
b030b39b
MD
735 * acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
736
9a26d6f9
MD
737 * configure.in: Test for presence of S_ISLNK in sys/stat.h.
738 (Thanks to Bernard Urban.)
739 Test for memmove and bcopy. (Thanks to
a7098335 740 suzukis@file.phys.tohoku.ac.jp.)
9a26d6f9
MD
741
742 * acconfig.h: Added HAVE_S_ISLNK.
743
a05cba61
JB
7441999-08-20 James Blandy <jimb@mule.m17n.org>
745
0a852b94
JB
746 * Guile 1.3.2 released.
747
a05cba61
JB
748 * Makefile.in: Regenerated.
749
f29f2933
MD
7501999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
751
752 * README, config.guess, config.sub, liconfig, ltmain.sh: Switched
753 to libtool-1.3.3.
754
0e8a8468
MV
7551999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
756
757 Added guile-readline subdirectory with the removed readline
758 support.
759 * guile-readline: New directory, see ChangeLog there.
760 * configure.in: Cause configure to descend into guile-readline
761 dir.
762 * Makefile.am: Likewise for make.
763 * NEWS: Explain how to activate the readline support.
764 * configure, Makefile.in: Regenerated.
72f1168d 765
3144e1a9
JB
7661999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
767
768