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