mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-17 03:00:21 +02:00
*** empty log message ***
This commit is contained in:
parent
914dd9fc97
commit
3ebfb6eaa2
1 changed files with 51 additions and 25 deletions
76
ChangeLog
76
ChangeLog
|
@ -1,3 +1,29 @@
|
||||||
|
2002-02-09 Thien-Thi Nguyen <ttn@glug.org>
|
||||||
|
|
||||||
|
* acinclude.m4: Remove embedded libtool.m4.
|
||||||
|
AC_LANG not a variable now -- use __cplusplus unconditionally.
|
||||||
|
|
||||||
|
* configure.in (AC_STRUCT_ST_RDEV, AC_STRUCT_ST_BLKSIZE): No
|
||||||
|
longer use these. Instead use AC_CHECK_MEMBERS.
|
||||||
|
|
||||||
|
(AC_STRUCT_ST_BLOCKS): Use instead of ad-hoc test.
|
||||||
|
|
||||||
|
Use AC_PREREQ, AC_INIT and AC_CONFIG_SRCDIR sequence
|
||||||
|
instead of lone AC_INIT.
|
||||||
|
|
||||||
|
Use AC_CONFIG_FILES, AC_CONFIG_COMMANDS and AC_OUTPUT sequence
|
||||||
|
instead of lone AC_OUTPUT.
|
||||||
|
|
||||||
|
(AC_CONFIG_FILES): Add test-suite/Makefile and check-guile.
|
||||||
|
(AC_CONFIG_COMMANDS): Also chmod +x check-guile.
|
||||||
|
|
||||||
|
* check-guile.in: Back port from 1.9, with the following exception:
|
||||||
|
Set "-e" at the start.
|
||||||
|
|
||||||
|
* autogen.sh: Also pass "--force" to libtoolize.
|
||||||
|
Add recursion into libltdl.
|
||||||
|
Add "now run configure" message.
|
||||||
|
|
||||||
2000-06-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
|
2000-06-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
|
||||||
|
|
||||||
* Guile 1.4 released.
|
* Guile 1.4 released.
|
||||||
|
@ -38,11 +64,11 @@
|
||||||
|
|
||||||
* configure.in: added AC_SUBST lines for the new LIBGUILE version
|
* configure.in: added AC_SUBST lines for the new LIBGUILE version
|
||||||
variables.
|
variables.
|
||||||
|
|
||||||
2000-06-01 Michael Livshin <mlivshin@bigfoot.com>
|
2000-06-01 Michael Livshin <mlivshin@bigfoot.com>
|
||||||
|
|
||||||
* autogen.sh: call ./guile-aclocal.sh instead of aclocal.
|
* autogen.sh: call ./guile-aclocal.sh instead of aclocal.
|
||||||
|
|
||||||
* guile-aclocal.sh: new file, works around aclocal problems.
|
* guile-aclocal.sh: new file, works around aclocal problems.
|
||||||
|
|
||||||
2000-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
2000-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||||
|
@ -141,7 +167,7 @@ Tue Jan 11 13:42:35 2000 Greg J. Badros <gjb@cs.washington.edu>
|
||||||
* autogen.sh: Added messages as we run autogen in subdirectories.
|
* autogen.sh: Added messages as we run autogen in subdirectories.
|
||||||
|
|
||||||
* configure.in: Output libugile/guile-func-name-check script, and
|
* configure.in: Output libugile/guile-func-name-check script, and
|
||||||
chmod +x it.
|
chmod +x it.
|
||||||
|
|
||||||
2000-01-11 Marius Vollmer <mvo@zagadka.ping.de>
|
2000-01-11 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
|
@ -156,7 +182,7 @@ Tue Jan 11 13:42:35 2000 Greg J. Badros <gjb@cs.washington.edu>
|
||||||
|
|
||||||
* configure.in: Make "--with-modules=yes" the default. Do not
|
* configure.in: Make "--with-modules=yes" the default. Do not
|
||||||
clear INCLTDL, LIBLTDL prior to processing "--with-modules".
|
clear INCLTDL, LIBLTDL prior to processing "--with-modules".
|
||||||
|
|
||||||
1999-07-25 Thomas Tanner <tanner@ffii.org>
|
1999-07-25 Thomas Tanner <tanner@ffii.org>
|
||||||
|
|
||||||
* Makefile.am: add libltdl to SUBDIRS, automake automatically
|
* Makefile.am: add libltdl to SUBDIRS, automake automatically
|
||||||
|
@ -189,7 +215,7 @@ Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
|
||||||
|
|
||||||
1999-12-12 Greg J. Badros <gjb@cs.washington.edu>
|
1999-12-12 Greg J. Badros <gjb@cs.washington.edu>
|
||||||
|
|
||||||
* configure.in: Create guile-doc-snarf, chmod +x that script after
|
* configure.in: Create guile-doc-snarf, chmod +x that script after
|
||||||
AC_OUTPUTted.
|
AC_OUTPUTted.
|
||||||
|
|
||||||
1999-12-10 Greg J. Badros <gjb@cs.washington.edu>
|
1999-12-10 Greg J. Badros <gjb@cs.washington.edu>
|
||||||
|
@ -219,7 +245,7 @@ Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
|
||||||
guile-readline's autogen.sh script.
|
guile-readline's autogen.sh script.
|
||||||
|
|
||||||
Straighten up the situation regarding guile.m4 and qthreads.m4.
|
Straighten up the situation regarding guile.m4 and qthreads.m4.
|
||||||
|
|
||||||
We can't have .m4 files which are installed where aclocal can
|
We can't have .m4 files which are installed where aclocal can
|
||||||
see them, but also used by guile's own configure.in, because
|
see them, but also used by guile's own configure.in, because
|
||||||
aclocal will read both copies, complain about duplicate macro
|
aclocal will read both copies, complain about duplicate macro
|
||||||
|
@ -300,7 +326,7 @@ Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
|
||||||
* configure.in (GUILE_STAMP): Don't set this variable, or
|
* configure.in (GUILE_STAMP): Don't set this variable, or
|
||||||
substitute it into anything. Full explanation in ice-9/ChangeLog.
|
substitute it into anything. Full explanation in ice-9/ChangeLog.
|
||||||
* configure, Makefile.in: Regenerated.
|
* configure, Makefile.in: Regenerated.
|
||||||
|
|
||||||
1999-09-06 James Blandy <jimb@mule.m17n.org>
|
1999-09-06 James Blandy <jimb@mule.m17n.org>
|
||||||
|
|
||||||
Propagate the changes of 2 Sept the rest of the way through.
|
Propagate the changes of 2 Sept the rest of the way through.
|
||||||
|
@ -360,7 +386,7 @@ Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
|
||||||
* Makefile.am: Likewise for make.
|
* Makefile.am: Likewise for make.
|
||||||
* NEWS: Explain how to activate the readline support.
|
* NEWS: Explain how to activate the readline support.
|
||||||
* configure, Makefile.in: Regenerated.
|
* configure, Makefile.in: Regenerated.
|
||||||
|
|
||||||
1999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
|
1999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
|
||||||
|
|
||||||
Fixes for EMX from Mikael Ståldal.
|
Fixes for EMX from Mikael Ståldal.
|
||||||
|
@ -400,7 +426,7 @@ Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
|
||||||
1.4, libtool 1.2f (1.385 1999/03/15 17:24:54). I've upgraded to
|
1.4, libtool 1.2f (1.385 1999/03/15 17:24:54). I've upgraded to
|
||||||
all the right tools, according to README, but I'm still getting
|
all the right tools, according to README, but I'm still getting
|
||||||
different results than Mikael is. Hmm.
|
different results than Mikael is. Hmm.
|
||||||
|
|
||||||
1999-03-22 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
|
1999-03-22 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
|
||||||
|
|
||||||
* New libtool: 1.2f
|
* New libtool: 1.2f
|
||||||
|
@ -519,7 +545,7 @@ Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
|
||||||
1998-10-12 Jim Blandy <jimb@zwingli.cygnus.com>
|
1998-10-12 Jim Blandy <jimb@zwingli.cygnus.com>
|
||||||
|
|
||||||
* configure: Regenerated.
|
* configure: Regenerated.
|
||||||
|
|
||||||
* configure.in (GUILE_FUNC_DECLARED): Name the cache variables
|
* configure.in (GUILE_FUNC_DECLARED): Name the cache variables
|
||||||
starting with guile_cv_; ac_cv_ is autoconf's namespace.
|
starting with guile_cv_; ac_cv_ is autoconf's namespace.
|
||||||
|
|
||||||
|
@ -544,11 +570,11 @@ Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
|
||||||
regression from 1.3a, but everyone knows that the next release is
|
regression from 1.3a, but everyone knows that the next release is
|
||||||
1.3, I want to switch to a more coherent version numbering system,
|
1.3, I want to switch to a more coherent version numbering system,
|
||||||
and now is the time.
|
and now is the time.
|
||||||
|
|
||||||
1998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
|
1998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
|
||||||
|
|
||||||
* configure.in: Call AC_C_INLINE, so we can use inline happily in
|
* configure.in: Call AC_C_INLINE, so we can use inline happily in
|
||||||
libguile.
|
libguile.
|
||||||
* configure: Regenerated.
|
* configure: Regenerated.
|
||||||
|
|
||||||
1998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
|
1998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
|
||||||
|
@ -579,7 +605,7 @@ Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
|
||||||
* configure.in (FD_SETTER, FILE_CNT_GPTR): New cases for SCO's
|
* configure.in (FD_SETTER, FILE_CNT_GPTR): New cases for SCO's
|
||||||
stdio implementation. (Thanks to David Tillman.)
|
stdio implementation. (Thanks to David Tillman.)
|
||||||
* configure: Rebuilt.
|
* configure: Rebuilt.
|
||||||
|
|
||||||
* guile-config: Renamed from `build'.
|
* guile-config: Renamed from `build'.
|
||||||
* Makefile.am (SUBDIRS): Mention `guile-config', not `build'.
|
* Makefile.am (SUBDIRS): Mention `guile-config', not `build'.
|
||||||
* configure.in: Create `guile-config/Makefile.in', not
|
* configure.in: Create `guile-config/Makefile.in', not
|
||||||
|
@ -633,11 +659,11 @@ Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
|
||||||
public version of automake, not the hacked Cygnus version.
|
public version of automake, not the hacked Cygnus version.
|
||||||
* config.guess, config.sub, ltconfig, ltmain.sh: New versions from
|
* config.guess, config.sub, ltconfig, ltmain.sh: New versions from
|
||||||
libtool.
|
libtool.
|
||||||
|
|
||||||
* configure.in, qthreads.m4: Display a message about how the
|
* configure.in, qthreads.m4: Display a message about how the
|
||||||
threads configuration went.
|
threads configuration went.
|
||||||
* aclocal.m4, configure: Regenerated.
|
* aclocal.m4, configure: Regenerated.
|
||||||
|
|
||||||
1998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
|
1998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
|
||||||
|
|
||||||
Remove the TOTORO kludge. We're not doing snapshots any more, so
|
Remove the TOTORO kludge. We're not doing snapshots any more, so
|
||||||
|
@ -767,7 +793,7 @@ Sun Dec 7 06:11:24 1997 Gary Houston <ghouston@actrix.gen.nz>
|
||||||
* configure.in: Use it.
|
* configure.in: Use it.
|
||||||
* configure: Regenerated.
|
* configure: Regenerated.
|
||||||
* acconfig.h (DLSYM_ADDS_USCORE): New #define.
|
* acconfig.h (DLSYM_ADDS_USCORE): New #define.
|
||||||
|
|
||||||
1997-10-26 Mikael Djurfeldt <mdj@nada.kth.se>
|
1997-10-26 Mikael Djurfeldt <mdj@nada.kth.se>
|
||||||
|
|
||||||
* README (libtool): Tell people to use version 1.0e.
|
* README (libtool): Tell people to use version 1.0e.
|
||||||
|
@ -894,7 +920,7 @@ Sat Jun 28 16:13:43 1997 Tim Pierce <twp@twp.tezcat.com>
|
||||||
Thu Jun 26 20:43:31 1997 Jim Blandy <jimb@floss.red-bean.com>
|
Thu Jun 26 20:43:31 1997 Jim Blandy <jimb@floss.red-bean.com>
|
||||||
|
|
||||||
* Guile 1.2 released.
|
* Guile 1.2 released.
|
||||||
|
|
||||||
* configure.in: Check for librx after libm; fundamentals need to
|
* configure.in: Check for librx after libm; fundamentals need to
|
||||||
come first.
|
come first.
|
||||||
* configure: Regenerated.
|
* configure: Regenerated.
|
||||||
|
@ -912,7 +938,7 @@ Sun Jun 22 15:43:07 1997 Jim Blandy <jimb@floss.red-bean.com>
|
||||||
sending in bug reports.
|
sending in bug reports.
|
||||||
* configure.in: Provide libguile its version information through a
|
* configure.in: Provide libguile its version information through a
|
||||||
separate header file generated by the Makefile, not through
|
separate header file generated by the Makefile, not through
|
||||||
scmconfig.h.
|
scmconfig.h.
|
||||||
(GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):
|
(GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):
|
||||||
AC_SUBST these, instead of AC_DEFINE'ing them.
|
AC_SUBST these, instead of AC_DEFINE'ing them.
|
||||||
(GUILE_STAMP): New AC_SUBST: the time we configured the tree.
|
(GUILE_STAMP): New AC_SUBST: the time we configured the tree.
|
||||||
|
@ -1021,7 +1047,7 @@ Mon May 12 18:29:45 1997 Jim Blandy <jimb@floss.cyclic.com>
|
||||||
|
|
||||||
Thu May 8 11:48:40 1997 Anthony Green <green@hoser.cygnus.com>
|
Thu May 8 11:48:40 1997 Anthony Green <green@hoser.cygnus.com>
|
||||||
|
|
||||||
* aclocal.m4: Fixes for building with coop threads in a
|
* aclocal.m4: Fixes for building with coop threads in a
|
||||||
seperate compilation directory.
|
seperate compilation directory.
|
||||||
* configure: Rebuilt.
|
* configure: Rebuilt.
|
||||||
|
|
||||||
|
@ -1034,7 +1060,7 @@ Fri May 2 16:24:15 1997 Jim Blandy <jimb@floss.cyclic.com>
|
||||||
* configure.in: When configuring qt, sunos needs the underscore
|
* configure.in: When configuring qt, sunos needs the underscore
|
||||||
files; Solaris and Linux both need the normal files.
|
files; Solaris and Linux both need the normal files.
|
||||||
* configure: Reebilt.
|
* configure: Reebilt.
|
||||||
|
|
||||||
Thu May 1 15:35:49 1997 Jim Blandy <jimb@floss.cyclic.com>
|
Thu May 1 15:35:49 1997 Jim Blandy <jimb@floss.cyclic.com>
|
||||||
|
|
||||||
* configure.in: Get the paths for qt's md files right, so it can
|
* configure.in: Get the paths for qt's md files right, so it can
|
||||||
|
@ -1082,7 +1108,7 @@ Fri Apr 11 15:43:07 1997 Jim Blandy <jimb@totoro.cyclic.com>
|
||||||
|
|
||||||
* ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
|
* ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
|
||||||
* README: Say where to find libtool 0.9d.
|
* README: Say where to find libtool 0.9d.
|
||||||
|
|
||||||
Wed Apr 9 17:51:13 1997 Jim Blandy <jimb@floss.cyclic.com>
|
Wed Apr 9 17:51:13 1997 Jim Blandy <jimb@floss.cyclic.com>
|
||||||
|
|
||||||
Changes to work with automake-1.1n, which has better libtool
|
Changes to work with automake-1.1n, which has better libtool
|
||||||
|
@ -1109,7 +1135,7 @@ Sat Mar 15 01:11:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
||||||
Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
||||||
|
|
||||||
* ltconfig, ltmain.sh: New versions from libtool-0.9.
|
* ltconfig, ltmain.sh: New versions from libtool-0.9.
|
||||||
|
|
||||||
* configure.in: Added AM_MAINTAINER_MODE
|
* configure.in: Added AM_MAINTAINER_MODE
|
||||||
|
|
||||||
Fri Feb 7 17:57:46 1997 Jim Blandy <jimb@floss.cyclic.com>
|
Fri Feb 7 17:57:46 1997 Jim Blandy <jimb@floss.cyclic.com>
|
||||||
|
@ -1137,7 +1163,7 @@ Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
|
||||||
* Guile 1.0 released. This is the first release by the Free
|
* Guile 1.0 released. This is the first release by the Free
|
||||||
Software Foundation; Cygnus has also released earlier versions of
|
Software Foundation; Cygnus has also released earlier versions of
|
||||||
Guile.
|
Guile.
|
||||||
|
|
||||||
* GUILE-VERSION: Updated version number.
|
* GUILE-VERSION: Updated version number.
|
||||||
* NEWS: Added comments for all the user-visible changes marked in
|
* NEWS: Added comments for all the user-visible changes marked in
|
||||||
the ChangeLogs.
|
the ChangeLogs.
|
||||||
|
@ -1168,7 +1194,7 @@ Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
|
||||||
|
|
||||||
Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
|
Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
|
||||||
|
|
||||||
* Makefile.in (TAGS tags): Find the source files in $srcdir.
|
* Makefile.in (TAGS tags): Find the source files in $srcdir.
|
||||||
|
|
||||||
Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
|
Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
|
||||||
|
|
||||||
|
@ -1181,7 +1207,7 @@ Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
|
||||||
|
|
||||||
* aclocal.m4: New file. For now used for thread support
|
* aclocal.m4: New file. For now used for thread support
|
||||||
configuration.
|
configuration.
|
||||||
|
|
||||||
Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
|
Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
|
||||||
|
|
||||||
* Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
|
* Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue