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