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