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