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