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