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