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