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