* configure.in (AC_CHECK_FUNCS): Fill in list of functions that
[bpt/guile.git] / ChangeLog
CommitLineData
ef0615e4
JB
11999-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
cceae55d
JB
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
644f058c
MD
181999-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
f5449843
MD
241999-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
deaceb4e
JB
321999-02-12 Jim Blandy <jimb@savonarola.red-bean.com>
33
34 * configure.in: Add --with-readline flag.
35 * configure: Rebuilt.
36
08394899
MS
371999-02-09 Maciej Stachowiak <mstachow@alum.mit.edu>
38
39 * NEWS: Added entry for optargs module.
40
0d76bcec
JB
411999-02-06 Jim Blandy <jimb@zwingli.cygnus.com>
42
43 * configure: Regenerated using autoconf 2.12.
44
500c912f
MD
451999-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
6bcb5a82
MD
501999-01-21 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
51
52 * configure.in: Added test AC_C_BIGENDIAN.
53
f7677ff2
JB
541999-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
5f371877
JB
611999-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
c505a52f
MD
701999-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
333a4791
JB
771998-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
cc720f64
JB
841998-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
d818fdb4
JB
911998-10-20 Jim Blandy <jimb@zwingli.cygnus.com>
92
93 * Guile 1.3 released.
94
1f6fe22a
JB
951998-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
3e66cf9f
JB
1021998-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
d509e5f6 106 through the preprocessor. (Thanks to Perry Metzger.)
3e66cf9f
JB
107 * aclocal.m4, configure, Makefile.in: Regenerated.
108
eebc12c6
JB
1091998-10-14 Jim Blandy <jimb@zwingli.cygnus.com>
110
a437d8a2
JB
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
cd6c612a
JB
120 * configure.in: Allow tabs and whitespace between `void' and
121 `usleep'. (Thanks to Harvey J. Stein.)
122 * configure: Regenerated.
123
eebc12c6
JB
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.
cd6c612a 127
eebc12c6
JB
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
cb9728ed
JB
1331998-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
81aef0ba
JB
1481998-10-11 Jim Blandy <jimb@zwingli.cygnus.com>
149
150 * acconfig.h (HAVE_RL_GETC_FUNCTION): Fix this entry.
151
17f8d40c
JB
1521998-10-10 Jim Blandy <jimb@zwingli.cygnus.com>
153
216d3a1e
JB
154 * GUILE-VERSION: bump to 1.2.91, since we're doing snapshots again.
155
17f8d40c
JB
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
1ee7c452
JB
1621998-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
8aa5c148
JB
1681998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
169
59027c18
JB
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.
13af3048 174 * acconfig.h: Add an entry for HAVE_RL_GETC_FUNCTION.
59027c18
JB
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
2f2cef71
JB
180 * doc: New subdirectory.
181 * Makefile.am (SUBDIRS): List it.
182 * configure.in (AC_OUTPUT): Build its Makefile.
183 * configure, Makefile.in: Regenerated.
184
8aa5c148
JB
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
2adfe1c0
JB
1911998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
192
48ca6468
JB
193 * configure.in (FD_SETTER, FILE_CNT_GPTR): New cases for SCO's
194 stdio implementation. (Thanks to David Tillman.)
195 * configure: Rebuilt.
196
2adfe1c0
JB
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.
48ca6468 201
2adfe1c0
JB
202 * qthreads.m4: Doc fix.
203 * Makefile.in, aclocal.m4, configure: Regeneranegerederadea.
204
83d1c666
JB
2051998-10-03 <jimb@savonarola.red-bean.com>
206
0553d3a2
JB
207 * configure.in: Check for a missing `sleep' declaration.
208 * acconfig.h (MISSING_SLEEP_DECL): Provide some text for this.
209 * configure: Regenerated.
210
83d1c666
JB
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
2d2c87e1
JB
2241998-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
6dd78771
JB
2331998-07-30 Jim Blandy <jimb@zwingli.cygnus.com>
234
235 * configure.in: Don't use -Wstrict-prototypes after all.
236 * configure: Regenerated.
237
1f5ae2fd
JB
2381998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
239
4ac31e8d
JB
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
0dcbc17a
JB
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
1f5ae2fd
JB
251 * configure.in, qthreads.m4: Display a message about how the
252 threads configuration went.
253 * aclocal.m4, configure: Regenerated.
254
3357ab66
JB
2551998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
256
1f5ae2fd
JB
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
3357ab66
JB
264 * qthreads.m4 (QTHREADS_CONFIGURE): We *can* use AC_REQUIRE here
265 to get AC_PROG_LN_S.
266 * aclocal.m4, configure: Regenerated.
267
e99cbcd6
JB
2681998-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
5ef81022
MD
2901998-07-12 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
291
292 * configure.in: Changed variable HOSTNAME --> PROG_HOSTNAME in
293 totoro kludge.
294
212d45b8
MD
295Sat 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
7e0fee6e
MD
3021998-05-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
303
304 * configure.in: Check for rl_cleanup_after_signal.
305
dd07fb66
MD
3061998-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
4c787b52
MD
3111998-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
0935d604
MD
3161998-04-25 Mikael Djurfeldt <mdj@kenneth>
317
318 * configure.in: Define USLEEP_RETURNS_VOID on some systems.
2c36126d 319 (Thanks to Julian Satchell.)
0935d604 320
64e121dc
MD
3211998-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
26c41b99
MD
3291998-04-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
330
331 * configure.in: Define HAVE_DLOPEN also when HAVE_LIBDL is
332 defined.
333
3822dd61
MD
3341998-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
5798fd97
MD
3431998-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
848f2a01
TP
3511997-12-11 Tim Pierce <twp@skepsis.com>
352
353 * HACKING: Note that SSH is mandatory for CVS access.
354
341eaef0
GH
355Sun 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
c06768c8
TP
3601997-12-01 Tim Pierce <twp@skepsis.com>
361
362 * acconfig.h: Add USCORE.
363
933a7411
MD
3641997-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
774b7f22
TP
3711997-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
2a0d7176
TP
3771997-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
1ad2d179
MD
3851997-10-26 Mikael Djurfeldt <mdj@nada.kth.se>
386
387 * README (libtool): Tell people to use version 1.0e.
388
83531e61
JB
389Sat 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
2e368582
JB
397Thu 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
403Wed 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
cd721def
MV
4091997-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
5aa28c1e
JB
414Mon Sep 29 23:52:52 1997 Jim Blandy <jimb@totoro.red-bean.com>
415
416 * Makefile.in: Regenerated with automake 1.2c.
417
9ba3d403
JB
418Sat 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
476f3c84
MD
426Tue Sep 16 00:19:46 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
427
428 * README, ltconfig, ltmain.sh: New libtool: 1.0c.
429
e69807f0
MD
430Thu 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
1aa8162b
JB
434Thu 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
34695603
JB
440Wed 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
e9cd5d2f
MD
449Sun Aug 24 15:51:12 1997 Mikael Djurfeldt <mdj@kenneth>
450
0b89e78e
MD
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
e9cd5d2f
MD
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
1782cc37
JB
462Fri 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
757cfb94
MD
467Wed 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
f4e5b810
GH
472Thu 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
32552d73
JB
478Fri 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
ec918b9b
TP
496Wed 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
4a5fa91c
TP
502Sat 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
a01e24ec
JB
508Thu 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
787d7283
TP
516Tue 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
0dc48630
JB
522Sun Jun 22 15:43:07 1997 Jim Blandy <jimb@floss.red-bean.com>
523
91b28bb5
JB
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
0dc48630
JB
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
91529b1d
JB
544Sat 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
3688473b
JB
550Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com>
551
832b09ed
JB
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
cad2eb84
JB
559 * configure.in: Remove space between AC_CHECK_LIB and opening
560 paren in check for Rx.
561 * configure: Regenerated.
562
3688473b
JB
563 * configure.in: Remove all mention of xtra_PLUGIN_guile_libs.
564 It's never used.
565 * configure, Makefile.in: Regenerated.
566
567Tue 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
95d59d10
JB
573Mon 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
14d546a7
JB
578Tue 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
e1a191a8
GH
584Sat 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
737c9113
JB
589Tue 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
3f4c654d
JB
594Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
595
36539a15
JB
596 * COPYING: New address for FSF.
597
3f4c654d
JB
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
a00c28cd 601 definition, edited appropriately. (Bernard URBAN)
3f4c654d
JB
602 * configure: Regenerated.
603
c1a649bf
JB
604Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
605
3f4c654d
JB
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
c1a649bf
JB
610 * config.sub: Get newer version, that recognizes the i686.
611
c5ac623b
JB
612Fri 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
617Fri May 16 17:26:53 1997 Jim Blandy <jimb@totoro.cyclic.com>
618
619 Just kidding!!!
620
adb98aa9
JB
621Fri 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
9b01064c
JB
626Tue 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
d53f4df2
JB
631Mon 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
ec06dd30
AG
636Thu 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
953b3c55
JB
642Fri 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
8225b156
JB
652Thu 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
20108301
JB
658Thu Apr 24 01:20:34 1997 Jim Blandy <jimb@floss.cyclic.com>
659
67061067
JB
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.
20108301
JB
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
93918199
JB
679Tue 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
7c9c7760
JB
684Mon 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
c8b62a7e
JB
690Sun 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
12afb619
JB
695Fri 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
58bc1a29
JB
700Wed 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
5c09c7ea
JB
708Sat 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
3b0d0eb8
MD
716Sat 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
15ae1bee
MD
723Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
724
afa64ca8
MD
725 * ltconfig, ltmain.sh: New versions from libtool-0.9.
726
15ae1bee
MD
727 * configure.in: Added AM_MAINTAINER_MODE
728
863b096e
JB
729Fri 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
de74670f
MG
733Thu 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
31e59da8
MG
738Tue 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
de74670f 741 reference manual re-write.
31e59da8 742
3890022f
MV
743Sat 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
01cf3840
JB
749Sun 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
0a67c27a
GH
760Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
761
762 * scsh: new directory.
763
733943b9
TT
764Mon 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
769Sat 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
8a2c7b71
MG
778Wed 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
1eaceb61
JB
783Thu 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
a857bf16
JB
787Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
788
789 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
790
e5e0f394
MD
791Tue 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
891ee51c
MG
799Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
800
7d41a049
MG
801 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
802
891ee51c
MG
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
84da179f 807Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
2be50ff5
MG
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
ea332eb2
MG
813Wed 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
21dc7b47
JB
819Wed 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
de15ba3a
JB
826Thu 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
1089e30d
JB
831Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
832
833 * README: Doc fixes.
834
228ada63
JB
835Fri 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
93ef5778
JB
839Thu 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
253efac3
JB
844Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
845
39b3bff6
JB
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
253efac3
JB
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
795b4217
JB
868Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
869
870 * NEWS: Fix bug reporting address.
871
872Fri 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
ce2cc116
JB
877Tue 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
a44a755d
JB
885Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
886
0196b30a
JB
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
a44a755d
JB
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.