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