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