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