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