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