(AC_CONFIG_FILES, AC_CONFIG_COMMANDS): Add
[bpt/guile.git] / ChangeLog
CommitLineData
9454d8d5
RB
12001-06-02 Rob Browning <rlb@cs.utexas.edu>
2
3 * configure.in: changes for autoconf 2.50.
4 (AC_PREREQ): require at least autoconf 2.50.
5 (AC_INIT): no longer takes an arg.
6 (AC_CONFIG_SRCDIR): takes arg AC_INIT used to take.
7 (AC_STRUCT_ST_RDEV): changed -> AC_CHECK_MEMBERS.
8 (AC_STRUCT_ST_BLKSIZE): deprecated -> AC_CHECK_MEMBERS.
9 (AC_STRUCT_ST_BLOCKS): use it rather than our version.
10 (AC_CONFIG_FILES): now generated files go here, not in AC_OUTPUT.
11 (AC_CONFIG_COMMANDS): now actions go here, not in AC_OUTPUT.
12 (AC_OUTPUT): no longer takes args.
13
14 * acinclude.m4: AC_LANG not a variable now -- use __cplusplus
15 unconditionally .
16
114f9bab
MV
172001-06-02 Marius Vollmer <mvo@zagadka.ping.de>
18
19 * configure.in: Check for mkstemp via AC_REPLACE_FUNCS. Thanks to
20 I. N. Golubev!
21
ee2718a9
MG
222001-06-01 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
23
24 * configure.in: Generate examples/box-dynamic/Makefile.
25
2de7ddb7
MG
262001-05-31 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
27
28 * Makefile.am (EXTRA_DIST): New subdirectory `examples'.
29
30 * configure.in: Added all Makefiles in the `examples' directory to
31 AC_OUTPUT.
32
f501d0d4
ML
332001-05-31 Michael Livshin <mlivshin@bigfoot.com>
34
35 * configure.in: generate guile-snarf-docs & guile-snarf-docs-texi.
36 don't generate guile-snarf.awk.
37
38 * Makefile.am (EXTRA_DIST): add test-suite.
39
1db81cb0
ML
402001-05-28 Michael Livshin <mlivshin@bigfoot.com>
41
42 * check-guile.in: fix to be runnable when srcdir!=builddir.
43
f3f70257
ML
442001-05-26 Michael Livshin <mlivshin@bigfoot.com>
45
46 revert the controversial part of the 2001-05-23 changes
47
1be6b49c
ML
482001-05-23 Michael Livshin <mlivshin@bigfoot.com>
49
50 * configure.in: configury for SCM_[U]BITS_T, some more sizeofs.
51 also, make sure that the integral type choosen to represent an SCM
52 has exactly the same size as a void pointer.
53
54 * acconfig.h: add undefs for SCM_BITS_T, SCM_UBITS_T,
55 SCM_SIZEOF_BITS_T, ptrdiff_t.
56
c81ea65d
RB
572001-05-16 Rob Browning <rlb@cs.utexas.edu>
58
59 * configure.in: add AC_SUBST for GUILE_MICRO_VERSION.
60
61 * GUILE-VERSION
62 (GUILE_VERSION): now MAJOR.MINOR.MICRO
63 (GUILE_MICRO_VERSION): new variable, records final revision.
64 i.e. the 5 in 1.6.5. MINOR_VERSION is now just the middle number,
65 i.e. the 6.
66
887dfa7d
DH
672001-05-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
68
69 * acconfig.h, configure.in: Renamed
70 GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEPRECATED_DEFAULT.
71
11bbab47
MV
722001-05-15 Marius Vollmer <mvo@zagadka.ping.de>
73
74 * acinclude.m4: Removed copy of "libtool.m4".
75
5cd06d5e
DH
762001-05-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
77
78 * configure.in (SCM_DEBUG_DEPRECATED): Always defined.
79
a232c19e
TTN
802001-05-13 Thien-Thi Nguyen <ttn@revel.glug.org>
81
928f20fb
TTN
82 * AUTHORS (Martin Grabmueller, Thien-Thi Nguyen): Update.
83
a232c19e
TTN
84 * HACKING: Update copyright.
85 Add blurb pointing to devel/tasks.text.
86
c8750173
TTN
872001-05-11 Thien-Thi Nguyen <ttn@revel.glug.org>
88
89 * check-guile.in: For SRFI testing, set and export env
90 var `LTDL_LIBRARY_PATH'.
91
75141eb0
NJ
922001-05-07 Neil Jerram <neil@ossau.uklinux.net>
93
94 * AUTHORS: Add docs-related authorship details.
95
c10ecc4c
MV
962001-05-05 Marius Vollmer <mvo@zagadka.ping.de>
97
98 * configure.in (--enable-deprecated): Recognize "shutup" option
99 argument and turn it into the default warning level "no".
100
018a53a1
GH
1012001-05-05 Gary Houston <ghouston@arglist.com>
102
103 * acconfig.h: add HAVE_IPV6.
104 * configure.in: check whether we can compile with IPv6 support.
105
26f798bd
TTN
1062001-05-04 Thien-Thi Nguyen <ttn@revel.glug.org>
107
108 * guile-tools.in: New file.
109
110 * configure.in (AC_OUTPUT): Add guile-tools, and make
111 executable.
112
113 * Makefile.am (bin_SCRIPTS): New var.
114
c5316ea3
GH
1152001-05-04 Gary Houston <ghouston@arglist.com>
116
117 * configure.in: check whether uint32_t is defined when netdb.h
118 is included.
119 acconfig.h: added HAVE_UINT32_T.
120
7440341c
MV
1212001-05-02 Marius Vollmer <mvo@zagadka.ping.de>
122
123 * configure.in: Added handling of `--enable-deprecated'.
124
125 * acconfig.h (SCM_DEBUG_DEPRECATED,
126 GUILE_WARN_DEPRECATED_DEFAULT): Added.
127
14a7d5f8
TTN
1282001-04-29 Thien-Thi Nguyen <ttn@revel.glug.org>
129
130 * Makefile.am (SUBDIRS): Add "scripts".
131
132 * configure.in (AC_OUTPUT): Add scripts/Makefile.
133
7e267da1
GH
1342001-04-29 Gary Houston <ghouston@arglist.com>
135
136 * libguile.h: include rw.h.
137
f2a75d81
RB
1382001-04-27 Rob Browning <rlb@cs.utexas.edu>
139
140 * GUILE-VERSION (GUILE_MINOR_VERSION): change to 5.0, switching to
141 the new odd/even ustable/stable version numbering scheme.
142 (LIBGUILEQTHREADS_MAJOR_VERSION): change to 10 to match Debian and
143 libguile. In the future, libguile and libguileqthreads may not
144 stay in sync. This still doesn't appear to affect
145 libguileqthreads, but we'll fix that next.
146
1f7a1dc9
MG
1472001-04-25 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
148
149 * configure.in: Don't treat srfi directory specially, just create
150 the Makefile there (thanks to Neil Jerram for the patch).
151
6c44688a
MG
1522001-04-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
153
154 * Makefile.am (SUBDIRS): Added `srfi'.
155
156 * configure.in: Added subdirectory `srfi' to build process.
157
158 * libguile.h: Added inclusion of `values.h'.
159
2a0ef8b7
GH
1602001-04-22 Gary Houston <ghouston@arglist.com>
161
162 * configure.in: check for inet_pton and inet_ntop.
163
67641981
GH
1642001-04-20 Gary Houston <ghouston@arglist.com>
165
166 * acconfig.h: include HAVE_SIN6_SCOPE_ID.
167 * configure.in: check for sin6_scope_id in sockaddr_in6.
168
a9d861e3
MD
1692001-04-19 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
170
171 * RELEASE: Added deprecated macro SCM_ARRAY_CONTIGUOUS
172
31e74a57
GH
1732001-04-17 Gary Houston <ghouston@arglist.com>
174
175 * configure.in: run the autoconf BIGENDIAN check.
176
0da6608d
DH
1772001-04-12 Niibe Yutaka <gniibe@m17n.org>
178
179 * GUILE-VERSION (LIBGUILEQTHREADS_MAJOR_VERSION,
180 LIBGUILEQTHREADS_MINOR_VERSION, LIBGUILEQTHREADS_REVISION_VERSION,
181 LIBGUILEQTHREADS_VERSION): Added libguileqthreads version info.
182
183 * configure.in: Likewise.
184
f22ed5a0
KN
1852001-04-11 Keisuke Nishida <kxn30@po.cwru.edu>
186
187 * configure.in (AC_CHECK_FUNCS): Don't check bzero.
188 (GUILE_FUNC_DECLARED): Removed checking of bzero.
189 Thanks to NIIBE Yutaka.
190
f2e61fc1
MD
1912001-04-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
192
193 * Undeprecated scm_init_oop_goopscore_module.
194
72f1168d
TTN
1952001-03-25 Thien-Thi Nguyen <ttn@revel.glug.org>
196
197 * check-guile.in: Fix sh standard conformance bug: Replace
198 "test -e" with "test -f". Thanks to Alexander Klimov.
199
a4928305
GH
2002001-03-19 Gary Houston <ghouston@arglist.com>
201
202 * check-guile.in: rename $parent to $srcdir. if it's equal to "."
203 set it to `pwd`.
204
66301f9a
GH
205 * check-guile.in: 16 documentation tests were failing if "make
206 check" was run before Guile had been installed with the current
207 --prefix. made various changes to the script so that it runs
208 without a cd to the test-suite directory. For the -i option,
209 don't point GUILE_LOAD_PATH to the current directory, but let it
210 use it's own scheme library.
211
51cfd7da
GH
2122001-03-18 Gary Houston <ghouston@arglist.com>
213
214 * check-guile.in: use @srcdir@ instead of @test_suite_dir@. use
215 the current directory (build dir) not srcdir to find guile
216 executable. otherwise "make check" doesn't work with a separate
217 build directory. create the test log in
218 $build_dir/check-guile.log instead of in srcdir/test-suite
219 directory.
220 * configure.in: don't define or substitute test_suite_dir.
221
e9e225e5
GH
2222001-03-17 Gary Houston <ghouston@arglist.com>
223
224 * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,
225 since EXTRA_DOT_DOC_FILES is redefined later. define
226 EXTRA_DOT_X_FILES and hand it to AC_SUBST.
227
94e6d793
MG
2282001-03-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
229
230 * configure.in: Added header checks for crypt.h, sys/resource.h
231 and sys/file.h, function checks for chroot, flock, getlogin,
232 cuserid, getpriority, setpriority, getpass, sethostname,
233 gethostname, and for crypt() in libcrypt.
234
fff043ab
NJ
2352001-03-09 Neil Jerram <neil@ossau.uklinux.net>
236
237 * configure.in (htmldoc): Merge handling of `--enable-htmldoc'
238 option from guile-doc/configure.in.
239
d42df055
DH
2402001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
241
242 * libguile.h: Removed #include "libguile/dump.h".
243
ec896089
KN
2442001-02-02 Keisuke Nishida <kxn30@po.cwru.edu>
245
246 * libguile.h: Added #include "libguile/dump.h".
247
c2886a5a
MD
2482001-01-29 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
249
250 * libguile.h: Added #include "libguile/rdelim.h".
251
1ff7abbe
DH
2522001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
253
254 The following patch was sent by Thien-Thi Nguyen.
255
256 * check-guile.in: New file.
257
258 * Makefile.am: Add TESTS rule.
259
260 * configure.in: Add support for "make check".
261
f0942910
DH
2622000-11-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
263
264 * acconfig.h: Removed bogus #ifndef. Thanks to Lars J. Aas.
265
14f1d9fe
MD
2662000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
267
268 * GUILE-VERSION (LIBGUILE_MAJOR_VERSION): Incremented major
269 version number to 10 due to the merge of GOOPS.
270
271 * oop: New directory.
272
e4dba4c7
KN
2732000-09-20 Keisuke Nishida <kxn30@po.cwru.edu>
274
467ab77e 275 * libguile.h: #include "libguile/properties.h".
e4dba4c7 276
45605b53
GH
2772000-09-17 Gary Houston <ghouston@arglist.com>
278
279 * configure.in, acconfig.h: remove the GCSE test: it doesn't seem
280 to be reliable on all platforms.
281
e494e76d
GH
2822000-08-18 Gary Houston <ghouston@arglist.com>
283
284 * acconfig.h: added BROKEN_GCSE.
285 * configure.in: check for a gcc GCSE optimisation bug.
286
42aae633
GH
2872000-07-31 Gary Houston <ghouston@arglist.com>
288
289 * acconfig.h: added HAVE_H_ERRNO
290 * configure.in: removed some dnl'd & obsolete cygwin stuff.
291 added a test for h_errno.
292
f9ed377d
MD
2932000-06-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
294
295 * Guile 1.4 released.
296
b5074b23
MD
2972000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
298
299 * GUILE-VERSION: Changed to work also when included by a Makefile
300 (e.g. debian/rules). (Thanks to Karl M. Hegbloom.)
301 (LIBGUILE_MAJOR_VERSION): Bumped to 9.
302 (GUILE_MINOR_VERSION): Bumped to 4.
303
f43aac9a
MD
3042000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
305
a8861fa0
MD
306 * libguile.h: Removed #include "libguile/kw.h".
307
9a8a1e8a
MD
308 * Makefile.am (ACLOCAL): Define as ./guile-aclocal.sh.
309 (The rule will cd to $(top_srcdir).)
310
311 * configure.in (EXTRA_DOT_DOC_FILES): Create from LIBOBJS and
312 substitute it into libguile/Makefile.
313
f43aac9a
MD
314 * HACKING: Updated recommended libtool version to be 1.3.5.
315
316 * RELEASE: Say that we should update HACKING to reflect the
317 versions of the tools we're using rather than README.
318
5cb6f99c
MD
3192000-06-02 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
320
321 * NOTES: Removed.
322
323 * TODO: Moved to devel/.
324
3ff0d90a
CB
3252000-06-01 Craig Brozefsky <craig@red-bean.com>
326
327 * GUILE-VERSION: added defnitions for LIBGUILE_MAJOR_VERSION,
328 LIBGUILE_MINOR_VERSION, LIBGUILE_REVISION_VERSION so that we now
329 define libguile.so version in a well-lit place.
330
331 * configure.in: added AC_SUBST lines for the new LIBGUILE version
332 variables.
72f1168d 333
65545721
ML
3342000-06-01 Michael Livshin <mlivshin@bigfoot.com>
335
336 * autogen.sh: call ./guile-aclocal.sh instead of aclocal.
72f1168d 337
65545721
ML
338 * guile-aclocal.sh: new file, works around aclocal problems.
339
b2728432
DH
3402000-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
341
342 * acconfig.h (USE_FSU_PTHREADS, USE_MIT_PTHREADS,
343 USE_PCTHREADS_PTHREADS): Removed.
344
7f5fa419
GH
3452000-05-01 Gary Houston <ghouston@arglist.com>
346
347 * Makefile.am: add include_HEADERS.
348 libguile.h: moved from libguile directory. maybe libguile.h should
349 be installed in $prefix/include/libguile/libguile.h instead?
350
9764c29b
MD
3512000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
352
e415cb06
MD
353 * qthreads.m4: Removed THREADS_CPPFLAGS.
354
355 * acinclude.m4: Removed qthreads macros. They are provided in
356 qthreads.m4, so these were redundant.
357
9764c29b
MD
358 * acconfig.h (GUILE_DEBUG_MALLOC): New.
359
360 * configure.in: New --enable-debug-malloc configuration option.
361
1978b33e
MD
3622000-03-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
363
364 * acconfig.h (GUILE_PTHREAD_COMPAT): New config variable.
365
366 * configure.in: Enable workaround for COOP-linuxthreads
64e3bf6c 367 compatibility on Linux systems.
1978b33e 368
55a85c78
MD
3692000-03-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
370
371 * devel: New directory. Intended to carry documentation related
372 to Guile development (as opposed to the doc directory which
373 contains documentation related to the use of the current Guile).
374 This directory (devel) is not included in the Guile distribution,
375 but is accessible via anonymous CVS.
376
fdc7ea2d
MD
3772000-03-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
378
379 * configure.in: Don't add iselect.o to LIBOBJS.
380
31d8abce
MD
3812000-03-13 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
382
383 * configure.in: Added end-tag for local variables. (Thanks to
384 Thien-Thi Nguyen.)
385
244fdc2f
GH
3862000-03-12 Gary Houston <ghouston@arglist.com>
387
388 * README (Guile Documentation, About This Distribution): updated.
389
f3b5e185
MD
3902000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
391
392 * configure.in (ac_cv_struct_timespec): Added test for struct
393 timespec.
394
395 * acconfig.h (HAVE_STRUCT_TIMESPEC): Added.
396
3a721413
MV
3972000-01-25 Marius Vollmer <mvo@zagadka.ping.de>
398
399 * autogen.sh: Call libtoolize. Pass --add-missing option to
400 automake. Do not decent into libltdl directory. The libltdl
401 directory is now populated by libtoolize and does not need any
402 further autogeneration.
403
d831b039
GH
4042000-01-23 Gary Houston <ghouston@arglist.com>
405
406 * configure.in: check for fchown.
407
a0a7b83b
MD
408Tue Jan 18 12:55:15 2000 Mikael Djurfeldt <mdj@r11n07-s.pdc.kth.se>
409
410 * acinclude.m4 (AC_LIBLTDL_CONVENIENCE): Add $(top_srcdir)/libltdl
411 instead of $(top_builddir)/libltdl to includepath.
412
56cfe22b
MD
4132000-01-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
414
415 * emacs: New subdirectory for elisp tools.
416
657fcb5a
MV
4172000-01-15 Marius Vollmer <mvo@zagadka.ping.de>
418
419 * README, HACKING: Moved "Hacking it yourself" section from README
420 to HACKING. Updated recommended libtool version to be 1.3.4.
421
dc914156
GH
4222000-01-14 Gary Houston <ghouston@arglist.com>
423
424 * configure.in: needs to have --disable-networking, not
425 --disable-net.
426
fb4956c9
MD
4272000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
428
429 * libltdl/acconfig.h: New file: Needed by autogen.sh.
430
88423ab1
GB
431Tue Jan 11 13:42:35 2000 Greg J. Badros <gjb@cs.washington.edu>
432
433 * autogen.sh: Added messages as we run autogen in subdirectories.
434
435 * configure.in: Output libugile/guile-func-name-check script, and
72f1168d 436 chmod +x it.
88423ab1 437
0d90b76d
MV
4382000-01-11 Marius Vollmer <mvo@zagadka.ping.de>
439
440 * libltdl/autogen.sh: New file.
441 * autogen.sh: Invoke libltdl/autogen.sh.
442
4432000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
444
445 Finally applied the libltdl patch from Thomas Tanner, with slight
446 modifications. All code copied from the libtool package is from
447 libtool-1.3.4.
448
449 * configure.in: Make "--with-modules=yes" the default. Do not
450 clear INCLTDL, LIBLTDL prior to processing "--with-modules".
72f1168d 451
0d90b76d
MV
452 1999-07-25 Thomas Tanner <tanner@ffii.org>
453
454 * Makefile.am: add libltdl to SUBDIRS, automake automatically
455 includes ltconfig, ltmain.sh and acconfig.h in EXTRA_DIST
456 * acinclude.m4: remove GUILE_DLSYM_USCORE, add libtool.m4
457 (no need to install libtool any more)
458 * configure.in: replace --enable-dynamic-linking with
459 --with-modules, required modules can be specified using
460 --with-modules="/path/to/mod.la" and will be linked
461 statically on platforms that don't support dynamic loading,
462 configure libltdl, configure libtool for dlopening
463 * libltdl: added using libtoolize -c --ltdl
464
38c1d3c4
GH
4652000-01-09 Gary Houston <ghouston@arglist.com>
466
467 * configure.in: check whether localtime caches TZ. copied from
468 Emacs 20.5.
469 * acconfig.h: add LOCALTIME_CACHE.
470
dceef6be
GB
471Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
472
473 * configure.in: Make it be guile-snarf.awk, since we'll be
474 switching names for guile-doc-snarf. (I wouldn't have changed
475 this, but I was getting ready to commit this way when the below
476 change was committed).
477
763a6716
MD
4781999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
479
480 * configure.in: Create guile-doc-snarf.awk.
481
6aca8c6c
GB
4821999-12-12 Greg J. Badros <gjb@cs.washington.edu>
483
72f1168d 484 * configure.in: Create guile-doc-snarf, chmod +x that script after
6aca8c6c
GB
485 AC_OUTPUTted.
486
4871999-12-10 Greg J. Badros <gjb@cs.washington.edu>
6e706938
GB
488
489 * NEWS: More complete description for --enable-debug-freelist.
490
aee8ca3f
GH
4911999-12-09 Gary Houston <ghouston@freewire.co.uk>
492
493 * configure.in (CFLAGS): don't add -Wpointer-arith, since it
494 causes numerous spurious warnings with recent gcc and/or glibc
495 versions.
496
afe5177e
GH
4971999-11-19 Gary Houston <ghouston@freewire.co.uk>
498
499 * acconfig.h: add HAVE_ARRAYS.
500
501 * configure.in: add --disable-arrays option, probably temporary.
502
5c11cc9d
GH
5031999-11-17 Gary Houston <ghouston@freewire.co.uk>
504
505 * configure.in: check for hstrerror.
506
5d94b2fe
JB
5071999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
508
e8ff4648
JB
509 * autogen.sh: Don't call autoreconf at all; it's not reliable.
510 Instead, call the various tools explicitly. Invoke
511 guile-readline's autogen.sh script.
0cbedb5b
JB
512
513 Straighten up the situation regarding guile.m4 and qthreads.m4.
72f1168d 514
0cbedb5b
JB
515 We can't have .m4 files which are installed where aclocal can
516 see them, but also used by guile's own configure.in, because
517 aclocal will read both copies, complain about duplicate macro
518 definitions, and refuse to generate aclocal.m4 at all. This
519 happens if you invoke it as `aclocal -I .', as autoreconf does.
520 This is probably a flaw in the autotools, but Guile doesn't need
521 that flaw fixed immediately.
522
523 guile.m4 is intended for use by people linking against guile, so
524 it needs to be installed. But Guile itself doesn't use it. So
525 move guile.m4 into guile-config. That makes sense, since
526 guile.m4's GUILE_FLAGS macro is just an easy way to call
527 guile-config.
528
529 qthreads.m4 is indented to help configure a qthreads tree. It's
530 only useful to a package which actually includes a qthreads tree,
531 and it's intimately related to that tree, so it's not useful to
532 install this. So don't install it.
533
534 * guile.m4: Moved to guile-config.
535 * Makefile.am (aclocaldir, aclocal_DATA): Delete.
536 (EXTRA_DIST): Move qthreads.m4 here.
537
5d94b2fe
JB
538 Don't store generated files in the repository any more. Instead,
539 require people to run autogen.sh on trees from snapshots and CVS.
0cbedb5b 540 * Makefile.in, aclocal.m4, configure: Deleted.
5d94b2fe
JB
541 * autogen.sh: New file.
542 * ANON-CVS, SNAPSHOTS: Updated instructions.
543
dc4d930b
JB
5441999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
545
546 * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
547
6e706938 5481999-09-27 Greg J. Badros <gjb@cs.washington.edu>
15526538
GB
549
550 * configure.in: Added --enable-debug-freelist option.
551
fca7547b 552 * acconfig.h: Added GUILE_DEBUG_FREELIST.
15526538 553
52cfc69b
GH
5541999-09-23 Gary Houston <ghouston@freewire.co.uk>
555
556 * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
557 FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
558
559 * configure.in: new options --disable-posix, --disable-net
560 and --disable-regex
561 export HAVE_POSIX and HAVE_NETWORKING definitions.
562 don't add regex-posix.o to LIBOBJS if regex disabled.
563
564 LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
565 conditionally.
566
bab4e1cc
JB
5671999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
568
569 * Guile 1.3.4 released.
570
fc97c626
JB
5711999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
572
573 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
574 libtool knows how to get ANSI C behavior from the compiler.
575 * configure: Regenerated.
576
7ee92fce
GH
5771999-09-20 Gary Houston <ghouston@freewire.co.uk>
578
579 * configure.in: check availability of siginterrupt.
580
08b8c694
GH
5811999-09-18 Gary Houston <ghouston@freewire.co.uk>
582
583 * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
584 testing for SA_RESTART.
585
7cdbcc7d
MD
5861999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
587
588 * configure.in: Removed ice-9/version.scm from AC_OUTPUT.
589
e1f20ec6
JB
5901999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
591
592 * configure.in (GUILE_STAMP): Don't set this variable, or
593 substitute it into anything. Full explanation in ice-9/ChangeLog.
594 * configure, Makefile.in: Regenerated.
72f1168d 595
ffe70f9c
JB
5961999-09-06 James Blandy <jimb@mule.m17n.org>
597
598 Propagate the changes of 2 Sept the rest of the way through.
599 * configure: Regenerated.
600 * Makefile.in: Regenerated. Not sure why this diff is so big.
601
e127c348
JB
6021999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
603
604 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
605 variable name. (Thanks to Bill Schottstaedt.)
9918cf63 606 * aclocal.m4: Regenerated.
e127c348 607
655f19ab
MD
6081999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
609
610 * configure.in: Test for presence of function on_exit.
611
b074884f
JB
6121999-09-01 James Blandy <jimb@mule.m17n.org>
613
614 * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
615 the system doesn't have memmove. Don't test for memmove and bcopy
616 with AC_CHECK_FUNCS.
617 * configure: Regenerated.
618
a7098335
MD
6191999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
620
621 * configure.in: Test for atexit.
622
9a26d6f9
MD
6231999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
624
b030b39b
MD
625 * acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
626
9a26d6f9
MD
627 * configure.in: Test for presence of S_ISLNK in sys/stat.h.
628 (Thanks to Bernard Urban.)
629 Test for memmove and bcopy. (Thanks to
a7098335 630 suzukis@file.phys.tohoku.ac.jp.)
9a26d6f9
MD
631
632 * acconfig.h: Added HAVE_S_ISLNK.
633
a05cba61
JB
6341999-08-20 James Blandy <jimb@mule.m17n.org>
635
0a852b94
JB
636 * Guile 1.3.2 released.
637
a05cba61
JB
638 * Makefile.in: Regenerated.
639
f29f2933
MD
6401999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
641
642 * README, config.guess, config.sub, liconfig, ltmain.sh: Switched
643 to libtool-1.3.3.
644
0e8a8468
MV
6451999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
646
647 Added guile-readline subdirectory with the removed readline
648 support.
649 * guile-readline: New directory, see ChangeLog there.
650 * configure.in: Cause configure to descend into guile-readline
651 dir.
652 * Makefile.am: Likewise for make.
653 * NEWS: Explain how to activate the readline support.
654 * configure, Makefile.in: Regenerated.
72f1168d 655
3144e1a9
JB
6561999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
657
658