From df4497227344b13df10e2a4f7ae8811a5fbaca17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 17 Jul 2007 08:39:35 +0000 Subject: [PATCH] Changes from arch/CVS synchronization --- ChangeLog | 26 ++++++++++++++++++++++++++ Makefile.am | 4 ++-- NEWS | 5 +++-- THANKS | 23 +++++++++++++++++++---- autogen.sh | 30 +----------------------------- guile-readline/ChangeLog | 5 +++++ libguile/ChangeLog | 4 ++++ libguile/script.c | 4 ++-- 8 files changed, 62 insertions(+), 39 deletions(-) diff --git a/ChangeLog b/ChangeLog index 52be6a3f6..8a41a2d6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2007-07-15 Ludovic Courtès + + 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 * NEWS: Mention GOOPS `method-more-specific?' bug fix. diff --git a/Makefile.am b/Makefile.am index 98b1c7e4a..49fc94a8b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 8f913e7bc..dc5117490 100644 --- 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 Changes in 1.8.1 (since 1.8.0): diff --git a/THANKS b/THANKS index 6c805fe31..f195effd2 100644 --- 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: diff --git a/autogen.sh b/autogen.sh index 384838f11..1a566de1d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 "" diff --git a/guile-readline/ChangeLog b/guile-readline/ChangeLog index b6797b489..94cd83e71 100644 --- a/guile-readline/ChangeLog +++ b/guile-readline/ChangeLog @@ -1,3 +1,8 @@ +2007-07-15 Ludovic Courtès + + * LIBGUILEREADLINE-VERSION + (LIBGUILEREADLINE_INTERFACE_REVISION): Incremented for release. + 2007-06-26 Ludovic Courtès * readline.c (scm_add_history): Free S after invocation of diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 340b64d1a..2e3d81689 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,7 @@ +2007-07-15 Ludovic Courtès + + * script.c (scm_compile_shell_switches): Updated copyright year. + 2007-07-11 Ludovic Courtès * goops.c (scm_sys_method_more_specific_p): Added docstring. diff --git a/libguile/script.c b/libguile/script.c index e3425e108..b024378c1 100644 --- a/libguile/script.c +++ b/libguile/script.c @@ -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"