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