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