Changes from arch/CVS synchronization
authorLudovic Courtès <ludo@gnu.org>
Tue, 17 Jul 2007 08:39:35 +0000 (08:39 +0000)
committerLudovic Courtès <ludo@gnu.org>
Tue, 17 Jul 2007 08:39:35 +0000 (08:39 +0000)
ChangeLog
Makefile.am
NEWS
THANKS
autogen.sh
guile-readline/ChangeLog
libguile/ChangeLog
libguile/script.c

index 52be6a3..8a41a2d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2007-07-15  Ludovic Courtès  <ludo@gnu.org>
+
+       Guile 1.8.2 released.
+
+       * NEWS: Mention HP-UX/IA64 build fixes.
+
+       * THANKS: Added people who reported bugs or sent patches since
+       1.8.1.  Converted to UTF-8.
+
+       * README: Updated version number.
+
+       * Makefile.am (EXTRA_DIST): Removed `BUGS' (was outdated).
+
+       * ANON-CVS, HACKING, SNAPSHOTS: New, from the `workbook'
+       directory of the CVS repository.
+
+       * autogen.sh: Removed dependency on the `workbook' CVS
+       directory.
+
+       * GUILE-VERSION (GUILE_MICRO_VERSION): Set to 2.
+       (LIBGUILE_INTERFACE_CURRENT): Incremented due to new symbols.
+       (LIBGUILE_INTERFACE_REVISION): Set to 0.
+       (LIBGUILE_INTERFACE_AGE): Incremented.
+       (LIBGUILE_SRFI_SRFI_60_INTERFACE_REVISION): Incremented due to
+       bug fixes.
+
 2007-07-11  Ludovic Courtès  <ludo@gnu.org>
 
        * NEWS: Mention GOOPS `method-more-specific?' bug fix.
index 98b1c7e..49fc94a 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in.
 ##
-##     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2006 Free Software Foundation, Inc.
+##     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2006, 2007 Free Software Foundation, Inc.
 ##
 ##   This file is part of GUILE.
 ##
@@ -33,7 +33,7 @@ include_HEADERS = libguile.h
 
 # automake sometimes forgets to distribute acconfig.h,
 # apparently depending on the phase of the moon.
-EXTRA_DIST = LICENSE HACKING GUILE-VERSION ANON-CVS SNAPSHOTS BUGS
+EXTRA_DIST = LICENSE HACKING GUILE-VERSION ANON-CVS SNAPSHOTS
 
 TESTS = check-guile
 
diff --git a/NEWS b/NEWS
index 8f913e7..dc51174 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -46,7 +46,7 @@ Changes in 1.8.2 (since 1.8.1):
 the core bindings got priority, preventing SRFI replacements or
 extensions.)
 ** `regexp-exec' doesn't abort() on #\nul in the input or bad flags arg
-** `kill' on mingw throws an error for a pid other than oneself
+** `kill' on mingw throws an error for a PID other than oneself
 ** Procedure names are attached to procedure-with-setters
 ** Array read syntax works with negative lower bound
 ** `array-in-bounds?' fix if an array has different lower bounds on each index
@@ -59,7 +59,8 @@ This follows what it always did for "(* 0 inexact)".
 ** Small memory leaks have been fixed in `make-fluid' and `add-history'
 ** GOOPS: Fixed a bug in `method-more-specific?'
 ** Build problems on Solaris fixed
-** Build problems on Mingw fixed
+** Build problems on HP-UX IA64 fixed
+** Build problems on MinGW fixed
 
 \f
 Changes in 1.8.1 (since 1.8.0):
diff --git a/THANKS b/THANKS
index 6c805fe..f195eff 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -1,6 +1,7 @@
 Contributors since the last release:
 
            Rob Browning
+        Ludovic Courtès
          Stefan Jahn
            Neil Jerram
         Antoine Mathys
@@ -24,11 +25,11 @@ For fixes or providing information which led to a fix:
          Adrian Bunk
         Michael Carmack
         Stephen Compall
-        Ludovic Courtès
           Brian Crowder
     Christopher Cramer
           Hyper Division
       Alexandre Duret-Lutz
+           Nils Durner
          John W Eaton
        Clinton Ebadi
         Charles Gagnon
@@ -36,9 +37,11 @@ For fixes or providing information which led to a fix:
            Eric Gillespie, Jr
            John Goerzen
            Mike Gran
+         Szavai Gyula
           Sven Hartrumpf
           Eric Hanchrow
             Sam Hocevar
+           Ales Hvezda
           Peter Ivanyi
        Wolfgang Jaehrling
          Aubrey Jaffer
@@ -46,12 +49,15 @@ For fixes or providing information which led to a fix:
           Steve Juranich
         Richard Kim
           Bruce Korb
-       Matthias Köppe
+       Matthias Köppe
            Matt Kraai
        Miroslav Lichvar
            Jeff Long
+         Marco Maggi
+            Dan McMahill
         Han-Wen Nienhuys
             Jan Nieuwenhuizen
+         Hrvoje Nikšić
          Stefan Nordhausen
          Roland Orre
          Pieter Pareit
@@ -62,21 +68,30 @@ For fixes or providing information which led to a fix:
          Carlos Pita
             Ken Raeburn
         Andreas Rottmann
-         Kevin Ryde
+           Hugh Sasse
          Werner Scheinast
           Bill Schottstaedt
+          Scott Shedden
            Alex Shinn
          Daniel Skarda
+          Cesar Strauss
         Richard Todd
           Issac Trotts
            Greg Troxel
+       Aaron M. Ucko
         Momchil Velikov
      Panagiotis Vossos
         Neil W. Van Dyke
           Aaron VanDevender
-       Andreas Vögele
+       Andreas Vögele
         Michael Talbot-Wilson
         Michael Tuexen
+            Jon Wilson
            Andy Wingo
           Keith Wright
         William Xu
+
+
+;; Local Variables:
+;; coding: utf-8
+;; End:
index 384838f..1a566de 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Usage: sh -x ./autogen.sh [WORKBOOK]
+# Usage: sh -x ./autogen.sh
 
 set -e
 
@@ -8,34 +8,6 @@ set -e
   exit 1
 }
 
-######################################################################
-### Find workbook and make symlinks.
-
-workbook=../workbook                    # assume "cvs co hack"
-test x$1 = x || workbook=$1
-if [ ! -d $workbook ] ; then
-    echo "ERROR: could not find workbook dir"
-    echo "       re-run like so: $0 WORKBOOK"
-    exit 1
-fi
-: found workbook at $workbook
-workbook=`(cd $workbook ; pwd)`
-
-workbookdistfiles="ANON-CVS HACKING SNAPSHOTS"
-for f in $workbookdistfiles ; do
-    rm -f $f
-    ln -s $workbook/build/dist-files/$f $f
-done
-rm -f examples/example.gdbinit
-ln -s $workbook/build/dist-files/.gdbinit examples/example.gdbinit
-
-# TODO: This should be moved to dist-guile
-mscripts=../guile-scripts
-if test -x $mscripts/render-bugs ; then
-  rm -f BUGS
-  $mscripts/render-bugs > BUGS
-fi
-
 ######################################################################
 ### announce build tool versions
 echo ""
index b6797b4..94cd83e 100644 (file)
@@ -1,3 +1,8 @@
+2007-07-15  Ludovic Courtès  <ludo@gnu.org>
+
+       * LIBGUILEREADLINE-VERSION
+       (LIBGUILEREADLINE_INTERFACE_REVISION): Incremented for release.
+
 2007-06-26  Ludovic Courtès  <ludo@gnu.org>
 
        * readline.c (scm_add_history): Free S after invocation of
index 340b64d..2e3d816 100644 (file)
@@ -1,3 +1,7 @@
+2007-07-15  Ludovic Courtès  <ludo@gnu.org>
+
+       * script.c (scm_compile_shell_switches): Updated copyright year.
+
 2007-07-11  Ludovic Courtès  <ludo@gnu.org>
 
        * goops.c (scm_sys_method_more_specific_p): Added docstring.
index e3425e1..b024378 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
@@ -635,7 +635,7 @@ scm_compile_shell_switches (int argc, char **argv)
        {
          /* Print version number.  */
          printf ("Guile %s\n"
-                 "Copyright (c) 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation\n"
+                 "Copyright (c) 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation\n"
                  "Guile may be distributed under the terms of the GNU General Public Licence;\n"
                  "certain other uses are permitted as well.  For details, see the file\n"
                  "`COPYING', which is included in the Guile distribution.\n"