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