New file, to control distribution of the test-suite.
[bpt/guile.git] / ChangeLog
CommitLineData
c1151355
MV
12001-08-01 Marius Vollmer <mvo@zagadka.ping.de>
2
3 * configure.in: Added `--disable-linuxthreads' option and do not
4 define GUILE_PTHREAD_COMPAT nor link with -lpthread when it is
5 given. Thanks to Cris Cramer!
6
11057044
MV
72001-07-23 Marius Vollmer <mvo@zagadka.ping.de>
8
9 * Makefile.am (SUBDIRS): Build libguile before ice-9.
10
f3805ebb
MV
112001-07-22 Marius Vollmer <mvo@zagadka.ping.de>
12
13 * configure.in: Check for "inttypes.h".
14
e658215a
RB
152001-07-19 Rob Browning <rlb@defaultvalue.org>
16
17 * configure.in: add checks for setitimer and getitimer.
18 Add --enable-error-on-warning.
19
c0b2936e
MG
202001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
21
22 * INSTALL, Makefile.am, configure.in: Updated copyright notice.
23
8f2ecec5
TTN
242001-07-15 Thien-Thi Nguyen <ttn@revel.glug.org>
25
26 * HACKING: Remove onerous authorship-info deletion clause.
27
065509a5
KN
282001-07-13 Keisuke Nishida <knishida@nurs.or.jp>
29
30 * autogen.sh: Call libtoolize with --force.
31
d76852e3
TTN
322001-07-10 Thien-Thi Nguyen <ttn@revel.glug.org>
33
34 * INSTALL: Point to HACKING for tool versions.
35
fd6c6321
RB
362001-07-08 Rob Browning <rlb@defaultvalue.org>
37
04860df7
RB
38 * TODO: updated to include relevant itemized post-1.6-RELEASE
39 tasks that are distributable so we can check them off as they are
40 done, and delete 1.6.0 tasks.
41
42 * RELEASE: add a note that the RELEASE instructions are out of
43 date now that we're using branches.
44
fd6c6321
RB
45 * AUTHORS: add "many files throughout" for myself.
46
8d123036
TTN
472001-06-28 Thien-Thi Nguyen <ttn@revel.glug.org>
48
49 * README: Also mention guile-tools.
50
51 * README: Mention libguile-srfi-*, oop/*, scripts/* and srfi/*.
52
32d6f999
TTN
532001-06-27 Thien-Thi Nguyen <ttn@revel.glug.org>
54
55 * RELEASE: Move todo items to file TODO.
56
57 * TODO: Initial revision
58
a4734913
TTN
59 * Makefile.am (EXTRA_DIST): Add TODO.
60
dbfadc85
TTN
61 * HACKING: Refer to TODO and SNAPSHOTS.
62 No longer refer to devel/tasks.text.
63
64 * SNAPSHOTS: Fix reference bug; recommended tool
65 versions are in HACKING.
66
f6b3694a
TTN
67 * TODO: Add completion and ownership protocol to header comments.
68
3cd085d0
TTN
69 * RELEASE: Add TODO-processing to spiffing checklist.
70
9c3955ff
TTN
71 * HACKING: Update deprecation procedure to refer to TODO.
72
17383b7c
ML
732001-06-27 Michael Livshin <mlivshin@bigfoot.com>
74
75 * autogen.sh: don't run flex here.
76
77 * HACKING: clarify that newer versions of flex should be just
78 fine.
79
82893676
MG
802001-06-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
81
82 * HACKING, ANON-CVS: Removed mentioning of guile-doc CVS module.
83
84 * configure.in: Added some header and function checks.
85
f2ae4555
NJ
862001-06-25 Neil Jerram <neil@ossau.uklinux.net>
87
88 * autogen.sh: Quoting fix for `--enable-maintainer-mode'.
89
4172703a
MV
902001-06-25 Marius Vollmer <mvo@zagadka.ping.de>
91
92 * autogen.sh: Added message about what to do next. Tell them to
93 use `--enable-maintainer-mode'.
94
093e7da4
ML
952001-06-25 Michael Livshin <mlivshin@bigfoot.com>
96
97 * HACKING: mention flex.
98
99 * autogen.sh: generate libguile/c-tokenize.c.
100
6b41a313
MG
1012001-06-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
102
103 * libguile.h: Removed inclusion of libguile/tag.h.
104
eb6c2de8
MV
1052001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
106
107 * libguile.h (scm_cond_t, scm_key_t, scm_mutex_t): Only define
108 these when using threads.
109
4ff9f825
MV
1102001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
111
4927dd28
MV
112 * libguile.h: Added deprecated section with the olde type names.
113
4ff9f825
MV
114 * configure.in: Check for header <stdint.h>. Check for uintptr_t
115 type. Use AC_CHECK_TYPES for this. Do not caus ptrdiff_t to be
116 `#defined'.
117
118 * acconfig.h (ptrdiff_t): Removed.
119
e01970a5
MG
1202001-06-05 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
121
122 * configure.in: Generate examples/box-dynamic-module/Makefile.
123
c794483c
MV
1242001-06-03 Marius Vollmer <mvo@zagadka.ping.de>
125
126 * configure.in (AC_CONFIG_FILES, AC_CONFIG_COMMANDS): Add
127 guile-snarf.
128
9454d8d5
RB
1292001-06-02 Rob Browning <rlb@cs.utexas.edu>
130
131 * configure.in: changes for autoconf 2.50.
132 (AC_PREREQ): require at least autoconf 2.50.
133 (AC_INIT): no longer takes an arg.
134 (AC_CONFIG_SRCDIR): takes arg AC_INIT used to take.
135 (AC_STRUCT_ST_RDEV): changed -> AC_CHECK_MEMBERS.
136 (AC_STRUCT_ST_BLKSIZE): deprecated -> AC_CHECK_MEMBERS.
137 (AC_STRUCT_ST_BLOCKS): use it rather than our version.
138 (AC_CONFIG_FILES): now generated files go here, not in AC_OUTPUT.
139 (AC_CONFIG_COMMANDS): now actions go here, not in AC_OUTPUT.
140 (AC_OUTPUT): no longer takes args.
32d6f999 141
9454d8d5
RB
142 * acinclude.m4: AC_LANG not a variable now -- use __cplusplus
143 unconditionally .
144
114f9bab
MV
1452001-06-02 Marius Vollmer <mvo@zagadka.ping.de>
146
147 * configure.in: Check for mkstemp via AC_REPLACE_FUNCS. Thanks to
148 I. N. Golubev!
149
ee2718a9
MG
1502001-06-01 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
151
152 * configure.in: Generate examples/box-dynamic/Makefile.
153
2de7ddb7
MG
1542001-05-31 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
155
156 * Makefile.am (EXTRA_DIST): New subdirectory `examples'.
157
158 * configure.in: Added all Makefiles in the `examples' directory to
159 AC_OUTPUT.
160
f501d0d4
ML
1612001-05-31 Michael Livshin <mlivshin@bigfoot.com>
162
163 * configure.in: generate guile-snarf-docs & guile-snarf-docs-texi.
164 don't generate guile-snarf.awk.
165
166 * Makefile.am (EXTRA_DIST): add test-suite.
167
1db81cb0
ML
1682001-05-28 Michael Livshin <mlivshin@bigfoot.com>
169
170 * check-guile.in: fix to be runnable when srcdir!=builddir.
171
f3f70257
ML
1722001-05-26 Michael Livshin <mlivshin@bigfoot.com>
173
174 revert the controversial part of the 2001-05-23 changes
175
1be6b49c
ML
1762001-05-23 Michael Livshin <mlivshin@bigfoot.com>
177
178 * configure.in: configury for SCM_[U]BITS_T, some more sizeofs.
179 also, make sure that the integral type choosen to represent an SCM
180 has exactly the same size as a void pointer.
181
182 * acconfig.h: add undefs for SCM_BITS_T, SCM_UBITS_T,
183 SCM_SIZEOF_BITS_T, ptrdiff_t.
184
c81ea65d
RB
1852001-05-16 Rob Browning <rlb@cs.utexas.edu>
186
187 * configure.in: add AC_SUBST for GUILE_MICRO_VERSION.
188
189 * GUILE-VERSION
190 (GUILE_VERSION): now MAJOR.MINOR.MICRO
191 (GUILE_MICRO_VERSION): new variable, records final revision.
192 i.e. the 5 in 1.6.5. MINOR_VERSION is now just the middle number,
193 i.e. the 6.
194
887dfa7d
DH
1952001-05-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
196
197 * acconfig.h, configure.in: Renamed
198 GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEPRECATED_DEFAULT.
199
11bbab47
MV
2002001-05-15 Marius Vollmer <mvo@zagadka.ping.de>
201
202 * acinclude.m4: Removed copy of "libtool.m4".
203
5cd06d5e
DH
2042001-05-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
205
206 * configure.in (SCM_DEBUG_DEPRECATED): Always defined.
207
a232c19e
TTN
2082001-05-13 Thien-Thi Nguyen <ttn@revel.glug.org>
209
928f20fb
TTN
210 * AUTHORS (Martin Grabmueller, Thien-Thi Nguyen): Update.
211
a232c19e
TTN
212 * HACKING: Update copyright.
213 Add blurb pointing to devel/tasks.text.
214
c8750173
TTN
2152001-05-11 Thien-Thi Nguyen <ttn@revel.glug.org>
216
217 * check-guile.in: For SRFI testing, set and export env
218 var `LTDL_LIBRARY_PATH'.
219
75141eb0
NJ
2202001-05-07 Neil Jerram <neil@ossau.uklinux.net>
221
222 * AUTHORS: Add docs-related authorship details.
223
c10ecc4c
MV
2242001-05-05 Marius Vollmer <mvo@zagadka.ping.de>
225
226 * configure.in (--enable-deprecated): Recognize "shutup" option
227 argument and turn it into the default warning level "no".
228
018a53a1
GH
2292001-05-05 Gary Houston <ghouston@arglist.com>
230
231 * acconfig.h: add HAVE_IPV6.
232 * configure.in: check whether we can compile with IPv6 support.
233
26f798bd
TTN
2342001-05-04 Thien-Thi Nguyen <ttn@revel.glug.org>
235
236 * guile-tools.in: New file.
237
238 * configure.in (AC_OUTPUT): Add guile-tools, and make
239 executable.
240
241 * Makefile.am (bin_SCRIPTS): New var.
242
c5316ea3
GH
2432001-05-04 Gary Houston <ghouston@arglist.com>
244
245 * configure.in: check whether uint32_t is defined when netdb.h
246 is included.
247 acconfig.h: added HAVE_UINT32_T.
248
7440341c
MV
2492001-05-02 Marius Vollmer <mvo@zagadka.ping.de>
250
251 * configure.in: Added handling of `--enable-deprecated'.
252
253 * acconfig.h (SCM_DEBUG_DEPRECATED,
254 GUILE_WARN_DEPRECATED_DEFAULT): Added.
255
14a7d5f8
TTN
2562001-04-29 Thien-Thi Nguyen <ttn@revel.glug.org>
257
258 * Makefile.am (SUBDIRS): Add "scripts".
259
260 * configure.in (AC_OUTPUT): Add scripts/Makefile.
261
7e267da1
GH
2622001-04-29 Gary Houston <ghouston@arglist.com>
263
264 * libguile.h: include rw.h.
265
f2a75d81
RB
2662001-04-27 Rob Browning <rlb@cs.utexas.edu>
267
268 * GUILE-VERSION (GUILE_MINOR_VERSION): change to 5.0, switching to
269 the new odd/even ustable/stable version numbering scheme.
270 (LIBGUILEQTHREADS_MAJOR_VERSION): change to 10 to match Debian and
271 libguile. In the future, libguile and libguileqthreads may not
272 stay in sync. This still doesn't appear to affect
273 libguileqthreads, but we'll fix that next.
274
1f7a1dc9
MG
2752001-04-25 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
276
277 * configure.in: Don't treat srfi directory specially, just create
278 the Makefile there (thanks to Neil Jerram for the patch).
279
6c44688a
MG
2802001-04-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
281
282 * Makefile.am (SUBDIRS): Added `srfi'.
283
284 * configure.in: Added subdirectory `srfi' to build process.
285
286 * libguile.h: Added inclusion of `values.h'.
287
2a0ef8b7
GH
2882001-04-22 Gary Houston <ghouston@arglist.com>
289
290 * configure.in: check for inet_pton and inet_ntop.
291
67641981
GH
2922001-04-20 Gary Houston <ghouston@arglist.com>
293
294 * acconfig.h: include HAVE_SIN6_SCOPE_ID.
295 * configure.in: check for sin6_scope_id in sockaddr_in6.
296
a9d861e3
MD
2972001-04-19 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
298
299 * RELEASE: Added deprecated macro SCM_ARRAY_CONTIGUOUS
300
31e74a57
GH
3012001-04-17 Gary Houston <ghouston@arglist.com>
302
303 * configure.in: run the autoconf BIGENDIAN check.
304
0da6608d
DH
3052001-04-12 Niibe Yutaka <gniibe@m17n.org>
306
307 * GUILE-VERSION (LIBGUILEQTHREADS_MAJOR_VERSION,
308 LIBGUILEQTHREADS_MINOR_VERSION, LIBGUILEQTHREADS_REVISION_VERSION,
309 LIBGUILEQTHREADS_VERSION): Added libguileqthreads version info.
310
311 * configure.in: Likewise.
312
f22ed5a0
KN
3132001-04-11 Keisuke Nishida <kxn30@po.cwru.edu>
314
315 * configure.in (AC_CHECK_FUNCS): Don't check bzero.
316 (GUILE_FUNC_DECLARED): Removed checking of bzero.
317 Thanks to NIIBE Yutaka.
318
f2e61fc1
MD
3192001-04-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
320
321 * Undeprecated scm_init_oop_goopscore_module.
322
72f1168d
TTN
3232001-03-25 Thien-Thi Nguyen <ttn@revel.glug.org>
324
325 * check-guile.in: Fix sh standard conformance bug: Replace
326 "test -e" with "test -f". Thanks to Alexander Klimov.
327
a4928305
GH
3282001-03-19 Gary Houston <ghouston@arglist.com>
329
330 * check-guile.in: rename $parent to $srcdir. if it's equal to "."
331 set it to `pwd`.
332
66301f9a
GH
333 * check-guile.in: 16 documentation tests were failing if "make
334 check" was run before Guile had been installed with the current
335 --prefix. made various changes to the script so that it runs
336 without a cd to the test-suite directory. For the -i option,
337 don't point GUILE_LOAD_PATH to the current directory, but let it
338 use it's own scheme library.
339
51cfd7da
GH
3402001-03-18 Gary Houston <ghouston@arglist.com>
341
342 * check-guile.in: use @srcdir@ instead of @test_suite_dir@. use
343 the current directory (build dir) not srcdir to find guile
344 executable. otherwise "make check" doesn't work with a separate
345 build directory. create the test log in
346 $build_dir/check-guile.log instead of in srcdir/test-suite
347 directory.
348 * configure.in: don't define or substitute test_suite_dir.
349
e9e225e5
GH
3502001-03-17 Gary Houston <ghouston@arglist.com>
351
352 * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,
353 since EXTRA_DOT_DOC_FILES is redefined later. define
354 EXTRA_DOT_X_FILES and hand it to AC_SUBST.
355
94e6d793
MG
3562001-03-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
357
358 * configure.in: Added header checks for crypt.h, sys/resource.h
359 and sys/file.h, function checks for chroot, flock, getlogin,
360 cuserid, getpriority, setpriority, getpass, sethostname,
361 gethostname, and for crypt() in libcrypt.
362
fff043ab
NJ
3632001-03-09 Neil Jerram <neil@ossau.uklinux.net>
364
365 * configure.in (htmldoc): Merge handling of `--enable-htmldoc'
366 option from guile-doc/configure.in.
367
d42df055
DH
3682001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
369
370 * libguile.h: Removed #include "libguile/dump.h".
371
ec896089
KN
3722001-02-02 Keisuke Nishida <kxn30@po.cwru.edu>
373
374 * libguile.h: Added #include "libguile/dump.h".
375
c2886a5a
MD
3762001-01-29 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
377
378 * libguile.h: Added #include "libguile/rdelim.h".
379
1ff7abbe
DH
3802001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
381
382 The following patch was sent by Thien-Thi Nguyen.
383
384 * check-guile.in: New file.
385
386 * Makefile.am: Add TESTS rule.
387
388 * configure.in: Add support for "make check".
389
f0942910
DH
3902000-11-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
391
392 * acconfig.h: Removed bogus #ifndef. Thanks to Lars J. Aas.
393
14f1d9fe
MD
3942000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
395
396 * GUILE-VERSION (LIBGUILE_MAJOR_VERSION): Incremented major
397 version number to 10 due to the merge of GOOPS.
398
399 * oop: New directory.
400
e4dba4c7
KN
4012000-09-20 Keisuke Nishida <kxn30@po.cwru.edu>
402
467ab77e 403 * libguile.h: #include "libguile/properties.h".
e4dba4c7 404
45605b53
GH
4052000-09-17 Gary Houston <ghouston@arglist.com>
406
407 * configure.in, acconfig.h: remove the GCSE test: it doesn't seem
408 to be reliable on all platforms.
409
e494e76d
GH
4102000-08-18 Gary Houston <ghouston@arglist.com>
411
412 * acconfig.h: added BROKEN_GCSE.
413 * configure.in: check for a gcc GCSE optimisation bug.
414
42aae633
GH
4152000-07-31 Gary Houston <ghouston@arglist.com>
416
417 * acconfig.h: added HAVE_H_ERRNO
418 * configure.in: removed some dnl'd & obsolete cygwin stuff.
419 added a test for h_errno.
420
f9ed377d
MD
4212000-06-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
422
423 * Guile 1.4 released.
424
b5074b23
MD
4252000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
426
427 * GUILE-VERSION: Changed to work also when included by a Makefile
428 (e.g. debian/rules). (Thanks to Karl M. Hegbloom.)
429 (LIBGUILE_MAJOR_VERSION): Bumped to 9.
430 (GUILE_MINOR_VERSION): Bumped to 4.
431
f43aac9a
MD
4322000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
433
a8861fa0
MD
434 * libguile.h: Removed #include "libguile/kw.h".
435
9a8a1e8a
MD
436 * Makefile.am (ACLOCAL): Define as ./guile-aclocal.sh.
437 (The rule will cd to $(top_srcdir).)
438
439 * configure.in (EXTRA_DOT_DOC_FILES): Create from LIBOBJS and
440 substitute it into libguile/Makefile.
441
f43aac9a
MD
442 * HACKING: Updated recommended libtool version to be 1.3.5.
443
444 * RELEASE: Say that we should update HACKING to reflect the
445 versions of the tools we're using rather than README.
446
5cb6f99c
MD
4472000-06-02 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
448
449 * NOTES: Removed.
450
451 * TODO: Moved to devel/.
452
3ff0d90a
CB
4532000-06-01 Craig Brozefsky <craig@red-bean.com>
454
455 * GUILE-VERSION: added defnitions for LIBGUILE_MAJOR_VERSION,
456 LIBGUILE_MINOR_VERSION, LIBGUILE_REVISION_VERSION so that we now
457 define libguile.so version in a well-lit place.
458
459 * configure.in: added AC_SUBST lines for the new LIBGUILE version
460 variables.
72f1168d 461
65545721
ML
4622000-06-01 Michael Livshin <mlivshin@bigfoot.com>
463
464 * autogen.sh: call ./guile-aclocal.sh instead of aclocal.
72f1168d 465
65545721
ML
466 * guile-aclocal.sh: new file, works around aclocal problems.
467
b2728432
DH
4682000-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
469
470 * acconfig.h (USE_FSU_PTHREADS, USE_MIT_PTHREADS,
471 USE_PCTHREADS_PTHREADS): Removed.
472
7f5fa419
GH
4732000-05-01 Gary Houston <ghouston@arglist.com>
474
475 * Makefile.am: add include_HEADERS.
476 libguile.h: moved from libguile directory. maybe libguile.h should
477 be installed in $prefix/include/libguile/libguile.h instead?
478
9764c29b
MD
4792000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
480
e415cb06
MD
481 * qthreads.m4: Removed THREADS_CPPFLAGS.
482
483 * acinclude.m4: Removed qthreads macros. They are provided in
484 qthreads.m4, so these were redundant.
485
9764c29b
MD
486 * acconfig.h (GUILE_DEBUG_MALLOC): New.
487
488 * configure.in: New --enable-debug-malloc configuration option.
489
1978b33e
MD
4902000-03-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
491
492 * acconfig.h (GUILE_PTHREAD_COMPAT): New config variable.
493
494 * configure.in: Enable workaround for COOP-linuxthreads
64e3bf6c 495 compatibility on Linux systems.
1978b33e 496
55a85c78
MD
4972000-03-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
498
499 * devel: New directory. Intended to carry documentation related
500 to Guile development (as opposed to the doc directory which
501 contains documentation related to the use of the current Guile).
502 This directory (devel) is not included in the Guile distribution,
503 but is accessible via anonymous CVS.
504
fdc7ea2d
MD
5052000-03-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
506
507 * configure.in: Don't add iselect.o to LIBOBJS.
508
31d8abce
MD
5092000-03-13 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
510
511 * configure.in: Added end-tag for local variables. (Thanks to
512 Thien-Thi Nguyen.)
513
244fdc2f
GH
5142000-03-12 Gary Houston <ghouston@arglist.com>
515
516 * README (Guile Documentation, About This Distribution): updated.
517
f3b5e185
MD
5182000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
519
520 * configure.in (ac_cv_struct_timespec): Added test for struct
521 timespec.
522
523 * acconfig.h (HAVE_STRUCT_TIMESPEC): Added.
524
3a721413
MV
5252000-01-25 Marius Vollmer <mvo@zagadka.ping.de>
526
527 * autogen.sh: Call libtoolize. Pass --add-missing option to
528 automake. Do not decent into libltdl directory. The libltdl
529 directory is now populated by libtoolize and does not need any
530 further autogeneration.
531
d831b039
GH
5322000-01-23 Gary Houston <ghouston@arglist.com>
533
534 * configure.in: check for fchown.
535
a0a7b83b
MD
536Tue Jan 18 12:55:15 2000 Mikael Djurfeldt <mdj@r11n07-s.pdc.kth.se>
537
538 * acinclude.m4 (AC_LIBLTDL_CONVENIENCE): Add $(top_srcdir)/libltdl
539 instead of $(top_builddir)/libltdl to includepath.
540
56cfe22b
MD
5412000-01-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
542
543 * emacs: New subdirectory for elisp tools.
544
657fcb5a
MV
5452000-01-15 Marius Vollmer <mvo@zagadka.ping.de>
546
547 * README, HACKING: Moved "Hacking it yourself" section from README
548 to HACKING. Updated recommended libtool version to be 1.3.4.
549
dc914156
GH
5502000-01-14 Gary Houston <ghouston@arglist.com>
551
552 * configure.in: needs to have --disable-networking, not
553 --disable-net.
554
fb4956c9
MD
5552000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
556
557 * libltdl/acconfig.h: New file: Needed by autogen.sh.
558
88423ab1
GB
559Tue Jan 11 13:42:35 2000 Greg J. Badros <gjb@cs.washington.edu>
560
561 * autogen.sh: Added messages as we run autogen in subdirectories.
562
563 * configure.in: Output libugile/guile-func-name-check script, and
72f1168d 564 chmod +x it.
88423ab1 565
0d90b76d
MV
5662000-01-11 Marius Vollmer <mvo@zagadka.ping.de>
567
568 * libltdl/autogen.sh: New file.
569 * autogen.sh: Invoke libltdl/autogen.sh.
570
5712000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
572
573 Finally applied the libltdl patch from Thomas Tanner, with slight
574 modifications. All code copied from the libtool package is from
575 libtool-1.3.4.
576
577 * configure.in: Make "--with-modules=yes" the default. Do not
578 clear INCLTDL, LIBLTDL prior to processing "--with-modules".
72f1168d 579
0d90b76d
MV
580 1999-07-25 Thomas Tanner <tanner@ffii.org>
581
582 * Makefile.am: add libltdl to SUBDIRS, automake automatically
583 includes ltconfig, ltmain.sh and acconfig.h in EXTRA_DIST
584 * acinclude.m4: remove GUILE_DLSYM_USCORE, add libtool.m4
585 (no need to install libtool any more)
586 * configure.in: replace --enable-dynamic-linking with
587 --with-modules, required modules can be specified using
588 --with-modules="/path/to/mod.la" and will be linked
589 statically on platforms that don't support dynamic loading,
590 configure libltdl, configure libtool for dlopening
591 * libltdl: added using libtoolize -c --ltdl
592
38c1d3c4
GH
5932000-01-09 Gary Houston <ghouston@arglist.com>
594
595 * configure.in: check whether localtime caches TZ. copied from
596 Emacs 20.5.
597 * acconfig.h: add LOCALTIME_CACHE.
598
dceef6be
GB
599Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
600
601 * configure.in: Make it be guile-snarf.awk, since we'll be
602 switching names for guile-doc-snarf. (I wouldn't have changed
603 this, but I was getting ready to commit this way when the below
604 change was committed).
605
763a6716
MD
6061999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
607
608 * configure.in: Create guile-doc-snarf.awk.
609
6aca8c6c
GB
6101999-12-12 Greg J. Badros <gjb@cs.washington.edu>
611
72f1168d 612 * configure.in: Create guile-doc-snarf, chmod +x that script after
6aca8c6c
GB
613 AC_OUTPUTted.
614
6151999-12-10 Greg J. Badros <gjb@cs.washington.edu>
6e706938
GB
616
617 * NEWS: More complete description for --enable-debug-freelist.
618
aee8ca3f
GH
6191999-12-09 Gary Houston <ghouston@freewire.co.uk>
620
621 * configure.in (CFLAGS): don't add -Wpointer-arith, since it
622 causes numerous spurious warnings with recent gcc and/or glibc
623 versions.
624
afe5177e
GH
6251999-11-19 Gary Houston <ghouston@freewire.co.uk>
626
627 * acconfig.h: add HAVE_ARRAYS.
628
629 * configure.in: add --disable-arrays option, probably temporary.
630
5c11cc9d
GH
6311999-11-17 Gary Houston <ghouston@freewire.co.uk>
632
633 * configure.in: check for hstrerror.
634
5d94b2fe
JB
6351999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
636
e8ff4648
JB
637 * autogen.sh: Don't call autoreconf at all; it's not reliable.
638 Instead, call the various tools explicitly. Invoke
639 guile-readline's autogen.sh script.
0cbedb5b
JB
640
641 Straighten up the situation regarding guile.m4 and qthreads.m4.
72f1168d 642
0cbedb5b
JB
643 We can't have .m4 files which are installed where aclocal can
644 see them, but also used by guile's own configure.in, because
645 aclocal will read both copies, complain about duplicate macro
646 definitions, and refuse to generate aclocal.m4 at all. This
647 happens if you invoke it as `aclocal -I .', as autoreconf does.
648 This is probably a flaw in the autotools, but Guile doesn't need
649 that flaw fixed immediately.
650
651 guile.m4 is intended for use by people linking against guile, so
652 it needs to be installed. But Guile itself doesn't use it. So
653 move guile.m4 into guile-config. That makes sense, since
654 guile.m4's GUILE_FLAGS macro is just an easy way to call
655 guile-config.
656
657 qthreads.m4 is indented to help configure a qthreads tree. It's
658 only useful to a package which actually includes a qthreads tree,
659 and it's intimately related to that tree, so it's not useful to
660 install this. So don't install it.
661
662 * guile.m4: Moved to guile-config.
663 * Makefile.am (aclocaldir, aclocal_DATA): Delete.
664 (EXTRA_DIST): Move qthreads.m4 here.
665
5d94b2fe
JB
666 Don't store generated files in the repository any more. Instead,
667 require people to run autogen.sh on trees from snapshots and CVS.
0cbedb5b 668 * Makefile.in, aclocal.m4, configure: Deleted.
5d94b2fe
JB
669 * autogen.sh: New file.
670 * ANON-CVS, SNAPSHOTS: Updated instructions.
671
dc4d930b
JB
6721999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
673
674 * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
675
6e706938 6761999-09-27 Greg J. Badros <gjb@cs.washington.edu>
15526538
GB
677
678 * configure.in: Added --enable-debug-freelist option.
679
fca7547b 680 * acconfig.h: Added GUILE_DEBUG_FREELIST.
15526538 681
52cfc69b
GH
6821999-09-23 Gary Houston <ghouston@freewire.co.uk>
683
684 * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
685 FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
686
687 * configure.in: new options --disable-posix, --disable-net
688 and --disable-regex
689 export HAVE_POSIX and HAVE_NETWORKING definitions.
690 don't add regex-posix.o to LIBOBJS if regex disabled.
691
692 LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
693 conditionally.
694
bab4e1cc
JB
6951999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
696
697 * Guile 1.3.4 released.
698
fc97c626
JB
6991999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
700
701 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
702 libtool knows how to get ANSI C behavior from the compiler.
703 * configure: Regenerated.
704
7ee92fce
GH
7051999-09-20 Gary Houston <ghouston@freewire.co.uk>
706
707 * configure.in: check availability of siginterrupt.
708
08b8c694
GH
7091999-09-18 Gary Houston <ghouston@freewire.co.uk>
710
711 * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
712 testing for SA_RESTART.
713
7cdbcc7d
MD
7141999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
715
716 * configure.in: Removed ice-9/version.scm from AC_OUTPUT.
717
e1f20ec6
JB
7181999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
719
720 * configure.in (GUILE_STAMP): Don't set this variable, or
721 substitute it into anything. Full explanation in ice-9/ChangeLog.
722 * configure, Makefile.in: Regenerated.
72f1168d 723
ffe70f9c
JB
7241999-09-06 James Blandy <jimb@mule.m17n.org>
725
726 Propagate the changes of 2 Sept the rest of the way through.
727 * configure: Regenerated.
728 * Makefile.in: Regenerated. Not sure why this diff is so big.
729
e127c348
JB
7301999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
731
732 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
733 variable name. (Thanks to Bill Schottstaedt.)
9918cf63 734 * aclocal.m4: Regenerated.
e127c348 735
655f19ab
MD
7361999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
737
738 * configure.in: Test for presence of function on_exit.
739
b074884f
JB
7401999-09-01 James Blandy <jimb@mule.m17n.org>
741
742 * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
743 the system doesn't have memmove. Don't test for memmove and bcopy
744 with AC_CHECK_FUNCS.
745 * configure: Regenerated.
746
a7098335
MD
7471999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
748
749 * configure.in: Test for atexit.
750
9a26d6f9
MD
7511999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
752
b030b39b
MD
753 * acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
754
9a26d6f9
MD
755 * configure.in: Test for presence of S_ISLNK in sys/stat.h.
756 (Thanks to Bernard Urban.)
757 Test for memmove and bcopy. (Thanks to
a7098335 758 suzukis@file.phys.tohoku.ac.jp.)
9a26d6f9
MD
759
760 * acconfig.h: Added HAVE_S_ISLNK.
761
a05cba61
JB
7621999-08-20 James Blandy <jimb@mule.m17n.org>
763
0a852b94
JB
764 * Guile 1.3.2 released.
765
a05cba61
JB
766 * Makefile.in: Regenerated.
767
f29f2933
MD
7681999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
769
770 * README, config.guess, config.sub, liconfig, ltmain.sh: Switched
771 to libtool-1.3.3.
772
0e8a8468
MV
7731999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
774
775 Added guile-readline subdirectory with the removed readline
776 support.
777 * guile-readline: New directory, see ChangeLog there.
778 * configure.in: Cause configure to descend into guile-readline
779 dir.
780 * Makefile.am: Likewise for make.
781 * NEWS: Explain how to activate the readline support.
782 * configure, Makefile.in: Regenerated.
72f1168d 783
3144e1a9
JB
7841999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
785
786