*** empty log message ***
[bpt/guile.git] / ChangeLog
1 2002-04-10 Rob Browning <rlb@defaultvalue.org>
2
3 * configure.in: updates for new autoconf -- add definitions to
4 AC_DEFINE calls, and convert occurences of LIBOBJS to AC_LIBOBJ
5 calls.
6
7 * acinclude.m4: add definitions to AC_DEFINE calls for new
8 autoconf.
9
10 * acconfig.h: removed -- newer autoconf doesn't like it, and now
11 we don't need it.
12
13 * .cvsignore: add autom4te.cache and pre-inst-guile.
14
15 2002-04-03 Thien-Thi Nguyen <ttn@giblet.glug.org>
16
17 * RELEASE: bye bye
18
19 2002-03-31 Thien-Thi Nguyen <ttn@giblet.glug.org>
20
21 * Makefile.am: Update copyright.
22 (dist-hook): Add, including related am/maintainers-dirs,
23 surrounded by "if MAINTAINER_MODE".
24
25 * TODO: bye bye
26
27 * autogen.sh: Add usage comment.
28 Add workbook specification.
29 Add dist-files symlinking.
30
31 * ANON-CVS, HACKING, INSTALL, SNAPSHOTS: bye bye
32
33 2002-03-06 Thien-Thi Nguyen <ttn@giblet.glug.org>
34
35 * guile-tools.in: Handle "--source" option.
36
37 2002-03-04 Thien-Thi Nguyen <ttn@giblet.glug.org>
38
39 * configure.in (top_srcdir_absolute): New AC_SUBST var.
40
41 * pre-inst-guile.in, check-guile.in (top_srcdir):
42 Use `top_srcdir_absolute' AC_SUBST var.
43
44 * pre-inst-guile.in (top_srcdir): Fix ref bug: Force absolute.
45
46 2002-02-27 Thien-Thi Nguyen <ttn@giblet.glug.org>
47
48 * pre-inst-guile.in: Typofix; nfc.
49
50 2002-02-27 Stefan Jahn <stefan@lkcc.org>
51
52 * Makefile.am (SUBDIRS): Added the `am' directory.
53
54 2002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
55
56 * pre-inst-guile.in: New file.
57
58 * pre-inst-guile, pre-inst-guile.am: bye bye
59
60 * configure.in (top_builddir_absolute): New AC_SUBST var.
61 (AC_CONFIG_FILES): Add am/Makefile, pre-inst-guile.
62 (AC_CONFIG_COMMANDS): Also chmod +x pre-inst-guile.
63
64 * check-guile.in (top_builddir): Use AC_SUBST var
65 `top_builddir_absolute'.
66 (guile): Look for pre-inst-guile in $top_builddir.
67
68 * Makefile.am (EXTRA_DIST): Remove pre-inst-guile,
69 pre-inst-guile.am.
70
71 2002-02-24 Rob Browning <rlb@defaultvalue.org>
72
73 * GUILE-VERSION: move all but guile-readline library versioning
74 information here. guile-readline is still standalone. Bump
75 CURRENT interfaces to 15 to allow some headroom for 1.6 release at
76 Thi-Thien's request.
77
78 * configure.in: AC_SUBST the centralized shared lib versioning
79 variables from ./GUILE-VERSION.
80 (LIBQTHREADS_INTERFACE_CURRENT): new AC_SUBST.
81 (LIBQTHREADS_INTERFACE_REVISION): new AC_SUBST.
82 (LIBQTHREADS_INTERFACE_AGE): new AC_SUBST.
83 (LIBQTHREADS_INTERFACE): new AC_SUBST.
84 (LIBGUILE_INTERFACE_CURRENT): new AC_SUBST.
85 (LIBGUILE_INTERFACE_REVISION): new AC_SUBST.
86 (LIBGUILE_INTERFACE_AGE): new AC_SUBST.
87 (LIBGUILE_INTERFACE): new AC_SUBST.
88 (LIBGUILE_SRFI_SRFI_4_INTERFACE_CURRENT): new AC_SUBST.
89 (LIBGUILE_SRFI_SRFI_4_INTERFACE_REVISION): new AC_SUBST.
90 (LIBGUILE_SRFI_SRFI_4_INTERFACE_AGE): new AC_SUBST.
91 (LIBGUILE_SRFI_SRFI_4_INTERFACE): new AC_SUBST.
92 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_CURRENT): new AC_SUBST.
93 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_REVISION): new AC_SUBST.
94 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_AGE): new AC_SUBST.
95 (LIBGUILE_SRFI_SRFI_13_14_INTERFACE): new AC_SUBST.
96
97 * autogen.sh: make absolutely sure we can't have stale files from
98 old versions lying around the libltdl dir since libtoolize
99 doesn't. Also hack libltdl's configure.in to require autoconf 2.5
100 so the main tree and libltdl can't get out of sync again.
101
102 * RELEASE: update release building instructions.
103
104 2002-02-21 Neil Jerram <neil@ossau.uklinux.net>
105
106 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Use [] rather than
107 "" for multiword string. Thanks to Christopher Cramer for
108 pointing this out.
109
110 2002-02-11 Marius Vollmer <marius.vollmer@uni-dortmund.de>
111
112 * acconfig.h (GUILE_DEBUG_MALLOC): Refer to scm_gc_malloc, etc,
113 instead of to scm_must_malloc.
114
115 2002-02-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
116
117 * Makefile.am (EXTRA_DIST): Added pre-inst-guile and
118 pre-inst-guile.am.
119
120 2002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
121
122 * pre-inst-guile.am, pre-inst-guile: New files.
123
124 * check-guile.in (srcdir): Delete var.
125 (top_builddir, top_srcdir, guile_opts): New vars.
126
127 Use "set -e".
128 No longer set LTDL_LIBRARY_PATH.
129 Use ${top_srcdir}/pre-inst-guile instead of libguile/guile.
130
131 * configure.in (libguile/guile-snarf-docs-texi): Remove
132 from `AC_CONFIG_FILES' and `AC_CONFIG_COMMANDS'.
133
134 * check-guile.in (top_builddir): Fix bug: Use cwd.
135 (TEST_SUITE_DIR): Fix bug: Use `top_srcdir'.
136 (GUILE_LOAD_PATH): No longer include $top_srcdir.
137
138 * pre-inst-guile: Fix bug: Use ":" in `case' pattern to prevent
139 prefix aliasing.
140
141 2002-01-31 Stefan Jahn <stefan@lkcc.org>
142
143 * configure.in: Add -DLIBLTDL_DLL_IMPORT to INCLTDL when using
144 `libltdl.dll'.
145
146 2002-01-28 Stefan Jahn <stefan@lkcc.org>
147
148 * configure.in (guile_cv_have_uint32_t): Look also in
149 `stdint.h' for uint32_t.
150
151 2002-01-13 Neil Jerram <neil@ossau.uklinux.net>
152
153 * Makefile.am (SUBDIRS): Added lang.
154
155 * configure.in (AC_CONFIG_FILES): Added Makefiles in lang,
156 lang/elisp, lang/elisp/internals and lang/elisp/primitives.
157
158 2002-01-11 Neil Jerram <neil@ossau.uklinux.net>
159
160 * acconfig.h (SCM_ENABLE_ELISP): New conditional.
161
162 * configure.in (SCM_ENABLE_ELISP): Define this conditional (or
163 not) according to absence (or presence) of `--disable-elisp'
164 in the configure args.
165
166 2001-12-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
167
168 * TODO: Added two items.
169
170 2001-12-26 Marius Vollmer <mvo@zagadka.ping.de>
171
172 * configure.in (HAVE_MAKEINFO): Check for the makeinfo program and
173 set this conditional accordingly.
174
175 2001-12-01 Thien-Thi Nguyen <ttn@giblet.glug.org>
176
177 * README: Fix virulent typo.
178
179 2001-11-25 Marius Vollmer <mvo@zagadka.ping.de>
180
181 * acconfig.h (HAVE_INLINE): Added template.
182 * configure.in (HAVE_INLINE): Define it when the compiler supports
183 inline functions.
184
185 * libguile.h: Include "libguile/inline.h".
186
187 2001-11-22 Gary Houston <ghouston@arglist.com>
188
189 * HACKING: Modified the Hacking It Yourself section. Removed the
190 version numbers from the tools.
191 HACKING, README, ANON-CVS: updates.
192
193 2001-11-21 Gary Houston <ghouston@arglist.com>
194
195 * HACKING: Removed reference to no longer practiced * in ChangeLog
196 convention.
197
198 2001-11-19 Thien-Thi Nguyen <ttn@glug.org>
199
200 * BUGS (11): Set "fixed: no-need".
201
202 * TODO (write emacs/patch.el): New item, self-assigned.
203
204 2001-11-19 Rob Browning <rlb@defaultvalue.org>
205
206 * configure.in: switch to AC_LIBLTDL_INSTALLABLE so we'll use the
207 system libltdl when it's available. Aside from the normal reasons
208 to prefer installed shared libs, this means other apps that link
209 with libguile and also use libltdl will be more likely to work
210 right.
211
212 2001-11-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
213
214 * BUGS (4): Set "fixed: 2001-11-17 (1.7.x)".
215
216 2001-11-15 Thien-Thi Nguyen <ttn@glug.org>
217
218 * guile-tools.in: Handle command "list" specially: list scripts dir.
219
220 (help): Make more informative.
221
222 2001-11-12 Marius Vollmer <mvo@zagadka.ping.de>
223
224 * autogen.sh: Recurse into libltdl directory and invoke autoconf
225 there.
226
227 2001-11-11 Thien-Thi Nguyen <ttn@glug.org>
228
229 * HACKING: Restrict documentation change log
230 waiver to only apply to ChangeLog files.
231
232 2001-11-12 Marius Vollmer <mvo@zagadka.ping.de>
233
234 * configure.in: Check for sizes of short, size_t, uintptr_t, and
235 ptrdiff_t. Checking for a size also checks automatically for the
236 existence of the type, so we don't check for the existence of
237 uintptr_t, ptrdiff_t and long long ourselves.
238
239 2001-11-10 Thien-Thi Nguyen <ttn@glug.org>
240
241 * BUGS (11): New.
242
243 2001-11-07 Stefan Jahn <stefan@lkcc.org>
244
245 * configure.in: Include `win32-socket.o' in the list of object
246 files if networking is enabled on Win32.
247
248 2001-11-06 Thien-Thi Nguyen <ttn@glug.org>
249
250 * TODO (sync srfi-modules.texi): New, done.
251
252 * BUGS (9, 10): New.
253
254 2001-11-04 Stefan Jahn <stefan@lkcc.org>
255
256 * NEWS: Corrected remarks about SCM_API.
257
258 * configure.in: Defining USE_DLL_IMPORT definition to indicate
259 usage of DLL import macros in `libguile/__scm.h'.
260 (LIBOBJS): Removed `fileblocks.o' from the list of object files.
261 Somehow Jim Blandy's patch from 1997 did not survive.
262
263 2001-11-02 Marius Vollmer <mvo@zagadka.ping.de>
264
265 Support for native Win32. Thanks to Stefan Jahn!
266
267 * check-guile.in: Replaced `ln -s' by `@LN_S@' to supports
268 build systems which do not have symbolic links.
269 * configure.in: Define AC_LIBTOOL_WIN32_DLL to build clean dlls
270 on Win32 platforms.
271 Checking for `ws2_32.dll', `winsock2.h', add `win32-uname.o'
272 and `win32-dirent.o' and define extra compiler flags necessary
273 to build clean dlls.
274 Check for `regcomp()' inside `-lregex'.
275
276 2001-10-26 Thien-Thi Nguyen <ttn@glug.org>
277
278 * BUGS (7, 8): New.
279
280 2001-10-25 Thien-Thi Nguyen <ttn@glug.org>
281
282 * BUGS: Expand on file format description.
283
284 (1): Update "fixed" field.
285 (2, 3, 4, 5, 6): New.
286
287 2001-10-14 Gary Houston <ghouston@arglist.com>
288
289 * configure.in: include sys/types.h when testing uint32_t.
290 thanks to Bill Schottstaedt.
291
292 2001-10-14 Marius Vollmer <mvo@zagadka.ping.de>
293
294 * configure.in: Do not use an absolute path for <unistd.h> when
295 checking for return type of usleep. Thanks to Michael Carmack.
296
297 2001-09-30 Thien-Thi Nguyen <ttn@glug.org>
298
299 * BUGS: New file.
300 * Makefile.am (EXTRA_DIST): Add BUGS file.
301
302 2001-09-25 Thien-Thi Nguyen <ttn@glug.org>
303
304 * TODO: Add bugfix item to "Eventually".
305
306 2001-09-20 Rob Browning <rlb@defaultvalue.org>
307
308 * configure.in (AC_CONFIG_FILES): add libguile/version.h.
309
310 2001-09-11 Rob Browning <rlb@defaultvalue.org>
311
312 * RELEASE: Deleted Ian Grant and Julian Satchell's addresses from
313 the testing list since they're no longer functional.
314
315 2001-09-04 Thien-Thi Nguyen <ttn@revel.glug.org>
316
317 * TODO:
318 Use outline mode instead of text.
319 Reword protocol explanation.
320 Add "make error-signalling functions more consistent" to Eventually.
321 Move some C-related GOOPS tasks to 1.8.0, take ownership.
322
323 2001-08-31 Thien-Thi Nguyen <ttn@revel.glug.org>
324
325 * HACKING (Sample GDB Initialization File): New section.
326
327 * TODO (1.8.0): Add "move .gdbinit" entry.
328
329 2001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
330
331 * TODO: Added some points, and eliminated all done items.
332
333 * acconfig.h, configure.in (SCM_DEBUG_DEPRECATED,
334 SCM_ENABLE_DEPRECATED): Renamed SCM_DEBUG_DEPRECATED to
335 SCM_ENABLE_DEPRECATED with the logic reversed.
336
337 2001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
338
339 * libguile.h: Removed bogus comment, rearranged includes, removed
340 deprecated definitions.
341
342 (LIBGUILEH, SCM_LIBGUILE_H): Renamed <foo>H to SCM_<foo>_H.
343
344 2001-08-30 Thien-Thi Nguyen <ttn@revel.glug.org>
345
346 * HACKING: Mention libtool ./configure-regeneration requirement.
347
348 2001-08-27 Marius Vollmer <mvo@zagadka.ping.de>
349
350 * check-guile.in: Do not include ".libs" in LTDL_LIBRARY_PATH,
351 libltdl provides it itself.
352
353 2001-08-24 Neil Jerram <neil@ossau.uklinux.net>
354
355 * configure.in (AC_CONFIG_FILES): Add per-manual doc directory
356 Makefiles.
357
358 2001-08-15 Rob Browning <rlb@defaultvalue.org>
359
360 * configure.in
361 (LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
362 (LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
363 (LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
364 (LIBGUILE_INTERFACE): use libtool versioning scheme.
365 (LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
366 (LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
367 (LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
368 (LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
369
370 * GUILE-VERSION (GUILE_MINOR_VERSION): bump for new unstable.
371 (GUILE_MICRO_VERSION): reset for new unstable.
372 (LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
373 (LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
374 (LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
375 (LIBGUILE_INTERFACE): use libtool versioning scheme.
376 (LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
377 (LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
378 (LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
379 (LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
380
381 2001-08-07 Marius Vollmer <mvo@zagadka.ping.de>
382
383 * Makefile.am (EXTRA_DIST, SUBDIRS): Move test-suite from
384 EXTRA_DIST to SUBDIRS.
385
386 * configure.in: Added "test-suite/Makefile".
387
388 2001-08-01 Marius Vollmer <mvo@zagadka.ping.de>
389
390 * configure.in: Added `--disable-linuxthreads' option and do not
391 define GUILE_PTHREAD_COMPAT nor link with -lpthread when it is
392 given. Thanks to Cris Cramer!
393
394 2001-07-23 Marius Vollmer <mvo@zagadka.ping.de>
395
396 * Makefile.am (SUBDIRS): Build libguile before ice-9.
397
398 2001-07-22 Marius Vollmer <mvo@zagadka.ping.de>
399
400 * configure.in: Check for "inttypes.h".
401
402 2001-07-19 Rob Browning <rlb@defaultvalue.org>
403
404 * configure.in: add checks for setitimer and getitimer.
405 Add --enable-error-on-warning.
406
407 2001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
408
409 * INSTALL, Makefile.am, configure.in: Updated copyright notice.
410
411 2001-07-15 Thien-Thi Nguyen <ttn@revel.glug.org>
412
413 * HACKING: Remove onerous authorship-info deletion clause.
414
415 2001-07-13 Keisuke Nishida <knishida@nurs.or.jp>
416
417 * autogen.sh: Call libtoolize with --force.
418
419 2001-07-10 Thien-Thi Nguyen <ttn@revel.glug.org>
420
421 * INSTALL: Point to HACKING for tool versions.
422
423 2001-07-08 Rob Browning <rlb@defaultvalue.org>
424
425 * TODO: updated to include relevant itemized post-1.6-RELEASE
426 tasks that are distributable so we can check them off as they are
427 done, and delete 1.6.0 tasks.
428
429 * RELEASE: add a note that the RELEASE instructions are out of
430 date now that we're using branches.
431
432 * AUTHORS: add "many files throughout" for myself.
433
434 2001-06-28 Thien-Thi Nguyen <ttn@revel.glug.org>
435
436 * README: Also mention guile-tools.
437
438 * README: Mention libguile-srfi-*, oop/*, scripts/* and srfi/*.
439
440 2001-06-27 Thien-Thi Nguyen <ttn@revel.glug.org>
441
442 * RELEASE: Move todo items to file TODO.
443
444 * TODO: Initial revision
445
446 * Makefile.am (EXTRA_DIST): Add TODO.
447
448 * HACKING: Refer to TODO and SNAPSHOTS.
449 No longer refer to devel/tasks.text.
450
451 * SNAPSHOTS: Fix reference bug; recommended tool
452 versions are in HACKING.
453
454 * TODO: Add completion and ownership protocol to header comments.
455
456 * RELEASE: Add TODO-processing to spiffing checklist.
457
458 * HACKING: Update deprecation procedure to refer to TODO.
459
460 2001-06-27 Michael Livshin <mlivshin@bigfoot.com>
461
462 * autogen.sh: don't run flex here.
463
464 * HACKING: clarify that newer versions of flex should be just
465 fine.
466
467 2001-06-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
468
469 * HACKING, ANON-CVS: Removed mentioning of guile-doc CVS module.
470
471 * configure.in: Added some header and function checks.
472
473 2001-06-25 Neil Jerram <neil@ossau.uklinux.net>
474
475 * autogen.sh: Quoting fix for `--enable-maintainer-mode'.
476
477 2001-06-25 Marius Vollmer <mvo@zagadka.ping.de>
478
479 * autogen.sh: Added message about what to do next. Tell them to
480 use `--enable-maintainer-mode'.
481
482 2001-06-25 Michael Livshin <mlivshin@bigfoot.com>
483
484 * HACKING: mention flex.
485
486 * autogen.sh: generate libguile/c-tokenize.c.
487
488 2001-06-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
489
490 * libguile.h: Removed inclusion of libguile/tag.h.
491
492 2001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
493
494 * libguile.h (scm_cond_t, scm_key_t, scm_mutex_t): Only define
495 these when using threads.
496
497 2001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
498
499 * libguile.h: Added deprecated section with the olde type names.
500
501 * configure.in: Check for header <stdint.h>. Check for uintptr_t
502 type. Use AC_CHECK_TYPES for this. Do not caus ptrdiff_t to be
503 `#defined'.
504
505 * acconfig.h (ptrdiff_t): Removed.
506
507 2001-06-05 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
508
509 * configure.in: Generate examples/box-dynamic-module/Makefile.
510
511 2001-06-03 Marius Vollmer <mvo@zagadka.ping.de>
512
513 * configure.in (AC_CONFIG_FILES, AC_CONFIG_COMMANDS): Add
514 guile-snarf.
515
516 2001-06-02 Rob Browning <rlb@cs.utexas.edu>
517
518 * configure.in: changes for autoconf 2.50.
519 (AC_PREREQ): require at least autoconf 2.50.
520 (AC_INIT): no longer takes an arg.
521 (AC_CONFIG_SRCDIR): takes arg AC_INIT used to take.
522 (AC_STRUCT_ST_RDEV): changed -> AC_CHECK_MEMBERS.
523 (AC_STRUCT_ST_BLKSIZE): deprecated -> AC_CHECK_MEMBERS.
524 (AC_STRUCT_ST_BLOCKS): use it rather than our version.
525 (AC_CONFIG_FILES): now generated files go here, not in AC_OUTPUT.
526 (AC_CONFIG_COMMANDS): now actions go here, not in AC_OUTPUT.
527 (AC_OUTPUT): no longer takes args.
528
529 * acinclude.m4: AC_LANG not a variable now -- use __cplusplus
530 unconditionally .
531
532 2001-06-02 Marius Vollmer <mvo@zagadka.ping.de>
533
534 * configure.in: Check for mkstemp via AC_REPLACE_FUNCS. Thanks to
535 I. N. Golubev!
536
537 2001-06-01 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
538
539 * configure.in: Generate examples/box-dynamic/Makefile.
540
541 2001-05-31 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
542
543 * Makefile.am (EXTRA_DIST): New subdirectory `examples'.
544
545 * configure.in: Added all Makefiles in the `examples' directory to
546 AC_OUTPUT.
547
548 2001-05-31 Michael Livshin <mlivshin@bigfoot.com>
549
550 * configure.in: generate guile-snarf-docs & guile-snarf-docs-texi.
551 don't generate guile-snarf.awk.
552
553 * Makefile.am (EXTRA_DIST): add test-suite.
554
555 2001-05-28 Michael Livshin <mlivshin@bigfoot.com>
556
557 * check-guile.in: fix to be runnable when srcdir!=builddir.
558
559 2001-05-26 Michael Livshin <mlivshin@bigfoot.com>
560
561 revert the controversial part of the 2001-05-23 changes
562
563 2001-05-23 Michael Livshin <mlivshin@bigfoot.com>
564
565 * configure.in: configury for SCM_[U]BITS_T, some more sizeofs.
566 also, make sure that the integral type choosen to represent an SCM
567 has exactly the same size as a void pointer.
568
569 * acconfig.h: add undefs for SCM_BITS_T, SCM_UBITS_T,
570 SCM_SIZEOF_BITS_T, ptrdiff_t.
571
572 2001-05-16 Rob Browning <rlb@cs.utexas.edu>
573
574 * configure.in: add AC_SUBST for GUILE_MICRO_VERSION.
575
576 * GUILE-VERSION
577 (GUILE_VERSION): now MAJOR.MINOR.MICRO
578 (GUILE_MICRO_VERSION): new variable, records final revision.
579 i.e. the 5 in 1.6.5. MINOR_VERSION is now just the middle number,
580 i.e. the 6.
581
582 2001-05-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
583
584 * acconfig.h, configure.in: Renamed
585 GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEPRECATED_DEFAULT.
586
587 2001-05-15 Marius Vollmer <mvo@zagadka.ping.de>
588
589 * acinclude.m4: Removed copy of "libtool.m4".
590
591 2001-05-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
592
593 * configure.in (SCM_DEBUG_DEPRECATED): Always defined.
594
595 2001-05-13 Thien-Thi Nguyen <ttn@revel.glug.org>
596
597 * AUTHORS (Martin Grabmueller, Thien-Thi Nguyen): Update.
598
599 * HACKING: Update copyright.
600 Add blurb pointing to devel/tasks.text.
601
602 2001-05-11 Thien-Thi Nguyen <ttn@revel.glug.org>
603
604 * check-guile.in: For SRFI testing, set and export env
605 var `LTDL_LIBRARY_PATH'.
606
607 2001-05-07 Neil Jerram <neil@ossau.uklinux.net>
608
609 * AUTHORS: Add docs-related authorship details.
610
611 2001-05-05 Marius Vollmer <mvo@zagadka.ping.de>
612
613 * configure.in (--enable-deprecated): Recognize "shutup" option
614 argument and turn it into the default warning level "no".
615
616 2001-05-05 Gary Houston <ghouston@arglist.com>
617
618 * acconfig.h: add HAVE_IPV6.
619 * configure.in: check whether we can compile with IPv6 support.
620
621 2001-05-04 Thien-Thi Nguyen <ttn@revel.glug.org>
622
623 * guile-tools.in: New file.
624
625 * configure.in (AC_OUTPUT): Add guile-tools, and make
626 executable.
627
628 * Makefile.am (bin_SCRIPTS): New var.
629
630 2001-05-04 Gary Houston <ghouston@arglist.com>
631
632 * configure.in: check whether uint32_t is defined when netdb.h
633 is included.
634 acconfig.h: added HAVE_UINT32_T.
635
636 2001-05-02 Marius Vollmer <mvo@zagadka.ping.de>
637
638 * configure.in: Added handling of `--enable-deprecated'.
639
640 * acconfig.h (SCM_DEBUG_DEPRECATED,
641 GUILE_WARN_DEPRECATED_DEFAULT): Added.
642
643 2001-04-29 Thien-Thi Nguyen <ttn@revel.glug.org>
644
645 * Makefile.am (SUBDIRS): Add "scripts".
646
647 * configure.in (AC_OUTPUT): Add scripts/Makefile.
648
649 2001-04-29 Gary Houston <ghouston@arglist.com>
650
651 * libguile.h: include rw.h.
652
653 2001-04-27 Rob Browning <rlb@cs.utexas.edu>
654
655 * GUILE-VERSION (GUILE_MINOR_VERSION): change to 5.0, switching to
656 the new odd/even ustable/stable version numbering scheme.
657 (LIBGUILEQTHREADS_MAJOR_VERSION): change to 10 to match Debian and
658 libguile. In the future, libguile and libguileqthreads may not
659 stay in sync. This still doesn't appear to affect
660 libguileqthreads, but we'll fix that next.
661
662 2001-04-25 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
663
664 * configure.in: Don't treat srfi directory specially, just create
665 the Makefile there (thanks to Neil Jerram for the patch).
666
667 2001-04-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
668
669 * Makefile.am (SUBDIRS): Added `srfi'.
670
671 * configure.in: Added subdirectory `srfi' to build process.
672
673 * libguile.h: Added inclusion of `values.h'.
674
675 2001-04-22 Gary Houston <ghouston@arglist.com>
676
677 * configure.in: check for inet_pton and inet_ntop.
678
679 2001-04-20 Gary Houston <ghouston@arglist.com>
680
681 * acconfig.h: include HAVE_SIN6_SCOPE_ID.
682 * configure.in: check for sin6_scope_id in sockaddr_in6.
683
684 2001-04-19 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
685
686 * RELEASE: Added deprecated macro SCM_ARRAY_CONTIGUOUS
687
688 2001-04-17 Gary Houston <ghouston@arglist.com>
689
690 * configure.in: run the autoconf BIGENDIAN check.
691
692 2001-04-12 Niibe Yutaka <gniibe@m17n.org>
693
694 * GUILE-VERSION (LIBGUILEQTHREADS_MAJOR_VERSION,
695 LIBGUILEQTHREADS_MINOR_VERSION, LIBGUILEQTHREADS_REVISION_VERSION,
696 LIBGUILEQTHREADS_VERSION): Added libguileqthreads version info.
697
698 * configure.in: Likewise.
699
700 2001-04-11 Keisuke Nishida <kxn30@po.cwru.edu>
701
702 * configure.in (AC_CHECK_FUNCS): Don't check bzero.
703 (GUILE_FUNC_DECLARED): Removed checking of bzero.
704 Thanks to NIIBE Yutaka.
705
706 2001-04-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
707
708 * Undeprecated scm_init_oop_goopscore_module.
709
710 2001-03-25 Thien-Thi Nguyen <ttn@revel.glug.org>
711
712 * check-guile.in: Fix sh standard conformance bug: Replace
713 "test -e" with "test -f". Thanks to Alexander Klimov.
714
715 2001-03-19 Gary Houston <ghouston@arglist.com>
716
717 * check-guile.in: rename $parent to $srcdir. if it's equal to "."
718 set it to `pwd`.
719
720 * check-guile.in: 16 documentation tests were failing if "make
721 check" was run before Guile had been installed with the current
722 --prefix. made various changes to the script so that it runs
723 without a cd to the test-suite directory. For the -i option,
724 don't point GUILE_LOAD_PATH to the current directory, but let it
725 use it's own scheme library.
726
727 2001-03-18 Gary Houston <ghouston@arglist.com>
728
729 * check-guile.in: use @srcdir@ instead of @test_suite_dir@. use
730 the current directory (build dir) not srcdir to find guile
731 executable. otherwise "make check" doesn't work with a separate
732 build directory. create the test log in
733 $build_dir/check-guile.log instead of in srcdir/test-suite
734 directory.
735 * configure.in: don't define or substitute test_suite_dir.
736
737 2001-03-17 Gary Houston <ghouston@arglist.com>
738
739 * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,
740 since EXTRA_DOT_DOC_FILES is redefined later. define
741 EXTRA_DOT_X_FILES and hand it to AC_SUBST.
742
743 2001-03-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
744
745 * configure.in: Added header checks for crypt.h, sys/resource.h
746 and sys/file.h, function checks for chroot, flock, getlogin,
747 cuserid, getpriority, setpriority, getpass, sethostname,
748 gethostname, and for crypt() in libcrypt.
749
750 2001-03-09 Neil Jerram <neil@ossau.uklinux.net>
751
752 * configure.in (htmldoc): Merge handling of `--enable-htmldoc'
753 option from guile-doc/configure.in.
754
755 2001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
756
757 * libguile.h: Removed #include "libguile/dump.h".
758
759 2001-02-02 Keisuke Nishida <kxn30@po.cwru.edu>
760
761 * libguile.h: Added #include "libguile/dump.h".
762
763 2001-01-29 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
764
765 * libguile.h: Added #include "libguile/rdelim.h".
766
767 2001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
768
769 The following patch was sent by Thien-Thi Nguyen.
770
771 * check-guile.in: New file.
772
773 * Makefile.am: Add TESTS rule.
774
775 * configure.in: Add support for "make check".
776
777 2000-11-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
778
779 * acconfig.h: Removed bogus #ifndef. Thanks to Lars J. Aas.
780
781 2000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
782
783 * GUILE-VERSION (LIBGUILE_MAJOR_VERSION): Incremented major
784 version number to 10 due to the merge of GOOPS.
785
786 * oop: New directory.
787
788 2000-09-20 Keisuke Nishida <kxn30@po.cwru.edu>
789
790 * libguile.h: #include "libguile/properties.h".
791
792 2000-09-17 Gary Houston <ghouston@arglist.com>
793
794 * configure.in, acconfig.h: remove the GCSE test: it doesn't seem
795 to be reliable on all platforms.
796
797 2000-08-18 Gary Houston <ghouston@arglist.com>
798
799 * acconfig.h: added BROKEN_GCSE.
800 * configure.in: check for a gcc GCSE optimisation bug.
801
802 2000-07-31 Gary Houston <ghouston@arglist.com>
803
804 * acconfig.h: added HAVE_H_ERRNO
805 * configure.in: removed some dnl'd & obsolete cygwin stuff.
806 added a test for h_errno.
807
808 2000-06-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
809
810 * Guile 1.4 released.
811
812 2000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
813
814 * GUILE-VERSION: Changed to work also when included by a Makefile
815 (e.g. debian/rules). (Thanks to Karl M. Hegbloom.)
816 (LIBGUILE_MAJOR_VERSION): Bumped to 9.
817 (GUILE_MINOR_VERSION): Bumped to 4.
818
819 2000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
820
821 * libguile.h: Removed #include "libguile/kw.h".
822
823 * Makefile.am (ACLOCAL): Define as ./guile-aclocal.sh.
824 (The rule will cd to $(top_srcdir).)
825
826 * configure.in (EXTRA_DOT_DOC_FILES): Create from LIBOBJS and
827 substitute it into libguile/Makefile.
828
829 * HACKING: Updated recommended libtool version to be 1.3.5.
830
831 * RELEASE: Say that we should update HACKING to reflect the
832 versions of the tools we're using rather than README.
833
834 2000-06-02 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
835
836 * NOTES: Removed.
837
838 * TODO: Moved to devel/.
839
840 2000-06-01 Craig Brozefsky <craig@red-bean.com>
841
842 * GUILE-VERSION: added defnitions for LIBGUILE_MAJOR_VERSION,
843 LIBGUILE_MINOR_VERSION, LIBGUILE_REVISION_VERSION so that we now
844 define libguile.so version in a well-lit place.
845
846 * configure.in: added AC_SUBST lines for the new LIBGUILE version
847 variables.
848
849 2000-06-01 Michael Livshin <mlivshin@bigfoot.com>
850
851 * autogen.sh: call ./guile-aclocal.sh instead of aclocal.
852
853 * guile-aclocal.sh: new file, works around aclocal problems.
854
855 2000-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
856
857 * acconfig.h (USE_FSU_PTHREADS, USE_MIT_PTHREADS,
858 USE_PCTHREADS_PTHREADS): Removed.
859
860 2000-05-01 Gary Houston <ghouston@arglist.com>
861
862 * Makefile.am: add include_HEADERS.
863 libguile.h: moved from libguile directory. maybe libguile.h should
864 be installed in $prefix/include/libguile/libguile.h instead?
865
866 2000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
867
868 * qthreads.m4: Removed THREADS_CPPFLAGS.
869
870 * acinclude.m4: Removed qthreads macros. They are provided in
871 qthreads.m4, so these were redundant.
872
873 * acconfig.h (GUILE_DEBUG_MALLOC): New.
874
875 * configure.in: New --enable-debug-malloc configuration option.
876
877 2000-03-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
878
879 * acconfig.h (GUILE_PTHREAD_COMPAT): New config variable.
880
881 * configure.in: Enable workaround for COOP-linuxthreads
882 compatibility on Linux systems.
883
884 2000-03-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
885
886 * devel: New directory. Intended to carry documentation related
887 to Guile development (as opposed to the doc directory which
888 contains documentation related to the use of the current Guile).
889 This directory (devel) is not included in the Guile distribution,
890 but is accessible via anonymous CVS.
891
892 2000-03-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
893
894 * configure.in: Don't add iselect.o to LIBOBJS.
895
896 2000-03-13 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
897
898 * configure.in: Added end-tag for local variables. (Thanks to
899 Thien-Thi Nguyen.)
900
901 2000-03-12 Gary Houston <ghouston@arglist.com>
902
903 * README (Guile Documentation, About This Distribution): updated.
904
905 2000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
906
907 * configure.in (ac_cv_struct_timespec): Added test for struct
908 timespec.
909
910 * acconfig.h (HAVE_STRUCT_TIMESPEC): Added.
911
912 2000-01-25 Marius Vollmer <mvo@zagadka.ping.de>
913
914 * autogen.sh: Call libtoolize. Pass --add-missing option to
915 automake. Do not decent into libltdl directory. The libltdl
916 directory is now populated by libtoolize and does not need any
917 further autogeneration.
918
919 2000-01-23 Gary Houston <ghouston@arglist.com>
920
921 * configure.in: check for fchown.
922
923 Tue Jan 18 12:55:15 2000 Mikael Djurfeldt <mdj@r11n07-s.pdc.kth.se>
924
925 * acinclude.m4 (AC_LIBLTDL_CONVENIENCE): Add $(top_srcdir)/libltdl
926 instead of $(top_builddir)/libltdl to includepath.
927
928 2000-01-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
929
930 * emacs: New subdirectory for elisp tools.
931
932 2000-01-15 Marius Vollmer <mvo@zagadka.ping.de>
933
934 * README, HACKING: Moved "Hacking it yourself" section from README
935 to HACKING. Updated recommended libtool version to be 1.3.4.
936
937 2000-01-14 Gary Houston <ghouston@arglist.com>
938
939 * configure.in: needs to have --disable-networking, not
940 --disable-net.
941
942 2000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
943
944 * libltdl/acconfig.h: New file: Needed by autogen.sh.
945
946 Tue Jan 11 13:42:35 2000 Greg J. Badros <gjb@cs.washington.edu>
947
948 * autogen.sh: Added messages as we run autogen in subdirectories.
949
950 * configure.in: Output libugile/guile-func-name-check script, and
951 chmod +x it.
952
953 2000-01-11 Marius Vollmer <mvo@zagadka.ping.de>
954
955 * libltdl/autogen.sh: New file.
956 * autogen.sh: Invoke libltdl/autogen.sh.
957
958 2000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
959
960 Finally applied the libltdl patch from Thomas Tanner, with slight
961 modifications. All code copied from the libtool package is from
962 libtool-1.3.4.
963
964 * configure.in: Make "--with-modules=yes" the default. Do not
965 clear INCLTDL, LIBLTDL prior to processing "--with-modules".
966
967 1999-07-25 Thomas Tanner <tanner@ffii.org>
968
969 * Makefile.am: add libltdl to SUBDIRS, automake automatically
970 includes ltconfig, ltmain.sh and acconfig.h in EXTRA_DIST
971 * acinclude.m4: remove GUILE_DLSYM_USCORE, add libtool.m4
972 (no need to install libtool any more)
973 * configure.in: replace --enable-dynamic-linking with
974 --with-modules, required modules can be specified using
975 --with-modules="/path/to/mod.la" and will be linked
976 statically on platforms that don't support dynamic loading,
977 configure libltdl, configure libtool for dlopening
978 * libltdl: added using libtoolize -c --ltdl
979
980 2000-01-09 Gary Houston <ghouston@arglist.com>
981
982 * configure.in: check whether localtime caches TZ. copied from
983 Emacs 20.5.
984 * acconfig.h: add LOCALTIME_CACHE.
985
986 Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
987
988 * configure.in: Make it be guile-snarf.awk, since we'll be
989 switching names for guile-doc-snarf. (I wouldn't have changed
990 this, but I was getting ready to commit this way when the below
991 change was committed).
992
993 1999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
994
995 * configure.in: Create guile-doc-snarf.awk.
996
997 1999-12-12 Greg J. Badros <gjb@cs.washington.edu>
998
999 * configure.in: Create guile-doc-snarf, chmod +x that script after
1000 AC_OUTPUTted.
1001
1002 1999-12-10 Greg J. Badros <gjb@cs.washington.edu>
1003
1004 * NEWS: More complete description for --enable-debug-freelist.
1005
1006 1999-12-09 Gary Houston <ghouston@freewire.co.uk>
1007
1008 * configure.in (CFLAGS): don't add -Wpointer-arith, since it
1009 causes numerous spurious warnings with recent gcc and/or glibc
1010 versions.
1011
1012 1999-11-19 Gary Houston <ghouston@freewire.co.uk>
1013
1014 * acconfig.h: add HAVE_ARRAYS.
1015
1016 * configure.in: add --disable-arrays option, probably temporary.
1017
1018 1999-11-17 Gary Houston <ghouston@freewire.co.uk>
1019
1020 * configure.in: check for hstrerror.
1021
1022 1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
1023
1024 * autogen.sh: Don't call autoreconf at all; it's not reliable.
1025 Instead, call the various tools explicitly. Invoke
1026 guile-readline's autogen.sh script.
1027
1028 Straighten up the situation regarding guile.m4 and qthreads.m4.
1029
1030 We can't have .m4 files which are installed where aclocal can
1031 see them, but also used by guile's own configure.in, because
1032 aclocal will read both copies, complain about duplicate macro
1033 definitions, and refuse to generate aclocal.m4 at all. This
1034 happens if you invoke it as `aclocal -I .', as autoreconf does.
1035 This is probably a flaw in the autotools, but Guile doesn't need
1036 that flaw fixed immediately.
1037
1038 guile.m4 is intended for use by people linking against guile, so
1039 it needs to be installed. But Guile itself doesn't use it. So
1040 move guile.m4 into guile-config. That makes sense, since
1041 guile.m4's GUILE_FLAGS macro is just an easy way to call
1042 guile-config.
1043
1044 qthreads.m4 is indented to help configure a qthreads tree. It's
1045 only useful to a package which actually includes a qthreads tree,
1046 and it's intimately related to that tree, so it's not useful to
1047 install this. So don't install it.
1048
1049 * guile.m4: Moved to guile-config.
1050 * Makefile.am (aclocaldir, aclocal_DATA): Delete.
1051 (EXTRA_DIST): Move qthreads.m4 here.
1052
1053 Don't store generated files in the repository any more. Instead,
1054 require people to run autogen.sh on trees from snapshots and CVS.
1055 * Makefile.in, aclocal.m4, configure: Deleted.
1056 * autogen.sh: New file.
1057 * ANON-CVS, SNAPSHOTS: Updated instructions.
1058
1059 1999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
1060
1061 * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
1062
1063 1999-09-27 Greg J. Badros <gjb@cs.washington.edu>
1064
1065 * configure.in: Added --enable-debug-freelist option.
1066
1067 * acconfig.h: Added GUILE_DEBUG_FREELIST.
1068
1069 1999-09-23 Gary Houston <ghouston@freewire.co.uk>
1070
1071 * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
1072 FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
1073
1074 * configure.in: new options --disable-posix, --disable-net
1075 and --disable-regex
1076 export HAVE_POSIX and HAVE_NETWORKING definitions.
1077 don't add regex-posix.o to LIBOBJS if regex disabled.
1078
1079 LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
1080 conditionally.
1081
1082 1999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
1083
1084 * Guile 1.3.4 released.
1085
1086 1999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
1087
1088 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
1089 libtool knows how to get ANSI C behavior from the compiler.
1090 * configure: Regenerated.
1091
1092 1999-09-20 Gary Houston <ghouston@freewire.co.uk>
1093
1094 * configure.in: check availability of siginterrupt.
1095
1096 1999-09-18 Gary Houston <ghouston@freewire.co.uk>
1097
1098 * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
1099 testing for SA_RESTART.
1100
1101 1999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
1102
1103 * configure.in: Removed ice-9/version.scm from AC_OUTPUT.
1104
1105 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
1106
1107 * configure.in (GUILE_STAMP): Don't set this variable, or
1108 substitute it into anything. Full explanation in ice-9/ChangeLog.
1109 * configure, Makefile.in: Regenerated.
1110
1111 1999-09-06 James Blandy <jimb@mule.m17n.org>
1112
1113 Propagate the changes of 2 Sept the rest of the way through.
1114 * configure: Regenerated.
1115 * Makefile.in: Regenerated. Not sure why this diff is so big.
1116
1117 1999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
1118
1119 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
1120 variable name. (Thanks to Bill Schottstaedt.)
1121 * aclocal.m4: Regenerated.
1122
1123 1999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
1124
1125 * configure.in: Test for presence of function on_exit.
1126
1127 1999-09-01 James Blandy <jimb@mule.m17n.org>
1128
1129 * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
1130 the system doesn't have memmove. Don't test for memmove and bcopy
1131 with AC_CHECK_FUNCS.
1132 * configure: Regenerated.
1133
1134 1999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
1135
1136 * configure.in: Test for atexit.
1137
1138 1999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1139
1140 * acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
1141
1142 * configure.in: Test for presence of S_ISLNK in sys/stat.h.
1143 (Thanks to Bernard Urban.)
1144 Test for memmove and bcopy. (Thanks to
1145 suzukis@file.phys.tohoku.ac.jp.)
1146
1147 * acconfig.h: Added HAVE_S_ISLNK.
1148
1149 1999-08-20 James Blandy <jimb@mule.m17n.org>
1150
1151 * Guile 1.3.2 released.
1152
1153 * Makefile.in: Regenerated.
1154
1155 1999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1156
1157 * README, config.guess, config.sub, liconfig, ltmain.sh: Switched
1158 to libtool-1.3.3.
1159
1160 1999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
1161
1162 Added guile-readline subdirectory with the removed readline
1163 support.
1164 * guile-readline: New directory, see ChangeLog there.
1165 * configure.in: Cause configure to descend into guile-readline
1166 dir.
1167 * Makefile.am: Likewise for make.
1168 * NEWS: Explain how to activate the readline support.
1169 * configure, Makefile.in: Regenerated.
1170
1171 1999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
1172
1173 Fixes for EMX from Mikael Ståldal.
1174
1175 * configure.in: Check for <io.h>.
1176 * configure: Regenerated.
1177
1178 1999-07-18 Jim Blandy <jimb@savonarola.red-bean.com>
1179
1180 * qthreads.m4 (QTHREADS_CONFIGURE): 'alpha' in a configuration
1181 name can have suffixes, like alphaev56-unknown-linux-gnu.
1182 * aclocal.m4, configure: Rebuilt.
1183 (Thanks to Sebastien Villemot.)
1184
1185 1999-07-04 Gary Houston <ghouston@easynet.co.uk>
1186
1187 * configure.in: don't check for ways to violate stdio abstraction.
1188
1189 1999-05-02 Jim Blandy <jimb@savonarola.red-bean.com>
1190
1191 * configure.in (AC_CHECK_FUNCS): Fill in list of functions that
1192 libguile/net_db.h wants to use. (Add setprotoent, setservent.)
1193
1194 1999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
1195
1196 Remove all automatic readline support, to avoid copyright
1197 confusion.
1198 * INSTALL: Update text.
1199 * NEWS: Explain the situation.
1200 * configure.in: Remove configury for readline and its supporting
1201 libraries.
1202 * configure: Regenerated.
1203
1204 * README: Change URL's for automake and autoconf.
1205
1206 * Makefile.in, configure: Regenerated with autoconf 2.13, automake
1207 1.4, libtool 1.2f (1.385 1999/03/15 17:24:54). I've upgraded to
1208 all the right tools, according to README, but I'm still getting
1209 different results than Mikael is. Hmm.
1210
1211 1999-03-22 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
1212
1213 * New libtool: 1.2f
1214 * ltmain.sh, ltconfig, config.guess, config.sub: New versions.
1215 * README: Mention new version number of libtool.
1216
1217 1999-03-04 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1218
1219 New automake: 1.4
1220 * config.guess, config.sub, install-sh, mdate-sh, missing,
1221 mkinstalldirs: New versions.
1222 * Makefile.in, aclocal.m4, configure: Regenerated.
1223 * README: Mention new version numbers on autoconf and automake.
1224
1225 1999-02-12 Jim Blandy <jimb@savonarola.red-bean.com>
1226
1227 * configure.in: Add --with-readline flag.
1228 * configure: Rebuilt.
1229
1230 1999-02-09 Maciej Stachowiak <mstachow@alum.mit.edu>
1231
1232 * NEWS: Added entry for optargs module.
1233
1234 1999-02-06 Jim Blandy <jimb@zwingli.cygnus.com>
1235
1236 * configure: Regenerated using autoconf 2.12.
1237
1238 1999-01-26 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1239
1240 * configure.in: Removed test AC_C_BIGENDIAN. (This test was
1241 considered to encourage bad coding style.)
1242
1243 1999-01-21 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1244
1245 * configure.in: Added test AC_C_BIGENDIAN.
1246
1247 1999-01-11 Jim Blandy <jimb@zwingli.cygnus.com>
1248
1249 * configure.in: Remove quotes around ac_cv_lib_readline_main and
1250 ac_cv_var_rl_getc_function. They should both always be set to
1251 non-null values; this way, we get error messages.
1252 * configure: Regenerated.
1253
1254 1999-01-10 Jim Blandy <jimb@savonarola.red-bean.com>
1255
1256 * configure.in: Cite the variable ac_cv_lib_readline_main, not
1257 ac_cv_lib_readline_readline; the latter isn't set any more, since
1258 we look for 'main' in libreadline now. Add quotes around
1259 reference to the variable references, too, so this will work even
1260 when a variable's value is the empty string.
1261 * configure: Regenerated.
1262
1263 1999-01-07 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1264
1265 * acconfig.h: Added HAVE_LONG_LONGS.
1266
1267 * configure.in: Added AC_CHECK_SIZEOF(long), AC_CHECK_SIZEOF(int);
1268 Added check for long longs.
1269
1270 1998-12-14 Jim Blandy <jimb@zwingli.cygnus.com>
1271
1272 * configure.in: Check for tgoto in ncurses, then termcap.
1273 S.u.S.E. Linux doesn't have a termcap. (Thanks to Karl
1274 Eichwalder.)
1275 * configure: Regenerated.
1276
1277 1998-10-24 Jim Blandy <jimb@zwingli.cygnus.com>
1278
1279 * configure.in: Call AM_PROG_CC_STDC, to see what flags we should
1280 pass the compiler to make it support ANSI. (Thanks to Bernard
1281 Urban.)
1282 * aclocal.m4, configure: Regenerated.
1283
1284 1998-10-20 Jim Blandy <jimb@zwingli.cygnus.com>
1285
1286 * Guile 1.3 released.
1287
1288 1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
1289
1290 * GUILE-VERSION: Bump to 1.3.
1291
1292 * Makefile.am (EXTRA_DIST): Don't omit ANON-CVS and SNAPSHOTS.
1293 * Makefile.in: Regenerated.
1294
1295 1998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
1296
1297 * qthreads.m4 (QTHREADS_CONFIGURE): On NetBSD, pass through a flag
1298 to the Makefile which explicitly tells it to pass assembly files
1299 through the preprocessor. (Thanks to Perry Metzger.)
1300 * aclocal.m4, configure, Makefile.in: Regenerated.
1301
1302 1998-10-14 Jim Blandy <jimb@zwingli.cygnus.com>
1303
1304 * configure.in: Define SCM_SINGLES whenever a float can fit in a
1305 long, not only when a float is the same size as a long. This gets
1306 us SCM_SINGLES defined on alphas. (Thanks to Clark McGrew.)
1307 * configure: Regenerated.
1308
1309 * configure.in: Construct libguile/versiondat.h here; see
1310 log entry in libguile/ChangeLog for details.
1311 * configure: Regenerated.
1312
1313 * configure.in: Allow tabs and whitespace between `void' and
1314 `usleep'. (Thanks to Harvey J. Stein.)
1315 * configure: Regenerated.
1316
1317 Don't redefine sleep/usleep.
1318 * configure.in: Remove tests for usleep's argument type; we only
1319 need that if we're going to replace it.
1320
1321 * acconfig.h (USLEEP_ARG_TYPE): Delete. All the other SLEEP
1322 garbage is needed just to use usleep and sleep without compiler
1323 warnings.
1324 * configure: Regenerated.
1325
1326 1998-10-12 Jim Blandy <jimb@zwingli.cygnus.com>
1327
1328 * configure: Regenerated.
1329
1330 * configure.in (GUILE_FUNC_DECLARED): Name the cache variables
1331 starting with guile_cv_; ac_cv_ is autoconf's namespace.
1332
1333 The type of the argument to usleep varies from system to system,
1334 as does the return type. We really shouldn't be redefining usleep
1335 at all, but I don't have time to clean that up before the 1.3
1336 release. It's on the schedule for afterwards.
1337 * configure.in: Cache results from usleep return value test.
1338 Test for the type of the usleep argument, and cache that too.
1339 * acconfig.h (USLEEP_ARG_TYPE): New macro.
1340
1341 1998-10-11 Jim Blandy <jimb@zwingli.cygnus.com>
1342
1343 * acconfig.h (HAVE_RL_GETC_FUNCTION): Fix this entry.
1344
1345 1998-10-10 Jim Blandy <jimb@zwingli.cygnus.com>
1346
1347 * GUILE-VERSION: bump to 1.2.91, since we're doing snapshots again.
1348
1349 * Guile 1.2.90 released --- beta.
1350 * GUILE-VERSION: Set to 1.2.90. This would appear to be a
1351 regression from 1.3a, but everyone knows that the next release is
1352 1.3, I want to switch to a more coherent version numbering system,
1353 and now is the time.
1354
1355 1998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
1356
1357 * configure.in: Call AC_C_INLINE, so we can use inline happily in
1358 libguile.
1359 * configure: Regenerated.
1360
1361 1998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
1362
1363 * configure.in: Don't forget to #define HAVE_RL_GETC_FUNCTION if
1364 we do find the rl_getc_function variable in the readline library;
1365 AC_CHECK_FUNCS used to do this for us, but we're not using it any
1366 more.
1367 * acconfig.h: Add an entry for HAVE_RL_GETC_FUNCTION.
1368
1369 * configure.in: Properly test for the presence of rl_getc_function;
1370 it's a variable, not a function.
1371 * configure: Regenerated.
1372
1373 * doc: New subdirectory.
1374 * Makefile.am (SUBDIRS): List it.
1375 * configure.in (AC_OUTPUT): Build its Makefile.
1376 * configure, Makefile.in: Regenerated.
1377
1378 * guile.m4 (GUILE_FLAGS): New macro.
1379
1380 * guile.m4 (AM_INIT_GUILE_MODULE): Deleted; it doesn't do anything
1381 terribly helpful any more, nobody's using it, and this is not
1382 really the way I want to handle modules anyway.
1383
1384 1998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
1385
1386 * configure.in (FD_SETTER, FILE_CNT_GPTR): New cases for SCO's
1387 stdio implementation. (Thanks to David Tillman.)
1388 * configure: Rebuilt.
1389
1390 * guile-config: Renamed from `build'.
1391 * Makefile.am (SUBDIRS): Mention `guile-config', not `build'.
1392 * configure.in: Create `guile-config/Makefile.in', not
1393 `build/Makefile.in'. Doc fix, too.
1394
1395 * qthreads.m4: Doc fix.
1396 * Makefile.in, aclocal.m4, configure: Regeneranegerederadea.
1397
1398 1998-10-03 <jimb@savonarola.red-bean.com>
1399
1400 * configure.in: Check for a missing `sleep' declaration.
1401 * acconfig.h (MISSING_SLEEP_DECL): Provide some text for this.
1402 * configure: Regenerated.
1403
1404 * configure.in: Don't use the canonical host name to decide
1405 whether `bzero' and `usleep' have declarations --- that's going
1406 back to the bad old days before autoconf. Remove the call to
1407 AC_CANONICAL_HOST and the subsequent case statement.
1408 (GUILE_FUNC_DECLARED): New m4 macro. Use it to check for
1409 declarations for `bzero', `usleep', and (new!) `strptime'.
1410 * acconfig.h: (DECLARE_BZERO, DECLARE_USLEEP): Removed.
1411 (MISSING_BZERO_DECL, MISSING_USLEEP_DECL, MISSING_STRPTIME_DECL):
1412 Added. I think this naming convention is more consistent with the
1413 rest of autoconf; names generally describes the system, not what
1414 the package should do to accomodate the system.
1415 * configure: Regenerated.
1416
1417 1998-09-05 Jim Blandy <jimb@zwingli.cygnus.com>
1418
1419 * configure.in: Remove --disable-debug option. The debugging
1420 support is pretty stable now, and it's confusing people.
1421 * configure: Regenerated.
1422
1423 * HACKING: Remove -Wstrict-prototypes from the list of requested
1424 flags (to match 1998-07-30 change).
1425
1426 1998-07-30 Jim Blandy <jimb@zwingli.cygnus.com>
1427
1428 * configure.in: Don't use -Wstrict-prototypes after all.
1429 * configure: Regenerated.
1430
1431 1998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
1432
1433 * configure.in: Request more warnings.
1434 * configure: Regenerated.
1435 * HACKING: Ask people not to make changes that introduce those
1436 warnings. Now I have to go through the code and actually bring it
1437 up to standards... :(
1438
1439 * Makefile.in, aclocal.m4, configure: Regenerated using the last
1440 public version of automake, not the hacked Cygnus version.
1441 * config.guess, config.sub, ltconfig, ltmain.sh: New versions from
1442 libtool.
1443
1444 * configure.in, qthreads.m4: Display a message about how the
1445 threads configuration went.
1446 * aclocal.m4, configure: Regenerated.
1447
1448 1998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
1449
1450 Remove the TOTORO kludge. We're not doing snapshots any more, so
1451 totoro is completely uninvolved. (Poor Totoro!)
1452 * configure.in: Remove code to check the hostname and #define
1453 TOTORO.
1454 * acconfig.h: Remove comments for TOTORO symbol.
1455 * configure, Makefile.in: Regenerated.
1456
1457 * qthreads.m4 (QTHREADS_CONFIGURE): We *can* use AC_REQUIRE here
1458 to get AC_PROG_LN_S.
1459 * aclocal.m4, configure: Regenerated.
1460
1461 1998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
1462
1463 Clean up thread configuration.
1464 * qthreads.m4: New file, which knows how to configure the qthreads
1465 library.
1466 * configure.in: Replace all thread package selection code. Do the
1467 --with-threads argument processing here. Enable the appropriate
1468 thread interface files in libguile. Remove all qthreads
1469 configuration code; call QTHREADS_CONFIGURE instead. Set
1470 GUILE_LIBS using the info provided by QTHREADS_CONFIGURE.
1471 * threads.m4: Removed; not used any more.
1472 * Makefile.am (aclocal_DATA): Mention qthreads.m4, not threads.m4.
1473 * Makefile.in, aclocal.m4, configure: Rgnrtd. (Sv th vwls!)
1474 Note that these were regenerated with the tools available from
1475 Cygnus's source tree, which have patches not available to the
1476 general public. I'm not sure this was a good idea; feel free to
1477 revert them to the latest released versions of the tools.
1478
1479 Upgrade to the version of libtool available at Cygnus. See note
1480 above.
1481 * config.guess, config.sub, ltconfig, ltmain.sh: Upgraded.
1482
1483 1998-07-12 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
1484
1485 * configure.in: Changed variable HOSTNAME --> PROG_HOSTNAME in
1486 totoro kludge.
1487
1488 Sat Jul 11 21:54:29 1998 Mikael Djurfeldt <mdj@totoro.red-bean.com>
1489
1490 * acconfig.h, configure.in: Define TOTORO if configuring on
1491 totoro.red-bean.com.
1492
1493 * configure.in: Check for strdup.
1494
1495 1998-05-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1496
1497 * configure.in: Check for rl_cleanup_after_signal.
1498
1499 1998-05-11 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1500
1501 * configure.in: Added test for rl_getc_function. Warn if
1502 libreadline is found but not this function.
1503
1504 1998-05-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1505
1506 * configure.in: Replaced some AC_CHECK_FUNC --> AC_CHECK_FUNCS so
1507 that suitable HAVE_<function name> symbols get defined.
1508
1509 1998-04-25 Mikael Djurfeldt <mdj@kenneth>
1510
1511 * configure.in: Define USLEEP_RETURNS_VOID on some systems.
1512 (Thanks to Julian Satchell.)
1513
1514 1998-04-20 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1515
1516 * configure.in: Check for usleep; Define DECLARE_BZERO and
1517 DECLARE_USLEEP on Solaris 2.5 since it supplies those functions
1518 without declaring them.
1519
1520 * acconfig.h: Added DECLARE_BZERO, DECLARE_USLEEP
1521
1522 1998-04-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1523
1524 * configure.in: Define HAVE_DLOPEN also when HAVE_LIBDL is
1525 defined.
1526
1527 1998-04-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1528
1529 * configure.in (GUILE_LIBS): New variable. Contains libraries
1530 which libguile needs to be linked with. Substituted into
1531 libpath.h.
1532
1533 * threads.m4 (threads_package): Don't add $LDFLAGS and $LIBS to
1534 $cy_cv_threads_libs.
1535
1536 1998-04-11 Mikael Djurfeldt <mdj@kenneth>
1537
1538 New libtool: 1.2
1539 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
1540 New automake: 1.3
1541 * Makefile.in, aclocal.m4, configure: Regenerated.
1542 * README: Mention new version numbers on libtool and automake.
1543
1544 1997-12-11 Tim Pierce <twp@skepsis.com>
1545
1546 * HACKING: Note that SSH is mandatory for CVS access.
1547
1548 Sun Dec 7 06:11:24 1997 Gary Houston <ghouston@actrix.gen.nz>
1549
1550 * README: using Automake 1.2d
1551 * configure.in: AC_CHECK_FUNCS: add "system".
1552
1553 1997-12-01 Tim Pierce <twp@skepsis.com>
1554
1555 * acconfig.h: Add USCORE.
1556
1557 1997-11-27 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1558
1559 * configure.in: Added code to enable GUILE_ISELECT on systems
1560 which have the necessary functions (gettimeofday, select).
1561
1562 * acconfig.h: Added GUILE_ISELECT.
1563
1564 1997-11-24 Tim Pierce <twp@twp.tezcat.com>
1565
1566 * acinclude.m4: Assume dlsym does not add underscore if
1567 cross-compiling.
1568 * aclocal.m4, configure: Regenderated.
1569
1570 1997-11-21 Tim Pierce <twp@twp.tezcat.com>
1571
1572 * acinclude.m4 (GUILE_DLSYM_USCORE): New macro, thanks Dan Hagerty
1573 <hag@ai.mit.edu>.
1574 * configure.in: Use it.
1575 * configure: Regenerated.
1576 * acconfig.h (DLSYM_ADDS_USCORE): New #define.
1577
1578 1997-10-26 Mikael Djurfeldt <mdj@nada.kth.se>
1579
1580 * README (libtool): Tell people to use version 1.0e.
1581
1582 Sat Oct 25 02:50:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
1583
1584 Call the QuickThreads library libqthreads.a, not libqt.a. The old
1585 name conflicts with the Qt user interface toolkit.
1586 * threads.m4 (CY_AC_WITH_THREADS): Use new library name.
1587 * configure.in: Same.
1588 * aclocal.m4, configure: Regenerated.
1589
1590 Thu Oct 23 00:58:06 1997 Jim Blandy <jimb@totoro.red-bean.com>
1591
1592 * configure.in: Check for the readline library, and the termcap
1593 library (on which readline relies).
1594 * configure: Regenerated.
1595
1596 Wed Oct 22 16:55:57 1997 Jim Blandy <jimb@totoro.red-bean.com>
1597
1598 New libtool: 1.0e
1599 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
1600 * configure, aclocal.m4: Regenerated.
1601
1602 1997-10-02 Marius Vollmer <mvo@zagadka.ping.de>
1603
1604 Make dynamic linking work on Dec Unix. (Thanks to Clark McGrew)
1605 * configure.in: Check whether dlopen can be found without -ldl.
1606
1607 Mon Sep 29 23:52:52 1997 Jim Blandy <jimb@totoro.red-bean.com>
1608
1609 * Makefile.in: Regenerated with automake 1.2c.
1610
1611 Sat Sep 27 23:01:58 1997 Jim Blandy <jimb@totoro.red-bean.com>
1612
1613 * Makefile.am: Add new `build' subdirectory to SUBDIRS.
1614 * configure.in: Add build/Makefile to AC_OUTPUT clause.
1615 * Makefile.in, configure: Regenerated.
1616
1617 * Makefile.in, aclocal.m4: Regenerated with automake 1.2a.
1618
1619 Tue Sep 16 00:19:46 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1620
1621 * README, ltconfig, ltmain.sh: New libtool: 1.0c.
1622
1623 Thu Sep 11 11:28:24 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1624
1625 * ltmain.sh: Added a missing '\' before \n on line 32.
1626
1627 Thu Aug 28 23:40:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
1628
1629 New libtool: 1.0b.
1630 * ltconfig, ltmain.sh, config.guess: Freshly libtoolized.
1631 * Makefile.in, aclocal.m4, configure: Regenerated, salamander-style.
1632
1633 Wed Aug 27 11:35:09 1997 Jim Blandy <jimb@totoro.red-bean.com>
1634
1635 * Makefile.in: Regenerated, so it uses "tar", not "gtar".
1636
1637 * configure.in: Use the QuickThreads assembler fragment with Irix
1638 dynamic linking support for Irix 6 as well as Irix 5. Thanks to
1639 Jesse Glick.
1640 * configure: Regenerated.
1641
1642 Sun Aug 24 15:51:12 1997 Mikael Djurfeldt <mdj@kenneth>
1643
1644 * acinclude.m4 (GUILE_NAMED_CHECK_FUNC): New macro: Tagged test,
1645 so that test for the same function can be performed multiple
1646 times.
1647
1648 * configure.in (AC_CHECK_HEADERS): Test for rxposix.h,
1649 rx/rxposix.h. Add library rx only if regcomp can't be found
1650 without it.
1651
1652 * acconfig.h (HAVE_REGCOMP): Added it here since autoheader misses
1653 it for some reason!
1654
1655 Fri Aug 22 21:21:49 1997 Jim Blandy <jimb@totoro.red-bean.com>
1656
1657 * THANKS: New file.
1658 * Makefile.in, aclocal.m4, configure: Regenerated.
1659
1660 Wed Jul 23 20:24:27 1997 Mikael Djurfeldt <djurf@zafir.e.kth.se>
1661
1662 * configure.in: Added thread support for the alpha architecture.
1663 configure: Regenerated.
1664
1665 Thu Jul 17 07:56:05 1997 Gary Houston <ghouston@actrix.gen.nz>
1666
1667 * configure.in: use AC_CHECK_FUNCS for sethostent etc.,
1668 so scmconfig.h is updated with the test results. this may
1669 disable one of the cygwin hacks.
1670
1671 Fri Jul 11 00:18:19 1997 Jim Blandy <jimb@floss.red-bean.com>
1672
1673 Changes to compile under gnu-win32, from Marcus Daniels:
1674 * configure.in: When sys/un.h exists, define HAVE_UNIX_DOMAIN_SOCKETS
1675 to indicate that Unix domain sockets will work.
1676 Check for socketpair, getgroups, setwent, pause, and tzset
1677 (cygwin currently lacks these them).
1678 Check for sethostent endhostent getnetent setnetent endnetent
1679 getprotoent endprotoent getservent endservent getnetbyaddr
1680 getnetbyname inet_lnaof inet_makeaddr inet_netof (cygwin currently
1681 lacks them). In the case of cygwin, temporarily prefix these
1682 functions with "cygwin32_", the way that netdb.h does.
1683 Don't define HAVE_REGCOMP unless both regcomp and regex.h are
1684 available (cygwin b18 came distributed without a working regex.h
1685 file).
1686 * acconfig.h (HAVE_UNIX_DOMAIN_SOCKETS): Add this.
1687 * configure: Regenerated.
1688
1689 Wed Jul 2 12:28:40 1997 Tim Pierce <twp@twp.tezcat.com>
1690
1691 * ltmain.sh: Remove any trailing colon on $shlibpath_var
1692 (i.e. LD_LIBRARY_PATH) for braindamaged linkers that choke on it.
1693 Patch sent to bug-libtool.
1694
1695 Sat Jun 28 16:13:43 1997 Tim Pierce <twp@twp.tezcat.com>
1696
1697 * configure.in: Add alloca.o explicitly to LIBOBJS (thanks Eric
1698 Backus for reporting this problem and suggesting a fix).
1699 * configure: Regenerated.
1700
1701 Thu Jun 26 20:43:31 1997 Jim Blandy <jimb@floss.red-bean.com>
1702
1703 * Guile 1.2 released.
1704
1705 * configure.in: Check for librx after libm; fundamentals need to
1706 come first.
1707 * configure: Regenerated.
1708
1709 Tue Jun 24 13:34:20 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
1710
1711 * aclocal.m4 (AM_PATH_PROG_LD): Change `ac_cv_path_LD' typo to
1712 `am_cv_path_LD'.
1713 * configure: Regenerated.
1714
1715 Sun Jun 22 15:43:07 1997 Jim Blandy <jimb@floss.red-bean.com>
1716
1717 Try to detect when people are using one version of libguile and a
1718 different version of ice-9. People have been skewing things and
1719 sending in bug reports.
1720 * configure.in: Provide libguile its version information through a
1721 separate header file generated by the Makefile, not through
1722 scmconfig.h.
1723 (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):
1724 AC_SUBST these, instead of AC_DEFINE'ing them.
1725 (GUILE_STAMP): New AC_SUBST: the time we configured the tree.
1726 (AC_OUTPUT): Create ice-9/version.scm.
1727 * acconfig.h (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION,
1728 GUILE_VERSION): Deleted.
1729 * Makefile.in: Regenerated.
1730
1731 * aclocal.m4: Regenerated, using the libtool 0.9h m4 macros.
1732
1733 * Makefile.am (EXTRA_DIST): Include acconfig.h in the
1734 distribution.
1735 * Makefile.in: Regenerated.
1736
1737 Sat Jun 21 00:14:07 1997 Jim Blandy <jimb@floss.red-bean.com>
1738
1739 * ltmain.sh (line 1191): Don't forget 'test' in if statement.
1740
1741 * ltconfig, ltmain.sh: libtoolized, using libtool 0.9h.
1742
1743 Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com>
1744
1745 * ltconfig, ltmain.sh, config.guess: New files from libtool 0.9g.
1746
1747 * configure.in: By default, include functions in Guile to allow
1748 linking with dynamic libraries at run-time. In other words,
1749 --enable-dynamic-linking is now the default.
1750 * configure: Rebuilt.
1751
1752 * configure.in: Remove space between AC_CHECK_LIB and opening
1753 paren in check for Rx.
1754 * configure: Regenerated.
1755
1756 * configure.in: Remove all mention of xtra_PLUGIN_guile_libs.
1757 It's never used.
1758 * configure, Makefile.in: Regenerated.
1759
1760 Tue Jun 10 23:37:12 1997 Jim Blandy <jimb@floss.red-bean.com>
1761
1762 * configure.in: Move checks for libraries (-lm, -lnsl, -lsocket,
1763 -dl, -dld) before checks for functions.
1764 * configure: Regenerated.
1765
1766 Mon Jun 9 02:35:46 1997 Tim Pierce <twp@twp.tezcat.com>
1767
1768 * config.guess: New copy from autoconf-2.12, which recognizes
1769 OpenBSD.
1770
1771 Tue Jun 3 16:34:19 1997 Jim Blandy <jimb@totoro.cyclic.com>
1772
1773 * configure.in: Check for Rx, so we will use its routines (which I
1774 pretty much trust) if it is installed.
1775 * configure: Regenerated.
1776
1777 Sat May 31 03:48:45 1997 Gary Houston <ghouston@actrix.gen.nz>
1778
1779 * acconfig.h: mention HAVE_RESTARTS.
1780 * configure.in: check for sigaction and restartable system calls.
1781
1782 Tue May 27 22:47:52 1997 Tim Pierce <twp@twp.tezcat.com>
1783
1784 * configure.in: Check for presence of regcomp.
1785 * configure: Regenerated.
1786
1787 Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
1788
1789 * COPYING: New address for FSF.
1790
1791 * configure.in: We don't need to add fileblocks.o to LIBOBJS if
1792 struct stat doesn't have the st_blocks field. We take care of
1793 that case in the code. Replace AC_STRUCT_ST_BLOCKS with its
1794 definition, edited appropriately. (Bernard URBAN)
1795 * configure: Regenerated.
1796
1797 Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
1798
1799 * configure.in: Don't link against -lnsl or -lsocket unless we
1800 actually need to. This causes trouble on Irix. (Thanks to Larry
1801 Schwimmer.)
1802
1803 * config.sub: Get newer version, that recognizes the i686.
1804
1805 Fri May 16 17:26:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
1806
1807 * README: Changed Mikael's threads work attribution in order
1808 to sooth Anthony's enormous, but wounded, ego.
1809
1810 Fri May 16 17:26:53 1997 Jim Blandy <jimb@totoro.cyclic.com>
1811
1812 Just kidding!!!
1813
1814 Fri May 16 04:24:48 1997 Jim Blandy <jimb@floss.cyclic.com>
1815
1816 Guile 1.1 released.
1817 * GUILE-VERSION: Bump to 1.1.
1818
1819 Tue May 13 16:34:40 1997 Jim Blandy <jimb@floss.cyclic.com>
1820
1821 Switch to automake-1.1p.
1822 * Makefile.in, aclocal.m4, configure: Regenerated.
1823
1824 Mon May 12 18:29:45 1997 Jim Blandy <jimb@floss.cyclic.com>
1825
1826 * threads.m4: Copy Anthony's change here, so it'll actually
1827 survive.
1828
1829 Thu May 8 11:48:40 1997 Anthony Green <green@hoser.cygnus.com>
1830
1831 * aclocal.m4: Fixes for building with coop threads in a
1832 seperate compilation directory.
1833 * configure: Rebuilt.
1834
1835 Fri May 2 16:24:15 1997 Jim Blandy <jimb@floss.cyclic.com>
1836
1837 Upgrade to libtool 0.9e.
1838 * ltconfig, ltmain.sh, config.guess, config.sub: New versions,
1839 supplied by libtool.
1840
1841 * configure.in: When configuring qt, sunos needs the underscore
1842 files; Solaris and Linux both need the normal files.
1843 * configure: Reebilt.
1844
1845 Thu May 1 15:35:49 1997 Jim Blandy <jimb@floss.cyclic.com>
1846
1847 * configure.in: Get the paths for qt's md files right, so it can
1848 build correctly when using a separate compilation directory.
1849 * configure: Regenerated.
1850
1851 Thu Apr 24 01:20:34 1997 Jim Blandy <jimb@floss.cyclic.com>
1852
1853 Get threads to work again.
1854 * Makefile.am (SUBDIRS): List libguile last, so qt gets built
1855 first.
1856 * Makefile.in: Regenerated.
1857 * aclocal.m4, configure: Regenerate, with modern definition of
1858 CY_AC_WITH_THREADS. Where did the old text come from? Creepy...
1859
1860 Reduced Guile distribution: one configure script, no plugins.
1861 * configure.in: Merged the old text from qt/configure.in and
1862 libguile/configure.in; Tom Tromey says automake only wants one
1863 configure.in script. This seems fishy, but...
1864 * Makefile.am: List the subdirectories explicitly; no more PLUGIN
1865 gubbish.
1866 * acconfig.h, acinclude.m4: Moved here from libguile, since
1867 libguile's configure script lives here now.
1868 * AUTHORS, INSTALL, README: Updated.
1869 * Makefile.in, aclocal.m4 configure: Regenerated. Just like
1870 amputated amphibian limbs.
1871
1872 Tue Apr 22 16:57:38 1997 Jim Blandy <jimb@totoro.cyclic.com>
1873
1874 * newdoc/ref/Makefile.am (dist_texis): Distribute the index files.
1875 * newdoc/ref/Makefile.in: Regenerated.
1876
1877 Mon Apr 14 18:51:25 1997 Jim Blandy <jimb@floss.cyclic.com>
1878
1879 * threads.m4 (CY_AC_WITH_THREADS): When using coop threads, no
1880 need to link against libthreads; the files it used to contain
1881 are now a part of libguile.
1882
1883 Sun Apr 13 22:14:10 1997 Jim Blandy <jimb@floss.cyclic.com>
1884
1885 * guile.m4: Revert change of Mar 15, and use the new 'no-define'
1886 argument to the AM_INIT_AUTOMAKE macro.
1887
1888 Fri Apr 11 15:43:07 1997 Jim Blandy <jimb@totoro.cyclic.com>
1889
1890 * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
1891 * README: Say where to find libtool 0.9d.
1892
1893 Wed Apr 9 17:51:13 1997 Jim Blandy <jimb@floss.cyclic.com>
1894
1895 Changes to work with automake-1.1n, which has better libtool
1896 support. Also use libtool 0.8.
1897 * README: Note new version numbers for automake and libtool.
1898 * missing: New file required by new automake.
1899 * Makefile.in: Regenerated.
1900
1901 Sat Apr 5 16:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
1902
1903 * newdoc/ref/scheme.texi (set-object-property!): Fix function name.
1904
1905 * Makefile.am: Omit doc subtree.
1906 * configure.in: Omit makefiles in doc subtree.
1907 * Makefile.in, configure: Rebuilt.
1908
1909 Sat Mar 15 01:11:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1910
1911 * guile.m4 (AM_INIT_GUILE_MODULE): Replaced AM_INIT_AUTOMAKE macro
1912 with its definition and commented out definition of PACKAGE. This
1913 changed seemed necessary after having removed PACKAGE from
1914 libguile/acconfig.h.
1915
1916 Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1917
1918 * ltconfig, ltmain.sh: New versions from libtool-0.9.
1919
1920 * configure.in: Added AM_MAINTAINER_MODE
1921
1922 Fri Feb 7 17:57:46 1997 Jim Blandy <jimb@floss.cyclic.com>
1923
1924 * config.sub, config.guess: New versions, that handle i686, etc.
1925
1926 Thu Jan 23 07:06:15 1997 Mark Galassi <rosalia@papageno.lanl.gov>
1927
1928 * newdoc/tutorial/guile-tut.texi: started checking in the Guile
1929 tutorial rewrite, but have not merged much into it yet.
1930
1931 Tue Jan 21 17:28:40 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
1932
1933 * newdoc/ref/guile-ref.texi: started checking in parts of the
1934 reference manual re-write.
1935
1936 Sat Jan 11 14:40:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
1937
1938 * ltconfig, ltmain.sh: New files for libtool support. libguile,
1939 rx, gh and gtcltk-lib can now be build as shared libraries.
1940 * Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh
1941
1942 Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
1943
1944 * Guile 1.0 released. This is the first release by the Free
1945 Software Foundation; Cygnus has also released earlier versions of
1946 Guile.
1947
1948 * GUILE-VERSION: Updated version number.
1949 * NEWS: Added comments for all the user-visible changes marked in
1950 the ChangeLogs.
1951 * README: Updated for release.
1952
1953 Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
1954
1955 * scsh: new directory.
1956
1957 Mon Dec 2 17:33:04 1996 Tom Tromey <tromey@cygnus.com>
1958
1959 * configure.in: Generate doc/guile-programmer/Makefile and
1960 doc/guile-user/Makefile.
1961
1962 Sat Nov 30 23:45:54 1996 Tom Tromey <tromey@cygnus.com>
1963
1964 * aclocal.m4: Now automatically generated by aclocal.
1965 * threads.m4: New file.
1966 * guile.m4: New file.
1967 * Makefile.am, doc/Makefile.am: New files.
1968 * configure.in: Updated for Automake. Avoid excessively verbose
1969 "greet" messages.
1970
1971 Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
1972
1973 * lgh: directory renamed to gh, along with all prefixes of the
1974 high level library procedures.
1975
1976 Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
1977
1978 * Makefile.in (TAGS tags): Find the source files in $srcdir.
1979
1980 Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
1981
1982 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
1983
1984 Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
1985
1986 * configure.in: Added some configuration magic from the Cygnus
1987 distribution.
1988
1989 * aclocal.m4: New file. For now used for thread support
1990 configuration.
1991
1992 Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
1993
1994 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
1995
1996 * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
1997 directories, to arrange for lgh to the last thing
1998 configured/built.
1999
2000 Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
2001
2002 * lgh/: added the directory in which I implement the high level
2003 libguile library (lgh_) for this release of Guile. See the
2004 ChangeLog in there for further details.
2005
2006 Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
2007
2008 * doc/ (guile-user and guile-programmer): added the guile-user and
2009 guile-programmer directories which contain the user and programmer
2010 manuals. See the ChangeLog entries there for detail.
2011
2012 Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
2013
2014 * Makefile.in (distclean): Don't forget to delete doc/Makefile.
2015
2016 * Makefile.in (distclean): Don't forget to delete
2017 config.build-subdirs.
2018
2019 Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
2020
2021 * Makefile.in (tags): New name for `TAGS' target, which will
2022 always run the commands.
2023
2024 Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
2025
2026 * README: Doc fixes.
2027
2028 Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
2029
2030 * Makefile.in (TAGS): Produce a single tags file for all of Guile.
2031
2032 Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
2033
2034 * configure.in: Check for -ldl, so the check for Tcl won't fail
2035 spuriously.
2036
2037 Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
2038
2039 Change the way we decide whether to build gtcltk-lib, so that it's
2040 omitted from the build process when appropriate, but never from
2041 the dist process.
2042 * configure.in: Don't edit all_subdirs depending on the
2043 availability of Tk; let that be the list of all PLUGIN
2044 subdirectories present, as it used to be. Instead, edit a new
2045 variable, build_subdirs; write its final value, the list of
2046 subdirs we do want to compile in, to config.build-subdirs.
2047 Substitute that into the top-level Makefile too.
2048 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
2049 recurse on the subdirectories we should build.
2050 (distdirs): Set this to @existingdirs@, so it includes the subdirs
2051 we decided not to build.
2052
2053 * doc/gtcltk.texi: File resurrected from old Guile releases.
2054 * doc/Makefile.in (info): Build the gtcltk documentation.
2055 (DIST_FILES): Include it in the distribution.
2056
2057 * configure.in: If we can find the library for tcl7.5, build
2058 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
2059 compiler (not sure this is necessary).
2060
2061 Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
2062
2063 * NEWS: Fix bug reporting address.
2064
2065 Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
2066
2067 * AUTHORS: New file, in accordance with the GNU maintainers'
2068 standards.
2069
2070 Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
2071
2072 * README: Renamed from ANNOUNCE; include bug report address,
2073 description, and short tour.
2074 * INSTALL: Renamed from BUILDING.
2075 * NEWS: New file.
2076 * Makefile.in (DISTFILES): Update appropriately.
2077
2078 Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
2079
2080 * doc/Makefile.in: Added pattern targets for creating DVI and
2081 PostScript files.
2082 (%.ps, %.dvi, %.txt): New targets.
2083 (DVIPS, TEXI2DVI): New variables.
2084
2085 * GUILE-VERSION: Updated to 1.0b3.
2086
2087 Rehashed distribution system, in preparation for nightly
2088 snapshots. Other changes in subdirectories.
2089 * Makefile.in (dist): Rewritten --- the old target was out of
2090 date, dependent on files that we don't have, and relied on GNU
2091 tar. The new target is simpler.
2092 (VERSION, srcdir, dist_dirs): New variables.
2093 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
2094 TODO.
2095 (localtreats): Variable removed. We don't have this file.
2096 (info): cd to doc and make info there; don't make info in every
2097 ${subdir}; those Makefiles don't know what to do.
2098 (distname, distdir, treats, announcefile): Variables removed.
2099 (manifest-file): Target removed.
2100 (dist-dir): New target, responsible for distributable files in
2101 this directory.
2102 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
2103 controlling the 'dist' target.
2104 * configure.in: Substitute GUILE-VERSION into the top-level
2105 Makefile. Build doc/Makefile from doc/Makefile.in.
2106
2107 * doc/Makefile.in: New file.