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