* snarf-check-and-output-texi: rewrite.
[bpt/guile.git] / ChangeLog
CommitLineData
6b41a313
MG
12001-06-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
2
3 * libguile.h: Removed inclusion of libguile/tag.h.
4
eb6c2de8
MV
52001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
6
7 * libguile.h (scm_cond_t, scm_key_t, scm_mutex_t): Only define
8 these when using threads.
9
4ff9f825
MV
102001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
11
4927dd28
MV
12 * libguile.h: Added deprecated section with the olde type names.
13
4ff9f825
MV
14 * configure.in: Check for header <stdint.h>. Check for uintptr_t
15 type. Use AC_CHECK_TYPES for this. Do not caus ptrdiff_t to be
16 `#defined'.
17
18 * acconfig.h (ptrdiff_t): Removed.
19
e01970a5
MG
202001-06-05 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
21
22 * configure.in: Generate examples/box-dynamic-module/Makefile.
23
c794483c
MV
242001-06-03 Marius Vollmer <mvo@zagadka.ping.de>
25
26 * configure.in (AC_CONFIG_FILES, AC_CONFIG_COMMANDS): Add
27 guile-snarf.
28
9454d8d5
RB
292001-06-02 Rob Browning <rlb@cs.utexas.edu>
30
31 * configure.in: changes for autoconf 2.50.
32 (AC_PREREQ): require at least autoconf 2.50.
33 (AC_INIT): no longer takes an arg.
34 (AC_CONFIG_SRCDIR): takes arg AC_INIT used to take.
35 (AC_STRUCT_ST_RDEV): changed -> AC_CHECK_MEMBERS.
36 (AC_STRUCT_ST_BLKSIZE): deprecated -> AC_CHECK_MEMBERS.
37 (AC_STRUCT_ST_BLOCKS): use it rather than our version.
38 (AC_CONFIG_FILES): now generated files go here, not in AC_OUTPUT.
39 (AC_CONFIG_COMMANDS): now actions go here, not in AC_OUTPUT.
40 (AC_OUTPUT): no longer takes args.
41
42 * acinclude.m4: AC_LANG not a variable now -- use __cplusplus
43 unconditionally .
44
114f9bab
MV
452001-06-02 Marius Vollmer <mvo@zagadka.ping.de>
46
47 * configure.in: Check for mkstemp via AC_REPLACE_FUNCS. Thanks to
48 I. N. Golubev!
49
ee2718a9
MG
502001-06-01 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
51
52 * configure.in: Generate examples/box-dynamic/Makefile.
53
2de7ddb7
MG
542001-05-31 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
55
56 * Makefile.am (EXTRA_DIST): New subdirectory `examples'.
57
58 * configure.in: Added all Makefiles in the `examples' directory to
59 AC_OUTPUT.
60
f501d0d4
ML
612001-05-31 Michael Livshin <mlivshin@bigfoot.com>
62
63 * configure.in: generate guile-snarf-docs & guile-snarf-docs-texi.
64 don't generate guile-snarf.awk.
65
66 * Makefile.am (EXTRA_DIST): add test-suite.
67
1db81cb0
ML
682001-05-28 Michael Livshin <mlivshin@bigfoot.com>
69
70 * check-guile.in: fix to be runnable when srcdir!=builddir.
71
f3f70257
ML
722001-05-26 Michael Livshin <mlivshin@bigfoot.com>
73
74 revert the controversial part of the 2001-05-23 changes
75
1be6b49c
ML
762001-05-23 Michael Livshin <mlivshin@bigfoot.com>
77
78 * configure.in: configury for SCM_[U]BITS_T, some more sizeofs.
79 also, make sure that the integral type choosen to represent an SCM
80 has exactly the same size as a void pointer.
81
82 * acconfig.h: add undefs for SCM_BITS_T, SCM_UBITS_T,
83 SCM_SIZEOF_BITS_T, ptrdiff_t.
84
c81ea65d
RB
852001-05-16 Rob Browning <rlb@cs.utexas.edu>
86
87 * configure.in: add AC_SUBST for GUILE_MICRO_VERSION.
88
89 * GUILE-VERSION
90 (GUILE_VERSION): now MAJOR.MINOR.MICRO
91 (GUILE_MICRO_VERSION): new variable, records final revision.
92 i.e. the 5 in 1.6.5. MINOR_VERSION is now just the middle number,
93 i.e. the 6.
94
887dfa7d
DH
952001-05-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
96
97 * acconfig.h, configure.in: Renamed
98 GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEPRECATED_DEFAULT.
99
11bbab47
MV
1002001-05-15 Marius Vollmer <mvo@zagadka.ping.de>
101
102 * acinclude.m4: Removed copy of "libtool.m4".
103
5cd06d5e
DH
1042001-05-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
105
106 * configure.in (SCM_DEBUG_DEPRECATED): Always defined.
107
a232c19e
TTN
1082001-05-13 Thien-Thi Nguyen <ttn@revel.glug.org>
109
928f20fb
TTN
110 * AUTHORS (Martin Grabmueller, Thien-Thi Nguyen): Update.
111
a232c19e
TTN
112 * HACKING: Update copyright.
113 Add blurb pointing to devel/tasks.text.
114
c8750173
TTN
1152001-05-11 Thien-Thi Nguyen <ttn@revel.glug.org>
116
117 * check-guile.in: For SRFI testing, set and export env
118 var `LTDL_LIBRARY_PATH'.
119
75141eb0
NJ
1202001-05-07 Neil Jerram <neil@ossau.uklinux.net>
121
122 * AUTHORS: Add docs-related authorship details.
123
c10ecc4c
MV
1242001-05-05 Marius Vollmer <mvo@zagadka.ping.de>
125
126 * configure.in (--enable-deprecated): Recognize "shutup" option
127 argument and turn it into the default warning level "no".
128
018a53a1
GH
1292001-05-05 Gary Houston <ghouston@arglist.com>
130
131 * acconfig.h: add HAVE_IPV6.
132 * configure.in: check whether we can compile with IPv6 support.
133
26f798bd
TTN
1342001-05-04 Thien-Thi Nguyen <ttn@revel.glug.org>
135
136 * guile-tools.in: New file.
137
138 * configure.in (AC_OUTPUT): Add guile-tools, and make
139 executable.
140
141 * Makefile.am (bin_SCRIPTS): New var.
142
c5316ea3
GH
1432001-05-04 Gary Houston <ghouston@arglist.com>
144
145 * configure.in: check whether uint32_t is defined when netdb.h
146 is included.
147 acconfig.h: added HAVE_UINT32_T.
148
7440341c
MV
1492001-05-02 Marius Vollmer <mvo@zagadka.ping.de>
150
151 * configure.in: Added handling of `--enable-deprecated'.
152
153 * acconfig.h (SCM_DEBUG_DEPRECATED,
154 GUILE_WARN_DEPRECATED_DEFAULT): Added.
155
14a7d5f8
TTN
1562001-04-29 Thien-Thi Nguyen <ttn@revel.glug.org>
157
158 * Makefile.am (SUBDIRS): Add "scripts".
159
160 * configure.in (AC_OUTPUT): Add scripts/Makefile.
161
7e267da1
GH
1622001-04-29 Gary Houston <ghouston@arglist.com>
163
164 * libguile.h: include rw.h.
165
f2a75d81
RB
1662001-04-27 Rob Browning <rlb@cs.utexas.edu>
167
168 * GUILE-VERSION (GUILE_MINOR_VERSION): change to 5.0, switching to
169 the new odd/even ustable/stable version numbering scheme.
170 (LIBGUILEQTHREADS_MAJOR_VERSION): change to 10 to match Debian and
171 libguile. In the future, libguile and libguileqthreads may not
172 stay in sync. This still doesn't appear to affect
173 libguileqthreads, but we'll fix that next.
174
1f7a1dc9
MG
1752001-04-25 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
176
177 * configure.in: Don't treat srfi directory specially, just create
178 the Makefile there (thanks to Neil Jerram for the patch).
179
6c44688a
MG
1802001-04-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
181
182 * Makefile.am (SUBDIRS): Added `srfi'.
183
184 * configure.in: Added subdirectory `srfi' to build process.
185
186 * libguile.h: Added inclusion of `values.h'.
187
2a0ef8b7
GH
1882001-04-22 Gary Houston <ghouston@arglist.com>
189
190 * configure.in: check for inet_pton and inet_ntop.
191
67641981
GH
1922001-04-20 Gary Houston <ghouston@arglist.com>
193
194 * acconfig.h: include HAVE_SIN6_SCOPE_ID.
195 * configure.in: check for sin6_scope_id in sockaddr_in6.
196
a9d861e3
MD
1972001-04-19 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
198
199 * RELEASE: Added deprecated macro SCM_ARRAY_CONTIGUOUS
200
31e74a57
GH
2012001-04-17 Gary Houston <ghouston@arglist.com>
202
203 * configure.in: run the autoconf BIGENDIAN check.
204
0da6608d
DH
2052001-04-12 Niibe Yutaka <gniibe@m17n.org>
206
207 * GUILE-VERSION (LIBGUILEQTHREADS_MAJOR_VERSION,
208 LIBGUILEQTHREADS_MINOR_VERSION, LIBGUILEQTHREADS_REVISION_VERSION,
209 LIBGUILEQTHREADS_VERSION): Added libguileqthreads version info.
210
211 * configure.in: Likewise.
212
f22ed5a0
KN
2132001-04-11 Keisuke Nishida <kxn30@po.cwru.edu>
214
215 * configure.in (AC_CHECK_FUNCS): Don't check bzero.
216 (GUILE_FUNC_DECLARED): Removed checking of bzero.
217 Thanks to NIIBE Yutaka.
218
f2e61fc1
MD
2192001-04-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
220
221 * Undeprecated scm_init_oop_goopscore_module.
222
72f1168d
TTN
2232001-03-25 Thien-Thi Nguyen <ttn@revel.glug.org>
224
225 * check-guile.in: Fix sh standard conformance bug: Replace
226 "test -e" with "test -f". Thanks to Alexander Klimov.
227
a4928305
GH
2282001-03-19 Gary Houston <ghouston@arglist.com>
229
230 * check-guile.in: rename $parent to $srcdir. if it's equal to "."
231 set it to `pwd`.
232
66301f9a
GH
233 * check-guile.in: 16 documentation tests were failing if "make
234 check" was run before Guile had been installed with the current
235 --prefix. made various changes to the script so that it runs
236 without a cd to the test-suite directory. For the -i option,
237 don't point GUILE_LOAD_PATH to the current directory, but let it
238 use it's own scheme library.
239
51cfd7da
GH
2402001-03-18 Gary Houston <ghouston@arglist.com>
241
242 * check-guile.in: use @srcdir@ instead of @test_suite_dir@. use
243 the current directory (build dir) not srcdir to find guile
244 executable. otherwise "make check" doesn't work with a separate
245 build directory. create the test log in
246 $build_dir/check-guile.log instead of in srcdir/test-suite
247 directory.
248 * configure.in: don't define or substitute test_suite_dir.
249
e9e225e5
GH
2502001-03-17 Gary Houston <ghouston@arglist.com>
251
252 * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,
253 since EXTRA_DOT_DOC_FILES is redefined later. define
254 EXTRA_DOT_X_FILES and hand it to AC_SUBST.
255
94e6d793
MG
2562001-03-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
257
258 * configure.in: Added header checks for crypt.h, sys/resource.h
259 and sys/file.h, function checks for chroot, flock, getlogin,
260 cuserid, getpriority, setpriority, getpass, sethostname,
261 gethostname, and for crypt() in libcrypt.
262
fff043ab
NJ
2632001-03-09 Neil Jerram <neil@ossau.uklinux.net>
264
265 * configure.in (htmldoc): Merge handling of `--enable-htmldoc'
266 option from guile-doc/configure.in.
267
d42df055
DH
2682001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
269
270 * libguile.h: Removed #include "libguile/dump.h".
271
ec896089
KN
2722001-02-02 Keisuke Nishida <kxn30@po.cwru.edu>
273
274 * libguile.h: Added #include "libguile/dump.h".
275
c2886a5a
MD
2762001-01-29 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
277
278 * libguile.h: Added #include "libguile/rdelim.h".
279
1ff7abbe
DH
2802001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
281
282 The following patch was sent by Thien-Thi Nguyen.
283
284 * check-guile.in: New file.
285
286 * Makefile.am: Add TESTS rule.
287
288 * configure.in: Add support for "make check".
289
f0942910
DH
2902000-11-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
291
292 * acconfig.h: Removed bogus #ifndef. Thanks to Lars J. Aas.
293
14f1d9fe
MD
2942000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
295
296 * GUILE-VERSION (LIBGUILE_MAJOR_VERSION): Incremented major
297 version number to 10 due to the merge of GOOPS.
298
299 * oop: New directory.
300
e4dba4c7
KN
3012000-09-20 Keisuke Nishida <kxn30@po.cwru.edu>
302
467ab77e 303 * libguile.h: #include "libguile/properties.h".
e4dba4c7 304
45605b53
GH
3052000-09-17 Gary Houston <ghouston@arglist.com>
306
307 * configure.in, acconfig.h: remove the GCSE test: it doesn't seem
308 to be reliable on all platforms.
309
e494e76d
GH
3102000-08-18 Gary Houston <ghouston@arglist.com>
311
312 * acconfig.h: added BROKEN_GCSE.
313 * configure.in: check for a gcc GCSE optimisation bug.
314
42aae633
GH
3152000-07-31 Gary Houston <ghouston@arglist.com>
316
317 * acconfig.h: added HAVE_H_ERRNO
318 * configure.in: removed some dnl'd & obsolete cygwin stuff.
319 added a test for h_errno.
320
f9ed377d
MD
3212000-06-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
322
323 * Guile 1.4 released.
324
b5074b23
MD
3252000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
326
327 * GUILE-VERSION: Changed to work also when included by a Makefile
328 (e.g. debian/rules). (Thanks to Karl M. Hegbloom.)
329 (LIBGUILE_MAJOR_VERSION): Bumped to 9.
330 (GUILE_MINOR_VERSION): Bumped to 4.
331
f43aac9a
MD
3322000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
333
a8861fa0
MD
334 * libguile.h: Removed #include "libguile/kw.h".
335
9a8a1e8a
MD
336 * Makefile.am (ACLOCAL): Define as ./guile-aclocal.sh.
337 (The rule will cd to $(top_srcdir).)
338
339 * configure.in (EXTRA_DOT_DOC_FILES): Create from LIBOBJS and
340 substitute it into libguile/Makefile.
341
f43aac9a
MD
342 * HACKING: Updated recommended libtool version to be 1.3.5.
343
344 * RELEASE: Say that we should update HACKING to reflect the
345 versions of the tools we're using rather than README.
346
5cb6f99c
MD
3472000-06-02 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
348
349 * NOTES: Removed.
350
351 * TODO: Moved to devel/.
352
3ff0d90a
CB
3532000-06-01 Craig Brozefsky <craig@red-bean.com>
354
355 * GUILE-VERSION: added defnitions for LIBGUILE_MAJOR_VERSION,
356 LIBGUILE_MINOR_VERSION, LIBGUILE_REVISION_VERSION so that we now
357 define libguile.so version in a well-lit place.
358
359 * configure.in: added AC_SUBST lines for the new LIBGUILE version
360 variables.
72f1168d 361
65545721
ML
3622000-06-01 Michael Livshin <mlivshin@bigfoot.com>
363
364 * autogen.sh: call ./guile-aclocal.sh instead of aclocal.
72f1168d 365
65545721
ML
366 * guile-aclocal.sh: new file, works around aclocal problems.
367
b2728432
DH
3682000-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
369
370 * acconfig.h (USE_FSU_PTHREADS, USE_MIT_PTHREADS,
371 USE_PCTHREADS_PTHREADS): Removed.
372
7f5fa419
GH
3732000-05-01 Gary Houston <ghouston@arglist.com>
374
375 * Makefile.am: add include_HEADERS.
376 libguile.h: moved from libguile directory. maybe libguile.h should
377 be installed in $prefix/include/libguile/libguile.h instead?
378
9764c29b
MD
3792000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
380
e415cb06
MD
381 * qthreads.m4: Removed THREADS_CPPFLAGS.
382
383 * acinclude.m4: Removed qthreads macros. They are provided in
384 qthreads.m4, so these were redundant.
385
9764c29b
MD
386 * acconfig.h (GUILE_DEBUG_MALLOC): New.
387
388 * configure.in: New --enable-debug-malloc configuration option.
389
1978b33e
MD
3902000-03-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
391
392 * acconfig.h (GUILE_PTHREAD_COMPAT): New config variable.
393
394 * configure.in: Enable workaround for COOP-linuxthreads
64e3bf6c 395 compatibility on Linux systems.
1978b33e 396
55a85c78
MD
3972000-03-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
398
399 * devel: New directory. Intended to carry documentation related
400 to Guile development (as opposed to the doc directory which
401 contains documentation related to the use of the current Guile).
402 This directory (devel) is not included in the Guile distribution,
403 but is accessible via anonymous CVS.
404
fdc7ea2d
MD
4052000-03-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
406
407 * configure.in: Don't add iselect.o to LIBOBJS.
408
31d8abce
MD
4092000-03-13 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
410
411 * configure.in: Added end-tag for local variables. (Thanks to
412 Thien-Thi Nguyen.)
413
244fdc2f
GH
4142000-03-12 Gary Houston <ghouston@arglist.com>
415
416 * README (Guile Documentation, About This Distribution): updated.
417
f3b5e185
MD
4182000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
419
420 * configure.in (ac_cv_struct_timespec): Added test for struct
421 timespec.
422
423 * acconfig.h (HAVE_STRUCT_TIMESPEC): Added.
424
3a721413
MV
4252000-01-25 Marius Vollmer <mvo@zagadka.ping.de>
426
427 * autogen.sh: Call libtoolize. Pass --add-missing option to
428 automake. Do not decent into libltdl directory. The libltdl
429 directory is now populated by libtoolize and does not need any
430 further autogeneration.
431
d831b039
GH
4322000-01-23 Gary Houston <ghouston@arglist.com>
433
434 * configure.in: check for fchown.
435
a0a7b83b
MD
436Tue Jan 18 12:55:15 2000 Mikael Djurfeldt <mdj@r11n07-s.pdc.kth.se>
437
438 * acinclude.m4 (AC_LIBLTDL_CONVENIENCE): Add $(top_srcdir)/libltdl
439 instead of $(top_builddir)/libltdl to includepath.
440
56cfe22b
MD
4412000-01-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
442
443 * emacs: New subdirectory for elisp tools.
444
657fcb5a
MV
4452000-01-15 Marius Vollmer <mvo@zagadka.ping.de>
446
447 * README, HACKING: Moved "Hacking it yourself" section from README
448 to HACKING. Updated recommended libtool version to be 1.3.4.
449
dc914156
GH
4502000-01-14 Gary Houston <ghouston@arglist.com>
451
452 * configure.in: needs to have --disable-networking, not
453 --disable-net.
454
fb4956c9
MD
4552000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
456
457 * libltdl/acconfig.h: New file: Needed by autogen.sh.
458
88423ab1
GB
459Tue Jan 11 13:42:35 2000 Greg J. Badros <gjb@cs.washington.edu>
460
461 * autogen.sh: Added messages as we run autogen in subdirectories.
462
463 * configure.in: Output libugile/guile-func-name-check script, and
72f1168d 464 chmod +x it.
88423ab1 465
0d90b76d
MV
4662000-01-11 Marius Vollmer <mvo@zagadka.ping.de>
467
468 * libltdl/autogen.sh: New file.
469 * autogen.sh: Invoke libltdl/autogen.sh.
470
4712000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
472
473 Finally applied the libltdl patch from Thomas Tanner, with slight
474 modifications. All code copied from the libtool package is from
475 libtool-1.3.4.
476
477 * configure.in: Make "--with-modules=yes" the default. Do not
478 clear INCLTDL, LIBLTDL prior to processing "--with-modules".
72f1168d 479
0d90b76d
MV
480 1999-07-25 Thomas Tanner <tanner@ffii.org>
481
482 * Makefile.am: add libltdl to SUBDIRS, automake automatically
483 includes ltconfig, ltmain.sh and acconfig.h in EXTRA_DIST
484 * acinclude.m4: remove GUILE_DLSYM_USCORE, add libtool.m4
485 (no need to install libtool any more)
486 * configure.in: replace --enable-dynamic-linking with
487 --with-modules, required modules can be specified using
488 --with-modules="/path/to/mod.la" and will be linked
489 statically on platforms that don't support dynamic loading,
490 configure libltdl, configure libtool for dlopening
491 * libltdl: added using libtoolize -c --ltdl
492
38c1d3c4
GH
4932000-01-09 Gary Houston <ghouston@arglist.com>
494
495 * configure.in: check whether localtime caches TZ. copied from
496 Emacs 20.5.
497 * acconfig.h: add LOCALTIME_CACHE.
498
dceef6be
GB
499Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
500
501 * configure.in: Make it be guile-snarf.awk, since we'll be
502 switching names for guile-doc-snarf. (I wouldn't have changed
503 this, but I was getting ready to commit this way when the below
504 change was committed).
505
763a6716
MD
5061999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
507
508 * configure.in: Create guile-doc-snarf.awk.
509
6aca8c6c
GB
5101999-12-12 Greg J. Badros <gjb@cs.washington.edu>
511
72f1168d 512 * configure.in: Create guile-doc-snarf, chmod +x that script after
6aca8c6c
GB
513 AC_OUTPUTted.
514
5151999-12-10 Greg J. Badros <gjb@cs.washington.edu>
6e706938
GB
516
517 * NEWS: More complete description for --enable-debug-freelist.
518
aee8ca3f
GH
5191999-12-09 Gary Houston <ghouston@freewire.co.uk>
520
521 * configure.in (CFLAGS): don't add -Wpointer-arith, since it
522 causes numerous spurious warnings with recent gcc and/or glibc
523 versions.
524
afe5177e
GH
5251999-11-19 Gary Houston <ghouston@freewire.co.uk>
526
527 * acconfig.h: add HAVE_ARRAYS.
528
529 * configure.in: add --disable-arrays option, probably temporary.
530
5c11cc9d
GH
5311999-11-17 Gary Houston <ghouston@freewire.co.uk>
532
533 * configure.in: check for hstrerror.
534
5d94b2fe
JB
5351999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
536
e8ff4648
JB
537 * autogen.sh: Don't call autoreconf at all; it's not reliable.
538 Instead, call the various tools explicitly. Invoke
539 guile-readline's autogen.sh script.
0cbedb5b
JB
540
541 Straighten up the situation regarding guile.m4 and qthreads.m4.
72f1168d 542
0cbedb5b
JB
543 We can't have .m4 files which are installed where aclocal can
544 see them, but also used by guile's own configure.in, because
545 aclocal will read both copies, complain about duplicate macro
546 definitions, and refuse to generate aclocal.m4 at all. This
547 happens if you invoke it as `aclocal -I .', as autoreconf does.
548 This is probably a flaw in the autotools, but Guile doesn't need
549 that flaw fixed immediately.
550
551 guile.m4 is intended for use by people linking against guile, so
552 it needs to be installed. But Guile itself doesn't use it. So
553 move guile.m4 into guile-config. That makes sense, since
554 guile.m4's GUILE_FLAGS macro is just an easy way to call
555 guile-config.
556
557 qthreads.m4 is indented to help configure a qthreads tree. It's
558 only useful to a package which actually includes a qthreads tree,
559 and it's intimately related to that tree, so it's not useful to
560 install this. So don't install it.
561
562 * guile.m4: Moved to guile-config.
563 * Makefile.am (aclocaldir, aclocal_DATA): Delete.
564 (EXTRA_DIST): Move qthreads.m4 here.
565
5d94b2fe
JB
566 Don't store generated files in the repository any more. Instead,
567 require people to run autogen.sh on trees from snapshots and CVS.
0cbedb5b 568 * Makefile.in, aclocal.m4, configure: Deleted.
5d94b2fe
JB
569 * autogen.sh: New file.
570 * ANON-CVS, SNAPSHOTS: Updated instructions.
571
dc4d930b
JB
5721999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
573
574 * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
575
6e706938 5761999-09-27 Greg J. Badros <gjb@cs.washington.edu>
15526538
GB
577
578 * configure.in: Added --enable-debug-freelist option.
579
fca7547b 580 * acconfig.h: Added GUILE_DEBUG_FREELIST.
15526538 581
52cfc69b
GH
5821999-09-23 Gary Houston <ghouston@freewire.co.uk>
583
584 * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
585 FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
586
587 * configure.in: new options --disable-posix, --disable-net
588 and --disable-regex
589 export HAVE_POSIX and HAVE_NETWORKING definitions.
590 don't add regex-posix.o to LIBOBJS if regex disabled.
591
592 LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
593 conditionally.
594
bab4e1cc
JB
5951999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
596
597 * Guile 1.3.4 released.
598
fc97c626
JB
5991999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
600
601 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
602 libtool knows how to get ANSI C behavior from the compiler.
603 * configure: Regenerated.
604
7ee92fce
GH
6051999-09-20 Gary Houston <ghouston@freewire.co.uk>
606
607 * configure.in: check availability of siginterrupt.
608
08b8c694
GH
6091999-09-18 Gary Houston <ghouston@freewire.co.uk>
610
611 * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
612 testing for SA_RESTART.
613
7cdbcc7d
MD
6141999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
615
616 * configure.in: Removed ice-9/version.scm from AC_OUTPUT.
617
e1f20ec6
JB
6181999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
619
620 * configure.in (GUILE_STAMP): Don't set this variable, or
621 substitute it into anything. Full explanation in ice-9/ChangeLog.
622 * configure, Makefile.in: Regenerated.
72f1168d 623
ffe70f9c
JB
6241999-09-06 James Blandy <jimb@mule.m17n.org>
625
626 Propagate the changes of 2 Sept the rest of the way through.
627 * configure: Regenerated.
628 * Makefile.in: Regenerated. Not sure why this diff is so big.
629
e127c348
JB
6301999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
631
632 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
633 variable name. (Thanks to Bill Schottstaedt.)
9918cf63 634 * aclocal.m4: Regenerated.
e127c348 635
655f19ab
MD
6361999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
637
638 * configure.in: Test for presence of function on_exit.
639
b074884f
JB
6401999-09-01 James Blandy <jimb@mule.m17n.org>
641
642 * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
643 the system doesn't have memmove. Don't test for memmove and bcopy
644 with AC_CHECK_FUNCS.
645 * configure: Regenerated.
646
a7098335
MD
6471999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
648
649 * configure.in: Test for atexit.
650
9a26d6f9
MD
6511999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
652
b030b39b
MD
653 * acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
654
9a26d6f9
MD
655 * configure.in: Test for presence of S_ISLNK in sys/stat.h.
656 (Thanks to Bernard Urban.)
657 Test for memmove and bcopy. (Thanks to
a7098335 658 suzukis@file.phys.tohoku.ac.jp.)
9a26d6f9
MD
659
660 * acconfig.h: Added HAVE_S_ISLNK.
661
a05cba61
JB
6621999-08-20 James Blandy <jimb@mule.m17n.org>
663
0a852b94
JB
664 * Guile 1.3.2 released.
665
a05cba61
JB
666 * Makefile.in: Regenerated.
667
f29f2933
MD
6681999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
669
670 * README, config.guess, config.sub, liconfig, ltmain.sh: Switched
671 to libtool-1.3.3.
672
0e8a8468
MV
6731999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
674
675 Added guile-readline subdirectory with the removed readline
676 support.
677 * guile-readline: New directory, see ChangeLog there.
678 * configure.in: Cause configure to descend into guile-readline
679 dir.
680 * Makefile.am: Likewise for make.
681 * NEWS: Explain how to activate the readline support.
682 * configure, Makefile.in: Regenerated.
72f1168d 683
3144e1a9
JB
6841999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
685
686