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