51b3b48805e8a14cd9df472cb729297d3515ced9
[bpt/guile.git] / ChangeLog
1 1998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
2
3 * configure.in (FD_SETTER, FILE_CNT_GPTR): New cases for SCO's
4 stdio implementation. (Thanks to David Tillman.)
5 * configure: Rebuilt.
6
7 * guile-config: Renamed from `build'.
8 * Makefile.am (SUBDIRS): Mention `guile-config', not `build'.
9 * configure.in: Create `guile-config/Makefile.in', not
10 `build/Makefile.in'. Doc fix, too.
11
12 * qthreads.m4: Doc fix.
13 * Makefile.in, aclocal.m4, configure: Regeneranegerederadea.
14
15 1998-10-03 <jimb@savonarola.red-bean.com>
16
17 * configure.in: Check for a missing `sleep' declaration.
18 * acconfig.h (MISSING_SLEEP_DECL): Provide some text for this.
19 * configure: Regenerated.
20
21 * configure.in: Don't use the canonical host name to decide
22 whether `bzero' and `usleep' have declarations --- that's going
23 back to the bad old days before autoconf. Remove the call to
24 AC_CANONICAL_HOST and the subsequent case statement.
25 (GUILE_FUNC_DECLARED): New m4 macro. Use it to check for
26 declarations for `bzero', `usleep', and (new!) `strptime'.
27 * acconfig.h: (DECLARE_BZERO, DECLARE_USLEEP): Removed.
28 (MISSING_BZERO_DECL, MISSING_USLEEP_DECL, MISSING_STRPTIME_DECL):
29 Added. I think this naming convention is more consistent with the
30 rest of autoconf; names generally describes the system, not what
31 the package should do to accomodate the system.
32 * configure: Regenerated.
33
34 1998-09-05 Jim Blandy <jimb@zwingli.cygnus.com>
35
36 * configure.in: Remove --disable-debug option. The debugging
37 support is pretty stable now, and it's confusing people.
38 * configure: Regenerated.
39
40 * HACKING: Remove -Wstrict-prototypes from the list of requested
41 flags (to match 1998-07-30 change).
42
43 1998-07-30 Jim Blandy <jimb@zwingli.cygnus.com>
44
45 * configure.in: Don't use -Wstrict-prototypes after all.
46 * configure: Regenerated.
47
48 1998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
49
50 * configure.in: Request more warnings.
51 * configure: Regenerated.
52 * HACKING: Ask people not to make changes that introduce those
53 warnings. Now I have to go through the code and actually bring it
54 up to standards... :(
55
56 * Makefile.in, aclocal.m4, configure: Regenerated using the last
57 public version of automake, not the hacked Cygnus version.
58 * config.guess, config.sub, ltconfig, ltmain.sh: New versions from
59 libtool.
60
61 * configure.in, qthreads.m4: Display a message about how the
62 threads configuration went.
63 * aclocal.m4, configure: Regenerated.
64
65 1998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
66
67 Remove the TOTORO kludge. We're not doing snapshots any more, so
68 totoro is completely uninvolved. (Poor Totoro!)
69 * configure.in: Remove code to check the hostname and #define
70 TOTORO.
71 * acconfig.h: Remove comments for TOTORO symbol.
72 * configure, Makefile.in: Regenerated.
73
74 * qthreads.m4 (QTHREADS_CONFIGURE): We *can* use AC_REQUIRE here
75 to get AC_PROG_LN_S.
76 * aclocal.m4, configure: Regenerated.
77
78 1998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
79
80 Clean up thread configuration.
81 * qthreads.m4: New file, which knows how to configure the qthreads
82 library.
83 * configure.in: Replace all thread package selection code. Do the
84 --with-threads argument processing here. Enable the appropriate
85 thread interface files in libguile. Remove all qthreads
86 configuration code; call QTHREADS_CONFIGURE instead. Set
87 GUILE_LIBS using the info provided by QTHREADS_CONFIGURE.
88 * threads.m4: Removed; not used any more.
89 * Makefile.am (aclocal_DATA): Mention qthreads.m4, not threads.m4.
90 * Makefile.in, aclocal.m4, configure: Rgnrtd. (Sv th vwls!)
91 Note that these were regenerated with the tools available from
92 Cygnus's source tree, which have patches not available to the
93 general public. I'm not sure this was a good idea; feel free to
94 revert them to the latest released versions of the tools.
95
96 Upgrade to the version of libtool available at Cygnus. See note
97 above.
98 * config.guess, config.sub, ltconfig, ltmain.sh: Upgraded.
99
100 1998-07-12 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
101
102 * configure.in: Changed variable HOSTNAME --> PROG_HOSTNAME in
103 totoro kludge.
104
105 Sat Jul 11 21:54:29 1998 Mikael Djurfeldt <mdj@totoro.red-bean.com>
106
107 * acconfig.h, configure.in: Define TOTORO if configuring on
108 totoro.red-bean.com.
109
110 * configure.in: Check for strdup.
111
112 1998-05-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
113
114 * configure.in: Check for rl_cleanup_after_signal.
115
116 1998-05-11 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
117
118 * configure.in: Added test for rl_getc_function. Warn if
119 libreadline is found but not this function.
120
121 1998-05-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
122
123 * configure.in: Replaced some AC_CHECK_FUNC --> AC_CHECK_FUNCS so
124 that suitable HAVE_<function name> symbols get defined.
125
126 1998-04-25 Mikael Djurfeldt <mdj@kenneth>
127
128 * configure.in: Define USLEEP_RETURNS_VOID on some systems.
129 (Thanks to Julian Satchell.)
130
131 1998-04-20 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
132
133 * configure.in: Check for usleep; Define DECLARE_BZERO and
134 DECLARE_USLEEP on Solaris 2.5 since it supplies those functions
135 without declaring them.
136
137 * acconfig.h: Added DECLARE_BZERO, DECLARE_USLEEP
138
139 1998-04-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
140
141 * configure.in: Define HAVE_DLOPEN also when HAVE_LIBDL is
142 defined.
143
144 1998-04-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
145
146 * configure.in (GUILE_LIBS): New variable. Contains libraries
147 which libguile needs to be linked with. Substituted into
148 libpath.h.
149
150 * threads.m4 (threads_package): Don't add $LDFLAGS and $LIBS to
151 $cy_cv_threads_libs.
152
153 1998-04-11 Mikael Djurfeldt <mdj@kenneth>
154
155 New libtool: 1.2
156 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
157 New automake: 1.3
158 * Makefile.in, aclocal.m4, configure: Regenerated.
159 * README: Mention new version numbers on libtool and automake.
160
161 1997-12-11 Tim Pierce <twp@skepsis.com>
162
163 * HACKING: Note that SSH is mandatory for CVS access.
164
165 Sun Dec 7 06:11:24 1997 Gary Houston <ghouston@actrix.gen.nz>
166
167 * README: using Automake 1.2d
168 * configure.in: AC_CHECK_FUNCS: add "system".
169
170 1997-12-01 Tim Pierce <twp@skepsis.com>
171
172 * acconfig.h: Add USCORE.
173
174 1997-11-27 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
175
176 * configure.in: Added code to enable GUILE_ISELECT on systems
177 which have the necessary functions (gettimeofday, select).
178
179 * acconfig.h: Added GUILE_ISELECT.
180
181 1997-11-24 Tim Pierce <twp@twp.tezcat.com>
182
183 * acinclude.m4: Assume dlsym does not add underscore if
184 cross-compiling.
185 * aclocal.m4, configure: Regenderated.
186
187 1997-11-21 Tim Pierce <twp@twp.tezcat.com>
188
189 * acinclude.m4 (GUILE_DLSYM_USCORE): New macro, thanks Dan Hagerty
190 <hag@ai.mit.edu>.
191 * configure.in: Use it.
192 * configure: Regenerated.
193 * acconfig.h (DLSYM_ADDS_USCORE): New #define.
194
195 1997-10-26 Mikael Djurfeldt <mdj@nada.kth.se>
196
197 * README (libtool): Tell people to use version 1.0e.
198
199 Sat Oct 25 02:50:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
200
201 Call the QuickThreads library libqthreads.a, not libqt.a. The old
202 name conflicts with the Qt user interface toolkit.
203 * threads.m4 (CY_AC_WITH_THREADS): Use new library name.
204 * configure.in: Same.
205 * aclocal.m4, configure: Regenerated.
206
207 Thu Oct 23 00:58:06 1997 Jim Blandy <jimb@totoro.red-bean.com>
208
209 * configure.in: Check for the readline library, and the termcap
210 library (on which readline relies).
211 * configure: Regenerated.
212
213 Wed Oct 22 16:55:57 1997 Jim Blandy <jimb@totoro.red-bean.com>
214
215 New libtool: 1.0e
216 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
217 * configure, aclocal.m4: Regenerated.
218
219 1997-10-02 Marius Vollmer <mvo@zagadka.ping.de>
220
221 Make dynamic linking work on Dec Unix. (Thanks to Clark McGrew)
222 * configure.in: Check whether dlopen can be found without -ldl.
223
224 Mon Sep 29 23:52:52 1997 Jim Blandy <jimb@totoro.red-bean.com>
225
226 * Makefile.in: Regenerated with automake 1.2c.
227
228 Sat Sep 27 23:01:58 1997 Jim Blandy <jimb@totoro.red-bean.com>
229
230 * Makefile.am: Add new `build' subdirectory to SUBDIRS.
231 * configure.in: Add build/Makefile to AC_OUTPUT clause.
232 * Makefile.in, configure: Regenerated.
233
234 * Makefile.in, aclocal.m4: Regenerated with automake 1.2a.
235
236 Tue Sep 16 00:19:46 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
237
238 * README, ltconfig, ltmain.sh: New libtool: 1.0c.
239
240 Thu Sep 11 11:28:24 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
241
242 * ltmain.sh: Added a missing '\' before \n on line 32.
243
244 Thu Aug 28 23:40:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
245
246 New libtool: 1.0b.
247 * ltconfig, ltmain.sh, config.guess: Freshly libtoolized.
248 * Makefile.in, aclocal.m4, configure: Regenerated, salamander-style.
249
250 Wed Aug 27 11:35:09 1997 Jim Blandy <jimb@totoro.red-bean.com>
251
252 * Makefile.in: Regenerated, so it uses "tar", not "gtar".
253
254 * configure.in: Use the QuickThreads assembler fragment with Irix
255 dynamic linking support for Irix 6 as well as Irix 5. Thanks to
256 Jesse Glick.
257 * configure: Regenerated.
258
259 Sun Aug 24 15:51:12 1997 Mikael Djurfeldt <mdj@kenneth>
260
261 * acinclude.m4 (GUILE_NAMED_CHECK_FUNC): New macro: Tagged test,
262 so that test for the same function can be performed multiple
263 times.
264
265 * configure.in (AC_CHECK_HEADERS): Test for rxposix.h,
266 rx/rxposix.h. Add library rx only if regcomp can't be found
267 without it.
268
269 * acconfig.h (HAVE_REGCOMP): Added it here since autoheader misses
270 it for some reason!
271
272 Fri Aug 22 21:21:49 1997 Jim Blandy <jimb@totoro.red-bean.com>
273
274 * THANKS: New file.
275 * Makefile.in, aclocal.m4, configure: Regenerated.
276
277 Wed Jul 23 20:24:27 1997 Mikael Djurfeldt <djurf@zafir.e.kth.se>
278
279 * configure.in: Added thread support for the alpha architecture.
280 configure: Regenerated.
281
282 Thu Jul 17 07:56:05 1997 Gary Houston <ghouston@actrix.gen.nz>
283
284 * configure.in: use AC_CHECK_FUNCS for sethostent etc.,
285 so scmconfig.h is updated with the test results. this may
286 disable one of the cygwin hacks.
287
288 Fri Jul 11 00:18:19 1997 Jim Blandy <jimb@floss.red-bean.com>
289
290 Changes to compile under gnu-win32, from Marcus Daniels:
291 * configure.in: When sys/un.h exists, define HAVE_UNIX_DOMAIN_SOCKETS
292 to indicate that Unix domain sockets will work.
293 Check for socketpair, getgroups, setwent, pause, and tzset
294 (cygwin currently lacks these them).
295 Check for sethostent endhostent getnetent setnetent endnetent
296 getprotoent endprotoent getservent endservent getnetbyaddr
297 getnetbyname inet_lnaof inet_makeaddr inet_netof (cygwin currently
298 lacks them). In the case of cygwin, temporarily prefix these
299 functions with "cygwin32_", the way that netdb.h does.
300 Don't define HAVE_REGCOMP unless both regcomp and regex.h are
301 available (cygwin b18 came distributed without a working regex.h
302 file).
303 * acconfig.h (HAVE_UNIX_DOMAIN_SOCKETS): Add this.
304 * configure: Regenerated.
305
306 Wed Jul 2 12:28:40 1997 Tim Pierce <twp@twp.tezcat.com>
307
308 * ltmain.sh: Remove any trailing colon on $shlibpath_var
309 (i.e. LD_LIBRARY_PATH) for braindamaged linkers that choke on it.
310 Patch sent to bug-libtool.
311
312 Sat Jun 28 16:13:43 1997 Tim Pierce <twp@twp.tezcat.com>
313
314 * configure.in: Add alloca.o explicitly to LIBOBJS (thanks Eric
315 Backus for reporting this problem and suggesting a fix).
316 * configure: Regenerated.
317
318 Thu Jun 26 20:43:31 1997 Jim Blandy <jimb@floss.red-bean.com>
319
320 * Guile 1.2 released.
321
322 * configure.in: Check for librx after libm; fundamentals need to
323 come first.
324 * configure: Regenerated.
325
326 Tue Jun 24 13:34:20 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
327
328 * aclocal.m4 (AM_PATH_PROG_LD): Change `ac_cv_path_LD' typo to
329 `am_cv_path_LD'.
330 * configure: Regenerated.
331
332 Sun Jun 22 15:43:07 1997 Jim Blandy <jimb@floss.red-bean.com>
333
334 Try to detect when people are using one version of libguile and a
335 different version of ice-9. People have been skewing things and
336 sending in bug reports.
337 * configure.in: Provide libguile its version information through a
338 separate header file generated by the Makefile, not through
339 scmconfig.h.
340 (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):
341 AC_SUBST these, instead of AC_DEFINE'ing them.
342 (GUILE_STAMP): New AC_SUBST: the time we configured the tree.
343 (AC_OUTPUT): Create ice-9/version.scm.
344 * acconfig.h (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION,
345 GUILE_VERSION): Deleted.
346 * Makefile.in: Regenerated.
347
348 * aclocal.m4: Regenerated, using the libtool 0.9h m4 macros.
349
350 * Makefile.am (EXTRA_DIST): Include acconfig.h in the
351 distribution.
352 * Makefile.in: Regenerated.
353
354 Sat Jun 21 00:14:07 1997 Jim Blandy <jimb@floss.red-bean.com>
355
356 * ltmain.sh (line 1191): Don't forget 'test' in if statement.
357
358 * ltconfig, ltmain.sh: libtoolized, using libtool 0.9h.
359
360 Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com>
361
362 * ltconfig, ltmain.sh, config.guess: New files from libtool 0.9g.
363
364 * configure.in: By default, include functions in Guile to allow
365 linking with dynamic libraries at run-time. In other words,
366 --enable-dynamic-linking is now the default.
367 * configure: Rebuilt.
368
369 * configure.in: Remove space between AC_CHECK_LIB and opening
370 paren in check for Rx.
371 * configure: Regenerated.
372
373 * configure.in: Remove all mention of xtra_PLUGIN_guile_libs.
374 It's never used.
375 * configure, Makefile.in: Regenerated.
376
377 Tue Jun 10 23:37:12 1997 Jim Blandy <jimb@floss.red-bean.com>
378
379 * configure.in: Move checks for libraries (-lm, -lnsl, -lsocket,
380 -dl, -dld) before checks for functions.
381 * configure: Regenerated.
382
383 Mon Jun 9 02:35:46 1997 Tim Pierce <twp@twp.tezcat.com>
384
385 * config.guess: New copy from autoconf-2.12, which recognizes
386 OpenBSD.
387
388 Tue Jun 3 16:34:19 1997 Jim Blandy <jimb@totoro.cyclic.com>
389
390 * configure.in: Check for Rx, so we will use its routines (which I
391 pretty much trust) if it is installed.
392 * configure: Regenerated.
393
394 Sat May 31 03:48:45 1997 Gary Houston <ghouston@actrix.gen.nz>
395
396 * acconfig.h: mention HAVE_RESTARTS.
397 * configure.in: check for sigaction and restartable system calls.
398
399 Tue May 27 22:47:52 1997 Tim Pierce <twp@twp.tezcat.com>
400
401 * configure.in: Check for presence of regcomp.
402 * configure: Regenerated.
403
404 Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
405
406 * COPYING: New address for FSF.
407
408 * configure.in: We don't need to add fileblocks.o to LIBOBJS if
409 struct stat doesn't have the st_blocks field. We take care of
410 that case in the code. Replace AC_STRUCT_ST_BLOCKS with its
411 definition, edited appropriately. (Bernard URBAN)
412 * configure: Regenerated.
413
414 Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
415
416 * configure.in: Don't link against -lnsl or -lsocket unless we
417 actually need to. This causes trouble on Irix. (Thanks to Larry
418 Schwimmer.)
419
420 * config.sub: Get newer version, that recognizes the i686.
421
422 Fri May 16 17:26:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
423
424 * README: Changed Mikael's threads work attribution in order
425 to sooth Anthony's enormous, but wounded, ego.
426
427 Fri May 16 17:26:53 1997 Jim Blandy <jimb@totoro.cyclic.com>
428
429 Just kidding!!!
430
431 Fri May 16 04:24:48 1997 Jim Blandy <jimb@floss.cyclic.com>
432
433 Guile 1.1 released.
434 * GUILE-VERSION: Bump to 1.1.
435
436 Tue May 13 16:34:40 1997 Jim Blandy <jimb@floss.cyclic.com>
437
438 Switch to automake-1.1p.
439 * Makefile.in, aclocal.m4, configure: Regenerated.
440
441 Mon May 12 18:29:45 1997 Jim Blandy <jimb@floss.cyclic.com>
442
443 * threads.m4: Copy Anthony's change here, so it'll actually
444 survive.
445
446 Thu May 8 11:48:40 1997 Anthony Green <green@hoser.cygnus.com>
447
448 * aclocal.m4: Fixes for building with coop threads in a
449 seperate compilation directory.
450 * configure: Rebuilt.
451
452 Fri May 2 16:24:15 1997 Jim Blandy <jimb@floss.cyclic.com>
453
454 Upgrade to libtool 0.9e.
455 * ltconfig, ltmain.sh, config.guess, config.sub: New versions,
456 supplied by libtool.
457
458 * configure.in: When configuring qt, sunos needs the underscore
459 files; Solaris and Linux both need the normal files.
460 * configure: Reebilt.
461
462 Thu May 1 15:35:49 1997 Jim Blandy <jimb@floss.cyclic.com>
463
464 * configure.in: Get the paths for qt's md files right, so it can
465 build correctly when using a separate compilation directory.
466 * configure: Regenerated.
467
468 Thu Apr 24 01:20:34 1997 Jim Blandy <jimb@floss.cyclic.com>
469
470 Get threads to work again.
471 * Makefile.am (SUBDIRS): List libguile last, so qt gets built
472 first.
473 * Makefile.in: Regenerated.
474 * aclocal.m4, configure: Regenerate, with modern definition of
475 CY_AC_WITH_THREADS. Where did the old text come from? Creepy...
476
477 Reduced Guile distribution: one configure script, no plugins.
478 * configure.in: Merged the old text from qt/configure.in and
479 libguile/configure.in; Tom Tromey says automake only wants one
480 configure.in script. This seems fishy, but...
481 * Makefile.am: List the subdirectories explicitly; no more PLUGIN
482 gubbish.
483 * acconfig.h, acinclude.m4: Moved here from libguile, since
484 libguile's configure script lives here now.
485 * AUTHORS, INSTALL, README: Updated.
486 * Makefile.in, aclocal.m4 configure: Regenerated. Just like
487 amputated amphibian limbs.
488
489 Tue Apr 22 16:57:38 1997 Jim Blandy <jimb@totoro.cyclic.com>
490
491 * newdoc/ref/Makefile.am (dist_texis): Distribute the index files.
492 * newdoc/ref/Makefile.in: Regenerated.
493
494 Mon Apr 14 18:51:25 1997 Jim Blandy <jimb@floss.cyclic.com>
495
496 * threads.m4 (CY_AC_WITH_THREADS): When using coop threads, no
497 need to link against libthreads; the files it used to contain
498 are now a part of libguile.
499
500 Sun Apr 13 22:14:10 1997 Jim Blandy <jimb@floss.cyclic.com>
501
502 * guile.m4: Revert change of Mar 15, and use the new 'no-define'
503 argument to the AM_INIT_AUTOMAKE macro.
504
505 Fri Apr 11 15:43:07 1997 Jim Blandy <jimb@totoro.cyclic.com>
506
507 * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
508 * README: Say where to find libtool 0.9d.
509
510 Wed Apr 9 17:51:13 1997 Jim Blandy <jimb@floss.cyclic.com>
511
512 Changes to work with automake-1.1n, which has better libtool
513 support. Also use libtool 0.8.
514 * README: Note new version numbers for automake and libtool.
515 * missing: New file required by new automake.
516 * Makefile.in: Regenerated.
517
518 Sat Apr 5 16:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
519
520 * newdoc/ref/scheme.texi (set-object-property!): Fix function name.
521
522 * Makefile.am: Omit doc subtree.
523 * configure.in: Omit makefiles in doc subtree.
524 * Makefile.in, configure: Rebuilt.
525
526 Sat Mar 15 01:11:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
527
528 * guile.m4 (AM_INIT_GUILE_MODULE): Replaced AM_INIT_AUTOMAKE macro
529 with its definition and commented out definition of PACKAGE. This
530 changed seemed necessary after having removed PACKAGE from
531 libguile/acconfig.h.
532
533 Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
534
535 * ltconfig, ltmain.sh: New versions from libtool-0.9.
536
537 * configure.in: Added AM_MAINTAINER_MODE
538
539 Fri Feb 7 17:57:46 1997 Jim Blandy <jimb@floss.cyclic.com>
540
541 * config.sub, config.guess: New versions, that handle i686, etc.
542
543 Thu Jan 23 07:06:15 1997 Mark Galassi <rosalia@papageno.lanl.gov>
544
545 * newdoc/tutorial/guile-tut.texi: started checking in the Guile
546 tutorial rewrite, but have not merged much into it yet.
547
548 Tue Jan 21 17:28:40 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
549
550 * newdoc/ref/guile-ref.texi: started checking in parts of the
551 reference manual re-write.
552
553 Sat Jan 11 14:40:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
554
555 * ltconfig, ltmain.sh: New files for libtool support. libguile,
556 rx, gh and gtcltk-lib can now be build as shared libraries.
557 * Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh
558
559 Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
560
561 * Guile 1.0 released. This is the first release by the Free
562 Software Foundation; Cygnus has also released earlier versions of
563 Guile.
564
565 * GUILE-VERSION: Updated version number.
566 * NEWS: Added comments for all the user-visible changes marked in
567 the ChangeLogs.
568 * README: Updated for release.
569
570 Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
571
572 * scsh: new directory.
573
574 Mon Dec 2 17:33:04 1996 Tom Tromey <tromey@cygnus.com>
575
576 * configure.in: Generate doc/guile-programmer/Makefile and
577 doc/guile-user/Makefile.
578
579 Sat Nov 30 23:45:54 1996 Tom Tromey <tromey@cygnus.com>
580
581 * aclocal.m4: Now automatically generated by aclocal.
582 * threads.m4: New file.
583 * guile.m4: New file.
584 * Makefile.am, doc/Makefile.am: New files.
585 * configure.in: Updated for Automake. Avoid excessively verbose
586 "greet" messages.
587
588 Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
589
590 * lgh: directory renamed to gh, along with all prefixes of the
591 high level library procedures.
592
593 Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
594
595 * Makefile.in (TAGS tags): Find the source files in $srcdir.
596
597 Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
598
599 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
600
601 Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
602
603 * configure.in: Added some configuration magic from the Cygnus
604 distribution.
605
606 * aclocal.m4: New file. For now used for thread support
607 configuration.
608
609 Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
610
611 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
612
613 * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
614 directories, to arrange for lgh to the last thing
615 configured/built.
616
617 Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
618
619 * lgh/: added the directory in which I implement the high level
620 libguile library (lgh_) for this release of Guile. See the
621 ChangeLog in there for further details.
622
623 Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
624
625 * doc/ (guile-user and guile-programmer): added the guile-user and
626 guile-programmer directories which contain the user and programmer
627 manuals. See the ChangeLog entries there for detail.
628
629 Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
630
631 * Makefile.in (distclean): Don't forget to delete doc/Makefile.
632
633 * Makefile.in (distclean): Don't forget to delete
634 config.build-subdirs.
635
636 Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
637
638 * Makefile.in (tags): New name for `TAGS' target, which will
639 always run the commands.
640
641 Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
642
643 * README: Doc fixes.
644
645 Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
646
647 * Makefile.in (TAGS): Produce a single tags file for all of Guile.
648
649 Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
650
651 * configure.in: Check for -ldl, so the check for Tcl won't fail
652 spuriously.
653
654 Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
655
656 Change the way we decide whether to build gtcltk-lib, so that it's
657 omitted from the build process when appropriate, but never from
658 the dist process.
659 * configure.in: Don't edit all_subdirs depending on the
660 availability of Tk; let that be the list of all PLUGIN
661 subdirectories present, as it used to be. Instead, edit a new
662 variable, build_subdirs; write its final value, the list of
663 subdirs we do want to compile in, to config.build-subdirs.
664 Substitute that into the top-level Makefile too.
665 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
666 recurse on the subdirectories we should build.
667 (distdirs): Set this to @existingdirs@, so it includes the subdirs
668 we decided not to build.
669
670 * doc/gtcltk.texi: File resurrected from old Guile releases.
671 * doc/Makefile.in (info): Build the gtcltk documentation.
672 (DIST_FILES): Include it in the distribution.
673
674 * configure.in: If we can find the library for tcl7.5, build
675 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
676 compiler (not sure this is necessary).
677
678 Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
679
680 * NEWS: Fix bug reporting address.
681
682 Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
683
684 * AUTHORS: New file, in accordance with the GNU maintainers'
685 standards.
686
687 Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
688
689 * README: Renamed from ANNOUNCE; include bug report address,
690 description, and short tour.
691 * INSTALL: Renamed from BUILDING.
692 * NEWS: New file.
693 * Makefile.in (DISTFILES): Update appropriately.
694
695 Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
696
697 * doc/Makefile.in: Added pattern targets for creating DVI and
698 PostScript files.
699 (%.ps, %.dvi, %.txt): New targets.
700 (DVIPS, TEXI2DVI): New variables.
701
702 * GUILE-VERSION: Updated to 1.0b3.
703
704 Rehashed distribution system, in preparation for nightly
705 snapshots. Other changes in subdirectories.
706 * Makefile.in (dist): Rewritten --- the old target was out of
707 date, dependent on files that we don't have, and relied on GNU
708 tar. The new target is simpler.
709 (VERSION, srcdir, dist_dirs): New variables.
710 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
711 TODO.
712 (localtreats): Variable removed. We don't have this file.
713 (info): cd to doc and make info there; don't make info in every
714 ${subdir}; those Makefiles don't know what to do.
715 (distname, distdir, treats, announcefile): Variables removed.
716 (manifest-file): Target removed.
717 (dist-dir): New target, responsible for distributable files in
718 this directory.
719 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
720 controlling the 'dist' target.
721 * configure.in: Substitute GUILE-VERSION into the top-level
722 Makefile. Build doc/Makefile from doc/Makefile.in.
723
724 * doc/Makefile.in: New file.