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