* Removed lots of deprecated stuff.
[bpt/guile.git] / ChangeLog
CommitLineData
8c494e99
DH
12001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
2
3 * TODO: Added some points, and eliminated all done items.
4
5 * acconfig.h, configure.in (SCM_DEBUG_DEPRECATED,
6 SCM_ENABLE_DEPRECATED): Renamed SCM_DEBUG_DEPRECATED to
7 SCM_ENABLE_DEPRECATED with the logic reversed.
8
f7c6b778
DH
92001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
10
11 * libguile.h: Removed bogus comment, rearranged includes, removed
12 deprecated definitions.
13
8c494e99 14 (LIBGUILEH, SCM_LIBGUILE_H): Renamed <foo>H to SCM_<foo>_H.
f7c6b778 15
cf390da1
TTN
162001-08-30 Thien-Thi Nguyen <ttn@revel.glug.org>
17
18 * HACKING: Mention libtool ./configure-regeneration requirement.
19
fada26b2
MV
202001-08-27 Marius Vollmer <mvo@zagadka.ping.de>
21
22 * check-guile.in: Do not include ".libs" in LTDL_LIBRARY_PATH,
23 libltdl provides it itself.
24
11ca8865
NJ
252001-08-24 Neil Jerram <neil@ossau.uklinux.net>
26
27 * configure.in (AC_CONFIG_FILES): Add per-manual doc directory
28 Makefiles.
cf390da1 29
ab4cd34b
RB
302001-08-15 Rob Browning <rlb@defaultvalue.org>
31
32 * configure.in
33 (LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
34 (LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
35 (LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
36 (LIBGUILE_INTERFACE): use libtool versioning scheme.
37 (LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
38 (LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
39 (LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
40 (LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
41
42 * GUILE-VERSION (GUILE_MINOR_VERSION): bump for new unstable.
43 (GUILE_MICRO_VERSION): reset for new unstable.
44 (LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
45 (LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
46 (LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
47 (LIBGUILE_INTERFACE): use libtool versioning scheme.
48 (LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
49 (LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
50 (LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
51 (LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
52
b754e3d1
MV
532001-08-07 Marius Vollmer <mvo@zagadka.ping.de>
54
55 * Makefile.am (EXTRA_DIST, SUBDIRS): Move test-suite from
56 EXTRA_DIST to SUBDIRS.
57
58 * configure.in: Added "test-suite/Makefile".
59
c1151355
MV
602001-08-01 Marius Vollmer <mvo@zagadka.ping.de>
61
62 * configure.in: Added `--disable-linuxthreads' option and do not
63 define GUILE_PTHREAD_COMPAT nor link with -lpthread when it is
64 given. Thanks to Cris Cramer!
65
11057044
MV
662001-07-23 Marius Vollmer <mvo@zagadka.ping.de>
67
68 * Makefile.am (SUBDIRS): Build libguile before ice-9.
69
f3805ebb
MV
702001-07-22 Marius Vollmer <mvo@zagadka.ping.de>
71
72 * configure.in: Check for "inttypes.h".
73
e658215a
RB
742001-07-19 Rob Browning <rlb@defaultvalue.org>
75
76 * configure.in: add checks for setitimer and getitimer.
77 Add --enable-error-on-warning.
78
c0b2936e
MG
792001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
80
81 * INSTALL, Makefile.am, configure.in: Updated copyright notice.
82
8f2ecec5
TTN
832001-07-15 Thien-Thi Nguyen <ttn@revel.glug.org>
84
85 * HACKING: Remove onerous authorship-info deletion clause.
86
065509a5
KN
872001-07-13 Keisuke Nishida <knishida@nurs.or.jp>
88
89 * autogen.sh: Call libtoolize with --force.
90
d76852e3
TTN
912001-07-10 Thien-Thi Nguyen <ttn@revel.glug.org>
92
93 * INSTALL: Point to HACKING for tool versions.
94
fd6c6321
RB
952001-07-08 Rob Browning <rlb@defaultvalue.org>
96
04860df7
RB
97 * TODO: updated to include relevant itemized post-1.6-RELEASE
98 tasks that are distributable so we can check them off as they are
99 done, and delete 1.6.0 tasks.
100
101 * RELEASE: add a note that the RELEASE instructions are out of
102 date now that we're using branches.
103
fd6c6321
RB
104 * AUTHORS: add "many files throughout" for myself.
105
8d123036
TTN
1062001-06-28 Thien-Thi Nguyen <ttn@revel.glug.org>
107
108 * README: Also mention guile-tools.
109
110 * README: Mention libguile-srfi-*, oop/*, scripts/* and srfi/*.
111
32d6f999
TTN
1122001-06-27 Thien-Thi Nguyen <ttn@revel.glug.org>
113
114 * RELEASE: Move todo items to file TODO.
115
116 * TODO: Initial revision
117
a4734913
TTN
118 * Makefile.am (EXTRA_DIST): Add TODO.
119
dbfadc85
TTN
120 * HACKING: Refer to TODO and SNAPSHOTS.
121 No longer refer to devel/tasks.text.
122
123 * SNAPSHOTS: Fix reference bug; recommended tool
124 versions are in HACKING.
125
f6b3694a
TTN
126 * TODO: Add completion and ownership protocol to header comments.
127
3cd085d0
TTN
128 * RELEASE: Add TODO-processing to spiffing checklist.
129
9c3955ff
TTN
130 * HACKING: Update deprecation procedure to refer to TODO.
131
17383b7c
ML
1322001-06-27 Michael Livshin <mlivshin@bigfoot.com>
133
134 * autogen.sh: don't run flex here.
135
136 * HACKING: clarify that newer versions of flex should be just
137 fine.
138
82893676
MG
1392001-06-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
140
141 * HACKING, ANON-CVS: Removed mentioning of guile-doc CVS module.
142
143 * configure.in: Added some header and function checks.
144
f2ae4555
NJ
1452001-06-25 Neil Jerram <neil@ossau.uklinux.net>
146
147 * autogen.sh: Quoting fix for `--enable-maintainer-mode'.
148
4172703a
MV
1492001-06-25 Marius Vollmer <mvo@zagadka.ping.de>
150
151 * autogen.sh: Added message about what to do next. Tell them to
152 use `--enable-maintainer-mode'.
153
093e7da4
ML
1542001-06-25 Michael Livshin <mlivshin@bigfoot.com>
155
156 * HACKING: mention flex.
157
158 * autogen.sh: generate libguile/c-tokenize.c.
159
6b41a313
MG
1602001-06-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
161
162 * libguile.h: Removed inclusion of libguile/tag.h.
163
eb6c2de8
MV
1642001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
165
166 * libguile.h (scm_cond_t, scm_key_t, scm_mutex_t): Only define
167 these when using threads.
168
4ff9f825
MV
1692001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
170
4927dd28
MV
171 * libguile.h: Added deprecated section with the olde type names.
172
4ff9f825
MV
173 * configure.in: Check for header <stdint.h>. Check for uintptr_t
174 type. Use AC_CHECK_TYPES for this. Do not caus ptrdiff_t to be
175 `#defined'.
176
177 * acconfig.h (ptrdiff_t): Removed.
178
e01970a5
MG
1792001-06-05 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
180
181 * configure.in: Generate examples/box-dynamic-module/Makefile.
182
c794483c
MV
1832001-06-03 Marius Vollmer <mvo@zagadka.ping.de>
184
185 * configure.in (AC_CONFIG_FILES, AC_CONFIG_COMMANDS): Add
186 guile-snarf.
187
9454d8d5
RB
1882001-06-02 Rob Browning <rlb@cs.utexas.edu>
189
190 * configure.in: changes for autoconf 2.50.
191 (AC_PREREQ): require at least autoconf 2.50.
192 (AC_INIT): no longer takes an arg.
193 (AC_CONFIG_SRCDIR): takes arg AC_INIT used to take.
194 (AC_STRUCT_ST_RDEV): changed -> AC_CHECK_MEMBERS.
195 (AC_STRUCT_ST_BLKSIZE): deprecated -> AC_CHECK_MEMBERS.
196 (AC_STRUCT_ST_BLOCKS): use it rather than our version.
197 (AC_CONFIG_FILES): now generated files go here, not in AC_OUTPUT.
198 (AC_CONFIG_COMMANDS): now actions go here, not in AC_OUTPUT.
199 (AC_OUTPUT): no longer takes args.
32d6f999 200
9454d8d5
RB
201 * acinclude.m4: AC_LANG not a variable now -- use __cplusplus
202 unconditionally .
203
114f9bab
MV
2042001-06-02 Marius Vollmer <mvo@zagadka.ping.de>
205
206 * configure.in: Check for mkstemp via AC_REPLACE_FUNCS. Thanks to
207 I. N. Golubev!
208
ee2718a9
MG
2092001-06-01 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
210
211 * configure.in: Generate examples/box-dynamic/Makefile.
212
2de7ddb7
MG
2132001-05-31 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
214
215 * Makefile.am (EXTRA_DIST): New subdirectory `examples'.
216
217 * configure.in: Added all Makefiles in the `examples' directory to
218 AC_OUTPUT.
219
f501d0d4
ML
2202001-05-31 Michael Livshin <mlivshin@bigfoot.com>
221
222 * configure.in: generate guile-snarf-docs & guile-snarf-docs-texi.
223 don't generate guile-snarf.awk.
224
225 * Makefile.am (EXTRA_DIST): add test-suite.
226
1db81cb0
ML
2272001-05-28 Michael Livshin <mlivshin@bigfoot.com>
228
229 * check-guile.in: fix to be runnable when srcdir!=builddir.
230
f3f70257
ML
2312001-05-26 Michael Livshin <mlivshin@bigfoot.com>
232
233 revert the controversial part of the 2001-05-23 changes
234
1be6b49c
ML
2352001-05-23 Michael Livshin <mlivshin@bigfoot.com>
236
237 * configure.in: configury for SCM_[U]BITS_T, some more sizeofs.
238 also, make sure that the integral type choosen to represent an SCM
239 has exactly the same size as a void pointer.
240
241 * acconfig.h: add undefs for SCM_BITS_T, SCM_UBITS_T,
242 SCM_SIZEOF_BITS_T, ptrdiff_t.
243
c81ea65d
RB
2442001-05-16 Rob Browning <rlb@cs.utexas.edu>
245
246 * configure.in: add AC_SUBST for GUILE_MICRO_VERSION.
247
248 * GUILE-VERSION
249 (GUILE_VERSION): now MAJOR.MINOR.MICRO
250 (GUILE_MICRO_VERSION): new variable, records final revision.
251 i.e. the 5 in 1.6.5. MINOR_VERSION is now just the middle number,
252 i.e. the 6.
253
887dfa7d
DH
2542001-05-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
255
256 * acconfig.h, configure.in: Renamed
257 GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEPRECATED_DEFAULT.
258
11bbab47
MV
2592001-05-15 Marius Vollmer <mvo@zagadka.ping.de>
260
261 * acinclude.m4: Removed copy of "libtool.m4".
262
5cd06d5e
DH
2632001-05-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
264
265 * configure.in (SCM_DEBUG_DEPRECATED): Always defined.
266
a232c19e
TTN
2672001-05-13 Thien-Thi Nguyen <ttn@revel.glug.org>
268
928f20fb
TTN
269 * AUTHORS (Martin Grabmueller, Thien-Thi Nguyen): Update.
270
a232c19e
TTN
271 * HACKING: Update copyright.
272 Add blurb pointing to devel/tasks.text.
273
c8750173
TTN
2742001-05-11 Thien-Thi Nguyen <ttn@revel.glug.org>
275
276 * check-guile.in: For SRFI testing, set and export env
277 var `LTDL_LIBRARY_PATH'.
278
75141eb0
NJ
2792001-05-07 Neil Jerram <neil@ossau.uklinux.net>
280
281 * AUTHORS: Add docs-related authorship details.
282
c10ecc4c
MV
2832001-05-05 Marius Vollmer <mvo@zagadka.ping.de>
284
285 * configure.in (--enable-deprecated): Recognize "shutup" option
286 argument and turn it into the default warning level "no".
287
018a53a1
GH
2882001-05-05 Gary Houston <ghouston@arglist.com>
289
290 * acconfig.h: add HAVE_IPV6.
291 * configure.in: check whether we can compile with IPv6 support.
292
26f798bd
TTN
2932001-05-04 Thien-Thi Nguyen <ttn@revel.glug.org>
294
295 * guile-tools.in: New file.
296
297 * configure.in (AC_OUTPUT): Add guile-tools, and make
298 executable.
299
300 * Makefile.am (bin_SCRIPTS): New var.
301
c5316ea3
GH
3022001-05-04 Gary Houston <ghouston@arglist.com>
303
304 * configure.in: check whether uint32_t is defined when netdb.h
305 is included.
306 acconfig.h: added HAVE_UINT32_T.
307
7440341c
MV
3082001-05-02 Marius Vollmer <mvo@zagadka.ping.de>
309
310 * configure.in: Added handling of `--enable-deprecated'.
311
312 * acconfig.h (SCM_DEBUG_DEPRECATED,
313 GUILE_WARN_DEPRECATED_DEFAULT): Added.
314
14a7d5f8
TTN
3152001-04-29 Thien-Thi Nguyen <ttn@revel.glug.org>
316
317 * Makefile.am (SUBDIRS): Add "scripts".
318
319 * configure.in (AC_OUTPUT): Add scripts/Makefile.
320
7e267da1
GH
3212001-04-29 Gary Houston <ghouston@arglist.com>
322
323 * libguile.h: include rw.h.
324
f2a75d81
RB
3252001-04-27 Rob Browning <rlb@cs.utexas.edu>
326
327 * GUILE-VERSION (GUILE_MINOR_VERSION): change to 5.0, switching to
328 the new odd/even ustable/stable version numbering scheme.
329 (LIBGUILEQTHREADS_MAJOR_VERSION): change to 10 to match Debian and
330 libguile. In the future, libguile and libguileqthreads may not
331 stay in sync. This still doesn't appear to affect
332 libguileqthreads, but we'll fix that next.
333
1f7a1dc9
MG
3342001-04-25 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
335
336 * configure.in: Don't treat srfi directory specially, just create
337 the Makefile there (thanks to Neil Jerram for the patch).
338
6c44688a
MG
3392001-04-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
340
341 * Makefile.am (SUBDIRS): Added `srfi'.
342
343 * configure.in: Added subdirectory `srfi' to build process.
344
345 * libguile.h: Added inclusion of `values.h'.
346
2a0ef8b7
GH
3472001-04-22 Gary Houston <ghouston@arglist.com>
348
349 * configure.in: check for inet_pton and inet_ntop.
350
67641981
GH
3512001-04-20 Gary Houston <ghouston@arglist.com>
352
353 * acconfig.h: include HAVE_SIN6_SCOPE_ID.
354 * configure.in: check for sin6_scope_id in sockaddr_in6.
355
a9d861e3
MD
3562001-04-19 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
357
358 * RELEASE: Added deprecated macro SCM_ARRAY_CONTIGUOUS
359
31e74a57
GH
3602001-04-17 Gary Houston <ghouston@arglist.com>
361
362 * configure.in: run the autoconf BIGENDIAN check.
363
0da6608d
DH
3642001-04-12 Niibe Yutaka <gniibe@m17n.org>
365
366 * GUILE-VERSION (LIBGUILEQTHREADS_MAJOR_VERSION,
367 LIBGUILEQTHREADS_MINOR_VERSION, LIBGUILEQTHREADS_REVISION_VERSION,
368 LIBGUILEQTHREADS_VERSION): Added libguileqthreads version info.
369
370 * configure.in: Likewise.
371
f22ed5a0
KN
3722001-04-11 Keisuke Nishida <kxn30@po.cwru.edu>
373
374 * configure.in (AC_CHECK_FUNCS): Don't check bzero.
375 (GUILE_FUNC_DECLARED): Removed checking of bzero.
376 Thanks to NIIBE Yutaka.
377
f2e61fc1
MD
3782001-04-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
379
380 * Undeprecated scm_init_oop_goopscore_module.
381
72f1168d
TTN
3822001-03-25 Thien-Thi Nguyen <ttn@revel.glug.org>
383
384 * check-guile.in: Fix sh standard conformance bug: Replace
385 "test -e" with "test -f". Thanks to Alexander Klimov.
386
a4928305
GH
3872001-03-19 Gary Houston <ghouston@arglist.com>
388
389 * check-guile.in: rename $parent to $srcdir. if it's equal to "."
390 set it to `pwd`.
391
66301f9a
GH
392 * check-guile.in: 16 documentation tests were failing if "make
393 check" was run before Guile had been installed with the current
394 --prefix. made various changes to the script so that it runs
395 without a cd to the test-suite directory. For the -i option,
396 don't point GUILE_LOAD_PATH to the current directory, but let it
397 use it's own scheme library.
398
51cfd7da
GH
3992001-03-18 Gary Houston <ghouston@arglist.com>
400
401 * check-guile.in: use @srcdir@ instead of @test_suite_dir@. use
402 the current directory (build dir) not srcdir to find guile
403 executable. otherwise "make check" doesn't work with a separate
404 build directory. create the test log in
405 $build_dir/check-guile.log instead of in srcdir/test-suite
406 directory.
407 * configure.in: don't define or substitute test_suite_dir.
408
e9e225e5
GH
4092001-03-17 Gary Houston <ghouston@arglist.com>
410
411 * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,
412 since EXTRA_DOT_DOC_FILES is redefined later. define
413 EXTRA_DOT_X_FILES and hand it to AC_SUBST.
414
94e6d793
MG
4152001-03-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
416
417 * configure.in: Added header checks for crypt.h, sys/resource.h
418 and sys/file.h, function checks for chroot, flock, getlogin,
419 cuserid, getpriority, setpriority, getpass, sethostname,
420 gethostname, and for crypt() in libcrypt.
421
fff043ab
NJ
4222001-03-09 Neil Jerram <neil@ossau.uklinux.net>
423
424 * configure.in (htmldoc): Merge handling of `--enable-htmldoc'
425 option from guile-doc/configure.in.
426
d42df055
DH
4272001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
428
429 * libguile.h: Removed #include "libguile/dump.h".
430
ec896089
KN
4312001-02-02 Keisuke Nishida <kxn30@po.cwru.edu>
432
433 * libguile.h: Added #include "libguile/dump.h".
434
c2886a5a
MD
4352001-01-29 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
436
437 * libguile.h: Added #include "libguile/rdelim.h".
438
1ff7abbe
DH
4392001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
440
441 The following patch was sent by Thien-Thi Nguyen.
442
443 * check-guile.in: New file.
444
445 * Makefile.am: Add TESTS rule.
446
447 * configure.in: Add support for "make check".
448
f0942910
DH
4492000-11-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
450
451 * acconfig.h: Removed bogus #ifndef. Thanks to Lars J. Aas.
452
14f1d9fe
MD
4532000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
454
455 * GUILE-VERSION (LIBGUILE_MAJOR_VERSION): Incremented major
456 version number to 10 due to the merge of GOOPS.
457
458 * oop: New directory.
459
e4dba4c7
KN
4602000-09-20 Keisuke Nishida <kxn30@po.cwru.edu>
461
467ab77e 462 * libguile.h: #include "libguile/properties.h".
e4dba4c7 463
45605b53
GH
4642000-09-17 Gary Houston <ghouston@arglist.com>
465
466 * configure.in, acconfig.h: remove the GCSE test: it doesn't seem
467 to be reliable on all platforms.
468
e494e76d
GH
4692000-08-18 Gary Houston <ghouston@arglist.com>
470
471 * acconfig.h: added BROKEN_GCSE.
472 * configure.in: check for a gcc GCSE optimisation bug.
473
42aae633
GH
4742000-07-31 Gary Houston <ghouston@arglist.com>
475
476 * acconfig.h: added HAVE_H_ERRNO
477 * configure.in: removed some dnl'd & obsolete cygwin stuff.
478 added a test for h_errno.
479
f9ed377d
MD
4802000-06-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
481
482 * Guile 1.4 released.
483
b5074b23
MD
4842000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
485
486 * GUILE-VERSION: Changed to work also when included by a Makefile
487 (e.g. debian/rules). (Thanks to Karl M. Hegbloom.)
488 (LIBGUILE_MAJOR_VERSION): Bumped to 9.
489 (GUILE_MINOR_VERSION): Bumped to 4.
490
f43aac9a
MD
4912000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
492
a8861fa0
MD
493 * libguile.h: Removed #include "libguile/kw.h".
494
9a8a1e8a
MD
495 * Makefile.am (ACLOCAL): Define as ./guile-aclocal.sh.
496 (The rule will cd to $(top_srcdir).)
497
498 * configure.in (EXTRA_DOT_DOC_FILES): Create from LIBOBJS and
499 substitute it into libguile/Makefile.
500
f43aac9a
MD
501 * HACKING: Updated recommended libtool version to be 1.3.5.
502
503 * RELEASE: Say that we should update HACKING to reflect the
504 versions of the tools we're using rather than README.
505
5cb6f99c
MD
5062000-06-02 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
507
508 * NOTES: Removed.
509
510 * TODO: Moved to devel/.
511
3ff0d90a
CB
5122000-06-01 Craig Brozefsky <craig@red-bean.com>
513
514 * GUILE-VERSION: added defnitions for LIBGUILE_MAJOR_VERSION,
515 LIBGUILE_MINOR_VERSION, LIBGUILE_REVISION_VERSION so that we now
516 define libguile.so version in a well-lit place.
517
518 * configure.in: added AC_SUBST lines for the new LIBGUILE version
519 variables.
72f1168d 520
65545721
ML
5212000-06-01 Michael Livshin <mlivshin@bigfoot.com>
522
523 * autogen.sh: call ./guile-aclocal.sh instead of aclocal.
72f1168d 524
65545721
ML
525 * guile-aclocal.sh: new file, works around aclocal problems.
526
b2728432
DH
5272000-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
528
529 * acconfig.h (USE_FSU_PTHREADS, USE_MIT_PTHREADS,
530 USE_PCTHREADS_PTHREADS): Removed.
531
7f5fa419
GH
5322000-05-01 Gary Houston <ghouston@arglist.com>
533
534 * Makefile.am: add include_HEADERS.
535 libguile.h: moved from libguile directory. maybe libguile.h should
536 be installed in $prefix/include/libguile/libguile.h instead?
537
9764c29b
MD
5382000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
539
e415cb06
MD
540 * qthreads.m4: Removed THREADS_CPPFLAGS.
541
542 * acinclude.m4: Removed qthreads macros. They are provided in
543 qthreads.m4, so these were redundant.
544
9764c29b
MD
545 * acconfig.h (GUILE_DEBUG_MALLOC): New.
546
547 * configure.in: New --enable-debug-malloc configuration option.
548
1978b33e
MD
5492000-03-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
550
551 * acconfig.h (GUILE_PTHREAD_COMPAT): New config variable.
552
553 * configure.in: Enable workaround for COOP-linuxthreads
64e3bf6c 554 compatibility on Linux systems.
1978b33e 555
55a85c78
MD
5562000-03-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
557
558 * devel: New directory. Intended to carry documentation related
559 to Guile development (as opposed to the doc directory which
560 contains documentation related to the use of the current Guile).
561 This directory (devel) is not included in the Guile distribution,
562 but is accessible via anonymous CVS.
563
fdc7ea2d
MD
5642000-03-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
565
566 * configure.in: Don't add iselect.o to LIBOBJS.
567
31d8abce
MD
5682000-03-13 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
569
570 * configure.in: Added end-tag for local variables. (Thanks to
571 Thien-Thi Nguyen.)
572
244fdc2f
GH
5732000-03-12 Gary Houston <ghouston@arglist.com>
574
575 * README (Guile Documentation, About This Distribution): updated.
576
f3b5e185
MD
5772000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
578
579 * configure.in (ac_cv_struct_timespec): Added test for struct
580 timespec.
581
582 * acconfig.h (HAVE_STRUCT_TIMESPEC): Added.
583
3a721413
MV
5842000-01-25 Marius Vollmer <mvo@zagadka.ping.de>
585
586 * autogen.sh: Call libtoolize. Pass --add-missing option to
587 automake. Do not decent into libltdl directory. The libltdl
588 directory is now populated by libtoolize and does not need any
589 further autogeneration.
590
d831b039
GH
5912000-01-23 Gary Houston <ghouston@arglist.com>
592
593 * configure.in: check for fchown.
594
a0a7b83b
MD
595Tue Jan 18 12:55:15 2000 Mikael Djurfeldt <mdj@r11n07-s.pdc.kth.se>
596
597 * acinclude.m4 (AC_LIBLTDL_CONVENIENCE): Add $(top_srcdir)/libltdl
598 instead of $(top_builddir)/libltdl to includepath.
599
56cfe22b
MD
6002000-01-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
601
602 * emacs: New subdirectory for elisp tools.
603
657fcb5a
MV
6042000-01-15 Marius Vollmer <mvo@zagadka.ping.de>
605
606 * README, HACKING: Moved "Hacking it yourself" section from README
607 to HACKING. Updated recommended libtool version to be 1.3.4.
608
dc914156
GH
6092000-01-14 Gary Houston <ghouston@arglist.com>
610
611 * configure.in: needs to have --disable-networking, not
612 --disable-net.
613
fb4956c9
MD
6142000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
615
616 * libltdl/acconfig.h: New file: Needed by autogen.sh.
617
88423ab1
GB
618Tue Jan 11 13:42:35 2000 Greg J. Badros <gjb@cs.washington.edu>
619
620 * autogen.sh: Added messages as we run autogen in subdirectories.
621
622 * configure.in: Output libugile/guile-func-name-check script, and
72f1168d 623 chmod +x it.
88423ab1 624
0d90b76d
MV
6252000-01-11 Marius Vollmer <mvo@zagadka.ping.de>
626
627 * libltdl/autogen.sh: New file.
628 * autogen.sh: Invoke libltdl/autogen.sh.
629
6302000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
631
632 Finally applied the libltdl patch from Thomas Tanner, with slight
633 modifications. All code copied from the libtool package is from
634 libtool-1.3.4.
635
636 * configure.in: Make "--with-modules=yes" the default. Do not
637 clear INCLTDL, LIBLTDL prior to processing "--with-modules".
72f1168d 638
0d90b76d
MV
639 1999-07-25 Thomas Tanner <tanner@ffii.org>
640
641 * Makefile.am: add libltdl to SUBDIRS, automake automatically
642 includes ltconfig, ltmain.sh and acconfig.h in EXTRA_DIST
643 * acinclude.m4: remove GUILE_DLSYM_USCORE, add libtool.m4
644 (no need to install libtool any more)
645 * configure.in: replace --enable-dynamic-linking with
646 --with-modules, required modules can be specified using
647 --with-modules="/path/to/mod.la" and will be linked
648 statically on platforms that don't support dynamic loading,
649 configure libltdl, configure libtool for dlopening
650 * libltdl: added using libtoolize -c --ltdl
651
38c1d3c4
GH
6522000-01-09 Gary Houston <ghouston@arglist.com>
653
654 * configure.in: check whether localtime caches TZ. copied from
655 Emacs 20.5.
656 * acconfig.h: add LOCALTIME_CACHE.
657
dceef6be
GB
658Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
659
660 * configure.in: Make it be guile-snarf.awk, since we'll be
661 switching names for guile-doc-snarf. (I wouldn't have changed
662 this, but I was getting ready to commit this way when the below
663 change was committed).
664
763a6716
MD
6651999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
666
667 * configure.in: Create guile-doc-snarf.awk.
668
6aca8c6c
GB
6691999-12-12 Greg J. Badros <gjb@cs.washington.edu>
670
72f1168d 671 * configure.in: Create guile-doc-snarf, chmod +x that script after
6aca8c6c
GB
672 AC_OUTPUTted.
673
6741999-12-10 Greg J. Badros <gjb@cs.washington.edu>
6e706938
GB
675
676 * NEWS: More complete description for --enable-debug-freelist.
677
aee8ca3f
GH
6781999-12-09 Gary Houston <ghouston@freewire.co.uk>
679
680 * configure.in (CFLAGS): don't add -Wpointer-arith, since it
681 causes numerous spurious warnings with recent gcc and/or glibc
682 versions.
683
afe5177e
GH
6841999-11-19 Gary Houston <ghouston@freewire.co.uk>
685
686 * acconfig.h: add HAVE_ARRAYS.
687
688 * configure.in: add --disable-arrays option, probably temporary.
689
5c11cc9d
GH
6901999-11-17 Gary Houston <ghouston@freewire.co.uk>
691
692 * configure.in: check for hstrerror.
693
5d94b2fe
JB
6941999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
695
e8ff4648
JB
696 * autogen.sh: Don't call autoreconf at all; it's not reliable.
697 Instead, call the various tools explicitly. Invoke
698 guile-readline's autogen.sh script.
0cbedb5b
JB
699
700 Straighten up the situation regarding guile.m4 and qthreads.m4.
72f1168d 701
0cbedb5b
JB
702 We can't have .m4 files which are installed where aclocal can
703 see them, but also used by guile's own configure.in, because
704 aclocal will read both copies, complain about duplicate macro
705 definitions, and refuse to generate aclocal.m4 at all. This
706 happens if you invoke it as `aclocal -I .', as autoreconf does.
707 This is probably a flaw in the autotools, but Guile doesn't need
708 that flaw fixed immediately.
709
710 guile.m4 is intended for use by people linking against guile, so
711 it needs to be installed. But Guile itself doesn't use it. So
712 move guile.m4 into guile-config. That makes sense, since
713 guile.m4's GUILE_FLAGS macro is just an easy way to call
714 guile-config.
715
716 qthreads.m4 is indented to help configure a qthreads tree. It's
717 only useful to a package which actually includes a qthreads tree,
718 and it's intimately related to that tree, so it's not useful to
719 install this. So don't install it.
720
721 * guile.m4: Moved to guile-config.
722 * Makefile.am (aclocaldir, aclocal_DATA): Delete.
723 (EXTRA_DIST): Move qthreads.m4 here.
724
5d94b2fe
JB
725 Don't store generated files in the repository any more. Instead,
726 require people to run autogen.sh on trees from snapshots and CVS.
0cbedb5b 727 * Makefile.in, aclocal.m4, configure: Deleted.
5d94b2fe
JB
728 * autogen.sh: New file.
729 * ANON-CVS, SNAPSHOTS: Updated instructions.
730
dc4d930b
JB
7311999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
732
733 * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
734
6e706938 7351999-09-27 Greg J. Badros <gjb@cs.washington.edu>
15526538
GB
736
737 * configure.in: Added --enable-debug-freelist option.
738
fca7547b 739 * acconfig.h: Added GUILE_DEBUG_FREELIST.
15526538 740
52cfc69b
GH
7411999-09-23 Gary Houston <ghouston@freewire.co.uk>
742
743 * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
744 FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
745
746 * configure.in: new options --disable-posix, --disable-net
747 and --disable-regex
748 export HAVE_POSIX and HAVE_NETWORKING definitions.
749 don't add regex-posix.o to LIBOBJS if regex disabled.
750
751 LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
752 conditionally.
753
bab4e1cc
JB
7541999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
755
756 * Guile 1.3.4 released.
757
fc97c626
JB
7581999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
759
760 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
761 libtool knows how to get ANSI C behavior from the compiler.
762 * configure: Regenerated.
763
7ee92fce
GH
7641999-09-20 Gary Houston <ghouston@freewire.co.uk>
765
766 * configure.in: check availability of siginterrupt.
767
08b8c694
GH
7681999-09-18 Gary Houston <ghouston@freewire.co.uk>
769
770 * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
771 testing for SA_RESTART.
772
7cdbcc7d
MD
7731999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
774
775 * configure.in: Removed ice-9/version.scm from AC_OUTPUT.
776
e1f20ec6
JB
7771999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
778
779 * configure.in (GUILE_STAMP): Don't set this variable, or
780 substitute it into anything. Full explanation in ice-9/ChangeLog.
781 * configure, Makefile.in: Regenerated.
72f1168d 782
ffe70f9c
JB
7831999-09-06 James Blandy <jimb@mule.m17n.org>
784
785 Propagate the changes of 2 Sept the rest of the way through.
786 * configure: Regenerated.
787 * Makefile.in: Regenerated. Not sure why this diff is so big.
788
e127c348
JB
7891999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
790
791 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
792 variable name. (Thanks to Bill Schottstaedt.)
9918cf63 793 * aclocal.m4: Regenerated.
e127c348 794
655f19ab
MD
7951999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
796
797 * configure.in: Test for presence of function on_exit.
798
b074884f
JB
7991999-09-01 James Blandy <jimb@mule.m17n.org>
800
801 * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
802 the system doesn't have memmove. Don't test for memmove and bcopy
803 with AC_CHECK_FUNCS.
804 * configure: Regenerated.
805
a7098335
MD
8061999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
807
808 * configure.in: Test for atexit.
809
9a26d6f9
MD
8101999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
811
b030b39b
MD
812 * acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
813
9a26d6f9
MD
814 * configure.in: Test for presence of S_ISLNK in sys/stat.h.
815 (Thanks to Bernard Urban.)
816 Test for memmove and bcopy. (Thanks to
a7098335 817 suzukis@file.phys.tohoku.ac.jp.)
9a26d6f9
MD
818
819 * acconfig.h: Added HAVE_S_ISLNK.
820
a05cba61
JB
8211999-08-20 James Blandy <jimb@mule.m17n.org>
822
0a852b94
JB
823 * Guile 1.3.2 released.
824
a05cba61
JB
825 * Makefile.in: Regenerated.
826
f29f2933
MD
8271999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
828
829 * README, config.guess, config.sub, liconfig, ltmain.sh: Switched
830 to libtool-1.3.3.
831
0e8a8468
MV
8321999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
833
834 Added guile-readline subdirectory with the removed readline
835 support.
836 * guile-readline: New directory, see ChangeLog there.
837 * configure.in: Cause configure to descend into guile-readline
838 dir.
839 * Makefile.am: Likewise for make.
840 * NEWS: Explain how to activate the readline support.
841 * configure, Makefile.in: Regenerated.
72f1168d 842
3144e1a9
JB
8431999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
844
845