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