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