bye bye
[bpt/guile.git] / ChangeLog
CommitLineData
412f1928
TTN
12002-03-31 Thien-Thi Nguyen <ttn@giblet.glug.org>
2
3 * Makefile.am: Update copyright.
4 (dist-hook): Add, including related am/maintainers-dirs,
5 surrounded by "if MAINTAINER_MODE".
6
94478b88
TTN
7 * TODO: bye bye
8
9b398b67
TTN
92002-03-06 Thien-Thi Nguyen <ttn@giblet.glug.org>
10
11 * guile-tools.in: Handle "--source" option.
12
eb8aea9b
TTN
132002-03-04 Thien-Thi Nguyen <ttn@giblet.glug.org>
14
2d78a1c5
TTN
15 * configure.in (top_srcdir_absolute): New AC_SUBST var.
16
7ca15449
TTN
17 * pre-inst-guile.in, check-guile.in (top_srcdir):
18 Use `top_srcdir_absolute' AC_SUBST var.
2d78a1c5 19
eb8aea9b
TTN
20 * pre-inst-guile.in (top_srcdir): Fix ref bug: Force absolute.
21
5ddf900c
TTN
222002-02-27 Thien-Thi Nguyen <ttn@giblet.glug.org>
23
24 * pre-inst-guile.in: Typofix; nfc.
25
edb810bb
SJ
262002-02-27 Stefan Jahn <stefan@lkcc.org>
27
28 * Makefile.am (SUBDIRS): Added the `am' directory.
29
3ed414c8
TTN
302002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
31
32 * pre-inst-guile.in: New file.
33
34 * pre-inst-guile, pre-inst-guile.am: bye bye
35
36 * configure.in (top_builddir_absolute): New AC_SUBST var.
37 (AC_CONFIG_FILES): Add am/Makefile, pre-inst-guile.
38 (AC_CONFIG_COMMANDS): Also chmod +x pre-inst-guile.
39
40 * check-guile.in (top_builddir): Use AC_SUBST var
41 `top_builddir_absolute'.
42 (guile): Look for pre-inst-guile in $top_builddir.
43
44 * Makefile.am (EXTRA_DIST): Remove pre-inst-guile,
45 pre-inst-guile.am.
46
46151112
RB
472002-02-24 Rob Browning <rlb@defaultvalue.org>
48
49 * GUILE-VERSION: move all but guile-readline library versioning
50 information here. guile-readline is still standalone. Bump
51 CURRENT interfaces to 15 to allow some headroom for 1.6 release at
52 Thi-Thien's request.
53
54 * configure.in: AC_SUBST the centralized shared lib versioning
55 variables from ./GUILE-VERSION.
56 (LIBQTHREADS_INTERFACE_CURRENT): new AC_SUBST.
57 (LIBQTHREADS_INTERFACE_REVISION): new AC_SUBST.
58 (LIBQTHREADS_INTERFACE_AGE): new AC_SUBST.
59 (LIBQTHREADS_INTERFACE): new AC_SUBST.
60 (LIBGUILE_INTERFACE_CURRENT): new AC_SUBST.
61 (LIBGUILE_INTERFACE_REVISION): new AC_SUBST.
62 (LIBGUILE_INTERFACE_AGE): new AC_SUBST.
63 (LIBGUILE_INTERFACE): new AC_SUBST.
64 (LIBGUILE_SRFI_SRFI_4_INTERFACE_CURRENT): new AC_SUBST.
65 (LIBGUILE_SRFI_SRFI_4_INTERFACE_REVISION): new AC_SUBST.
66 (LIBGUILE_SRFI_SRFI_4_INTERFACE_AGE): new AC_SUBST.
67 (LIBGUILE_SRFI_SRFI_4_INTERFACE): new AC_SUBST.
68 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_CURRENT): new AC_SUBST.
69 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_REVISION): new AC_SUBST.
70 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_AGE): new AC_SUBST.
71 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE): new AC_SUBST.
72
73 * autogen.sh: make absolutely sure we can't have stale files from
74 old versions lying around the libltdl dir since libtoolize
75 doesn't. Also hack libltdl's configure.in to require autoconf 2.5
76 so the main tree and libltdl can't get out of sync again.
77
78 * RELEASE: update release building instructions.
79
3d77146f
NJ
802002-02-21 Neil Jerram <neil@ossau.uklinux.net>
81
82 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Use [] rather than
83 "" for multiword string. Thanks to Christopher Cramer for
84 pointing this out.
85
84b27165
MV
862002-02-11 Marius Vollmer <marius.vollmer@uni-dortmund.de>
87
88 * acconfig.h (GUILE_DEBUG_MALLOC): Refer to scm_gc_malloc, etc,
89 instead of to scm_must_malloc.
90
f660f92e
MV
912002-02-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
92
93 * Makefile.am (EXTRA_DIST): Added pre-inst-guile and
94 pre-inst-guile.am.
95
0187b4f4
TTN
962002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
97
98 * pre-inst-guile.am, pre-inst-guile: New files.
99
100 * check-guile.in (srcdir): Delete var.
101 (top_builddir, top_srcdir, guile_opts): New vars.
102
103 Use "set -e".
104 No longer set LTDL_LIBRARY_PATH.
105 Use ${top_srcdir}/pre-inst-guile instead of libguile/guile.
106
107 * configure.in (libguile/guile-snarf-docs-texi): Remove
108 from `AC_CONFIG_FILES' and `AC_CONFIG_COMMANDS'.
109
77bf05e0 110 * check-guile.in (top_builddir): Fix bug: Use cwd.
02f07e2b
TTN
111 (TEST_SUITE_DIR): Fix bug: Use `top_srcdir'.
112 (GUILE_LOAD_PATH): No longer include $top_srcdir.
113
114 * pre-inst-guile: Fix bug: Use ":" in `case' pattern to prevent
115 prefix aliasing.
77bf05e0 116
1fa86ca5
SJ
1172002-01-31 Stefan Jahn <stefan@lkcc.org>
118
119 * configure.in: Add -DLIBLTDL_DLL_IMPORT to INCLTDL when using
120 `libltdl.dll'.
121
af68e5e5
SJ
1222002-01-28 Stefan Jahn <stefan@lkcc.org>
123
0187b4f4 124 * configure.in (guile_cv_have_uint32_t): Look also in
af68e5e5
SJ
125 `stdint.h' for uint32_t.
126
3d1a89b9
NJ
1272002-01-13 Neil Jerram <neil@ossau.uklinux.net>
128
129 * Makefile.am (SUBDIRS): Added lang.
130
131 * configure.in (AC_CONFIG_FILES): Added Makefiles in lang,
132 lang/elisp, lang/elisp/internals and lang/elisp/primitives.
133
1342002-01-11 Neil Jerram <neil@ossau.uklinux.net>
135
136 * acconfig.h (SCM_ENABLE_ELISP): New conditional.
137
138 * configure.in (SCM_ENABLE_ELISP): Define this conditional (or
139 not) according to absence (or presence) of `--disable-elisp'
140 in the configure args.
141
f00eb43f
DH
1422001-12-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
143
144 * TODO: Added two items.
145
5dc64f64
MV
1462001-12-26 Marius Vollmer <mvo@zagadka.ping.de>
147
148 * configure.in (HAVE_MAKEINFO): Check for the makeinfo program and
149 set this conditional accordingly.
0187b4f4 150
6d852be3
TTN
1512001-12-01 Thien-Thi Nguyen <ttn@giblet.glug.org>
152
153 * README: Fix virulent typo.
154
53c594fc
MV
1552001-11-25 Marius Vollmer <mvo@zagadka.ping.de>
156
6d852be3 157 * acconfig.h (HAVE_INLINE): Added template.
53c594fc
MV
158 * configure.in (HAVE_INLINE): Define it when the compiler supports
159 inline functions.
160
6d852be3 161 * libguile.h: Include "libguile/inline.h".
53c594fc 162
a5dc23a7
GH
1632001-11-22 Gary Houston <ghouston@arglist.com>
164
165 * HACKING: Modified the Hacking It Yourself section. Removed the
166 version numbers from the tools.
a5df04d5 167 HACKING, README, ANON-CVS: updates.
a5dc23a7 168
73edb48a
GH
1692001-11-21 Gary Houston <ghouston@arglist.com>
170
171 * HACKING: Removed reference to no longer practiced * in ChangeLog
172 convention.
173
97f439ab
TTN
1742001-11-19 Thien-Thi Nguyen <ttn@glug.org>
175
30bce757
TTN
176 * BUGS (11): Set "fixed: no-need".
177
97f439ab
TTN
178 * TODO (write emacs/patch.el): New item, self-assigned.
179
3faa54e7
RB
1802001-11-19 Rob Browning <rlb@defaultvalue.org>
181
182 * configure.in: switch to AC_LIBLTDL_INSTALLABLE so we'll use the
183 system libltdl when it's available. Aside from the normal reasons
184 to prefer installed shared libs, this means other apps that link
185 with libguile and also use libltdl will be more likely to work
186 right.
187
ccee9ab1
TTN
1882001-11-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
189
190 * BUGS (4): Set "fixed: 2001-11-17 (1.7.x)".
191
73c844bf
TTN
1922001-11-15 Thien-Thi Nguyen <ttn@glug.org>
193
194 * guile-tools.in: Handle command "list" specially: list scripts dir.
195
196 (help): Make more informative.
197
a714e0eb
MV
1982001-11-12 Marius Vollmer <mvo@zagadka.ping.de>
199
200 * autogen.sh: Recurse into libltdl directory and invoke autoconf
201 there.
202
bca0bf8d
TTN
2032001-11-11 Thien-Thi Nguyen <ttn@glug.org>
204
205 * HACKING: Restrict documentation change log
206 waiver to only apply to ChangeLog files.
207
35656ebc
MV
2082001-11-12 Marius Vollmer <mvo@zagadka.ping.de>
209
210 * configure.in: Check for sizes of short, size_t, uintptr_t, and
211 ptrdiff_t. Checking for a size also checks automatically for the
212 existence of the type, so we don't check for the existence of
213 uintptr_t, ptrdiff_t and long long ourselves.
214
a0a9b9ad
TTN
2152001-11-10 Thien-Thi Nguyen <ttn@glug.org>
216
217 * BUGS (11): New.
218
b4e15479
SJ
2192001-11-07 Stefan Jahn <stefan@lkcc.org>
220
221 * configure.in: Include `win32-socket.o' in the list of object
222 files if networking is enabled on Win32.
223
04bbd6ce
TTN
2242001-11-06 Thien-Thi Nguyen <ttn@glug.org>
225
226 * TODO (sync srfi-modules.texi): New, done.
227
2ca222c2 228 * BUGS (9, 10): New.
70debc22 229
8f99e3f3
SJ
2302001-11-04 Stefan Jahn <stefan@lkcc.org>
231
232 * NEWS: Corrected remarks about SCM_API.
233
234 * configure.in: Defining USE_DLL_IMPORT definition to indicate
235 usage of DLL import macros in `libguile/__scm.h'.
236 (LIBOBJS): Removed `fileblocks.o' from the list of object files.
237 Somehow Jim Blandy's patch from 1997 did not survive.
238
257b6d40
MV
2392001-11-02 Marius Vollmer <mvo@zagadka.ping.de>
240
241 Support for native Win32. Thanks to Stefan Jahn!
04bbd6ce 242
257b6d40
MV
243 * check-guile.in: Replaced `ln -s' by `@LN_S@' to supports
244 build systems which do not have symbolic links.
245 * configure.in: Define AC_LIBTOOL_WIN32_DLL to build clean dlls
246 on Win32 platforms.
04bbd6ce
TTN
247 Checking for `ws2_32.dll', `winsock2.h', add `win32-uname.o'
248 and `win32-dirent.o' and define extra compiler flags necessary
8f99e3f3 249 to build clean dlls.
257b6d40
MV
250 Check for `regcomp()' inside `-lregex'.
251
2ad3278a
TTN
2522001-10-26 Thien-Thi Nguyen <ttn@glug.org>
253
254 * BUGS (7, 8): New.
255
c95d1a2d
TTN
2562001-10-25 Thien-Thi Nguyen <ttn@glug.org>
257
258 * BUGS: Expand on file format description.
259
260 (1): Update "fixed" field.
d07db248 261 (2, 3, 4, 5, 6): New.
c95d1a2d 262
4f522b6f
GH
2632001-10-14 Gary Houston <ghouston@arglist.com>
264
265 * configure.in: include sys/types.h when testing uint32_t.
266 thanks to Bill Schottstaedt.
267
f84c3705
MV
2682001-10-14 Marius Vollmer <mvo@zagadka.ping.de>
269
270 * configure.in: Do not use an absolute path for <unistd.h> when
271 checking for return type of usleep. Thanks to Michael Carmack.
272
6768cfba
TTN
2732001-09-30 Thien-Thi Nguyen <ttn@glug.org>
274
275 * BUGS: New file.
276 * Makefile.am (EXTRA_DIST): Add BUGS file.
277
2cbad7d9
TTN
2782001-09-25 Thien-Thi Nguyen <ttn@glug.org>
279
280 * TODO: Add bugfix item to "Eventually".
281
c13f0a90
RB
2822001-09-20 Rob Browning <rlb@defaultvalue.org>
283
284 * configure.in (AC_CONFIG_FILES): add libguile/version.h.
285
2862001-09-11 Rob Browning <rlb@defaultvalue.org>
287
288 * RELEASE: Deleted Ian Grant and Julian Satchell's addresses from
289 the testing list since they're no longer functional.
290
06288138
TTN
2912001-09-04 Thien-Thi Nguyen <ttn@revel.glug.org>
292
293 * TODO:
294 Use outline mode instead of text.
295 Reword protocol explanation.
296 Add "make error-signalling functions more consistent" to Eventually.
297 Move some C-related GOOPS tasks to 1.8.0, take ownership.
298
6f84677a
TTN
2992001-08-31 Thien-Thi Nguyen <ttn@revel.glug.org>
300
301 * HACKING (Sample GDB Initialization File): New section.
302
303 * TODO (1.8.0): Add "move .gdbinit" entry.
304
8c494e99
DH
3052001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
306
307 * TODO: Added some points, and eliminated all done items.
308
309 * acconfig.h, configure.in (SCM_DEBUG_DEPRECATED,
310 SCM_ENABLE_DEPRECATED): Renamed SCM_DEBUG_DEPRECATED to
311 SCM_ENABLE_DEPRECATED with the logic reversed.
312
f7c6b778
DH
3132001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
314
315 * libguile.h: Removed bogus comment, rearranged includes, removed
316 deprecated definitions.
317
8c494e99 318 (LIBGUILEH, SCM_LIBGUILE_H): Renamed <foo>H to SCM_<foo>_H.
f7c6b778 319
cf390da1
TTN
3202001-08-30 Thien-Thi Nguyen <ttn@revel.glug.org>
321
322 * HACKING: Mention libtool ./configure-regeneration requirement.
323
fada26b2
MV
3242001-08-27 Marius Vollmer <mvo@zagadka.ping.de>
325
326 * check-guile.in: Do not include ".libs" in LTDL_LIBRARY_PATH,
327 libltdl provides it itself.
328
11ca8865
NJ
3292001-08-24 Neil Jerram <neil@ossau.uklinux.net>
330
331 * configure.in (AC_CONFIG_FILES): Add per-manual doc directory
332 Makefiles.
cf390da1 333
ab4cd34b
RB
3342001-08-15 Rob Browning <rlb@defaultvalue.org>
335
336 * configure.in
337 (LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
338 (LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
339 (LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
340 (LIBGUILE_INTERFACE): use libtool versioning scheme.
341 (LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
342 (LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
343 (LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
344 (LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
345
346 * GUILE-VERSION (GUILE_MINOR_VERSION): bump for new unstable.
347 (GUILE_MICRO_VERSION): reset for new unstable.
348 (LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
349 (LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
350 (LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
351 (LIBGUILE_INTERFACE): use libtool versioning scheme.
352 (LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
353 (LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
354 (LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
355 (LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
356
b754e3d1
MV
3572001-08-07 Marius Vollmer <mvo@zagadka.ping.de>
358
359 * Makefile.am (EXTRA_DIST, SUBDIRS): Move test-suite from
360 EXTRA_DIST to SUBDIRS.
361
362 * configure.in: Added "test-suite/Makefile".
363
c1151355
MV
3642001-08-01 Marius Vollmer <mvo@zagadka.ping.de>
365
366 * configure.in: Added `--disable-linuxthreads' option and do not
367 define GUILE_PTHREAD_COMPAT nor link with -lpthread when it is
368 given. Thanks to Cris Cramer!
369
11057044
MV
3702001-07-23 Marius Vollmer <mvo@zagadka.ping.de>
371
372 * Makefile.am (SUBDIRS): Build libguile before ice-9.
373
f3805ebb
MV
3742001-07-22 Marius Vollmer <mvo@zagadka.ping.de>
375
376 * configure.in: Check for "inttypes.h".
377
e658215a
RB
3782001-07-19 Rob Browning <rlb@defaultvalue.org>
379
380 * configure.in: add checks for setitimer and getitimer.
381 Add --enable-error-on-warning.
382
c0b2936e
MG
3832001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
384
385 * INSTALL, Makefile.am, configure.in: Updated copyright notice.
386
8f2ecec5
TTN
3872001-07-15 Thien-Thi Nguyen <ttn@revel.glug.org>
388
389 * HACKING: Remove onerous authorship-info deletion clause.
390
065509a5
KN
3912001-07-13 Keisuke Nishida <knishida@nurs.or.jp>
392
393 * autogen.sh: Call libtoolize with --force.
394
d76852e3
TTN
3952001-07-10 Thien-Thi Nguyen <ttn@revel.glug.org>
396
397 * INSTALL: Point to HACKING for tool versions.
398
fd6c6321
RB
3992001-07-08 Rob Browning <rlb@defaultvalue.org>
400
04860df7
RB
401 * TODO: updated to include relevant itemized post-1.6-RELEASE
402 tasks that are distributable so we can check them off as they are
403 done, and delete 1.6.0 tasks.
404
405 * RELEASE: add a note that the RELEASE instructions are out of
406 date now that we're using branches.
407
fd6c6321
RB
408 * AUTHORS: add "many files throughout" for myself.
409
8d123036
TTN
4102001-06-28 Thien-Thi Nguyen <ttn@revel.glug.org>
411
412 * README: Also mention guile-tools.
413
414 * README: Mention libguile-srfi-*, oop/*, scripts/* and srfi/*.
415
32d6f999
TTN
4162001-06-27 Thien-Thi Nguyen <ttn@revel.glug.org>
417
418 * RELEASE: Move todo items to file TODO.
419
420 * TODO: Initial revision
421
a4734913
TTN
422 * Makefile.am (EXTRA_DIST): Add TODO.
423
dbfadc85
TTN
424 * HACKING: Refer to TODO and SNAPSHOTS.
425 No longer refer to devel/tasks.text.
426
427 * SNAPSHOTS: Fix reference bug; recommended tool
428 versions are in HACKING.
429
f6b3694a
TTN
430 * TODO: Add completion and ownership protocol to header comments.
431
3cd085d0
TTN
432 * RELEASE: Add TODO-processing to spiffing checklist.
433
9c3955ff
TTN
434 * HACKING: Update deprecation procedure to refer to TODO.
435
17383b7c
ML
4362001-06-27 Michael Livshin <mlivshin@bigfoot.com>
437
438 * autogen.sh: don't run flex here.
439
440 * HACKING: clarify that newer versions of flex should be just
441 fine.
442
82893676
MG
4432001-06-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
444
445 * HACKING, ANON-CVS: Removed mentioning of guile-doc CVS module.
446
447 * configure.in: Added some header and function checks.
448
f2ae4555
NJ
4492001-06-25 Neil Jerram <neil@ossau.uklinux.net>
450
451 * autogen.sh: Quoting fix for `--enable-maintainer-mode'.
452
4172703a
MV
4532001-06-25 Marius Vollmer <mvo@zagadka.ping.de>
454
455 * autogen.sh: Added message about what to do next. Tell them to
456 use `--enable-maintainer-mode'.
457
093e7da4
ML
4582001-06-25 Michael Livshin <mlivshin@bigfoot.com>
459
460 * HACKING: mention flex.
461
462 * autogen.sh: generate libguile/c-tokenize.c.
463
6b41a313
MG
4642001-06-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
465
466 * libguile.h: Removed inclusion of libguile/tag.h.
467
eb6c2de8
MV
4682001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
469
470 * libguile.h (scm_cond_t, scm_key_t, scm_mutex_t): Only define
471 these when using threads.
472
4ff9f825
MV
4732001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
474
4927dd28
MV
475 * libguile.h: Added deprecated section with the olde type names.
476
4ff9f825
MV
477 * configure.in: Check for header <stdint.h>. Check for uintptr_t
478 type. Use AC_CHECK_TYPES for this. Do not caus ptrdiff_t to be
479 `#defined'.
480
481 * acconfig.h (ptrdiff_t): Removed.
482
e01970a5
MG
4832001-06-05 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
484
485 * configure.in: Generate examples/box-dynamic-module/Makefile.
486
c794483c
MV
4872001-06-03 Marius Vollmer <mvo@zagadka.ping.de>
488
489 * configure.in (AC_CONFIG_FILES, AC_CONFIG_COMMANDS): Add
490 guile-snarf.
491
9454d8d5
RB
4922001-06-02 Rob Browning <rlb@cs.utexas.edu>
493
494 * configure.in: changes for autoconf 2.50.
495 (AC_PREREQ): require at least autoconf 2.50.
496 (AC_INIT): no longer takes an arg.
497 (AC_CONFIG_SRCDIR): takes arg AC_INIT used to take.
498 (AC_STRUCT_ST_RDEV): changed -> AC_CHECK_MEMBERS.
499 (AC_STRUCT_ST_BLKSIZE): deprecated -> AC_CHECK_MEMBERS.
500 (AC_STRUCT_ST_BLOCKS): use it rather than our version.
501 (AC_CONFIG_FILES): now generated files go here, not in AC_OUTPUT.
502 (AC_CONFIG_COMMANDS): now actions go here, not in AC_OUTPUT.
503 (AC_OUTPUT): no longer takes args.
32d6f999 504
9454d8d5
RB
505 * acinclude.m4: AC_LANG not a variable now -- use __cplusplus
506 unconditionally .
507
114f9bab
MV
5082001-06-02 Marius Vollmer <mvo@zagadka.ping.de>
509
510 * configure.in: Check for mkstemp via AC_REPLACE_FUNCS. Thanks to
511 I. N. Golubev!
512
ee2718a9
MG
5132001-06-01 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
514
515 * configure.in: Generate examples/box-dynamic/Makefile.
516
2de7ddb7
MG
5172001-05-31 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
518
519 * Makefile.am (EXTRA_DIST): New subdirectory `examples'.
520
521 * configure.in: Added all Makefiles in the `examples' directory to
522 AC_OUTPUT.
523
f501d0d4
ML
5242001-05-31 Michael Livshin <mlivshin@bigfoot.com>
525
526 * configure.in: generate guile-snarf-docs & guile-snarf-docs-texi.
527 don't generate guile-snarf.awk.
528
529 * Makefile.am (EXTRA_DIST): add test-suite.
530
1db81cb0
ML
5312001-05-28 Michael Livshin <mlivshin@bigfoot.com>
532
533 * check-guile.in: fix to be runnable when srcdir!=builddir.
534
f3f70257
ML
5352001-05-26 Michael Livshin <mlivshin@bigfoot.com>
536
537 revert the controversial part of the 2001-05-23 changes
538
1be6b49c
ML
5392001-05-23 Michael Livshin <mlivshin@bigfoot.com>
540
541 * configure.in: configury for SCM_[U]BITS_T, some more sizeofs.
542 also, make sure that the integral type choosen to represent an SCM
543 has exactly the same size as a void pointer.
544
545 * acconfig.h: add undefs for SCM_BITS_T, SCM_UBITS_T,
546 SCM_SIZEOF_BITS_T, ptrdiff_t.
547
c81ea65d
RB
5482001-05-16 Rob Browning <rlb@cs.utexas.edu>
549
550 * configure.in: add AC_SUBST for GUILE_MICRO_VERSION.
551
552 * GUILE-VERSION
553 (GUILE_VERSION): now MAJOR.MINOR.MICRO
554 (GUILE_MICRO_VERSION): new variable, records final revision.
555 i.e. the 5 in 1.6.5. MINOR_VERSION is now just the middle number,
556 i.e. the 6.
557
887dfa7d
DH
5582001-05-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
559
560 * acconfig.h, configure.in: Renamed
561 GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEPRECATED_DEFAULT.
562
11bbab47
MV
5632001-05-15 Marius Vollmer <mvo@zagadka.ping.de>
564
565 * acinclude.m4: Removed copy of "libtool.m4".
566
5cd06d5e
DH
5672001-05-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
568
569 * configure.in (SCM_DEBUG_DEPRECATED): Always defined.
570
a232c19e
TTN
5712001-05-13 Thien-Thi Nguyen <ttn@revel.glug.org>
572
928f20fb
TTN
573 * AUTHORS (Martin Grabmueller, Thien-Thi Nguyen): Update.
574
a232c19e
TTN
575 * HACKING: Update copyright.
576 Add blurb pointing to devel/tasks.text.
577
c8750173
TTN
5782001-05-11 Thien-Thi Nguyen <ttn@revel.glug.org>
579
580 * check-guile.in: For SRFI testing, set and export env
581 var `LTDL_LIBRARY_PATH'.
582
75141eb0
NJ
5832001-05-07 Neil Jerram <neil@ossau.uklinux.net>
584
585 * AUTHORS: Add docs-related authorship details.
586
c10ecc4c
MV
5872001-05-05 Marius Vollmer <mvo@zagadka.ping.de>
588
589 * configure.in (--enable-deprecated): Recognize "shutup" option
590 argument and turn it into the default warning level "no".
591
018a53a1
GH
5922001-05-05 Gary Houston <ghouston@arglist.com>
593
594 * acconfig.h: add HAVE_IPV6.
595 * configure.in: check whether we can compile with IPv6 support.
596
26f798bd
TTN
5972001-05-04 Thien-Thi Nguyen <ttn@revel.glug.org>
598
599 * guile-tools.in: New file.
600
601 * configure.in (AC_OUTPUT): Add guile-tools, and make
602 executable.
603
604 * Makefile.am (bin_SCRIPTS): New var.
605
c5316ea3
GH
6062001-05-04 Gary Houston <ghouston@arglist.com>
607
608 * configure.in: check whether uint32_t is defined when netdb.h
609 is included.
610 acconfig.h: added HAVE_UINT32_T.
611
7440341c
MV
6122001-05-02 Marius Vollmer <mvo@zagadka.ping.de>
613
614 * configure.in: Added handling of `--enable-deprecated'.
615
616 * acconfig.h (SCM_DEBUG_DEPRECATED,
617 GUILE_WARN_DEPRECATED_DEFAULT): Added.
618
14a7d5f8
TTN
6192001-04-29 Thien-Thi Nguyen <ttn@revel.glug.org>
620
621 * Makefile.am (SUBDIRS): Add "scripts".
622
623 * configure.in (AC_OUTPUT): Add scripts/Makefile.
624
7e267da1
GH
6252001-04-29 Gary Houston <ghouston@arglist.com>
626
627 * libguile.h: include rw.h.
628
f2a75d81
RB
6292001-04-27 Rob Browning <rlb@cs.utexas.edu>
630
631 * GUILE-VERSION (GUILE_MINOR_VERSION): change to 5.0, switching to
632 the new odd/even ustable/stable version numbering scheme.
633 (LIBGUILEQTHREADS_MAJOR_VERSION): change to 10 to match Debian and
634 libguile. In the future, libguile and libguileqthreads may not
635 stay in sync. This still doesn't appear to affect
636 libguileqthreads, but we'll fix that next.
637
1f7a1dc9
MG
6382001-04-25 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
639
640 * configure.in: Don't treat srfi directory specially, just create
641 the Makefile there (thanks to Neil Jerram for the patch).
642
6c44688a
MG
6432001-04-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
644
645 * Makefile.am (SUBDIRS): Added `srfi'.
646
647 * configure.in: Added subdirectory `srfi' to build process.
648
649 * libguile.h: Added inclusion of `values.h'.
650
2a0ef8b7
GH
6512001-04-22 Gary Houston <ghouston@arglist.com>
652
653 * configure.in: check for inet_pton and inet_ntop.
654
67641981
GH
6552001-04-20 Gary Houston <ghouston@arglist.com>
656
657 * acconfig.h: include HAVE_SIN6_SCOPE_ID.
658 * configure.in: check for sin6_scope_id in sockaddr_in6.
659
a9d861e3
MD
6602001-04-19 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
661
662 * RELEASE: Added deprecated macro SCM_ARRAY_CONTIGUOUS
663
31e74a57
GH
6642001-04-17 Gary Houston <ghouston@arglist.com>
665
666 * configure.in: run the autoconf BIGENDIAN check.
667
0da6608d
DH
6682001-04-12 Niibe Yutaka <gniibe@m17n.org>
669
670 * GUILE-VERSION (LIBGUILEQTHREADS_MAJOR_VERSION,
671 LIBGUILEQTHREADS_MINOR_VERSION, LIBGUILEQTHREADS_REVISION_VERSION,
672 LIBGUILEQTHREADS_VERSION): Added libguileqthreads version info.
673
674 * configure.in: Likewise.
675
f22ed5a0
KN
6762001-04-11 Keisuke Nishida <kxn30@po.cwru.edu>
677
678 * configure.in (AC_CHECK_FUNCS): Don't check bzero.
679 (GUILE_FUNC_DECLARED): Removed checking of bzero.
680 Thanks to NIIBE Yutaka.
681
f2e61fc1
MD
6822001-04-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
683
684 * Undeprecated scm_init_oop_goopscore_module.
685
72f1168d
TTN
6862001-03-25 Thien-Thi Nguyen <ttn@revel.glug.org>
687
688 * check-guile.in: Fix sh standard conformance bug: Replace
689 "test -e" with "test -f". Thanks to Alexander Klimov.
690
a4928305
GH
6912001-03-19 Gary Houston <ghouston@arglist.com>
692
693 * check-guile.in: rename $parent to $srcdir. if it's equal to "."
694 set it to `pwd`.
695
66301f9a
GH
696 * check-guile.in: 16 documentation tests were failing if "make
697 check" was run before Guile had been installed with the current
698 --prefix. made various changes to the script so that it runs
699 without a cd to the test-suite directory. For the -i option,
700 don't point GUILE_LOAD_PATH to the current directory, but let it
701 use it's own scheme library.
702
51cfd7da
GH
7032001-03-18 Gary Houston <ghouston@arglist.com>
704
705 * check-guile.in: use @srcdir@ instead of @test_suite_dir@. use
706 the current directory (build dir) not srcdir to find guile
707 executable. otherwise "make check" doesn't work with a separate
708 build directory. create the test log in
709 $build_dir/check-guile.log instead of in srcdir/test-suite
710 directory.
711 * configure.in: don't define or substitute test_suite_dir.
712
e9e225e5
GH
7132001-03-17 Gary Houston <ghouston@arglist.com>
714
715 * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,
716 since EXTRA_DOT_DOC_FILES is redefined later. define
717 EXTRA_DOT_X_FILES and hand it to AC_SUBST.
718
94e6d793
MG
7192001-03-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
720
721 * configure.in: Added header checks for crypt.h, sys/resource.h
722 and sys/file.h, function checks for chroot, flock, getlogin,
723 cuserid, getpriority, setpriority, getpass, sethostname,
724 gethostname, and for crypt() in libcrypt.
725
fff043ab
NJ
7262001-03-09 Neil Jerram <neil@ossau.uklinux.net>
727
728 * configure.in (htmldoc): Merge handling of `--enable-htmldoc'
729 option from guile-doc/configure.in.
730
d42df055
DH
7312001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
732
733 * libguile.h: Removed #include "libguile/dump.h".
734
ec896089
KN
7352001-02-02 Keisuke Nishida <kxn30@po.cwru.edu>
736
737 * libguile.h: Added #include "libguile/dump.h".
738
c2886a5a
MD
7392001-01-29 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
740
741 * libguile.h: Added #include "libguile/rdelim.h".
742
1ff7abbe
DH
7432001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
744
745 The following patch was sent by Thien-Thi Nguyen.
746
747 * check-guile.in: New file.
748
749 * Makefile.am: Add TESTS rule.
750
751 * configure.in: Add support for "make check".
752
f0942910
DH
7532000-11-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
754
755 * acconfig.h: Removed bogus #ifndef. Thanks to Lars J. Aas.
756
14f1d9fe
MD
7572000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
758
759 * GUILE-VERSION (LIBGUILE_MAJOR_VERSION): Incremented major
760 version number to 10 due to the merge of GOOPS.
761
762 * oop: New directory.
763
e4dba4c7
KN
7642000-09-20 Keisuke Nishida <kxn30@po.cwru.edu>
765
467ab77e 766 * libguile.h: #include "libguile/properties.h".
e4dba4c7 767
45605b53
GH
7682000-09-17 Gary Houston <ghouston@arglist.com>
769
770 * configure.in, acconfig.h: remove the GCSE test: it doesn't seem
771 to be reliable on all platforms.
772
e494e76d
GH
7732000-08-18 Gary Houston <ghouston@arglist.com>
774
775 * acconfig.h: added BROKEN_GCSE.
776 * configure.in: check for a gcc GCSE optimisation bug.
777
42aae633
GH
7782000-07-31 Gary Houston <ghouston@arglist.com>
779
780 * acconfig.h: added HAVE_H_ERRNO
781 * configure.in: removed some dnl'd & obsolete cygwin stuff.
782 added a test for h_errno.
783
f9ed377d
MD
7842000-06-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
785
786 * Guile 1.4 released.
787
b5074b23
MD
7882000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
789
790 * GUILE-VERSION: Changed to work also when included by a Makefile
791 (e.g. debian/rules). (Thanks to Karl M. Hegbloom.)
792 (LIBGUILE_MAJOR_VERSION): Bumped to 9.
793 (GUILE_MINOR_VERSION): Bumped to 4.
794
f43aac9a
MD
7952000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
796
a8861fa0
MD
797 * libguile.h: Removed #include "libguile/kw.h".
798
9a8a1e8a
MD
799 * Makefile.am (ACLOCAL): Define as ./guile-aclocal.sh.
800 (The rule will cd to $(top_srcdir).)
801
802 * configure.in (EXTRA_DOT_DOC_FILES): Create from LIBOBJS and
803 substitute it into libguile/Makefile.
804
f43aac9a
MD
805 * HACKING: Updated recommended libtool version to be 1.3.5.
806
807 * RELEASE: Say that we should update HACKING to reflect the
808 versions of the tools we're using rather than README.
809
5cb6f99c
MD
8102000-06-02 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
811
812 * NOTES: Removed.
813
814 * TODO: Moved to devel/.
815
3ff0d90a
CB
8162000-06-01 Craig Brozefsky <craig@red-bean.com>
817
818 * GUILE-VERSION: added defnitions for LIBGUILE_MAJOR_VERSION,
819 LIBGUILE_MINOR_VERSION, LIBGUILE_REVISION_VERSION so that we now
820 define libguile.so version in a well-lit place.
821
822 * configure.in: added AC_SUBST lines for the new LIBGUILE version
823 variables.
72f1168d 824
65545721
ML
8252000-06-01 Michael Livshin <mlivshin@bigfoot.com>
826
827 * autogen.sh: call ./guile-aclocal.sh instead of aclocal.
72f1168d 828
65545721
ML
829 * guile-aclocal.sh: new file, works around aclocal problems.
830
b2728432
DH
8312000-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
832
833 * acconfig.h (USE_FSU_PTHREADS, USE_MIT_PTHREADS,
834 USE_PCTHREADS_PTHREADS): Removed.
835
7f5fa419
GH
8362000-05-01 Gary Houston <ghouston@arglist.com>
837
838 * Makefile.am: add include_HEADERS.
839 libguile.h: moved from libguile directory. maybe libguile.h should
840 be installed in $prefix/include/libguile/libguile.h instead?
841
9764c29b
MD
8422000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
843
e415cb06
MD
844 * qthreads.m4: Removed THREADS_CPPFLAGS.
845
846 * acinclude.m4: Removed qthreads macros. They are provided in
847 qthreads.m4, so these were redundant.
848
9764c29b
MD
849 * acconfig.h (GUILE_DEBUG_MALLOC): New.
850
851 * configure.in: New --enable-debug-malloc configuration option.
852
1978b33e
MD
8532000-03-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
854
855 * acconfig.h (GUILE_PTHREAD_COMPAT): New config variable.
856
857 * configure.in: Enable workaround for COOP-linuxthreads
64e3bf6c 858 compatibility on Linux systems.
1978b33e 859
55a85c78
MD
8602000-03-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
861
862 * devel: New directory. Intended to carry documentation related
863 to Guile development (as opposed to the doc directory which
864 contains documentation related to the use of the current Guile).
865 This directory (devel) is not included in the Guile distribution,
866 but is accessible via anonymous CVS.
867
fdc7ea2d
MD
8682000-03-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
869
870 * configure.in: Don't add iselect.o to LIBOBJS.
871
31d8abce
MD
8722000-03-13 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
873
874 * configure.in: Added end-tag for local variables. (Thanks to
875 Thien-Thi Nguyen.)
876
244fdc2f
GH
8772000-03-12 Gary Houston <ghouston@arglist.com>
878
879 * README (Guile Documentation, About This Distribution): updated.
880
f3b5e185
MD
8812000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
882
883 * configure.in (ac_cv_struct_timespec): Added test for struct
884 timespec.
885
886 * acconfig.h (HAVE_STRUCT_TIMESPEC): Added.
887
3a721413
MV
8882000-01-25 Marius Vollmer <mvo@zagadka.ping.de>
889
890 * autogen.sh: Call libtoolize. Pass --add-missing option to
891 automake. Do not decent into libltdl directory. The libltdl
892 directory is now populated by libtoolize and does not need any
893 further autogeneration.
894
d831b039
GH
8952000-01-23 Gary Houston <ghouston@arglist.com>
896
897 * configure.in: check for fchown.
898
a0a7b83b
MD
899Tue Jan 18 12:55:15 2000 Mikael Djurfeldt <mdj@r11n07-s.pdc.kth.se>
900
901 * acinclude.m4 (AC_LIBLTDL_CONVENIENCE): Add $(top_srcdir)/libltdl
902 instead of $(top_builddir)/libltdl to includepath.
903
56cfe22b
MD
9042000-01-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
905
906 * emacs: New subdirectory for elisp tools.
907
657fcb5a
MV
9082000-01-15 Marius Vollmer <mvo@zagadka.ping.de>
909
910 * README, HACKING: Moved "Hacking it yourself" section from README
911 to HACKING. Updated recommended libtool version to be 1.3.4.
912
dc914156
GH
9132000-01-14 Gary Houston <ghouston@arglist.com>
914
915 * configure.in: needs to have --disable-networking, not
916 --disable-net.
917
fb4956c9
MD
9182000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
919
920 * libltdl/acconfig.h: New file: Needed by autogen.sh.
921
88423ab1
GB
922Tue Jan 11 13:42:35 2000 Greg J. Badros <gjb@cs.washington.edu>
923
924 * autogen.sh: Added messages as we run autogen in subdirectories.
925
926 * configure.in: Output libugile/guile-func-name-check script, and
72f1168d 927 chmod +x it.
88423ab1 928
0d90b76d
MV
9292000-01-11 Marius Vollmer <mvo@zagadka.ping.de>
930
931 * libltdl/autogen.sh: New file.
932 * autogen.sh: Invoke libltdl/autogen.sh.
933
9342000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
935
936 Finally applied the libltdl patch from Thomas Tanner, with slight
937 modifications. All code copied from the libtool package is from
938 libtool-1.3.4.
939
940 * configure.in: Make "--with-modules=yes" the default. Do not
941 clear INCLTDL, LIBLTDL prior to processing "--with-modules".
72f1168d 942
0d90b76d
MV
943 1999-07-25 Thomas Tanner <tanner@ffii.org>
944
945 * Makefile.am: add libltdl to SUBDIRS, automake automatically
946 includes ltconfig, ltmain.sh and acconfig.h in EXTRA_DIST
947 * acinclude.m4: remove GUILE_DLSYM_USCORE, add libtool.m4
948 (no need to install libtool any more)
949 * configure.in: replace --enable-dynamic-linking with
950 --with-modules, required modules can be specified using
951 --with-modules="/path/to/mod.la" and will be linked
952 statically on platforms that don't support dynamic loading,
953 configure libltdl, configure libtool for dlopening
954 * libltdl: added using libtoolize -c --ltdl
955
38c1d3c4
GH
9562000-01-09 Gary Houston <ghouston@arglist.com>
957
958 * configure.in: check whether localtime caches TZ. copied from
959 Emacs 20.5.
960 * acconfig.h: add LOCALTIME_CACHE.
961
dceef6be
GB
962Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
963
964 * configure.in: Make it be guile-snarf.awk, since we'll be
965 switching names for guile-doc-snarf. (I wouldn't have changed
966 this, but I was getting ready to commit this way when the below
967 change was committed).
968
763a6716
MD
9691999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
970
971 * configure.in: Create guile-doc-snarf.awk.
972
6aca8c6c
GB
9731999-12-12 Greg J. Badros <gjb@cs.washington.edu>
974
72f1168d 975 * configure.in: Create guile-doc-snarf, chmod +x that script after
6aca8c6c
GB
976 AC_OUTPUTted.
977
9781999-12-10 Greg J. Badros <gjb@cs.washington.edu>
6e706938
GB
979
980 * NEWS: More complete description for --enable-debug-freelist.
981
aee8ca3f
GH
9821999-12-09 Gary Houston <ghouston@freewire.co.uk>
983
984 * configure.in (CFLAGS): don't add -Wpointer-arith, since it
985 causes numerous spurious warnings with recent gcc and/or glibc
986 versions.
987
afe5177e
GH
9881999-11-19 Gary Houston <ghouston@freewire.co.uk>
989
990 * acconfig.h: add HAVE_ARRAYS.
991
992 * configure.in: add --disable-arrays option, probably temporary.
993
5c11cc9d
GH
9941999-11-17 Gary Houston <ghouston@freewire.co.uk>
995
996 * configure.in: check for hstrerror.
997
5d94b2fe
JB
9981999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
999
e8ff4648
JB
1000 * autogen.sh: Don't call autoreconf at all; it's not reliable.
1001 Instead, call the various tools explicitly. Invoke
1002 guile-readline's autogen.sh script.
0cbedb5b
JB
1003
1004 Straighten up the situation regarding guile.m4 and qthreads.m4.
72f1168d 1005
0cbedb5b
JB
1006 We can't have .m4 files which are installed where aclocal can
1007 see them, but also used by guile's own configure.in, because
1008 aclocal will read both copies, complain about duplicate macro
1009 definitions, and refuse to generate aclocal.m4 at all. This
1010 happens if you invoke it as `aclocal -I .', as autoreconf does.
1011 This is probably a flaw in the autotools, but Guile doesn't need
1012 that flaw fixed immediately.
1013
1014 guile.m4 is intended for use by people linking against guile, so
1015 it needs to be installed. But Guile itself doesn't use it. So
1016 move guile.m4 into guile-config. That makes sense, since
1017 guile.m4's GUILE_FLAGS macro is just an easy way to call
1018 guile-config.
1019
1020 qthreads.m4 is indented to help configure a qthreads tree. It's
1021 only useful to a package which actually includes a qthreads tree,
1022 and it's intimately related to that tree, so it's not useful to
1023 install this. So don't install it.
1024
1025 * guile.m4: Moved to guile-config.
1026 * Makefile.am (aclocaldir, aclocal_DATA): Delete.
1027 (EXTRA_DIST): Move qthreads.m4 here.
1028
5d94b2fe
JB
1029 Don't store generated files in the repository any more. Instead,
1030 require people to run autogen.sh on trees from snapshots and CVS.
0cbedb5b 1031 * Makefile.in, aclocal.m4, configure: Deleted.
5d94b2fe
JB
1032 * autogen.sh: New file.
1033 * ANON-CVS, SNAPSHOTS: Updated instructions.
1034
dc4d930b
JB
10351999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
1036
1037 * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
1038
6e706938 10391999-09-27 Greg J. Badros <gjb@cs.washington.edu>
15526538
GB
1040
1041 * configure.in: Added --enable-debug-freelist option.
1042
fca7547b 1043 * acconfig.h: Added GUILE_DEBUG_FREELIST.
15526538 1044
52cfc69b
GH
10451999-09-23 Gary Houston <ghouston@freewire.co.uk>
1046
1047 * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
1048 FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
1049
1050 * configure.in: new options --disable-posix, --disable-net
1051 and --disable-regex
1052 export HAVE_POSIX and HAVE_NETWORKING definitions.
1053 don't add regex-posix.o to LIBOBJS if regex disabled.
1054
1055 LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
1056 conditionally.
1057
bab4e1cc
JB
10581999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
1059
1060 * Guile 1.3.4 released.
1061
fc97c626
JB
10621999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
1063
1064 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
1065 libtool knows how to get ANSI C behavior from the compiler.
1066 * configure: Regenerated.
1067
7ee92fce
GH
10681999-09-20 Gary Houston <ghouston@freewire.co.uk>
1069
1070 * configure.in: check availability of siginterrupt.
1071
08b8c694
GH
10721999-09-18 Gary Houston <ghouston@freewire.co.uk>
1073
1074 * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
1075 testing for SA_RESTART.
1076
7cdbcc7d
MD
10771999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
1078
1079 * configure.in: Removed ice-9/version.scm from AC_OUTPUT.
1080
e1f20ec6
JB
10811999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
1082
1083 * configure.in (GUILE_STAMP): Don't set this variable, or
1084 substitute it into anything. Full explanation in ice-9/ChangeLog.
1085 * configure, Makefile.in: Regenerated.
72f1168d 1086
ffe70f9c
JB
10871999-09-06 James Blandy <jimb@mule.m17n.org>
1088
1089 Propagate the changes of 2 Sept the rest of the way through.
1090 * configure: Regenerated.
1091 * Makefile.in: Regenerated. Not sure why this diff is so big.
1092
e127c348
JB
10931999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
1094
1095 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
1096 variable name. (Thanks to Bill Schottstaedt.)
9918cf63 1097 * aclocal.m4: Regenerated.
e127c348 1098
655f19ab
MD
10991999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
1100
1101 * configure.in: Test for presence of function on_exit.
1102
b074884f
JB
11031999-09-01 James Blandy <jimb@mule.m17n.org>
1104
1105 * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
1106 the system doesn't have memmove. Don't test for memmove and bcopy
1107 with AC_CHECK_FUNCS.
1108 * configure: Regenerated.
1109
a7098335
MD
11101999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
1111
1112 * configure.in: Test for atexit.
1113
9a26d6f9
MD
11141999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1115
b030b39b
MD
1116 * acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
1117
9a26d6f9
MD
1118 * configure.in: Test for presence of S_ISLNK in sys/stat.h.
1119 (Thanks to Bernard Urban.)
1120 Test for memmove and bcopy. (Thanks to
a7098335 1121 suzukis@file.phys.tohoku.ac.jp.)
9a26d6f9
MD
1122
1123 * acconfig.h: Added HAVE_S_ISLNK.
1124
a05cba61
JB
11251999-08-20 James Blandy <jimb@mule.m17n.org>
1126
0a852b94
JB
1127 * Guile 1.3.2 released.
1128
a05cba61
JB
1129 * Makefile.in: Regenerated.
1130
f29f2933
MD
11311999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1132
1133 * README, config.guess, config.sub, liconfig, ltmain.sh: Switched
1134 to libtool-1.3.3.
1135
0e8a8468
MV
11361999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
1137
1138 Added guile-readline subdirectory with the removed readline
1139 support.
1140 * guile-readline: New directory, see ChangeLog there.
1141 * configure.in: Cause configure to descend into guile-readline
1142 dir.
1143 * Makefile.am: Likewise for make.
1144 * NEWS: Explain how to activate the readline support.
1145 * configure, Makefile.in: Regenerated.
72f1168d 1146
3144e1a9
JB
11471999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
1148
1149