* regex-posix.c: If <regex.h> can't be found, try <rxposix.h> or
[bpt/guile.git] / ChangeLog
CommitLineData
1782cc37
JB
1Fri Aug 22 21:21:49 1997 Jim Blandy <jimb@totoro.red-bean.com>
2
3 * THANKS: New file.
4 * Makefile.in, aclocal.m4, configure: Regenerated.
5
757cfb94
MD
6Wed Jul 23 20:24:27 1997 Mikael Djurfeldt <djurf@zafir.e.kth.se>
7
8 * configure.in: Added thread support for the alpha architecture.
9 configure: Regenerated.
10
f4e5b810
GH
11Thu Jul 17 07:56:05 1997 Gary Houston <ghouston@actrix.gen.nz>
12
13 * configure.in: use AC_CHECK_FUNCS for sethostent etc.,
14 so scmconfig.h is updated with the test results. this may
15 disable one of the cygwin hacks.
16
32552d73
JB
17Fri Jul 11 00:18:19 1997 Jim Blandy <jimb@floss.red-bean.com>
18
19 Changes to compile under gnu-win32, from Marcus Daniels:
20 * configure.in: When sys/un.h exists, define HAVE_UNIX_DOMAIN_SOCKETS
21 to indicate that Unix domain sockets will work.
22 Check for socketpair, getgroups, setwent, pause, and tzset
23 (cygwin currently lacks these them).
24 Check for sethostent endhostent getnetent setnetent endnetent
25 getprotoent endprotoent getservent endservent getnetbyaddr
26 getnetbyname inet_lnaof inet_makeaddr inet_netof (cygwin currently
27 lacks them). In the case of cygwin, temporarily prefix these
28 functions with "cygwin32_", the way that netdb.h does.
29 Don't define HAVE_REGCOMP unless both regcomp and regex.h are
30 available (cygwin b18 came distributed without a working regex.h
31 file).
32 * acconfig.h (HAVE_UNIX_DOMAIN_SOCKETS): Add this.
33 * configure: Regenerated.
34
ec918b9b
TP
35Wed Jul 2 12:28:40 1997 Tim Pierce <twp@twp.tezcat.com>
36
37 * ltmain.sh: Remove any trailing colon on $shlibpath_var
38 (i.e. LD_LIBRARY_PATH) for braindamaged linkers that choke on it.
39 Patch sent to bug-libtool.
40
4a5fa91c
TP
41Sat Jun 28 16:13:43 1997 Tim Pierce <twp@twp.tezcat.com>
42
43 * configure.in: Add alloca.o explicitly to LIBOBJS (thanks Eric
44 Backus for reporting this problem and suggesting a fix).
45 * configure: Regenerated.
46
a01e24ec
JB
47Thu Jun 26 20:43:31 1997 Jim Blandy <jimb@floss.red-bean.com>
48
49 * Guile 1.2 released.
50
51 * configure.in: Check for librx after libm; fundamentals need to
52 come first.
53 * configure: Regenerated.
54
787d7283
TP
55Tue Jun 24 13:34:20 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
56
57 * aclocal.m4 (AM_PATH_PROG_LD): Change `ac_cv_path_LD' typo to
58 `am_cv_path_LD'.
59 * configure: Regenerated.
60
0dc48630
JB
61Sun Jun 22 15:43:07 1997 Jim Blandy <jimb@floss.red-bean.com>
62
91b28bb5
JB
63 Try to detect when people are using one version of libguile and a
64 different version of ice-9. People have been skewing things and
65 sending in bug reports.
66 * configure.in: Provide libguile its version information through a
67 separate header file generated by the Makefile, not through
68 scmconfig.h.
69 (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):
70 AC_SUBST these, instead of AC_DEFINE'ing them.
71 (GUILE_STAMP): New AC_SUBST: the time we configured the tree.
72 (AC_OUTPUT): Create ice-9/version.scm.
73 * acconfig.h (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION,
74 GUILE_VERSION): Deleted.
75 * Makefile.in: Regenerated.
76
0dc48630
JB
77 * aclocal.m4: Regenerated, using the libtool 0.9h m4 macros.
78
79 * Makefile.am (EXTRA_DIST): Include acconfig.h in the
80 distribution.
81 * Makefile.in: Regenerated.
82
91529b1d
JB
83Sat Jun 21 00:14:07 1997 Jim Blandy <jimb@floss.red-bean.com>
84
85 * ltmain.sh (line 1191): Don't forget 'test' in if statement.
86
87 * ltconfig, ltmain.sh: libtoolized, using libtool 0.9h.
88
3688473b
JB
89Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com>
90
832b09ed
JB
91 * ltconfig, ltmain.sh, config.guess: New files from libtool 0.9g.
92
93 * configure.in: By default, include functions in Guile to allow
94 linking with dynamic libraries at run-time. In other words,
95 --enable-dynamic-linking is now the default.
96 * configure: Rebuilt.
97
cad2eb84
JB
98 * configure.in: Remove space between AC_CHECK_LIB and opening
99 paren in check for Rx.
100 * configure: Regenerated.
101
3688473b
JB
102 * configure.in: Remove all mention of xtra_PLUGIN_guile_libs.
103 It's never used.
104 * configure, Makefile.in: Regenerated.
105
106Tue Jun 10 23:37:12 1997 Jim Blandy <jimb@floss.red-bean.com>
107
108 * configure.in: Move checks for libraries (-lm, -lnsl, -lsocket,
109 -dl, -dld) before checks for functions.
110 * configure: Regenerated.
111
95d59d10
JB
112Mon Jun 9 02:35:46 1997 Tim Pierce <twp@twp.tezcat.com>
113
114 * config.guess: New copy from autoconf-2.12, which recognizes
115 OpenBSD.
116
14d546a7
JB
117Tue Jun 3 16:34:19 1997 Jim Blandy <jimb@totoro.cyclic.com>
118
119 * configure.in: Check for Rx, so we will use its routines (which I
120 pretty much trust) if it is installed.
121 * configure: Regenerated.
122
e1a191a8
GH
123Sat May 31 03:48:45 1997 Gary Houston <ghouston@actrix.gen.nz>
124
125 * acconfig.h: mention HAVE_RESTARTS.
126 * configure.in: check for sigaction and restartable system calls.
127
737c9113
JB
128Tue May 27 22:47:52 1997 Tim Pierce <twp@twp.tezcat.com>
129
130 * configure.in: Check for presence of regcomp.
131 * configure: Regenerated.
132
3f4c654d
JB
133Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
134
36539a15
JB
135 * COPYING: New address for FSF.
136
3f4c654d
JB
137 * configure.in: We don't need to add fileblocks.o to LIBOBJS if
138 struct stat doesn't have the st_blocks field. We take care of
139 that case in the code. Replace AC_STRUCT_ST_BLOCKS with its
a00c28cd 140 definition, edited appropriately. (Bernard URBAN)
3f4c654d
JB
141 * configure: Regenerated.
142
c1a649bf
JB
143Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
144
3f4c654d
JB
145 * configure.in: Don't link against -lnsl or -lsocket unless we
146 actually need to. This causes trouble on Irix. (Thanks to Larry
147 Schwimmer.)
148
c1a649bf
JB
149 * config.sub: Get newer version, that recognizes the i686.
150
c5ac623b
JB
151Fri May 16 17:26:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
152
153 * README: Changed Mikael's threads work attribution in order
154 to sooth Anthony's enormous, but wounded, ego.
155
156Fri May 16 17:26:53 1997 Jim Blandy <jimb@totoro.cyclic.com>
157
158 Just kidding!!!
159
adb98aa9
JB
160Fri May 16 04:24:48 1997 Jim Blandy <jimb@floss.cyclic.com>
161
162 Guile 1.1 released.
163 * GUILE-VERSION: Bump to 1.1.
164
9b01064c
JB
165Tue May 13 16:34:40 1997 Jim Blandy <jimb@floss.cyclic.com>
166
167 Switch to automake-1.1p.
168 * Makefile.in, aclocal.m4, configure: Regenerated.
169
d53f4df2
JB
170Mon May 12 18:29:45 1997 Jim Blandy <jimb@floss.cyclic.com>
171
172 * threads.m4: Copy Anthony's change here, so it'll actually
173 survive.
174
ec06dd30
AG
175Thu May 8 11:48:40 1997 Anthony Green <green@hoser.cygnus.com>
176
177 * aclocal.m4: Fixes for building with coop threads in a
178 seperate compilation directory.
179 * configure: Rebuilt.
180
953b3c55
JB
181Fri May 2 16:24:15 1997 Jim Blandy <jimb@floss.cyclic.com>
182
183 Upgrade to libtool 0.9e.
184 * ltconfig, ltmain.sh, config.guess, config.sub: New versions,
185 supplied by libtool.
186
187 * configure.in: When configuring qt, sunos needs the underscore
188 files; Solaris and Linux both need the normal files.
189 * configure: Reebilt.
190
8225b156
JB
191Thu May 1 15:35:49 1997 Jim Blandy <jimb@floss.cyclic.com>
192
193 * configure.in: Get the paths for qt's md files right, so it can
194 build correctly when using a separate compilation directory.
195 * configure: Regenerated.
196
20108301
JB
197Thu Apr 24 01:20:34 1997 Jim Blandy <jimb@floss.cyclic.com>
198
67061067
JB
199 Get threads to work again.
200 * Makefile.am (SUBDIRS): List libguile last, so qt gets built
201 first.
202 * Makefile.in: Regenerated.
203 * aclocal.m4, configure: Regenerate, with modern definition of
204 CY_AC_WITH_THREADS. Where did the old text come from? Creepy...
205
206 Reduced Guile distribution: one configure script, no plugins.
20108301
JB
207 * configure.in: Merged the old text from qt/configure.in and
208 libguile/configure.in; Tom Tromey says automake only wants one
209 configure.in script. This seems fishy, but...
210 * Makefile.am: List the subdirectories explicitly; no more PLUGIN
211 gubbish.
212 * acconfig.h, acinclude.m4: Moved here from libguile, since
213 libguile's configure script lives here now.
214 * AUTHORS, INSTALL, README: Updated.
215 * Makefile.in, aclocal.m4 configure: Regenerated. Just like
216 amputated amphibian limbs.
217
93918199
JB
218Tue Apr 22 16:57:38 1997 Jim Blandy <jimb@totoro.cyclic.com>
219
220 * newdoc/ref/Makefile.am (dist_texis): Distribute the index files.
221 * newdoc/ref/Makefile.in: Regenerated.
222
7c9c7760
JB
223Mon Apr 14 18:51:25 1997 Jim Blandy <jimb@floss.cyclic.com>
224
225 * threads.m4 (CY_AC_WITH_THREADS): When using coop threads, no
226 need to link against libthreads; the files it used to contain
227 are now a part of libguile.
228
c8b62a7e
JB
229Sun Apr 13 22:14:10 1997 Jim Blandy <jimb@floss.cyclic.com>
230
231 * guile.m4: Revert change of Mar 15, and use the new 'no-define'
232 argument to the AM_INIT_AUTOMAKE macro.
233
12afb619
JB
234Fri Apr 11 15:43:07 1997 Jim Blandy <jimb@totoro.cyclic.com>
235
236 * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
237 * README: Say where to find libtool 0.9d.
238
58bc1a29
JB
239Wed Apr 9 17:51:13 1997 Jim Blandy <jimb@floss.cyclic.com>
240
241 Changes to work with automake-1.1n, which has better libtool
242 support. Also use libtool 0.8.
243 * README: Note new version numbers for automake and libtool.
244 * missing: New file required by new automake.
245 * Makefile.in: Regenerated.
246
5c09c7ea
JB
247Sat Apr 5 16:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
248
249 * newdoc/ref/scheme.texi (set-object-property!): Fix function name.
250
251 * Makefile.am: Omit doc subtree.
252 * configure.in: Omit makefiles in doc subtree.
253 * Makefile.in, configure: Rebuilt.
254
3b0d0eb8
MD
255Sat Mar 15 01:11:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
256
257 * guile.m4 (AM_INIT_GUILE_MODULE): Replaced AM_INIT_AUTOMAKE macro
258 with its definition and commented out definition of PACKAGE. This
259 changed seemed necessary after having removed PACKAGE from
260 libguile/acconfig.h.
261
15ae1bee
MD
262Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
263
afa64ca8
MD
264 * ltconfig, ltmain.sh: New versions from libtool-0.9.
265
15ae1bee
MD
266 * configure.in: Added AM_MAINTAINER_MODE
267
863b096e
JB
268Fri Feb 7 17:57:46 1997 Jim Blandy <jimb@floss.cyclic.com>
269
270 * config.sub, config.guess: New versions, that handle i686, etc.
271
de74670f
MG
272Thu Jan 23 07:06:15 1997 Mark Galassi <rosalia@papageno.lanl.gov>
273
274 * newdoc/tutorial/guile-tut.texi: started checking in the Guile
275 tutorial rewrite, but have not merged much into it yet.
276
31e59da8
MG
277Tue Jan 21 17:28:40 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
278
279 * newdoc/ref/guile-ref.texi: started checking in parts of the
de74670f 280 reference manual re-write.
31e59da8 281
3890022f
MV
282Sat Jan 11 14:40:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
283
284 * ltconfig, ltmain.sh: New files for libtool support. libguile,
285 rx, gh and gtcltk-lib can now be build as shared libraries.
286 * Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh
287
01cf3840
JB
288Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
289
290 * Guile 1.0 released. This is the first release by the Free
291 Software Foundation; Cygnus has also released earlier versions of
292 Guile.
293
294 * GUILE-VERSION: Updated version number.
295 * NEWS: Added comments for all the user-visible changes marked in
296 the ChangeLogs.
297 * README: Updated for release.
298
0a67c27a
GH
299Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
300
301 * scsh: new directory.
302
733943b9
TT
303Mon Dec 2 17:33:04 1996 Tom Tromey <tromey@cygnus.com>
304
305 * configure.in: Generate doc/guile-programmer/Makefile and
306 doc/guile-user/Makefile.
307
308Sat Nov 30 23:45:54 1996 Tom Tromey <tromey@cygnus.com>
309
310 * aclocal.m4: Now automatically generated by aclocal.
311 * threads.m4: New file.
312 * guile.m4: New file.
313 * Makefile.am, doc/Makefile.am: New files.
314 * configure.in: Updated for Automake. Avoid excessively verbose
315 "greet" messages.
316
8a2c7b71
MG
317Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
318
319 * lgh: directory renamed to gh, along with all prefixes of the
320 high level library procedures.
321
1eaceb61
JB
322Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
323
324 * Makefile.in (TAGS tags): Find the source files in $srcdir.
325
a857bf16
JB
326Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
327
328 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
329
e5e0f394
MD
330Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
331
332 * configure.in: Added some configuration magic from the Cygnus
333 distribution.
334
335 * aclocal.m4: New file. For now used for thread support
336 configuration.
337
891ee51c
MG
338Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
339
7d41a049
MG
340 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
341
891ee51c
MG
342 * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
343 directories, to arrange for lgh to the last thing
344 configured/built.
345
84da179f 346Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
2be50ff5
MG
347
348 * lgh/: added the directory in which I implement the high level
349 libguile library (lgh_) for this release of Guile. See the
350 ChangeLog in there for further details.
351
ea332eb2
MG
352Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
353
354 * doc/ (guile-user and guile-programmer): added the guile-user and
355 guile-programmer directories which contain the user and programmer
356 manuals. See the ChangeLog entries there for detail.
357
21dc7b47
JB
358Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
359
360 * Makefile.in (distclean): Don't forget to delete doc/Makefile.
361
362 * Makefile.in (distclean): Don't forget to delete
363 config.build-subdirs.
364
de15ba3a
JB
365Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
366
367 * Makefile.in (tags): New name for `TAGS' target, which will
368 always run the commands.
369
1089e30d
JB
370Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
371
372 * README: Doc fixes.
373
228ada63
JB
374Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
375
376 * Makefile.in (TAGS): Produce a single tags file for all of Guile.
377
93ef5778
JB
378Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
379
380 * configure.in: Check for -ldl, so the check for Tcl won't fail
381 spuriously.
382
253efac3
JB
383Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
384
39b3bff6
JB
385 Change the way we decide whether to build gtcltk-lib, so that it's
386 omitted from the build process when appropriate, but never from
387 the dist process.
388 * configure.in: Don't edit all_subdirs depending on the
389 availability of Tk; let that be the list of all PLUGIN
390 subdirectories present, as it used to be. Instead, edit a new
391 variable, build_subdirs; write its final value, the list of
392 subdirs we do want to compile in, to config.build-subdirs.
393 Substitute that into the top-level Makefile too.
394 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
395 recurse on the subdirectories we should build.
396 (distdirs): Set this to @existingdirs@, so it includes the subdirs
397 we decided not to build.
398
253efac3
JB
399 * doc/gtcltk.texi: File resurrected from old Guile releases.
400 * doc/Makefile.in (info): Build the gtcltk documentation.
401 (DIST_FILES): Include it in the distribution.
402
403 * configure.in: If we can find the library for tcl7.5, build
404 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
405 compiler (not sure this is necessary).
406
795b4217
JB
407Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
408
409 * NEWS: Fix bug reporting address.
410
411Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
412
413 * AUTHORS: New file, in accordance with the GNU maintainers'
414 standards.
415
ce2cc116
JB
416Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
417
418 * README: Renamed from ANNOUNCE; include bug report address,
419 description, and short tour.
420 * INSTALL: Renamed from BUILDING.
421 * NEWS: New file.
422 * Makefile.in (DISTFILES): Update appropriately.
423
a44a755d
JB
424Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
425
0196b30a
JB
426 * doc/Makefile.in: Added pattern targets for creating DVI and
427 PostScript files.
428 (%.ps, %.dvi, %.txt): New targets.
429 (DVIPS, TEXI2DVI): New variables.
430
a44a755d
JB
431 * GUILE-VERSION: Updated to 1.0b3.
432
433 Rehashed distribution system, in preparation for nightly
434 snapshots. Other changes in subdirectories.
435 * Makefile.in (dist): Rewritten --- the old target was out of
436 date, dependent on files that we don't have, and relied on GNU
437 tar. The new target is simpler.
438 (VERSION, srcdir, dist_dirs): New variables.
439 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
440 TODO.
441 (localtreats): Variable removed. We don't have this file.
442 (info): cd to doc and make info there; don't make info in every
443 ${subdir}; those Makefiles don't know what to do.
444 (distname, distdir, treats, announcefile): Variables removed.
445 (manifest-file): Target removed.
446 (dist-dir): New target, responsible for distributable files in
447 this directory.
448 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
449 controlling the 'dist' target.
450 * configure.in: Substitute GUILE-VERSION into the top-level
451 Makefile. Build doc/Makefile from doc/Makefile.in.
452
453 * doc/Makefile.in: New file.