* Applied Niibe Yutaka's patch to add libguileqthreads version info.
[bpt/guile.git] / ChangeLog
1 2001-04-12 Niibe Yutaka <gniibe@m17n.org>
2
3 * GUILE-VERSION (LIBGUILEQTHREADS_MAJOR_VERSION,
4 LIBGUILEQTHREADS_MINOR_VERSION, LIBGUILEQTHREADS_REVISION_VERSION,
5 LIBGUILEQTHREADS_VERSION): Added libguileqthreads version info.
6
7 * configure.in: Likewise.
8
9 2001-04-11 Keisuke Nishida <kxn30@po.cwru.edu>
10
11 * configure.in (AC_CHECK_FUNCS): Don't check bzero.
12 (GUILE_FUNC_DECLARED): Removed checking of bzero.
13 Thanks to NIIBE Yutaka.
14
15 2001-04-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
16
17 * Undeprecated scm_init_oop_goopscore_module.
18
19 2001-03-25 Thien-Thi Nguyen <ttn@revel.glug.org>
20
21 * check-guile.in: Fix sh standard conformance bug: Replace
22 "test -e" with "test -f". Thanks to Alexander Klimov.
23
24 2001-03-19 Gary Houston <ghouston@arglist.com>
25
26 * check-guile.in: rename $parent to $srcdir. if it's equal to "."
27 set it to `pwd`.
28
29 * check-guile.in: 16 documentation tests were failing if "make
30 check" was run before Guile had been installed with the current
31 --prefix. made various changes to the script so that it runs
32 without a cd to the test-suite directory. For the -i option,
33 don't point GUILE_LOAD_PATH to the current directory, but let it
34 use it's own scheme library.
35
36 2001-03-18 Gary Houston <ghouston@arglist.com>
37
38 * check-guile.in: use @srcdir@ instead of @test_suite_dir@. use
39 the current directory (build dir) not srcdir to find guile
40 executable. otherwise "make check" doesn't work with a separate
41 build directory. create the test log in
42 $build_dir/check-guile.log instead of in srcdir/test-suite
43 directory.
44 * configure.in: don't define or substitute test_suite_dir.
45
46 2001-03-17 Gary Houston <ghouston@arglist.com>
47
48 * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,
49 since EXTRA_DOT_DOC_FILES is redefined later. define
50 EXTRA_DOT_X_FILES and hand it to AC_SUBST.
51
52 2001-03-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
53
54 * configure.in: Added header checks for crypt.h, sys/resource.h
55 and sys/file.h, function checks for chroot, flock, getlogin,
56 cuserid, getpriority, setpriority, getpass, sethostname,
57 gethostname, and for crypt() in libcrypt.
58
59 2001-03-09 Neil Jerram <neil@ossau.uklinux.net>
60
61 * configure.in (htmldoc): Merge handling of `--enable-htmldoc'
62 option from guile-doc/configure.in.
63
64 2001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
65
66 * libguile.h: Removed #include "libguile/dump.h".
67
68 2001-02-02 Keisuke Nishida <kxn30@po.cwru.edu>
69
70 * libguile.h: Added #include "libguile/dump.h".
71
72 2001-01-29 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
73
74 * libguile.h: Added #include "libguile/rdelim.h".
75
76 2001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
77
78 The following patch was sent by Thien-Thi Nguyen.
79
80 * check-guile.in: New file.
81
82 * Makefile.am: Add TESTS rule.
83
84 * configure.in: Add support for "make check".
85
86 2000-11-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
87
88 * acconfig.h: Removed bogus #ifndef. Thanks to Lars J. Aas.
89
90 2000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
91
92 * GUILE-VERSION (LIBGUILE_MAJOR_VERSION): Incremented major
93 version number to 10 due to the merge of GOOPS.
94
95 * oop: New directory.
96
97 2000-09-20 Keisuke Nishida <kxn30@po.cwru.edu>
98
99 * libguile.h: #include "libguile/properties.h".
100
101 2000-09-17 Gary Houston <ghouston@arglist.com>
102
103 * configure.in, acconfig.h: remove the GCSE test: it doesn't seem
104 to be reliable on all platforms.
105
106 2000-08-18 Gary Houston <ghouston@arglist.com>
107
108 * acconfig.h: added BROKEN_GCSE.
109 * configure.in: check for a gcc GCSE optimisation bug.
110
111 2000-07-31 Gary Houston <ghouston@arglist.com>
112
113 * acconfig.h: added HAVE_H_ERRNO
114 * configure.in: removed some dnl'd & obsolete cygwin stuff.
115 added a test for h_errno.
116
117 2000-06-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
118
119 * Guile 1.4 released.
120
121 2000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
122
123 * GUILE-VERSION: Changed to work also when included by a Makefile
124 (e.g. debian/rules). (Thanks to Karl M. Hegbloom.)
125 (LIBGUILE_MAJOR_VERSION): Bumped to 9.
126 (GUILE_MINOR_VERSION): Bumped to 4.
127
128 2000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
129
130 * libguile.h: Removed #include "libguile/kw.h".
131
132 * Makefile.am (ACLOCAL): Define as ./guile-aclocal.sh.
133 (The rule will cd to $(top_srcdir).)
134
135 * configure.in (EXTRA_DOT_DOC_FILES): Create from LIBOBJS and
136 substitute it into libguile/Makefile.
137
138 * HACKING: Updated recommended libtool version to be 1.3.5.
139
140 * RELEASE: Say that we should update HACKING to reflect the
141 versions of the tools we're using rather than README.
142
143 2000-06-02 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
144
145 * NOTES: Removed.
146
147 * TODO: Moved to devel/.
148
149 2000-06-01 Craig Brozefsky <craig@red-bean.com>
150
151 * GUILE-VERSION: added defnitions for LIBGUILE_MAJOR_VERSION,
152 LIBGUILE_MINOR_VERSION, LIBGUILE_REVISION_VERSION so that we now
153 define libguile.so version in a well-lit place.
154
155 * configure.in: added AC_SUBST lines for the new LIBGUILE version
156 variables.
157
158 2000-06-01 Michael Livshin <mlivshin@bigfoot.com>
159
160 * autogen.sh: call ./guile-aclocal.sh instead of aclocal.
161
162 * guile-aclocal.sh: new file, works around aclocal problems.
163
164 2000-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
165
166 * acconfig.h (USE_FSU_PTHREADS, USE_MIT_PTHREADS,
167 USE_PCTHREADS_PTHREADS): Removed.
168
169 2000-05-01 Gary Houston <ghouston@arglist.com>
170
171 * Makefile.am: add include_HEADERS.
172 libguile.h: moved from libguile directory. maybe libguile.h should
173 be installed in $prefix/include/libguile/libguile.h instead?
174
175 2000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
176
177 * qthreads.m4: Removed THREADS_CPPFLAGS.
178
179 * acinclude.m4: Removed qthreads macros. They are provided in
180 qthreads.m4, so these were redundant.
181
182 * acconfig.h (GUILE_DEBUG_MALLOC): New.
183
184 * configure.in: New --enable-debug-malloc configuration option.
185
186 2000-03-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
187
188 * acconfig.h (GUILE_PTHREAD_COMPAT): New config variable.
189
190 * configure.in: Enable workaround for COOP-linuxthreads
191 compatibility on Linux systems.
192
193 2000-03-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
194
195 * devel: New directory. Intended to carry documentation related
196 to Guile development (as opposed to the doc directory which
197 contains documentation related to the use of the current Guile).
198 This directory (devel) is not included in the Guile distribution,
199 but is accessible via anonymous CVS.
200
201 2000-03-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
202
203 * configure.in: Don't add iselect.o to LIBOBJS.
204
205 2000-03-13 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
206
207 * configure.in: Added end-tag for local variables. (Thanks to
208 Thien-Thi Nguyen.)
209
210 2000-03-12 Gary Houston <ghouston@arglist.com>
211
212 * README (Guile Documentation, About This Distribution): updated.
213
214 2000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
215
216 * configure.in (ac_cv_struct_timespec): Added test for struct
217 timespec.
218
219 * acconfig.h (HAVE_STRUCT_TIMESPEC): Added.
220
221 2000-01-25 Marius Vollmer <mvo@zagadka.ping.de>
222
223 * autogen.sh: Call libtoolize. Pass --add-missing option to
224 automake. Do not decent into libltdl directory. The libltdl
225 directory is now populated by libtoolize and does not need any
226 further autogeneration.
227
228 2000-01-23 Gary Houston <ghouston@arglist.com>
229
230 * configure.in: check for fchown.
231
232 Tue Jan 18 12:55:15 2000 Mikael Djurfeldt <mdj@r11n07-s.pdc.kth.se>
233
234 * acinclude.m4 (AC_LIBLTDL_CONVENIENCE): Add $(top_srcdir)/libltdl
235 instead of $(top_builddir)/libltdl to includepath.
236
237 2000-01-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
238
239 * emacs: New subdirectory for elisp tools.
240
241 2000-01-15 Marius Vollmer <mvo@zagadka.ping.de>
242
243 * README, HACKING: Moved "Hacking it yourself" section from README
244 to HACKING. Updated recommended libtool version to be 1.3.4.
245
246 2000-01-14 Gary Houston <ghouston@arglist.com>
247
248 * configure.in: needs to have --disable-networking, not
249 --disable-net.
250
251 2000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
252
253 * libltdl/acconfig.h: New file: Needed by autogen.sh.
254
255 Tue Jan 11 13:42:35 2000 Greg J. Badros <gjb@cs.washington.edu>
256
257 * autogen.sh: Added messages as we run autogen in subdirectories.
258
259 * configure.in: Output libugile/guile-func-name-check script, and
260 chmod +x it.
261
262 2000-01-11 Marius Vollmer <mvo@zagadka.ping.de>
263
264 * libltdl/autogen.sh: New file.
265 * autogen.sh: Invoke libltdl/autogen.sh.
266
267 2000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
268
269 Finally applied the libltdl patch from Thomas Tanner, with slight
270 modifications. All code copied from the libtool package is from
271 libtool-1.3.4.
272
273 * configure.in: Make "--with-modules=yes" the default. Do not
274 clear INCLTDL, LIBLTDL prior to processing "--with-modules".
275
276 1999-07-25 Thomas Tanner <tanner@ffii.org>
277
278 * Makefile.am: add libltdl to SUBDIRS, automake automatically
279 includes ltconfig, ltmain.sh and acconfig.h in EXTRA_DIST
280 * acinclude.m4: remove GUILE_DLSYM_USCORE, add libtool.m4
281 (no need to install libtool any more)
282 * configure.in: replace --enable-dynamic-linking with
283 --with-modules, required modules can be specified using
284 --with-modules="/path/to/mod.la" and will be linked
285 statically on platforms that don't support dynamic loading,
286 configure libltdl, configure libtool for dlopening
287 * libltdl: added using libtoolize -c --ltdl
288
289 2000-01-09 Gary Houston <ghouston@arglist.com>
290
291 * configure.in: check whether localtime caches TZ. copied from
292 Emacs 20.5.
293 * acconfig.h: add LOCALTIME_CACHE.
294
295 Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
296
297 * configure.in: Make it be guile-snarf.awk, since we'll be
298 switching names for guile-doc-snarf. (I wouldn't have changed
299 this, but I was getting ready to commit this way when the below
300 change was committed).
301
302 1999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
303
304 * configure.in: Create guile-doc-snarf.awk.
305
306 1999-12-12 Greg J. Badros <gjb@cs.washington.edu>
307
308 * configure.in: Create guile-doc-snarf, chmod +x that script after
309 AC_OUTPUTted.
310
311 1999-12-10 Greg J. Badros <gjb@cs.washington.edu>
312
313 * NEWS: More complete description for --enable-debug-freelist.
314
315 1999-12-09 Gary Houston <ghouston@freewire.co.uk>
316
317 * configure.in (CFLAGS): don't add -Wpointer-arith, since it
318 causes numerous spurious warnings with recent gcc and/or glibc
319 versions.
320
321 1999-11-19 Gary Houston <ghouston@freewire.co.uk>
322
323 * acconfig.h: add HAVE_ARRAYS.
324
325 * configure.in: add --disable-arrays option, probably temporary.
326
327 1999-11-17 Gary Houston <ghouston@freewire.co.uk>
328
329 * configure.in: check for hstrerror.
330
331 1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
332
333 * autogen.sh: Don't call autoreconf at all; it's not reliable.
334 Instead, call the various tools explicitly. Invoke
335 guile-readline's autogen.sh script.
336
337 Straighten up the situation regarding guile.m4 and qthreads.m4.
338
339 We can't have .m4 files which are installed where aclocal can
340 see them, but also used by guile's own configure.in, because
341 aclocal will read both copies, complain about duplicate macro
342 definitions, and refuse to generate aclocal.m4 at all. This
343 happens if you invoke it as `aclocal -I .', as autoreconf does.
344 This is probably a flaw in the autotools, but Guile doesn't need
345 that flaw fixed immediately.
346
347 guile.m4 is intended for use by people linking against guile, so
348 it needs to be installed. But Guile itself doesn't use it. So
349 move guile.m4 into guile-config. That makes sense, since
350 guile.m4's GUILE_FLAGS macro is just an easy way to call
351 guile-config.
352
353 qthreads.m4 is indented to help configure a qthreads tree. It's
354 only useful to a package which actually includes a qthreads tree,
355 and it's intimately related to that tree, so it's not useful to
356 install this. So don't install it.
357
358 * guile.m4: Moved to guile-config.
359 * Makefile.am (aclocaldir, aclocal_DATA): Delete.
360 (EXTRA_DIST): Move qthreads.m4 here.
361
362 Don't store generated files in the repository any more. Instead,
363 require people to run autogen.sh on trees from snapshots and CVS.
364 * Makefile.in, aclocal.m4, configure: Deleted.
365 * autogen.sh: New file.
366 * ANON-CVS, SNAPSHOTS: Updated instructions.
367
368 1999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
369
370 * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
371
372 1999-09-27 Greg J. Badros <gjb@cs.washington.edu>
373
374 * configure.in: Added --enable-debug-freelist option.
375
376 * acconfig.h: Added GUILE_DEBUG_FREELIST.
377
378 1999-09-23 Gary Houston <ghouston@freewire.co.uk>
379
380 * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
381 FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
382
383 * configure.in: new options --disable-posix, --disable-net
384 and --disable-regex
385 export HAVE_POSIX and HAVE_NETWORKING definitions.
386 don't add regex-posix.o to LIBOBJS if regex disabled.
387
388 LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
389 conditionally.
390
391 1999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
392
393 * Guile 1.3.4 released.
394
395 1999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
396
397 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
398 libtool knows how to get ANSI C behavior from the compiler.
399 * configure: Regenerated.
400
401 1999-09-20 Gary Houston <ghouston@freewire.co.uk>
402
403 * configure.in: check availability of siginterrupt.
404
405 1999-09-18 Gary Houston <ghouston@freewire.co.uk>
406
407 * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
408 testing for SA_RESTART.
409
410 1999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
411
412 * configure.in: Removed ice-9/version.scm from AC_OUTPUT.
413
414 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
415
416 * configure.in (GUILE_STAMP): Don't set this variable, or
417 substitute it into anything. Full explanation in ice-9/ChangeLog.
418 * configure, Makefile.in: Regenerated.
419
420 1999-09-06 James Blandy <jimb@mule.m17n.org>
421
422 Propagate the changes of 2 Sept the rest of the way through.
423 * configure: Regenerated.
424 * Makefile.in: Regenerated. Not sure why this diff is so big.
425
426 1999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
427
428 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
429 variable name. (Thanks to Bill Schottstaedt.)
430 * aclocal.m4: Regenerated.
431
432 1999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
433
434 * configure.in: Test for presence of function on_exit.
435
436 1999-09-01 James Blandy <jimb@mule.m17n.org>
437
438 * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
439 the system doesn't have memmove. Don't test for memmove and bcopy
440 with AC_CHECK_FUNCS.
441 * configure: Regenerated.
442
443 1999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
444
445 * configure.in: Test for atexit.
446
447 1999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
448
449 * acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
450
451 * configure.in: Test for presence of S_ISLNK in sys/stat.h.
452 (Thanks to Bernard Urban.)
453 Test for memmove and bcopy. (Thanks to
454 suzukis@file.phys.tohoku.ac.jp.)
455
456 * acconfig.h: Added HAVE_S_ISLNK.
457
458 1999-08-20 James Blandy <jimb@mule.m17n.org>
459
460 * Guile 1.3.2 released.
461
462 * Makefile.in: Regenerated.
463
464 1999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
465
466 * README, config.guess, config.sub, liconfig, ltmain.sh: Switched
467 to libtool-1.3.3.
468
469 1999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
470
471 Added guile-readline subdirectory with the removed readline
472 support.
473 * guile-readline: New directory, see ChangeLog there.
474 * configure.in: Cause configure to descend into guile-readline
475 dir.
476 * Makefile.am: Likewise for make.
477 * NEWS: Explain how to activate the readline support.
478 * configure, Makefile.in: Regenerated.
479
480 1999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
481
482 Fixes for EMX from Mikael Ståldal.
483
484 * configure.in: Check for <io.h>.
485 * configure: Regenerated.
486
487 1999-07-18 Jim Blandy <jimb@savonarola.red-bean.com>
488
489 * qthreads.m4 (QTHREADS_CONFIGURE): 'alpha' in a configuration
490 name can have suffixes, like alphaev56-unknown-linux-gnu.
491 * aclocal.m4, configure: Rebuilt.
492 (Thanks to Sebastien Villemot.)
493
494 1999-07-04 Gary Houston <ghouston@easynet.co.uk>
495
496 * configure.in: don't check for ways to violate stdio abstraction.
497
498 1999-05-02 Jim Blandy <jimb@savonarola.red-bean.com>
499
500 * configure.in (AC_CHECK_FUNCS): Fill in list of functions that
501 libguile/net_db.h wants to use. (Add setprotoent, setservent.)
502
503 1999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
504
505 Remove all automatic readline support, to avoid copyright
506 confusion.
507 * INSTALL: Update text.
508 * NEWS: Explain the situation.
509 * configure.in: Remove configury for readline and its supporting
510 libraries.
511 * configure: Regenerated.
512
513 * README: Change URL's for automake and autoconf.
514
515 * Makefile.in, configure: Regenerated with autoconf 2.13, automake
516 1.4, libtool 1.2f (1.385 1999/03/15 17:24:54). I've upgraded to
517 all the right tools, according to README, but I'm still getting
518 different results than Mikael is. Hmm.
519
520 1999-03-22 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
521
522 * New libtool: 1.2f
523 * ltmain.sh, ltconfig, config.guess, config.sub: New versions.
524 * README: Mention new version number of libtool.
525
526 1999-03-04 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
527
528 New automake: 1.4
529 * config.guess, config.sub, install-sh, mdate-sh, missing,
530 mkinstalldirs: New versions.
531 * Makefile.in, aclocal.m4, configure: Regenerated.
532 * README: Mention new version numbers on autoconf and automake.
533
534 1999-02-12 Jim Blandy <jimb@savonarola.red-bean.com>
535
536 * configure.in: Add --with-readline flag.
537 * configure: Rebuilt.
538
539 1999-02-09 Maciej Stachowiak <mstachow@alum.mit.edu>
540
541 * NEWS: Added entry for optargs module.
542
543 1999-02-06 Jim Blandy <jimb@zwingli.cygnus.com>
544
545 * configure: Regenerated using autoconf 2.12.
546
547 1999-01-26 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
548
549 * configure.in: Removed test AC_C_BIGENDIAN. (This test was
550 considered to encourage bad coding style.)
551
552 1999-01-21 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
553
554 * configure.in: Added test AC_C_BIGENDIAN.
555
556 1999-01-11 Jim Blandy <jimb@zwingli.cygnus.com>
557
558 * configure.in: Remove quotes around ac_cv_lib_readline_main and
559 ac_cv_var_rl_getc_function. They should both always be set to
560 non-null values; this way, we get error messages.
561 * configure: Regenerated.
562
563 1999-01-10 Jim Blandy <jimb@savonarola.red-bean.com>
564
565 * configure.in: Cite the variable ac_cv_lib_readline_main, not
566 ac_cv_lib_readline_readline; the latter isn't set any more, since
567 we look for 'main' in libreadline now. Add quotes around
568 reference to the variable references, too, so this will work even
569 when a variable's value is the empty string.
570 * configure: Regenerated.
571
572 1999-01-07 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
573
574 * acconfig.h: Added HAVE_LONG_LONGS.
575
576 * configure.in: Added AC_CHECK_SIZEOF(long), AC_CHECK_SIZEOF(int);
577 Added check for long longs.
578
579 1998-12-14 Jim Blandy <jimb@zwingli.cygnus.com>
580
581 * configure.in: Check for tgoto in ncurses, then termcap.
582 S.u.S.E. Linux doesn't have a termcap. (Thanks to Karl
583 Eichwalder.)
584 * configure: Regenerated.
585
586 1998-10-24 Jim Blandy <jimb@zwingli.cygnus.com>
587
588 * configure.in: Call AM_PROG_CC_STDC, to see what flags we should
589 pass the compiler to make it support ANSI. (Thanks to Bernard
590 Urban.)
591 * aclocal.m4, configure: Regenerated.
592
593 1998-10-20 Jim Blandy <jimb@zwingli.cygnus.com>
594
595 * Guile 1.3 released.
596
597 1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
598
599 * GUILE-VERSION: Bump to 1.3.
600
601 * Makefile.am (EXTRA_DIST): Don't omit ANON-CVS and SNAPSHOTS.
602 * Makefile.in: Regenerated.
603
604 1998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
605
606 * qthreads.m4 (QTHREADS_CONFIGURE): On NetBSD, pass through a flag
607 to the Makefile which explicitly tells it to pass assembly files
608 through the preprocessor. (Thanks to Perry Metzger.)
609 * aclocal.m4, configure, Makefile.in: Regenerated.
610
611 1998-10-14 Jim Blandy <jimb@zwingli.cygnus.com>
612
613 * configure.in: Define SCM_SINGLES whenever a float can fit in a
614 long, not only when a float is the same size as a long. This gets
615 us SCM_SINGLES defined on alphas. (Thanks to Clark McGrew.)
616 * configure: Regenerated.
617
618 * configure.in: Construct libguile/versiondat.h here; see
619 log entry in libguile/ChangeLog for details.
620 * configure: Regenerated.
621
622 * configure.in: Allow tabs and whitespace between `void' and
623 `usleep'. (Thanks to Harvey J. Stein.)
624 * configure: Regenerated.
625
626 Don't redefine sleep/usleep.
627 * configure.in: Remove tests for usleep's argument type; we only
628 need that if we're going to replace it.
629
630 * acconfig.h (USLEEP_ARG_TYPE): Delete. All the other SLEEP
631 garbage is needed just to use usleep and sleep without compiler
632 warnings.
633 * configure: Regenerated.
634
635 1998-10-12 Jim Blandy <jimb@zwingli.cygnus.com>
636
637 * configure: Regenerated.
638
639 * configure.in (GUILE_FUNC_DECLARED): Name the cache variables
640 starting with guile_cv_; ac_cv_ is autoconf's namespace.
641
642 The type of the argument to usleep varies from system to system,
643 as does the return type. We really shouldn't be redefining usleep
644 at all, but I don't have time to clean that up before the 1.3
645 release. It's on the schedule for afterwards.
646 * configure.in: Cache results from usleep return value test.
647 Test for the type of the usleep argument, and cache that too.
648 * acconfig.h (USLEEP_ARG_TYPE): New macro.
649
650 1998-10-11 Jim Blandy <jimb@zwingli.cygnus.com>
651
652 * acconfig.h (HAVE_RL_GETC_FUNCTION): Fix this entry.
653
654 1998-10-10 Jim Blandy <jimb@zwingli.cygnus.com>
655
656 * GUILE-VERSION: bump to 1.2.91, since we're doing snapshots again.
657
658 * Guile 1.2.90 released --- beta.
659 * GUILE-VERSION: Set to 1.2.90. This would appear to be a
660 regression from 1.3a, but everyone knows that the next release is
661 1.3, I want to switch to a more coherent version numbering system,
662 and now is the time.
663
664 1998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
665
666 * configure.in: Call AC_C_INLINE, so we can use inline happily in
667 libguile.
668 * configure: Regenerated.
669
670 1998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
671
672 * configure.in: Don't forget to #define HAVE_RL_GETC_FUNCTION if
673 we do find the rl_getc_function variable in the readline library;
674 AC_CHECK_FUNCS used to do this for us, but we're not using it any
675 more.
676 * acconfig.h: Add an entry for HAVE_RL_GETC_FUNCTION.
677
678 * configure.in: Properly test for the presence of rl_getc_function;
679 it's a variable, not a function.
680 * configure: Regenerated.
681
682 * doc: New subdirectory.
683 * Makefile.am (SUBDIRS): List it.
684 * configure.in (AC_OUTPUT): Build its Makefile.
685 * configure, Makefile.in: Regenerated.
686
687 * guile.m4 (GUILE_FLAGS): New macro.
688
689 * guile.m4 (AM_INIT_GUILE_MODULE): Deleted; it doesn't do anything
690 terribly helpful any more, nobody's using it, and this is not
691 really the way I want to handle modules anyway.
692
693 1998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
694
695 * configure.in (FD_SETTER, FILE_CNT_GPTR): New cases for SCO's
696 stdio implementation. (Thanks to David Tillman.)
697 * configure: Rebuilt.
698
699 * guile-config: Renamed from `build'.
700 * Makefile.am (SUBDIRS): Mention `guile-config', not `build'.
701 * configure.in: Create `guile-config/Makefile.in', not
702 `build/Makefile.in'. Doc fix, too.
703
704 * qthreads.m4: Doc fix.
705 * Makefile.in, aclocal.m4, configure: Regeneranegerederadea.
706
707 1998-10-03 <jimb@savonarola.red-bean.com>
708
709 * configure.in: Check for a missing `sleep' declaration.
710 * acconfig.h (MISSING_SLEEP_DECL): Provide some text for this.
711 * configure: Regenerated.
712
713 * configure.in: Don't use the canonical host name to decide
714 whether `bzero' and `usleep' have declarations --- that's going
715 back to the bad old days before autoconf. Remove the call to
716 AC_CANONICAL_HOST and the subsequent case statement.
717 (GUILE_FUNC_DECLARED): New m4 macro. Use it to check for
718 declarations for `bzero', `usleep', and (new!) `strptime'.
719 * acconfig.h: (DECLARE_BZERO, DECLARE_USLEEP): Removed.
720 (MISSING_BZERO_DECL, MISSING_USLEEP_DECL, MISSING_STRPTIME_DECL):
721 Added. I think this naming convention is more consistent with the
722 rest of autoconf; names generally describes the system, not what
723 the package should do to accomodate the system.
724 * configure: Regenerated.
725
726 1998-09-05 Jim Blandy <jimb@zwingli.cygnus.com>
727
728 * configure.in: Remove --disable-debug option. The debugging
729 support is pretty stable now, and it's confusing people.
730 * configure: Regenerated.
731
732 * HACKING: Remove -Wstrict-prototypes from the list of requested
733 flags (to match 1998-07-30 change).
734
735 1998-07-30 Jim Blandy <jimb@zwingli.cygnus.com>
736
737 * configure.in: Don't use -Wstrict-prototypes after all.
738 * configure: Regenerated.
739
740 1998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
741
742 * configure.in: Request more warnings.
743 * configure: Regenerated.
744 * HACKING: Ask people not to make changes that introduce those
745 warnings. Now I have to go through the code and actually bring it
746 up to standards... :(
747
748 * Makefile.in, aclocal.m4, configure: Regenerated using the last
749 public version of automake, not the hacked Cygnus version.
750 * config.guess, config.sub, ltconfig, ltmain.sh: New versions from
751 libtool.
752
753 * configure.in, qthreads.m4: Display a message about how the
754 threads configuration went.
755 * aclocal.m4, configure: Regenerated.
756
757 1998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
758
759 Remove the TOTORO kludge. We're not doing snapshots any more, so
760 totoro is completely uninvolved. (Poor Totoro!)
761 * configure.in: Remove code to check the hostname and #define
762 TOTORO.
763 * acconfig.h: Remove comments for TOTORO symbol.
764 * configure, Makefile.in: Regenerated.
765
766 * qthreads.m4 (QTHREADS_CONFIGURE): We *can* use AC_REQUIRE here
767 to get AC_PROG_LN_S.
768 * aclocal.m4, configure: Regenerated.
769
770 1998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
771
772 Clean up thread configuration.
773 * qthreads.m4: New file, which knows how to configure the qthreads
774 library.
775 * configure.in: Replace all thread package selection code. Do the
776 --with-threads argument processing here. Enable the appropriate
777 thread interface files in libguile. Remove all qthreads
778 configuration code; call QTHREADS_CONFIGURE instead. Set
779 GUILE_LIBS using the info provided by QTHREADS_CONFIGURE.
780 * threads.m4: Removed; not used any more.
781 * Makefile.am (aclocal_DATA): Mention qthreads.m4, not threads.m4.
782 * Makefile.in, aclocal.m4, configure: Rgnrtd. (Sv th vwls!)
783 Note that these were regenerated with the tools available from
784 Cygnus's source tree, which have patches not available to the
785 general public. I'm not sure this was a good idea; feel free to
786 revert them to the latest released versions of the tools.
787
788 Upgrade to the version of libtool available at Cygnus. See note
789 above.
790 * config.guess, config.sub, ltconfig, ltmain.sh: Upgraded.
791
792 1998-07-12 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
793
794 * configure.in: Changed variable HOSTNAME --> PROG_HOSTNAME in
795 totoro kludge.
796
797 Sat Jul 11 21:54:29 1998 Mikael Djurfeldt <mdj@totoro.red-bean.com>
798
799 * acconfig.h, configure.in: Define TOTORO if configuring on
800 totoro.red-bean.com.
801
802 * configure.in: Check for strdup.
803
804 1998-05-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
805
806 * configure.in: Check for rl_cleanup_after_signal.
807
808 1998-05-11 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
809
810 * configure.in: Added test for rl_getc_function. Warn if
811 libreadline is found but not this function.
812
813 1998-05-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
814
815 * configure.in: Replaced some AC_CHECK_FUNC --> AC_CHECK_FUNCS so
816 that suitable HAVE_<function name> symbols get defined.
817
818 1998-04-25 Mikael Djurfeldt <mdj@kenneth>
819
820 * configure.in: Define USLEEP_RETURNS_VOID on some systems.
821 (Thanks to Julian Satchell.)
822
823 1998-04-20 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
824
825 * configure.in: Check for usleep; Define DECLARE_BZERO and
826 DECLARE_USLEEP on Solaris 2.5 since it supplies those functions
827 without declaring them.
828
829 * acconfig.h: Added DECLARE_BZERO, DECLARE_USLEEP
830
831 1998-04-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
832
833 * configure.in: Define HAVE_DLOPEN also when HAVE_LIBDL is
834 defined.
835
836 1998-04-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
837
838 * configure.in (GUILE_LIBS): New variable. Contains libraries
839 which libguile needs to be linked with. Substituted into
840 libpath.h.
841
842 * threads.m4 (threads_package): Don't add $LDFLAGS and $LIBS to
843 $cy_cv_threads_libs.
844
845 1998-04-11 Mikael Djurfeldt <mdj@kenneth>
846
847 New libtool: 1.2
848 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
849 New automake: 1.3
850 * Makefile.in, aclocal.m4, configure: Regenerated.
851 * README: Mention new version numbers on libtool and automake.
852
853 1997-12-11 Tim Pierce <twp@skepsis.com>
854
855 * HACKING: Note that SSH is mandatory for CVS access.
856
857 Sun Dec 7 06:11:24 1997 Gary Houston <ghouston@actrix.gen.nz>
858
859 * README: using Automake 1.2d
860 * configure.in: AC_CHECK_FUNCS: add "system".
861
862 1997-12-01 Tim Pierce <twp@skepsis.com>
863
864 * acconfig.h: Add USCORE.
865
866 1997-11-27 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
867
868 * configure.in: Added code to enable GUILE_ISELECT on systems
869 which have the necessary functions (gettimeofday, select).
870
871 * acconfig.h: Added GUILE_ISELECT.
872
873 1997-11-24 Tim Pierce <twp@twp.tezcat.com>
874
875 * acinclude.m4: Assume dlsym does not add underscore if
876 cross-compiling.
877 * aclocal.m4, configure: Regenderated.
878
879 1997-11-21 Tim Pierce <twp@twp.tezcat.com>
880
881 * acinclude.m4 (GUILE_DLSYM_USCORE): New macro, thanks Dan Hagerty
882 <hag@ai.mit.edu>.
883 * configure.in: Use it.
884 * configure: Regenerated.
885 * acconfig.h (DLSYM_ADDS_USCORE): New #define.
886
887 1997-10-26 Mikael Djurfeldt <mdj@nada.kth.se>
888
889 * README (libtool): Tell people to use version 1.0e.
890
891 Sat Oct 25 02:50:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
892
893 Call the QuickThreads library libqthreads.a, not libqt.a. The old
894 name conflicts with the Qt user interface toolkit.
895 * threads.m4 (CY_AC_WITH_THREADS): Use new library name.
896 * configure.in: Same.
897 * aclocal.m4, configure: Regenerated.
898
899 Thu Oct 23 00:58:06 1997 Jim Blandy <jimb@totoro.red-bean.com>
900
901 * configure.in: Check for the readline library, and the termcap
902 library (on which readline relies).
903 * configure: Regenerated.
904
905 Wed Oct 22 16:55:57 1997 Jim Blandy <jimb@totoro.red-bean.com>
906
907 New libtool: 1.0e
908 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
909 * configure, aclocal.m4: Regenerated.
910
911 1997-10-02 Marius Vollmer <mvo@zagadka.ping.de>
912
913 Make dynamic linking work on Dec Unix. (Thanks to Clark McGrew)
914 * configure.in: Check whether dlopen can be found without -ldl.
915
916 Mon Sep 29 23:52:52 1997 Jim Blandy <jimb@totoro.red-bean.com>
917
918 * Makefile.in: Regenerated with automake 1.2c.
919
920 Sat Sep 27 23:01:58 1997 Jim Blandy <jimb@totoro.red-bean.com>
921
922 * Makefile.am: Add new `build' subdirectory to SUBDIRS.
923 * configure.in: Add build/Makefile to AC_OUTPUT clause.
924 * Makefile.in, configure: Regenerated.
925
926 * Makefile.in, aclocal.m4: Regenerated with automake 1.2a.
927
928 Tue Sep 16 00:19:46 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
929
930 * README, ltconfig, ltmain.sh: New libtool: 1.0c.
931
932 Thu Sep 11 11:28:24 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
933
934 * ltmain.sh: Added a missing '\' before \n on line 32.
935
936 Thu Aug 28 23:40:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
937
938 New libtool: 1.0b.
939 * ltconfig, ltmain.sh, config.guess: Freshly libtoolized.
940 * Makefile.in, aclocal.m4, configure: Regenerated, salamander-style.
941
942 Wed Aug 27 11:35:09 1997 Jim Blandy <jimb@totoro.red-bean.com>
943
944 * Makefile.in: Regenerated, so it uses "tar", not "gtar".
945
946 * configure.in: Use the QuickThreads assembler fragment with Irix
947 dynamic linking support for Irix 6 as well as Irix 5. Thanks to
948 Jesse Glick.
949 * configure: Regenerated.
950
951 Sun Aug 24 15:51:12 1997 Mikael Djurfeldt <mdj@kenneth>
952
953 * acinclude.m4 (GUILE_NAMED_CHECK_FUNC): New macro: Tagged test,
954 so that test for the same function can be performed multiple
955 times.
956
957 * configure.in (AC_CHECK_HEADERS): Test for rxposix.h,
958 rx/rxposix.h. Add library rx only if regcomp can't be found
959 without it.
960
961 * acconfig.h (HAVE_REGCOMP): Added it here since autoheader misses
962 it for some reason!
963
964 Fri Aug 22 21:21:49 1997 Jim Blandy <jimb@totoro.red-bean.com>
965
966 * THANKS: New file.
967 * Makefile.in, aclocal.m4, configure: Regenerated.
968
969 Wed Jul 23 20:24:27 1997 Mikael Djurfeldt <djurf@zafir.e.kth.se>
970
971 * configure.in: Added thread support for the alpha architecture.
972 configure: Regenerated.
973
974 Thu Jul 17 07:56:05 1997 Gary Houston <ghouston@actrix.gen.nz>
975
976 * configure.in: use AC_CHECK_FUNCS for sethostent etc.,
977 so scmconfig.h is updated with the test results. this may
978 disable one of the cygwin hacks.
979
980 Fri Jul 11 00:18:19 1997 Jim Blandy <jimb@floss.red-bean.com>
981
982 Changes to compile under gnu-win32, from Marcus Daniels:
983 * configure.in: When sys/un.h exists, define HAVE_UNIX_DOMAIN_SOCKETS
984 to indicate that Unix domain sockets will work.
985 Check for socketpair, getgroups, setwent, pause, and tzset
986 (cygwin currently lacks these them).
987 Check for sethostent endhostent getnetent setnetent endnetent
988 getprotoent endprotoent getservent endservent getnetbyaddr
989 getnetbyname inet_lnaof inet_makeaddr inet_netof (cygwin currently
990 lacks them). In the case of cygwin, temporarily prefix these
991 functions with "cygwin32_", the way that netdb.h does.
992 Don't define HAVE_REGCOMP unless both regcomp and regex.h are
993 available (cygwin b18 came distributed without a working regex.h
994 file).
995 * acconfig.h (HAVE_UNIX_DOMAIN_SOCKETS): Add this.
996 * configure: Regenerated.
997
998 Wed Jul 2 12:28:40 1997 Tim Pierce <twp@twp.tezcat.com>
999
1000 * ltmain.sh: Remove any trailing colon on $shlibpath_var
1001 (i.e. LD_LIBRARY_PATH) for braindamaged linkers that choke on it.
1002 Patch sent to bug-libtool.
1003
1004 Sat Jun 28 16:13:43 1997 Tim Pierce <twp@twp.tezcat.com>
1005
1006 * configure.in: Add alloca.o explicitly to LIBOBJS (thanks Eric
1007 Backus for reporting this problem and suggesting a fix).
1008 * configure: Regenerated.
1009
1010 Thu Jun 26 20:43:31 1997 Jim Blandy <jimb@floss.red-bean.com>
1011
1012 * Guile 1.2 released.
1013
1014 * configure.in: Check for librx after libm; fundamentals need to
1015 come first.
1016 * configure: Regenerated.
1017
1018 Tue Jun 24 13:34:20 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
1019
1020 * aclocal.m4 (AM_PATH_PROG_LD): Change `ac_cv_path_LD' typo to
1021 `am_cv_path_LD'.
1022 * configure: Regenerated.
1023
1024 Sun Jun 22 15:43:07 1997 Jim Blandy <jimb@floss.red-bean.com>
1025
1026 Try to detect when people are using one version of libguile and a
1027 different version of ice-9. People have been skewing things and
1028 sending in bug reports.
1029 * configure.in: Provide libguile its version information through a
1030 separate header file generated by the Makefile, not through
1031 scmconfig.h.
1032 (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):
1033 AC_SUBST these, instead of AC_DEFINE'ing them.
1034 (GUILE_STAMP): New AC_SUBST: the time we configured the tree.
1035 (AC_OUTPUT): Create ice-9/version.scm.
1036 * acconfig.h (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION,
1037 GUILE_VERSION): Deleted.
1038 * Makefile.in: Regenerated.
1039
1040 * aclocal.m4: Regenerated, using the libtool 0.9h m4 macros.
1041
1042 * Makefile.am (EXTRA_DIST): Include acconfig.h in the
1043 distribution.
1044 * Makefile.in: Regenerated.
1045
1046 Sat Jun 21 00:14:07 1997 Jim Blandy <jimb@floss.red-bean.com>
1047
1048 * ltmain.sh (line 1191): Don't forget 'test' in if statement.
1049
1050 * ltconfig, ltmain.sh: libtoolized, using libtool 0.9h.
1051
1052 Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com>
1053
1054 * ltconfig, ltmain.sh, config.guess: New files from libtool 0.9g.
1055
1056 * configure.in: By default, include functions in Guile to allow
1057 linking with dynamic libraries at run-time. In other words,
1058 --enable-dynamic-linking is now the default.
1059 * configure: Rebuilt.
1060
1061 * configure.in: Remove space between AC_CHECK_LIB and opening
1062 paren in check for Rx.
1063 * configure: Regenerated.
1064
1065 * configure.in: Remove all mention of xtra_PLUGIN_guile_libs.
1066 It's never used.
1067 * configure, Makefile.in: Regenerated.
1068
1069 Tue Jun 10 23:37:12 1997 Jim Blandy <jimb@floss.red-bean.com>
1070
1071 * configure.in: Move checks for libraries (-lm, -lnsl, -lsocket,
1072 -dl, -dld) before checks for functions.
1073 * configure: Regenerated.
1074
1075 Mon Jun 9 02:35:46 1997 Tim Pierce <twp@twp.tezcat.com>
1076
1077 * config.guess: New copy from autoconf-2.12, which recognizes
1078 OpenBSD.
1079
1080 Tue Jun 3 16:34:19 1997 Jim Blandy <jimb@totoro.cyclic.com>
1081
1082 * configure.in: Check for Rx, so we will use its routines (which I
1083 pretty much trust) if it is installed.
1084 * configure: Regenerated.
1085
1086 Sat May 31 03:48:45 1997 Gary Houston <ghouston@actrix.gen.nz>
1087
1088 * acconfig.h: mention HAVE_RESTARTS.
1089 * configure.in: check for sigaction and restartable system calls.
1090
1091 Tue May 27 22:47:52 1997 Tim Pierce <twp@twp.tezcat.com>
1092
1093 * configure.in: Check for presence of regcomp.
1094 * configure: Regenerated.
1095
1096 Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
1097
1098 * COPYING: New address for FSF.
1099
1100 * configure.in: We don't need to add fileblocks.o to LIBOBJS if
1101 struct stat doesn't have the st_blocks field. We take care of
1102 that case in the code. Replace AC_STRUCT_ST_BLOCKS with its
1103 definition, edited appropriately. (Bernard URBAN)
1104 * configure: Regenerated.
1105
1106 Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
1107
1108 * configure.in: Don't link against -lnsl or -lsocket unless we
1109 actually need to. This causes trouble on Irix. (Thanks to Larry
1110 Schwimmer.)
1111
1112 * config.sub: Get newer version, that recognizes the i686.
1113
1114 Fri May 16 17:26:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
1115
1116 * README: Changed Mikael's threads work attribution in order
1117 to sooth Anthony's enormous, but wounded, ego.
1118
1119 Fri May 16 17:26:53 1997 Jim Blandy <jimb@totoro.cyclic.com>
1120
1121 Just kidding!!!
1122
1123 Fri May 16 04:24:48 1997 Jim Blandy <jimb@floss.cyclic.com>
1124
1125 Guile 1.1 released.
1126 * GUILE-VERSION: Bump to 1.1.
1127
1128 Tue May 13 16:34:40 1997 Jim Blandy <jimb@floss.cyclic.com>
1129
1130 Switch to automake-1.1p.
1131 * Makefile.in, aclocal.m4, configure: Regenerated.
1132
1133 Mon May 12 18:29:45 1997 Jim Blandy <jimb@floss.cyclic.com>
1134
1135 * threads.m4: Copy Anthony's change here, so it'll actually
1136 survive.
1137
1138 Thu May 8 11:48:40 1997 Anthony Green <green@hoser.cygnus.com>
1139
1140 * aclocal.m4: Fixes for building with coop threads in a
1141 seperate compilation directory.
1142 * configure: Rebuilt.
1143
1144 Fri May 2 16:24:15 1997 Jim Blandy <jimb@floss.cyclic.com>
1145
1146 Upgrade to libtool 0.9e.
1147 * ltconfig, ltmain.sh, config.guess, config.sub: New versions,
1148 supplied by libtool.
1149
1150 * configure.in: When configuring qt, sunos needs the underscore
1151 files; Solaris and Linux both need the normal files.
1152 * configure: Reebilt.
1153
1154 Thu May 1 15:35:49 1997 Jim Blandy <jimb@floss.cyclic.com>
1155
1156 * configure.in: Get the paths for qt's md files right, so it can
1157 build correctly when using a separate compilation directory.
1158 * configure: Regenerated.
1159
1160 Thu Apr 24 01:20:34 1997 Jim Blandy <jimb@floss.cyclic.com>
1161
1162 Get threads to work again.
1163 * Makefile.am (SUBDIRS): List libguile last, so qt gets built
1164 first.
1165 * Makefile.in: Regenerated.
1166 * aclocal.m4, configure: Regenerate, with modern definition of
1167 CY_AC_WITH_THREADS. Where did the old text come from? Creepy...
1168
1169 Reduced Guile distribution: one configure script, no plugins.
1170 * configure.in: Merged the old text from qt/configure.in and
1171 libguile/configure.in; Tom Tromey says automake only wants one
1172 configure.in script. This seems fishy, but...
1173 * Makefile.am: List the subdirectories explicitly; no more PLUGIN
1174 gubbish.
1175 * acconfig.h, acinclude.m4: Moved here from libguile, since
1176 libguile's configure script lives here now.
1177 * AUTHORS, INSTALL, README: Updated.
1178 * Makefile.in, aclocal.m4 configure: Regenerated. Just like
1179 amputated amphibian limbs.
1180
1181 Tue Apr 22 16:57:38 1997 Jim Blandy <jimb@totoro.cyclic.com>
1182
1183 * newdoc/ref/Makefile.am (dist_texis): Distribute the index files.
1184 * newdoc/ref/Makefile.in: Regenerated.
1185
1186 Mon Apr 14 18:51:25 1997 Jim Blandy <jimb@floss.cyclic.com>
1187
1188 * threads.m4 (CY_AC_WITH_THREADS): When using coop threads, no
1189 need to link against libthreads; the files it used to contain
1190 are now a part of libguile.
1191
1192 Sun Apr 13 22:14:10 1997 Jim Blandy <jimb@floss.cyclic.com>
1193
1194 * guile.m4: Revert change of Mar 15, and use the new 'no-define'
1195 argument to the AM_INIT_AUTOMAKE macro.
1196
1197 Fri Apr 11 15:43:07 1997 Jim Blandy <jimb@totoro.cyclic.com>
1198
1199 * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
1200 * README: Say where to find libtool 0.9d.
1201
1202 Wed Apr 9 17:51:13 1997 Jim Blandy <jimb@floss.cyclic.com>
1203
1204 Changes to work with automake-1.1n, which has better libtool
1205 support. Also use libtool 0.8.
1206 * README: Note new version numbers for automake and libtool.
1207 * missing: New file required by new automake.
1208 * Makefile.in: Regenerated.
1209
1210 Sat Apr 5 16:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
1211
1212 * newdoc/ref/scheme.texi (set-object-property!): Fix function name.
1213
1214 * Makefile.am: Omit doc subtree.
1215 * configure.in: Omit makefiles in doc subtree.
1216 * Makefile.in, configure: Rebuilt.
1217
1218 Sat Mar 15 01:11:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1219
1220 * guile.m4 (AM_INIT_GUILE_MODULE): Replaced AM_INIT_AUTOMAKE macro
1221 with its definition and commented out definition of PACKAGE. This
1222 changed seemed necessary after having removed PACKAGE from
1223 libguile/acconfig.h.
1224
1225 Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1226
1227 * ltconfig, ltmain.sh: New versions from libtool-0.9.
1228
1229 * configure.in: Added AM_MAINTAINER_MODE
1230
1231 Fri Feb 7 17:57:46 1997 Jim Blandy <jimb@floss.cyclic.com>
1232
1233 * config.sub, config.guess: New versions, that handle i686, etc.
1234
1235 Thu Jan 23 07:06:15 1997 Mark Galassi <rosalia@papageno.lanl.gov>
1236
1237 * newdoc/tutorial/guile-tut.texi: started checking in the Guile
1238 tutorial rewrite, but have not merged much into it yet.
1239
1240 Tue Jan 21 17:28:40 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
1241
1242 * newdoc/ref/guile-ref.texi: started checking in parts of the
1243 reference manual re-write.
1244
1245 Sat Jan 11 14:40:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
1246
1247 * ltconfig, ltmain.sh: New files for libtool support. libguile,
1248 rx, gh and gtcltk-lib can now be build as shared libraries.
1249 * Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh
1250
1251 Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
1252
1253 * Guile 1.0 released. This is the first release by the Free
1254 Software Foundation; Cygnus has also released earlier versions of
1255 Guile.
1256
1257 * GUILE-VERSION: Updated version number.
1258 * NEWS: Added comments for all the user-visible changes marked in
1259 the ChangeLogs.
1260 * README: Updated for release.
1261
1262 Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
1263
1264 * scsh: new directory.
1265
1266 Mon Dec 2 17:33:04 1996 Tom Tromey <tromey@cygnus.com>
1267
1268 * configure.in: Generate doc/guile-programmer/Makefile and
1269 doc/guile-user/Makefile.
1270
1271 Sat Nov 30 23:45:54 1996 Tom Tromey <tromey@cygnus.com>
1272
1273 * aclocal.m4: Now automatically generated by aclocal.
1274 * threads.m4: New file.
1275 * guile.m4: New file.
1276 * Makefile.am, doc/Makefile.am: New files.
1277 * configure.in: Updated for Automake. Avoid excessively verbose
1278 "greet" messages.
1279
1280 Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
1281
1282 * lgh: directory renamed to gh, along with all prefixes of the
1283 high level library procedures.
1284
1285 Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
1286
1287 * Makefile.in (TAGS tags): Find the source files in $srcdir.
1288
1289 Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
1290
1291 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
1292
1293 Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
1294
1295 * configure.in: Added some configuration magic from the Cygnus
1296 distribution.
1297
1298 * aclocal.m4: New file. For now used for thread support
1299 configuration.
1300
1301 Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
1302
1303 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
1304
1305 * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
1306 directories, to arrange for lgh to the last thing
1307 configured/built.
1308
1309 Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
1310
1311 * lgh/: added the directory in which I implement the high level
1312 libguile library (lgh_) for this release of Guile. See the
1313 ChangeLog in there for further details.
1314
1315 Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
1316
1317 * doc/ (guile-user and guile-programmer): added the guile-user and
1318 guile-programmer directories which contain the user and programmer
1319 manuals. See the ChangeLog entries there for detail.
1320
1321 Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
1322
1323 * Makefile.in (distclean): Don't forget to delete doc/Makefile.
1324
1325 * Makefile.in (distclean): Don't forget to delete
1326 config.build-subdirs.
1327
1328 Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
1329
1330 * Makefile.in (tags): New name for `TAGS' target, which will
1331 always run the commands.
1332
1333 Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
1334
1335 * README: Doc fixes.
1336
1337 Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
1338
1339 * Makefile.in (TAGS): Produce a single tags file for all of Guile.
1340
1341 Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
1342
1343 * configure.in: Check for -ldl, so the check for Tcl won't fail
1344 spuriously.
1345
1346 Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
1347
1348 Change the way we decide whether to build gtcltk-lib, so that it's
1349 omitted from the build process when appropriate, but never from
1350 the dist process.
1351 * configure.in: Don't edit all_subdirs depending on the
1352 availability of Tk; let that be the list of all PLUGIN
1353 subdirectories present, as it used to be. Instead, edit a new
1354 variable, build_subdirs; write its final value, the list of
1355 subdirs we do want to compile in, to config.build-subdirs.
1356 Substitute that into the top-level Makefile too.
1357 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
1358 recurse on the subdirectories we should build.
1359 (distdirs): Set this to @existingdirs@, so it includes the subdirs
1360 we decided not to build.
1361
1362 * doc/gtcltk.texi: File resurrected from old Guile releases.
1363 * doc/Makefile.in (info): Build the gtcltk documentation.
1364 (DIST_FILES): Include it in the distribution.
1365
1366 * configure.in: If we can find the library for tcl7.5, build
1367 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
1368 compiler (not sure this is necessary).
1369
1370 Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
1371
1372 * NEWS: Fix bug reporting address.
1373
1374 Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
1375
1376 * AUTHORS: New file, in accordance with the GNU maintainers'
1377 standards.
1378
1379 Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
1380
1381 * README: Renamed from ANNOUNCE; include bug report address,
1382 description, and short tour.
1383 * INSTALL: Renamed from BUILDING.
1384 * NEWS: New file.
1385 * Makefile.in (DISTFILES): Update appropriately.
1386
1387 Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
1388
1389 * doc/Makefile.in: Added pattern targets for creating DVI and
1390 PostScript files.
1391 (%.ps, %.dvi, %.txt): New targets.
1392 (DVIPS, TEXI2DVI): New variables.
1393
1394 * GUILE-VERSION: Updated to 1.0b3.
1395
1396 Rehashed distribution system, in preparation for nightly
1397 snapshots. Other changes in subdirectories.
1398 * Makefile.in (dist): Rewritten --- the old target was out of
1399 date, dependent on files that we don't have, and relied on GNU
1400 tar. The new target is simpler.
1401 (VERSION, srcdir, dist_dirs): New variables.
1402 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
1403 TODO.
1404 (localtreats): Variable removed. We don't have this file.
1405 (info): cd to doc and make info there; don't make info in every
1406 ${subdir}; those Makefiles don't know what to do.
1407 (distname, distdir, treats, announcefile): Variables removed.
1408 (manifest-file): Target removed.
1409 (dist-dir): New target, responsible for distributable files in
1410 this directory.
1411 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
1412 controlling the 'dist' target.
1413 * configure.in: Substitute GUILE-VERSION into the top-level
1414 Makefile. Build doc/Makefile from doc/Makefile.in.
1415
1416 * doc/Makefile.in: New file.