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