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