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