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