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