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