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