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