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