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