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