guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core ChangeLog


From: Thien-Thi Nguyen
Subject: guile/guile-core ChangeLog
Date: Sun, 25 Mar 2001 10:49:08 -0800

CVSROOT:        /cvs
Module name:    guile
Changes by:     Thien-Thi Nguyen <address@hidden>       01/03/25 10:49:08

Modified files:
        guile-core     : ChangeLog 

Log message:
        *** empty log message ***

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/ChangeLog.diff?r1=1.227&r2=1.228

Patches:
Index: guile/guile-core/ChangeLog
diff -u guile/guile-core/ChangeLog:1.227 guile/guile-core/ChangeLog:1.228
--- guile/guile-core/ChangeLog:1.227    Mon Mar 19 14:46:20 2001
+++ guile/guile-core/ChangeLog  Sun Mar 25 10:49:08 2001
@@ -1,3 +1,8 @@
+2001-03-25  Thien-Thi Nguyen  <address@hidden>
+
+       * check-guile.in: Fix sh standard conformance bug: Replace
+       "test -e" with "test -f".  Thanks to Alexander Klimov.
+
 2001-03-19  Gary Houston  <address@hidden>
 
        * check-guile.in: rename $parent to $srcdir.  if it's equal to "."
@@ -131,11 +136,11 @@
 
        * configure.in: added AC_SUBST lines for the new LIBGUILE version
        variables.
-       
+
 2000-06-01  Michael Livshin  <address@hidden>
 
        * autogen.sh: call ./guile-aclocal.sh instead of aclocal.
-       
+
        * guile-aclocal.sh: new file, works around aclocal problems.
 
 2000-05-30  Dirk Herrmann  <address@hidden>
@@ -234,7 +239,7 @@
        * autogen.sh: Added messages as we run autogen in subdirectories.
 
        * configure.in: Output libugile/guile-func-name-check script, and
-       chmod +x it. 
+       chmod +x it.
 
 2000-01-11  Marius Vollmer  <address@hidden>
 
@@ -249,7 +254,7 @@
 
        * configure.in: Make "--with-modules=yes" the default.  Do not
        clear INCLTDL, LIBLTDL prior to processing "--with-modules".
-       
+
     1999-07-25  Thomas Tanner  <address@hidden>
 
            * Makefile.am: add libltdl to SUBDIRS, automake automatically
@@ -282,7 +287,7 @@
 
 1999-12-12  Greg J. Badros  <address@hidden>
 
-       * configure.in: Create guile-doc-snarf, chmod +x that script after 
+       * configure.in: Create guile-doc-snarf, chmod +x that script after
        AC_OUTPUTted.
 
 1999-12-10  Greg J. Badros  <address@hidden>
@@ -312,7 +317,7 @@
        guile-readline's autogen.sh script.
 
        Straighten up the situation regarding guile.m4 and qthreads.m4.
-       
+
        We can't have .m4 files which are installed where aclocal can
        see them, but also used by guile's own configure.in, because
        aclocal will read both copies, complain about duplicate macro
@@ -393,7 +398,7 @@
        * configure.in (GUILE_STAMP): Don't set this variable, or
        substitute it into anything.  Full explanation in ice-9/ChangeLog.
        * configure, Makefile.in: Regenerated.
-       
+
 1999-09-06  James Blandy  <address@hidden>
 
        Propagate the changes of 2 Sept the rest of the way through.
@@ -453,7 +458,7 @@
        * Makefile.am: Likewise for make.
        * NEWS: Explain how to activate the readline support.
        * configure, Makefile.in: Regenerated.
-       
+
 1999-07-19  Jim Blandy  <address@hidden>
 
        Fixes for EMX from Mikael Ståldal.
@@ -493,7 +498,7 @@
        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
        different results than Mikael is.  Hmm.
-       
+
 1999-03-22  Mikael Djurfeldt  <address@hidden>
 
        * New libtool: 1.2f
@@ -612,7 +617,7 @@
 1998-10-12  Jim Blandy  <address@hidden>
 
        * configure: Regenerated.
-       
+
        * configure.in (GUILE_FUNC_DECLARED): Name the cache variables
        starting with guile_cv_; ac_cv_ is autoconf's namespace.
 
@@ -637,11 +642,11 @@
        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,
        and now is the time.
-       
+
 1998-10-09  Jim Blandy  <address@hidden>
 
        * configure.in: Call AC_C_INLINE, so we can use inline happily in
-       libguile. 
+       libguile.
        * configure: Regenerated.
 
 1998-10-07  Jim Blandy  <address@hidden>
@@ -672,7 +677,7 @@
        * configure.in (FD_SETTER, FILE_CNT_GPTR): New cases for SCO's
        stdio implementation.  (Thanks to David Tillman.)
        * configure: Rebuilt.
-       
+
        * guile-config: Renamed from `build'.
        * Makefile.am (SUBDIRS): Mention `guile-config', not `build'.
        * configure.in: Create `guile-config/Makefile.in', not
@@ -726,11 +731,11 @@
        public version of automake, not the hacked Cygnus version.
        * config.guess, config.sub, ltconfig, ltmain.sh: New versions from
        libtool.
-       
+
        * configure.in, qthreads.m4: Display a message about how the
        threads configuration went.
        * aclocal.m4, configure: Regenerated.
-       
+
 1998-07-28  Jim Blandy  <address@hidden>
 
        Remove the TOTORO kludge.  We're not doing snapshots any more, so
@@ -860,7 +865,7 @@
        * configure.in: Use it.
        * configure: Regenerated.
        * acconfig.h (DLSYM_ADDS_USCORE): New #define.
-       
+
 1997-10-26  Mikael Djurfeldt  <address@hidden>
 
        * README (libtool): Tell people to use version 1.0e.
@@ -987,7 +992,7 @@
 Thu Jun 26 20:43:31 1997  Jim Blandy  <address@hidden>
 
        * Guile 1.2 released.
-       
+
        * configure.in: Check for librx after libm; fundamentals need to
        come first.
        * configure: Regenerated.
@@ -1005,7 +1010,7 @@
        sending in bug reports.
        * configure.in: Provide libguile its version information through a
        separate header file generated by the Makefile, not through
-       scmconfig.h.  
+       scmconfig.h.
        (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):
        AC_SUBST these, instead of AC_DEFINE'ing them.
        (GUILE_STAMP): New AC_SUBST: the time we configured the tree.
@@ -1114,7 +1119,7 @@
 
 Thu May  8 11:48:40 1997  Anthony Green  <address@hidden>
 
-       * aclocal.m4: Fixes for building with coop threads in a 
+       * aclocal.m4: Fixes for building with coop threads in a
        seperate compilation directory.
        * configure: Rebuilt.
 
@@ -1127,7 +1132,7 @@
        * configure.in: When configuring qt, sunos needs the underscore
        files; Solaris and Linux both need the normal files.
        * configure: Reebilt.
-       
+
 Thu May  1 15:35:49 1997  Jim Blandy  <address@hidden>
 
        * configure.in: Get the paths for qt's md files right, so it can
@@ -1175,7 +1180,7 @@
 
        * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
        * README: Say where to find libtool 0.9d.
-       
+
 Wed Apr  9 17:51:13 1997  Jim Blandy  <address@hidden>
 
        Changes to work with automake-1.1n, which has better libtool
@@ -1202,7 +1207,7 @@
 Mon Feb 24 21:43:26 1997  Mikael Djurfeldt  <address@hidden>
 
        * ltconfig, ltmain.sh: New versions from libtool-0.9.
-       
+
        * configure.in: Added AM_MAINTAINER_MODE
 
 Fri Feb  7 17:57:46 1997  Jim Blandy  <address@hidden>
@@ -1230,7 +1235,7 @@
        * Guile 1.0 released.  This is the first release by the Free
        Software Foundation; Cygnus has also released earlier versions of
        Guile.
-       
+
        * GUILE-VERSION: Updated version number.
        * NEWS: Added comments for all the user-visible changes marked in
        the ChangeLogs.
@@ -1261,7 +1266,7 @@
 
 Thu Oct 10 14:37:43 1996  Jim Blandy  <address@hidden>
 
-       * 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  <address@hidden>
 
@@ -1274,7 +1279,7 @@
 
        * aclocal.m4: New file.  For now used for thread support
        configuration.
-       
+
 Fri Sep 13 14:39:30 1996  Mark Galassi  <address@hidden>
 
        * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES



reply via email to

[Prev in Thread] Current Thread [Next in Thread]