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