(top_srcdir): Use `top_srcdir_absolute' AC_SUBST var.
[bpt/guile.git] / ChangeLog
CommitLineData
eb8aea9b
TTN
12002-03-04 Thien-Thi Nguyen <ttn@giblet.glug.org>
2
2d78a1c5
TTN
3 * configure.in (top_srcdir_absolute): New AC_SUBST var.
4
5 * pre-inst-guile.in (top_srcdir): Use `top_srcdir_absolute'
6 AC_SUBST var.
7
eb8aea9b
TTN
8 * pre-inst-guile.in (top_srcdir): Fix ref bug: Force absolute.
9
5ddf900c
TTN
102002-02-27 Thien-Thi Nguyen <ttn@giblet.glug.org>
11
12 * pre-inst-guile.in: Typofix; nfc.
13
edb810bb
SJ
142002-02-27 Stefan Jahn <stefan@lkcc.org>
15
16 * Makefile.am (SUBDIRS): Added the `am' directory.
17
3ed414c8
TTN
182002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
19
20 * pre-inst-guile.in: New file.
21
22 * pre-inst-guile, pre-inst-guile.am: bye bye
23
24 * configure.in (top_builddir_absolute): New AC_SUBST var.
25 (AC_CONFIG_FILES): Add am/Makefile, pre-inst-guile.
26 (AC_CONFIG_COMMANDS): Also chmod +x pre-inst-guile.
27
28 * check-guile.in (top_builddir): Use AC_SUBST var
29 `top_builddir_absolute'.
30 (guile): Look for pre-inst-guile in $top_builddir.
31
32 * Makefile.am (EXTRA_DIST): Remove pre-inst-guile,
33 pre-inst-guile.am.
34
46151112
RB
352002-02-24 Rob Browning <rlb@defaultvalue.org>
36
37 * GUILE-VERSION: move all but guile-readline library versioning
38 information here. guile-readline is still standalone. Bump
39 CURRENT interfaces to 15 to allow some headroom for 1.6 release at
40 Thi-Thien's request.
41
42 * configure.in: AC_SUBST the centralized shared lib versioning
43 variables from ./GUILE-VERSION.
44 (LIBQTHREADS_INTERFACE_CURRENT): new AC_SUBST.
45 (LIBQTHREADS_INTERFACE_REVISION): new AC_SUBST.
46 (LIBQTHREADS_INTERFACE_AGE): new AC_SUBST.
47 (LIBQTHREADS_INTERFACE): new AC_SUBST.
48 (LIBGUILE_INTERFACE_CURRENT): new AC_SUBST.
49 (LIBGUILE_INTERFACE_REVISION): new AC_SUBST.
50 (LIBGUILE_INTERFACE_AGE): new AC_SUBST.
51 (LIBGUILE_INTERFACE): new AC_SUBST.
52 (LIBGUILE_SRFI_SRFI_4_INTERFACE_CURRENT): new AC_SUBST.
53 (LIBGUILE_SRFI_SRFI_4_INTERFACE_REVISION): new AC_SUBST.
54 (LIBGUILE_SRFI_SRFI_4_INTERFACE_AGE): new AC_SUBST.
55 (LIBGUILE_SRFI_SRFI_4_INTERFACE): new AC_SUBST.
56 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_CURRENT): new AC_SUBST.
57 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_REVISION): new AC_SUBST.
58 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_AGE): new AC_SUBST.
59 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE): new AC_SUBST.
60
61 * autogen.sh: make absolutely sure we can't have stale files from
62 old versions lying around the libltdl dir since libtoolize
63 doesn't. Also hack libltdl's configure.in to require autoconf 2.5
64 so the main tree and libltdl can't get out of sync again.
65
66 * RELEASE: update release building instructions.
67
3d77146f
NJ
682002-02-21 Neil Jerram <neil@ossau.uklinux.net>
69
70 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Use [] rather than
71 "" for multiword string. Thanks to Christopher Cramer for
72 pointing this out.
73
84b27165
MV
742002-02-11 Marius Vollmer <marius.vollmer@uni-dortmund.de>
75
76 * acconfig.h (GUILE_DEBUG_MALLOC): Refer to scm_gc_malloc, etc,
77 instead of to scm_must_malloc.
78
f660f92e
MV
792002-02-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
80
81 * Makefile.am (EXTRA_DIST): Added pre-inst-guile and
82 pre-inst-guile.am.
83
0187b4f4
TTN
842002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
85
86 * pre-inst-guile.am, pre-inst-guile: New files.
87
88 * check-guile.in (srcdir): Delete var.
89 (top_builddir, top_srcdir, guile_opts): New vars.
90
91 Use "set -e".
92 No longer set LTDL_LIBRARY_PATH.
93 Use ${top_srcdir}/pre-inst-guile instead of libguile/guile.
94
95 * configure.in (libguile/guile-snarf-docs-texi): Remove
96 from `AC_CONFIG_FILES' and `AC_CONFIG_COMMANDS'.
97
77bf05e0 98 * check-guile.in (top_builddir): Fix bug: Use cwd.
02f07e2b
TTN
99 (TEST_SUITE_DIR): Fix bug: Use `top_srcdir'.
100 (GUILE_LOAD_PATH): No longer include $top_srcdir.
101
102 * pre-inst-guile: Fix bug: Use ":" in `case' pattern to prevent
103 prefix aliasing.
77bf05e0 104
1fa86ca5
SJ
1052002-01-31 Stefan Jahn <stefan@lkcc.org>
106
107 * configure.in: Add -DLIBLTDL_DLL_IMPORT to INCLTDL when using
108 `libltdl.dll'.
109
af68e5e5
SJ
1102002-01-28 Stefan Jahn <stefan@lkcc.org>
111
0187b4f4 112 * configure.in (guile_cv_have_uint32_t): Look also in
af68e5e5
SJ
113 `stdint.h' for uint32_t.
114
3d1a89b9
NJ
1152002-01-13 Neil Jerram <neil@ossau.uklinux.net>
116
117 * Makefile.am (SUBDIRS): Added lang.
118
119 * configure.in (AC_CONFIG_FILES): Added Makefiles in lang,
120 lang/elisp, lang/elisp/internals and lang/elisp/primitives.
121
1222002-01-11 Neil Jerram <neil@ossau.uklinux.net>
123
124 * acconfig.h (SCM_ENABLE_ELISP): New conditional.
125
126 * configure.in (SCM_ENABLE_ELISP): Define this conditional (or
127 not) according to absence (or presence) of `--disable-elisp'
128 in the configure args.
129
f00eb43f
DH
1302001-12-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
131
132 * TODO: Added two items.
133
5dc64f64
MV
1342001-12-26 Marius Vollmer <mvo@zagadka.ping.de>
135
136 * configure.in (HAVE_MAKEINFO): Check for the makeinfo program and
137 set this conditional accordingly.
0187b4f4 138
6d852be3
TTN
1392001-12-01 Thien-Thi Nguyen <ttn@giblet.glug.org>
140
141 * README: Fix virulent typo.
142
53c594fc
MV
1432001-11-25 Marius Vollmer <mvo@zagadka.ping.de>
144
6d852be3 145 * acconfig.h (HAVE_INLINE): Added template.
53c594fc
MV
146 * configure.in (HAVE_INLINE): Define it when the compiler supports
147 inline functions.
148
6d852be3 149 * libguile.h: Include "libguile/inline.h".
53c594fc 150
a5dc23a7
GH
1512001-11-22 Gary Houston <ghouston@arglist.com>
152
153 * HACKING: Modified the Hacking It Yourself section. Removed the
154 version numbers from the tools.
a5df04d5 155 HACKING, README, ANON-CVS: updates.
a5dc23a7 156
73edb48a
GH
1572001-11-21 Gary Houston <ghouston@arglist.com>
158
159 * HACKING: Removed reference to no longer practiced * in ChangeLog
160 convention.
161
97f439ab
TTN
1622001-11-19 Thien-Thi Nguyen <ttn@glug.org>
163
30bce757
TTN
164 * BUGS (11): Set "fixed: no-need".
165
97f439ab
TTN
166 * TODO (write emacs/patch.el): New item, self-assigned.
167
3faa54e7
RB
1682001-11-19 Rob Browning <rlb@defaultvalue.org>
169
170 * configure.in: switch to AC_LIBLTDL_INSTALLABLE so we'll use the
171 system libltdl when it's available. Aside from the normal reasons
172 to prefer installed shared libs, this means other apps that link
173 with libguile and also use libltdl will be more likely to work
174 right.
175
ccee9ab1
TTN
1762001-11-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
177
178 * BUGS (4): Set "fixed: 2001-11-17 (1.7.x)".
179
73c844bf
TTN
1802001-11-15 Thien-Thi Nguyen <ttn@glug.org>
181
182 * guile-tools.in: Handle command "list" specially: list scripts dir.
183
184 (help): Make more informative.
185
a714e0eb
MV
1862001-11-12 Marius Vollmer <mvo@zagadka.ping.de>
187
188 * autogen.sh: Recurse into libltdl directory and invoke autoconf
189 there.
190
bca0bf8d
TTN
1912001-11-11 Thien-Thi Nguyen <ttn@glug.org>
192
193 * HACKING: Restrict documentation change log
194 waiver to only apply to ChangeLog files.
195
35656ebc
MV
1962001-11-12 Marius Vollmer <mvo@zagadka.ping.de>
197
198 * configure.in: Check for sizes of short, size_t, uintptr_t, and
199 ptrdiff_t. Checking for a size also checks automatically for the
200 existence of the type, so we don't check for the existence of
201 uintptr_t, ptrdiff_t and long long ourselves.
202
a0a9b9ad
TTN
2032001-11-10 Thien-Thi Nguyen <ttn@glug.org>
204
205 * BUGS (11): New.
206
b4e15479
SJ
2072001-11-07 Stefan Jahn <stefan@lkcc.org>
208
209 * configure.in: Include `win32-socket.o' in the list of object
210 files if networking is enabled on Win32.
211
04bbd6ce
TTN
2122001-11-06 Thien-Thi Nguyen <ttn@glug.org>
213
214 * TODO (sync srfi-modules.texi): New, done.
215
2ca222c2 216 * BUGS (9, 10): New.
70debc22 217
8f99e3f3
SJ
2182001-11-04 Stefan Jahn <stefan@lkcc.org>
219
220 * NEWS: Corrected remarks about SCM_API.
221
222 * configure.in: Defining USE_DLL_IMPORT definition to indicate
223 usage of DLL import macros in `libguile/__scm.h'.
224 (LIBOBJS): Removed `fileblocks.o' from the list of object files.
225 Somehow Jim Blandy's patch from 1997 did not survive.
226
257b6d40
MV
2272001-11-02 Marius Vollmer <mvo@zagadka.ping.de>
228
229 Support for native Win32. Thanks to Stefan Jahn!
04bbd6ce 230
257b6d40
MV
231 * check-guile.in: Replaced `ln -s' by `@LN_S@' to supports
232 build systems which do not have symbolic links.
233 * configure.in: Define AC_LIBTOOL_WIN32_DLL to build clean dlls
234 on Win32 platforms.
04bbd6ce
TTN
235 Checking for `ws2_32.dll', `winsock2.h', add `win32-uname.o'
236 and `win32-dirent.o' and define extra compiler flags necessary
8f99e3f3 237 to build clean dlls.
257b6d40
MV
238 Check for `regcomp()' inside `-lregex'.
239
2ad3278a
TTN
2402001-10-26 Thien-Thi Nguyen <ttn@glug.org>
241
242 * BUGS (7, 8): New.
243
c95d1a2d
TTN
2442001-10-25 Thien-Thi Nguyen <ttn@glug.org>
245
246 * BUGS: Expand on file format description.
247
248 (1): Update "fixed" field.
d07db248 249 (2, 3, 4, 5, 6): New.
c95d1a2d 250
4f522b6f
GH
2512001-10-14 Gary Houston <ghouston@arglist.com>
252
253 * configure.in: include sys/types.h when testing uint32_t.
254 thanks to Bill Schottstaedt.
255
f84c3705
MV
2562001-10-14 Marius Vollmer <mvo@zagadka.ping.de>
257
258 * configure.in: Do not use an absolute path for <unistd.h> when
259 checking for return type of usleep. Thanks to Michael Carmack.
260
6768cfba
TTN
2612001-09-30 Thien-Thi Nguyen <ttn@glug.org>
262
263 * BUGS: New file.
264 * Makefile.am (EXTRA_DIST): Add BUGS file.
265
2cbad7d9
TTN
2662001-09-25 Thien-Thi Nguyen <ttn@glug.org>
267
268 * TODO: Add bugfix item to "Eventually".
269
c13f0a90
RB
2702001-09-20 Rob Browning <rlb@defaultvalue.org>
271
272 * configure.in (AC_CONFIG_FILES): add libguile/version.h.
273
2742001-09-11 Rob Browning <rlb@defaultvalue.org>
275
276 * RELEASE: Deleted Ian Grant and Julian Satchell's addresses from
277 the testing list since they're no longer functional.
278
06288138
TTN
2792001-09-04 Thien-Thi Nguyen <ttn@revel.glug.org>
280
281 * TODO:
282 Use outline mode instead of text.
283 Reword protocol explanation.
284 Add "make error-signalling functions more consistent" to Eventually.
285 Move some C-related GOOPS tasks to 1.8.0, take ownership.
286
6f84677a
TTN
2872001-08-31 Thien-Thi Nguyen <ttn@revel.glug.org>
288
289 * HACKING (Sample GDB Initialization File): New section.
290
291 * TODO (1.8.0): Add "move .gdbinit" entry.
292
8c494e99
DH
2932001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
294
295 * TODO: Added some points, and eliminated all done items.
296
297 * acconfig.h, configure.in (SCM_DEBUG_DEPRECATED,
298 SCM_ENABLE_DEPRECATED): Renamed SCM_DEBUG_DEPRECATED to
299 SCM_ENABLE_DEPRECATED with the logic reversed.
300
f7c6b778
DH
3012001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
302
303 * libguile.h: Removed bogus comment, rearranged includes, removed
304 deprecated definitions.
305
8c494e99 306 (LIBGUILEH, SCM_LIBGUILE_H): Renamed <foo>H to SCM_<foo>_H.
f7c6b778 307
cf390da1
TTN
3082001-08-30 Thien-Thi Nguyen <ttn@revel.glug.org>
309
310 * HACKING: Mention libtool ./configure-regeneration requirement.
311
fada26b2
MV
3122001-08-27 Marius Vollmer <mvo@zagadka.ping.de>
313
314 * check-guile.in: Do not include ".libs" in LTDL_LIBRARY_PATH,
315 libltdl provides it itself.
316
11ca8865
NJ
3172001-08-24 Neil Jerram <neil@ossau.uklinux.net>
318
319 * configure.in (AC_CONFIG_FILES): Add per-manual doc directory
320 Makefiles.
cf390da1 321
ab4cd34b
RB
3222001-08-15 Rob Browning <rlb@defaultvalue.org>
323
324 * configure.in
325 (LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
326 (LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
327 (LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
328 (LIBGUILE_INTERFACE): use libtool versioning scheme.
329 (LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
330 (LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
331 (LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
332 (LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
333
334 * GUILE-VERSION (GUILE_MINOR_VERSION): bump for new unstable.
335 (GUILE_MICRO_VERSION): reset for new unstable.
336 (LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
337 (LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
338 (LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
339 (LIBGUILE_INTERFACE): use libtool versioning scheme.
340 (LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
341 (LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
342 (LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
343 (LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
344
b754e3d1
MV
3452001-08-07 Marius Vollmer <mvo@zagadka.ping.de>
346
347 * Makefile.am (EXTRA_DIST, SUBDIRS): Move test-suite from
348 EXTRA_DIST to SUBDIRS.
349
350 * configure.in: Added "test-suite/Makefile".
351
c1151355
MV
3522001-08-01 Marius Vollmer <mvo@zagadka.ping.de>
353
354 * configure.in: Added `--disable-linuxthreads' option and do not
355 define GUILE_PTHREAD_COMPAT nor link with -lpthread when it is
356 given. Thanks to Cris Cramer!
357
11057044
MV
3582001-07-23 Marius Vollmer <mvo@zagadka.ping.de>
359
360 * Makefile.am (SUBDIRS): Build libguile before ice-9.
361
f3805ebb
MV
3622001-07-22 Marius Vollmer <mvo@zagadka.ping.de>
363
364 * configure.in: Check for "inttypes.h".
365
e658215a
RB
3662001-07-19 Rob Browning <rlb@defaultvalue.org>
367
368 * configure.in: add checks for setitimer and getitimer.
369 Add --enable-error-on-warning.
370
c0b2936e
MG
3712001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
372
373 * INSTALL, Makefile.am, configure.in: Updated copyright notice.
374
8f2ecec5
TTN
3752001-07-15 Thien-Thi Nguyen <ttn@revel.glug.org>
376
377 * HACKING: Remove onerous authorship-info deletion clause.
378
065509a5
KN
3792001-07-13 Keisuke Nishida <knishida@nurs.or.jp>
380
381 * autogen.sh: Call libtoolize with --force.
382
d76852e3
TTN
3832001-07-10 Thien-Thi Nguyen <ttn@revel.glug.org>
384
385 * INSTALL: Point to HACKING for tool versions.
386
fd6c6321
RB
3872001-07-08 Rob Browning <rlb@defaultvalue.org>
388
04860df7
RB
389 * TODO: updated to include relevant itemized post-1.6-RELEASE
390 tasks that are distributable so we can check them off as they are
391 done, and delete 1.6.0 tasks.
392
393 * RELEASE: add a note that the RELEASE instructions are out of
394 date now that we're using branches.
395
fd6c6321
RB
396 * AUTHORS: add "many files throughout" for myself.
397
8d123036
TTN
3982001-06-28 Thien-Thi Nguyen <ttn@revel.glug.org>
399
400 * README: Also mention guile-tools.
401
402 * README: Mention libguile-srfi-*, oop/*, scripts/* and srfi/*.
403
32d6f999
TTN
4042001-06-27 Thien-Thi Nguyen <ttn@revel.glug.org>
405
406 * RELEASE: Move todo items to file TODO.
407
408 * TODO: Initial revision
409
a4734913
TTN
410 * Makefile.am (EXTRA_DIST): Add TODO.
411
dbfadc85
TTN
412 * HACKING: Refer to TODO and SNAPSHOTS.
413 No longer refer to devel/tasks.text.
414
415 * SNAPSHOTS: Fix reference bug; recommended tool
416 versions are in HACKING.
417
f6b3694a
TTN
418 * TODO: Add completion and ownership protocol to header comments.
419
3cd085d0
TTN
420 * RELEASE: Add TODO-processing to spiffing checklist.
421
9c3955ff
TTN
422 * HACKING: Update deprecation procedure to refer to TODO.
423
17383b7c
ML
4242001-06-27 Michael Livshin <mlivshin@bigfoot.com>
425
426 * autogen.sh: don't run flex here.
427
428 * HACKING: clarify that newer versions of flex should be just
429 fine.
430
82893676
MG
4312001-06-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
432
433 * HACKING, ANON-CVS: Removed mentioning of guile-doc CVS module.
434
435 * configure.in: Added some header and function checks.
436
f2ae4555
NJ
4372001-06-25 Neil Jerram <neil@ossau.uklinux.net>
438
439 * autogen.sh: Quoting fix for `--enable-maintainer-mode'.
440
4172703a
MV
4412001-06-25 Marius Vollmer <mvo@zagadka.ping.de>
442
443 * autogen.sh: Added message about what to do next. Tell them to
444 use `--enable-maintainer-mode'.
445
093e7da4
ML
4462001-06-25 Michael Livshin <mlivshin@bigfoot.com>
447
448 * HACKING: mention flex.
449
450 * autogen.sh: generate libguile/c-tokenize.c.
451
6b41a313
MG
4522001-06-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
453
454 * libguile.h: Removed inclusion of libguile/tag.h.
455
eb6c2de8
MV
4562001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
457
458 * libguile.h (scm_cond_t, scm_key_t, scm_mutex_t): Only define
459 these when using threads.
460
4ff9f825
MV
4612001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
462
4927dd28
MV
463 * libguile.h: Added deprecated section with the olde type names.
464
4ff9f825
MV
465 * configure.in: Check for header <stdint.h>. Check for uintptr_t
466 type. Use AC_CHECK_TYPES for this. Do not caus ptrdiff_t to be
467 `#defined'.
468
469 * acconfig.h (ptrdiff_t): Removed.
470
e01970a5
MG
4712001-06-05 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
472
473 * configure.in: Generate examples/box-dynamic-module/Makefile.
474
c794483c
MV
4752001-06-03 Marius Vollmer <mvo@zagadka.ping.de>
476
477 * configure.in (AC_CONFIG_FILES, AC_CONFIG_COMMANDS): Add
478 guile-snarf.
479
9454d8d5
RB
4802001-06-02 Rob Browning <rlb@cs.utexas.edu>
481
482 * configure.in: changes for autoconf 2.50.
483 (AC_PREREQ): require at least autoconf 2.50.
484 (AC_INIT): no longer takes an arg.
485 (AC_CONFIG_SRCDIR): takes arg AC_INIT used to take.
486 (AC_STRUCT_ST_RDEV): changed -> AC_CHECK_MEMBERS.
487 (AC_STRUCT_ST_BLKSIZE): deprecated -> AC_CHECK_MEMBERS.
488 (AC_STRUCT_ST_BLOCKS): use it rather than our version.
489 (AC_CONFIG_FILES): now generated files go here, not in AC_OUTPUT.
490 (AC_CONFIG_COMMANDS): now actions go here, not in AC_OUTPUT.
491 (AC_OUTPUT): no longer takes args.
32d6f999 492
9454d8d5
RB
493 * acinclude.m4: AC_LANG not a variable now -- use __cplusplus
494 unconditionally .
495
114f9bab
MV
4962001-06-02 Marius Vollmer <mvo@zagadka.ping.de>
497
498 * configure.in: Check for mkstemp via AC_REPLACE_FUNCS. Thanks to
499 I. N. Golubev!
500
ee2718a9
MG
5012001-06-01 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
502
503 * configure.in: Generate examples/box-dynamic/Makefile.
504
2de7ddb7
MG
5052001-05-31 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
506
507 * Makefile.am (EXTRA_DIST): New subdirectory `examples'.
508
509 * configure.in: Added all Makefiles in the `examples' directory to
510 AC_OUTPUT.
511
f501d0d4
ML
5122001-05-31 Michael Livshin <mlivshin@bigfoot.com>
513
514 * configure.in: generate guile-snarf-docs & guile-snarf-docs-texi.
515 don't generate guile-snarf.awk.
516
517 * Makefile.am (EXTRA_DIST): add test-suite.
518
1db81cb0
ML
5192001-05-28 Michael Livshin <mlivshin@bigfoot.com>
520
521 * check-guile.in: fix to be runnable when srcdir!=builddir.
522
f3f70257
ML
5232001-05-26 Michael Livshin <mlivshin@bigfoot.com>
524
525 revert the controversial part of the 2001-05-23 changes
526
1be6b49c
ML
5272001-05-23 Michael Livshin <mlivshin@bigfoot.com>
528
529 * configure.in: configury for SCM_[U]BITS_T, some more sizeofs.
530 also, make sure that the integral type choosen to represent an SCM
531 has exactly the same size as a void pointer.
532
533 * acconfig.h: add undefs for SCM_BITS_T, SCM_UBITS_T,
534 SCM_SIZEOF_BITS_T, ptrdiff_t.
535
c81ea65d
RB
5362001-05-16 Rob Browning <rlb@cs.utexas.edu>
537
538 * configure.in: add AC_SUBST for GUILE_MICRO_VERSION.
539
540 * GUILE-VERSION
541 (GUILE_VERSION): now MAJOR.MINOR.MICRO
542 (GUILE_MICRO_VERSION): new variable, records final revision.
543 i.e. the 5 in 1.6.5. MINOR_VERSION is now just the middle number,
544 i.e. the 6.
545
887dfa7d
DH
5462001-05-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
547
548 * acconfig.h, configure.in: Renamed
549 GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEPRECATED_DEFAULT.
550
11bbab47
MV
5512001-05-15 Marius Vollmer <mvo@zagadka.ping.de>
552
553 * acinclude.m4: Removed copy of "libtool.m4".
554
5cd06d5e
DH
5552001-05-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
556
557 * configure.in (SCM_DEBUG_DEPRECATED): Always defined.
558
a232c19e
TTN
5592001-05-13 Thien-Thi Nguyen <ttn@revel.glug.org>
560
928f20fb
TTN
561 * AUTHORS (Martin Grabmueller, Thien-Thi Nguyen): Update.
562
a232c19e
TTN
563 * HACKING: Update copyright.
564 Add blurb pointing to devel/tasks.text.
565
c8750173
TTN
5662001-05-11 Thien-Thi Nguyen <ttn@revel.glug.org>
567
568 * check-guile.in: For SRFI testing, set and export env
569 var `LTDL_LIBRARY_PATH'.
570
75141eb0
NJ
5712001-05-07 Neil Jerram <neil@ossau.uklinux.net>
572
573 * AUTHORS: Add docs-related authorship details.
574
c10ecc4c
MV
5752001-05-05 Marius Vollmer <mvo@zagadka.ping.de>
576
577 * configure.in (--enable-deprecated): Recognize "shutup" option
578 argument and turn it into the default warning level "no".
579
018a53a1
GH
5802001-05-05 Gary Houston <ghouston@arglist.com>
581
582 * acconfig.h: add HAVE_IPV6.
583 * configure.in: check whether we can compile with IPv6 support.
584
26f798bd
TTN
5852001-05-04 Thien-Thi Nguyen <ttn@revel.glug.org>
586
587 * guile-tools.in: New file.
588
589 * configure.in (AC_OUTPUT): Add guile-tools, and make
590 executable.
591
592 * Makefile.am (bin_SCRIPTS): New var.
593
c5316ea3
GH
5942001-05-04 Gary Houston <ghouston@arglist.com>
595
596 * configure.in: check whether uint32_t is defined when netdb.h
597 is included.
598 acconfig.h: added HAVE_UINT32_T.
599
7440341c
MV
6002001-05-02 Marius Vollmer <mvo@zagadka.ping.de>
601
602 * configure.in: Added handling of `--enable-deprecated'.
603
604 * acconfig.h (SCM_DEBUG_DEPRECATED,
605 GUILE_WARN_DEPRECATED_DEFAULT): Added.
606
14a7d5f8
TTN
6072001-04-29 Thien-Thi Nguyen <ttn@revel.glug.org>
608
609 * Makefile.am (SUBDIRS): Add "scripts".
610
611 * configure.in (AC_OUTPUT): Add scripts/Makefile.
612
7e267da1
GH
6132001-04-29 Gary Houston <ghouston@arglist.com>
614
615 * libguile.h: include rw.h.
616
f2a75d81
RB
6172001-04-27 Rob Browning <rlb@cs.utexas.edu>
618
619 * GUILE-VERSION (GUILE_MINOR_VERSION): change to 5.0, switching to
620 the new odd/even ustable/stable version numbering scheme.
621 (LIBGUILEQTHREADS_MAJOR_VERSION): change to 10 to match Debian and
622 libguile. In the future, libguile and libguileqthreads may not
623 stay in sync. This still doesn't appear to affect
624 libguileqthreads, but we'll fix that next.
625
1f7a1dc9
MG
6262001-04-25 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
627
628 * configure.in: Don't treat srfi directory specially, just create
629 the Makefile there (thanks to Neil Jerram for the patch).
630
6c44688a
MG
6312001-04-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
632
633 * Makefile.am (SUBDIRS): Added `srfi'.
634
635 * configure.in: Added subdirectory `srfi' to build process.
636
637 * libguile.h: Added inclusion of `values.h'.
638
2a0ef8b7
GH
6392001-04-22 Gary Houston <ghouston@arglist.com>
640
641 * configure.in: check for inet_pton and inet_ntop.
642
67641981
GH
6432001-04-20 Gary Houston <ghouston@arglist.com>
644
645 * acconfig.h: include HAVE_SIN6_SCOPE_ID.
646 * configure.in: check for sin6_scope_id in sockaddr_in6.
647
a9d861e3
MD
6482001-04-19 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
649
650 * RELEASE: Added deprecated macro SCM_ARRAY_CONTIGUOUS
651
31e74a57
GH
6522001-04-17 Gary Houston <ghouston@arglist.com>
653
654 * configure.in: run the autoconf BIGENDIAN check.
655
0da6608d
DH
6562001-04-12 Niibe Yutaka <gniibe@m17n.org>
657
658 * GUILE-VERSION (LIBGUILEQTHREADS_MAJOR_VERSION,
659 LIBGUILEQTHREADS_MINOR_VERSION, LIBGUILEQTHREADS_REVISION_VERSION,
660 LIBGUILEQTHREADS_VERSION): Added libguileqthreads version info.
661
662 * configure.in: Likewise.
663
f22ed5a0
KN
6642001-04-11 Keisuke Nishida <kxn30@po.cwru.edu>
665
666 * configure.in (AC_CHECK_FUNCS): Don't check bzero.
667 (GUILE_FUNC_DECLARED): Removed checking of bzero.
668 Thanks to NIIBE Yutaka.
669
f2e61fc1
MD
6702001-04-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
671
672 * Undeprecated scm_init_oop_goopscore_module.
673
72f1168d
TTN
6742001-03-25 Thien-Thi Nguyen <ttn@revel.glug.org>
675
676 * check-guile.in: Fix sh standard conformance bug: Replace
677 "test -e" with "test -f". Thanks to Alexander Klimov.
678
a4928305
GH
6792001-03-19 Gary Houston <ghouston@arglist.com>
680
681 * check-guile.in: rename $parent to $srcdir. if it's equal to "."
682 set it to `pwd`.
683
66301f9a
GH
684 * check-guile.in: 16 documentation tests were failing if "make
685 check" was run before Guile had been installed with the current
686 --prefix. made various changes to the script so that it runs
687 without a cd to the test-suite directory. For the -i option,
688 don't point GUILE_LOAD_PATH to the current directory, but let it
689 use it's own scheme library.
690
51cfd7da
GH
6912001-03-18 Gary Houston <ghouston@arglist.com>
692
693 * check-guile.in: use @srcdir@ instead of @test_suite_dir@. use
694 the current directory (build dir) not srcdir to find guile
695 executable. otherwise "make check" doesn't work with a separate
696 build directory. create the test log in
697 $build_dir/check-guile.log instead of in srcdir/test-suite
698 directory.
699 * configure.in: don't define or substitute test_suite_dir.
700
e9e225e5
GH
7012001-03-17 Gary Houston <ghouston@arglist.com>
702
703 * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,
704 since EXTRA_DOT_DOC_FILES is redefined later. define
705 EXTRA_DOT_X_FILES and hand it to AC_SUBST.
706
94e6d793
MG
7072001-03-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
708
709 * configure.in: Added header checks for crypt.h, sys/resource.h
710 and sys/file.h, function checks for chroot, flock, getlogin,
711 cuserid, getpriority, setpriority, getpass, sethostname,
712 gethostname, and for crypt() in libcrypt.
713
fff043ab
NJ
7142001-03-09 Neil Jerram <neil@ossau.uklinux.net>
715
716 * configure.in (htmldoc): Merge handling of `--enable-htmldoc'
717 option from guile-doc/configure.in.
718
d42df055
DH
7192001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
720
721 * libguile.h: Removed #include "libguile/dump.h".
722
ec896089
KN
7232001-02-02 Keisuke Nishida <kxn30@po.cwru.edu>
724
725 * libguile.h: Added #include "libguile/dump.h".
726
c2886a5a
MD
7272001-01-29 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
728
729 * libguile.h: Added #include "libguile/rdelim.h".
730
1ff7abbe
DH
7312001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
732
733 The following patch was sent by Thien-Thi Nguyen.
734
735 * check-guile.in: New file.
736
737 * Makefile.am: Add TESTS rule.
738
739 * configure.in: Add support for "make check".
740
f0942910
DH
7412000-11-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
742
743 * acconfig.h: Removed bogus #ifndef. Thanks to Lars J. Aas.
744
14f1d9fe
MD
7452000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
746
747 * GUILE-VERSION (LIBGUILE_MAJOR_VERSION): Incremented major
748 version number to 10 due to the merge of GOOPS.
749
750 * oop: New directory.
751
e4dba4c7
KN
7522000-09-20 Keisuke Nishida <kxn30@po.cwru.edu>
753
467ab77e 754 * libguile.h: #include "libguile/properties.h".
e4dba4c7 755
45605b53
GH
7562000-09-17 Gary Houston <ghouston@arglist.com>
757
758 * configure.in, acconfig.h: remove the GCSE test: it doesn't seem
759 to be reliable on all platforms.
760
e494e76d
GH
7612000-08-18 Gary Houston <ghouston@arglist.com>
762
763 * acconfig.h: added BROKEN_GCSE.
764 * configure.in: check for a gcc GCSE optimisation bug.
765
42aae633
GH
7662000-07-31 Gary Houston <ghouston@arglist.com>
767
768 * acconfig.h: added HAVE_H_ERRNO
769 * configure.in: removed some dnl'd & obsolete cygwin stuff.
770 added a test for h_errno.
771
f9ed377d
MD
7722000-06-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
773
774 * Guile 1.4 released.
775
b5074b23
MD
7762000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
777
778 * GUILE-VERSION: Changed to work also when included by a Makefile
779 (e.g. debian/rules). (Thanks to Karl M. Hegbloom.)
780 (LIBGUILE_MAJOR_VERSION): Bumped to 9.
781 (GUILE_MINOR_VERSION): Bumped to 4.
782
f43aac9a
MD
7832000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
784
a8861fa0
MD
785 * libguile.h: Removed #include "libguile/kw.h".
786
9a8a1e8a
MD
787 * Makefile.am (ACLOCAL): Define as ./guile-aclocal.sh.
788 (The rule will cd to $(top_srcdir).)
789
790 * configure.in (EXTRA_DOT_DOC_FILES): Create from LIBOBJS and
791 substitute it into libguile/Makefile.
792
f43aac9a
MD
793 * HACKING: Updated recommended libtool version to be 1.3.5.
794
795 * RELEASE: Say that we should update HACKING to reflect the
796 versions of the tools we're using rather than README.
797
5cb6f99c
MD
7982000-06-02 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
799
800 * NOTES: Removed.
801
802 * TODO: Moved to devel/.
803
3ff0d90a
CB
8042000-06-01 Craig Brozefsky <craig@red-bean.com>
805
806 * GUILE-VERSION: added defnitions for LIBGUILE_MAJOR_VERSION,
807 LIBGUILE_MINOR_VERSION, LIBGUILE_REVISION_VERSION so that we now
808 define libguile.so version in a well-lit place.
809
810 * configure.in: added AC_SUBST lines for the new LIBGUILE version
811 variables.
72f1168d 812
65545721
ML
8132000-06-01 Michael Livshin <mlivshin@bigfoot.com>
814
815 * autogen.sh: call ./guile-aclocal.sh instead of aclocal.
72f1168d 816
65545721
ML
817 * guile-aclocal.sh: new file, works around aclocal problems.
818
b2728432
DH
8192000-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
820
821 * acconfig.h (USE_FSU_PTHREADS, USE_MIT_PTHREADS,
822 USE_PCTHREADS_PTHREADS): Removed.
823
7f5fa419
GH
8242000-05-01 Gary Houston <ghouston@arglist.com>
825
826 * Makefile.am: add include_HEADERS.
827 libguile.h: moved from libguile directory. maybe libguile.h should
828 be installed in $prefix/include/libguile/libguile.h instead?
829
9764c29b
MD
8302000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
831
e415cb06
MD
832 * qthreads.m4: Removed THREADS_CPPFLAGS.
833
834 * acinclude.m4: Removed qthreads macros. They are provided in
835 qthreads.m4, so these were redundant.
836
9764c29b
MD
837 * acconfig.h (GUILE_DEBUG_MALLOC): New.
838
839 * configure.in: New --enable-debug-malloc configuration option.
840
1978b33e
MD
8412000-03-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
842
843 * acconfig.h (GUILE_PTHREAD_COMPAT): New config variable.
844
845 * configure.in: Enable workaround for COOP-linuxthreads
64e3bf6c 846 compatibility on Linux systems.
1978b33e 847
55a85c78
MD
8482000-03-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
849
850 * devel: New directory. Intended to carry documentation related
851 to Guile development (as opposed to the doc directory which
852 contains documentation related to the use of the current Guile).
853 This directory (devel) is not included in the Guile distribution,
854 but is accessible via anonymous CVS.
855
fdc7ea2d
MD
8562000-03-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
857
858 * configure.in: Don't add iselect.o to LIBOBJS.
859
31d8abce
MD
8602000-03-13 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
861
862 * configure.in: Added end-tag for local variables. (Thanks to
863 Thien-Thi Nguyen.)
864
244fdc2f
GH
8652000-03-12 Gary Houston <ghouston@arglist.com>
866
867 * README (Guile Documentation, About This Distribution): updated.
868
f3b5e185
MD
8692000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
870
871 * configure.in (ac_cv_struct_timespec): Added test for struct
872 timespec.
873
874 * acconfig.h (HAVE_STRUCT_TIMESPEC): Added.
875
3a721413
MV
8762000-01-25 Marius Vollmer <mvo@zagadka.ping.de>
877
878 * autogen.sh: Call libtoolize. Pass --add-missing option to
879 automake. Do not decent into libltdl directory. The libltdl
880 directory is now populated by libtoolize and does not need any
881 further autogeneration.
882
d831b039
GH
8832000-01-23 Gary Houston <ghouston@arglist.com>
884
885 * configure.in: check for fchown.
886
a0a7b83b
MD
887Tue Jan 18 12:55:15 2000 Mikael Djurfeldt <mdj@r11n07-s.pdc.kth.se>
888
889 * acinclude.m4 (AC_LIBLTDL_CONVENIENCE): Add $(top_srcdir)/libltdl
890 instead of $(top_builddir)/libltdl to includepath.
891
56cfe22b
MD
8922000-01-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
893
894 * emacs: New subdirectory for elisp tools.
895
657fcb5a
MV
8962000-01-15 Marius Vollmer <mvo@zagadka.ping.de>
897
898 * README, HACKING: Moved "Hacking it yourself" section from README
899 to HACKING. Updated recommended libtool version to be 1.3.4.
900
dc914156
GH
9012000-01-14 Gary Houston <ghouston@arglist.com>
902
903 * configure.in: needs to have --disable-networking, not
904 --disable-net.
905
fb4956c9
MD
9062000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
907
908 * libltdl/acconfig.h: New file: Needed by autogen.sh.
909
88423ab1
GB
910Tue Jan 11 13:42:35 2000 Greg J. Badros <gjb@cs.washington.edu>
911
912 * autogen.sh: Added messages as we run autogen in subdirectories.
913
914 * configure.in: Output libugile/guile-func-name-check script, and
72f1168d 915 chmod +x it.
88423ab1 916
0d90b76d
MV
9172000-01-11 Marius Vollmer <mvo@zagadka.ping.de>
918
919 * libltdl/autogen.sh: New file.
920 * autogen.sh: Invoke libltdl/autogen.sh.
921
9222000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
923
924 Finally applied the libltdl patch from Thomas Tanner, with slight
925 modifications. All code copied from the libtool package is from
926 libtool-1.3.4.
927
928 * configure.in: Make "--with-modules=yes" the default. Do not
929 clear INCLTDL, LIBLTDL prior to processing "--with-modules".
72f1168d 930
0d90b76d
MV
931 1999-07-25 Thomas Tanner <tanner@ffii.org>
932
933 * Makefile.am: add libltdl to SUBDIRS, automake automatically
934 includes ltconfig, ltmain.sh and acconfig.h in EXTRA_DIST
935 * acinclude.m4: remove GUILE_DLSYM_USCORE, add libtool.m4
936 (no need to install libtool any more)
937 * configure.in: replace --enable-dynamic-linking with
938 --with-modules, required modules can be specified using
939 --with-modules="/path/to/mod.la" and will be linked
940 statically on platforms that don't support dynamic loading,
941 configure libltdl, configure libtool for dlopening
942 * libltdl: added using libtoolize -c --ltdl
943
38c1d3c4
GH
9442000-01-09 Gary Houston <ghouston@arglist.com>
945
946 * configure.in: check whether localtime caches TZ. copied from
947 Emacs 20.5.
948 * acconfig.h: add LOCALTIME_CACHE.
949
dceef6be
GB
950Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
951
952 * configure.in: Make it be guile-snarf.awk, since we'll be
953 switching names for guile-doc-snarf. (I wouldn't have changed
954 this, but I was getting ready to commit this way when the below
955 change was committed).
956
763a6716
MD
9571999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
958
959 * configure.in: Create guile-doc-snarf.awk.
960
6aca8c6c
GB
9611999-12-12 Greg J. Badros <gjb@cs.washington.edu>
962
72f1168d 963 * configure.in: Create guile-doc-snarf, chmod +x that script after
6aca8c6c
GB
964 AC_OUTPUTted.
965
9661999-12-10 Greg J. Badros <gjb@cs.washington.edu>
6e706938
GB
967
968 * NEWS: More complete description for --enable-debug-freelist.
969
aee8ca3f
GH
9701999-12-09 Gary Houston <ghouston@freewire.co.uk>
971
972 * configure.in (CFLAGS): don't add -Wpointer-arith, since it
973 causes numerous spurious warnings with recent gcc and/or glibc
974 versions.
975
afe5177e
GH
9761999-11-19 Gary Houston <ghouston@freewire.co.uk>
977
978 * acconfig.h: add HAVE_ARRAYS.
979
980 * configure.in: add --disable-arrays option, probably temporary.
981
5c11cc9d
GH
9821999-11-17 Gary Houston <ghouston@freewire.co.uk>
983
984 * configure.in: check for hstrerror.
985
5d94b2fe
JB
9861999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
987
e8ff4648
JB
988 * autogen.sh: Don't call autoreconf at all; it's not reliable.
989 Instead, call the various tools explicitly. Invoke
990 guile-readline's autogen.sh script.
0cbedb5b
JB
991
992 Straighten up the situation regarding guile.m4 and qthreads.m4.
72f1168d 993
0cbedb5b
JB
994 We can't have .m4 files which are installed where aclocal can
995 see them, but also used by guile's own configure.in, because
996 aclocal will read both copies, complain about duplicate macro
997 definitions, and refuse to generate aclocal.m4 at all. This
998 happens if you invoke it as `aclocal -I .', as autoreconf does.
999 This is probably a flaw in the autotools, but Guile doesn't need
1000 that flaw fixed immediately.
1001
1002 guile.m4 is intended for use by people linking against guile, so
1003 it needs to be installed. But Guile itself doesn't use it. So
1004 move guile.m4 into guile-config. That makes sense, since
1005 guile.m4's GUILE_FLAGS macro is just an easy way to call
1006 guile-config.
1007
1008 qthreads.m4 is indented to help configure a qthreads tree. It's
1009 only useful to a package which actually includes a qthreads tree,
1010 and it's intimately related to that tree, so it's not useful to
1011 install this. So don't install it.
1012
1013 * guile.m4: Moved to guile-config.
1014 * Makefile.am (aclocaldir, aclocal_DATA): Delete.
1015 (EXTRA_DIST): Move qthreads.m4 here.
1016
5d94b2fe
JB
1017 Don't store generated files in the repository any more. Instead,
1018 require people to run autogen.sh on trees from snapshots and CVS.
0cbedb5b 1019 * Makefile.in, aclocal.m4, configure: Deleted.
5d94b2fe
JB
1020 * autogen.sh: New file.
1021 * ANON-CVS, SNAPSHOTS: Updated instructions.
1022
dc4d930b
JB
10231999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
1024
1025 * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
1026
6e706938 10271999-09-27 Greg J. Badros <gjb@cs.washington.edu>
15526538
GB
1028
1029 * configure.in: Added --enable-debug-freelist option.
1030
fca7547b 1031 * acconfig.h: Added GUILE_DEBUG_FREELIST.
15526538 1032
52cfc69b
GH
10331999-09-23 Gary Houston <ghouston@freewire.co.uk>
1034
1035 * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
1036 FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
1037
1038 * configure.in: new options --disable-posix, --disable-net
1039 and --disable-regex
1040 export HAVE_POSIX and HAVE_NETWORKING definitions.
1041 don't add regex-posix.o to LIBOBJS if regex disabled.
1042
1043 LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
1044 conditionally.
1045
bab4e1cc
JB
10461999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
1047
1048 * Guile 1.3.4 released.
1049
fc97c626
JB
10501999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
1051
1052 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
1053 libtool knows how to get ANSI C behavior from the compiler.
1054 * configure: Regenerated.
1055
7ee92fce
GH
10561999-09-20 Gary Houston <ghouston@freewire.co.uk>
1057
1058 * configure.in: check availability of siginterrupt.
1059
08b8c694
GH
10601999-09-18 Gary Houston <ghouston@freewire.co.uk>
1061
1062 * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
1063 testing for SA_RESTART.
1064
7cdbcc7d
MD
10651999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
1066
1067 * configure.in: Removed ice-9/version.scm from AC_OUTPUT.
1068
e1f20ec6
JB
10691999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
1070
1071 * configure.in (GUILE_STAMP): Don't set this variable, or
1072 substitute it into anything. Full explanation in ice-9/ChangeLog.
1073 * configure, Makefile.in: Regenerated.
72f1168d 1074
ffe70f9c
JB
10751999-09-06 James Blandy <jimb@mule.m17n.org>
1076
1077 Propagate the changes of 2 Sept the rest of the way through.
1078 * configure: Regenerated.
1079 * Makefile.in: Regenerated. Not sure why this diff is so big.
1080
e127c348
JB
10811999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
1082
1083 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
1084 variable name. (Thanks to Bill Schottstaedt.)
9918cf63 1085 * aclocal.m4: Regenerated.
e127c348 1086
655f19ab
MD
10871999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
1088
1089 * configure.in: Test for presence of function on_exit.
1090
b074884f
JB
10911999-09-01 James Blandy <jimb@mule.m17n.org>
1092
1093 * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
1094 the system doesn't have memmove. Don't test for memmove and bcopy
1095 with AC_CHECK_FUNCS.
1096 * configure: Regenerated.
1097
a7098335
MD
10981999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
1099
1100 * configure.in: Test for atexit.
1101
9a26d6f9
MD
11021999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1103
b030b39b
MD
1104 * acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
1105
9a26d6f9
MD
1106 * configure.in: Test for presence of S_ISLNK in sys/stat.h.
1107 (Thanks to Bernard Urban.)
1108 Test for memmove and bcopy. (Thanks to
a7098335 1109 suzukis@file.phys.tohoku.ac.jp.)
9a26d6f9
MD
1110
1111 * acconfig.h: Added HAVE_S_ISLNK.
1112
a05cba61
JB
11131999-08-20 James Blandy <jimb@mule.m17n.org>
1114
0a852b94
JB
1115 * Guile 1.3.2 released.
1116
a05cba61
JB
1117 * Makefile.in: Regenerated.
1118
f29f2933
MD
11191999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1120
1121 * README, config.guess, config.sub, liconfig, ltmain.sh: Switched
1122 to libtool-1.3.3.
1123
0e8a8468
MV
11241999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
1125
1126 Added guile-readline subdirectory with the removed readline
1127 support.
1128 * guile-readline: New directory, see ChangeLog there.
1129 * configure.in: Cause configure to descend into guile-readline
1130 dir.
1131 * Makefile.am: Likewise for make.
1132 * NEWS: Explain how to activate the readline support.
1133 * configure, Makefile.in: Regenerated.
72f1168d 1134
3144e1a9
JB
11351999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
1136
1137