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