1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Changes from arch/CVS synchronization

This commit is contained in:
Ludovic Courtès 2007-07-17 08:39:35 +00:00
parent b1f57ea4ce
commit df44972273
8 changed files with 62 additions and 39 deletions

View file

@ -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> 2007-07-11 Ludovic Courtès <ludo@gnu.org>
* NEWS: Mention GOOPS `method-more-specific?' bug fix. * NEWS: Mention GOOPS `method-more-specific?' bug fix.

View file

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in. ## 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. ## This file is part of GUILE.
## ##
@ -33,7 +33,7 @@ include_HEADERS = libguile.h
# automake sometimes forgets to distribute acconfig.h, # automake sometimes forgets to distribute acconfig.h,
# apparently depending on the phase of the moon. # 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 TESTS = check-guile

5
NEWS
View file

@ -46,7 +46,7 @@ Changes in 1.8.2 (since 1.8.1):
the core bindings got priority, preventing SRFI replacements or the core bindings got priority, preventing SRFI replacements or
extensions.) extensions.)
** `regexp-exec' doesn't abort() on #\nul in the input or bad flags arg ** `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 ** Procedure names are attached to procedure-with-setters
** Array read syntax works with negative lower bound ** Array read syntax works with negative lower bound
** `array-in-bounds?' fix if an array has different lower bounds on each index ** `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' ** Small memory leaks have been fixed in `make-fluid' and `add-history'
** GOOPS: Fixed a bug in `method-more-specific?' ** GOOPS: Fixed a bug in `method-more-specific?'
** Build problems on Solaris fixed ** 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): Changes in 1.8.1 (since 1.8.0):

23
THANKS
View file

@ -1,6 +1,7 @@
Contributors since the last release: Contributors since the last release:
Rob Browning Rob Browning
Ludovic Courtès
Stefan Jahn Stefan Jahn
Neil Jerram Neil Jerram
Antoine Mathys Antoine Mathys
@ -24,11 +25,11 @@ For fixes or providing information which led to a fix:
Adrian Bunk Adrian Bunk
Michael Carmack Michael Carmack
Stephen Compall Stephen Compall
Ludovic Courtès
Brian Crowder Brian Crowder
Christopher Cramer Christopher Cramer
Hyper Division Hyper Division
Alexandre Duret-Lutz Alexandre Duret-Lutz
Nils Durner
John W Eaton John W Eaton
Clinton Ebadi Clinton Ebadi
Charles Gagnon Charles Gagnon
@ -36,9 +37,11 @@ For fixes or providing information which led to a fix:
Eric Gillespie, Jr Eric Gillespie, Jr
John Goerzen John Goerzen
Mike Gran Mike Gran
Szavai Gyula
Sven Hartrumpf Sven Hartrumpf
Eric Hanchrow Eric Hanchrow
Sam Hocevar Sam Hocevar
Ales Hvezda
Peter Ivanyi Peter Ivanyi
Wolfgang Jaehrling Wolfgang Jaehrling
Aubrey Jaffer Aubrey Jaffer
@ -46,12 +49,15 @@ For fixes or providing information which led to a fix:
Steve Juranich Steve Juranich
Richard Kim Richard Kim
Bruce Korb Bruce Korb
Matthias Köppe Matthias Köppe
Matt Kraai Matt Kraai
Miroslav Lichvar Miroslav Lichvar
Jeff Long Jeff Long
Marco Maggi
Dan McMahill
Han-Wen Nienhuys Han-Wen Nienhuys
Jan Nieuwenhuizen Jan Nieuwenhuizen
Hrvoje Nikšić
Stefan Nordhausen Stefan Nordhausen
Roland Orre Roland Orre
Pieter Pareit Pieter Pareit
@ -62,21 +68,30 @@ For fixes or providing information which led to a fix:
Carlos Pita Carlos Pita
Ken Raeburn Ken Raeburn
Andreas Rottmann Andreas Rottmann
Kevin Ryde Hugh Sasse
Werner Scheinast Werner Scheinast
Bill Schottstaedt Bill Schottstaedt
Scott Shedden
Alex Shinn Alex Shinn
Daniel Skarda Daniel Skarda
Cesar Strauss
Richard Todd Richard Todd
Issac Trotts Issac Trotts
Greg Troxel Greg Troxel
Aaron M. Ucko
Momchil Velikov Momchil Velikov
Panagiotis Vossos Panagiotis Vossos
Neil W. Van Dyke Neil W. Van Dyke
Aaron VanDevender Aaron VanDevender
Andreas Vögele Andreas Vögele
Michael Talbot-Wilson Michael Talbot-Wilson
Michael Tuexen Michael Tuexen
Jon Wilson
Andy Wingo Andy Wingo
Keith Wright Keith Wright
William Xu William Xu
;; Local Variables:
;; coding: utf-8
;; End:

View file

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
# Usage: sh -x ./autogen.sh [WORKBOOK] # Usage: sh -x ./autogen.sh
set -e set -e
@ -8,34 +8,6 @@ set -e
exit 1 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 ### announce build tool versions
echo "" echo ""

View 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> 2007-06-26 Ludovic Courtès <ludo@gnu.org>
* readline.c (scm_add_history): Free S after invocation of * readline.c (scm_add_history): Free S after invocation of

View 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> 2007-07-11 Ludovic Courtès <ludo@gnu.org>
* goops.c (scm_sys_method_more_specific_p): Added docstring. * goops.c (scm_sys_method_more_specific_p): Added docstring.

View 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 * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either * License as published by the Free Software Foundation; either
@ -635,7 +635,7 @@ scm_compile_shell_switches (int argc, char **argv)
{ {
/* Print version number. */ /* Print version number. */
printf ("Guile %s\n" 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" "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" "certain other uses are permitted as well. For details, see the file\n"
"`COPYING', which is included in the Guile distribution.\n" "`COPYING', which is included in the Guile distribution.\n"