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