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