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