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