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