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