From b226295af854bfa2247d8e2a074177ff48edafd6 Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Fri, 15 Feb 2008 23:13:59 +0000 Subject: [PATCH] Release stuff: missing NEWS and 2007/2008 copyrights. --- HACKING | 2 +- NEWS | 12 ++++++++++++ configure.in | 2 +- doc/ref/api-data.texi | 2 +- guile-readline/readline.c | 2 +- libguile/fports.c | 2 +- libguile/gc-malloc.c | 2 +- libguile/hashtab.c | 2 +- libguile/modules.c | 2 +- pre-inst-guile-env.in | 2 +- pre-inst-guile.in | 2 +- test-suite/standalone/Makefile.am | 2 +- test-suite/tests/hash.test | 2 +- 13 files changed, 24 insertions(+), 12 deletions(-) diff --git a/HACKING b/HACKING index 6bcb7fd8e..e768f2b1e 100644 --- a/HACKING +++ b/HACKING @@ -1,6 +1,6 @@ -*-text-*- Guile Hacking Guide -Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free software Foundation, Inc. +Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2008 Free software Foundation, Inc. Permission is granted to anyone to make or distribute verbatim copies of this document as received, in any medium, provided that the diff --git a/NEWS b/NEWS index 9e185e8b7..d0ddd247a 100644 --- a/NEWS +++ b/NEWS @@ -57,11 +57,23 @@ uniform vectors on AIX. ** Fixed a deadlock that occurs upon GC with multiple threads. ** Fixed compile problem with GCC on Solaris and AIX (use of _Complex_I) ** Fixed autotool-derived build problems on AIX 6.1. +** Fixed MacOS build problem caused by use of rl_get_keymap(_name) * New modules (see the manual for details) ** `(srfi srfi-69)' +* Documentation fixes and improvements + +** Removed premature breakpoint documentation + +The features described are not available in the series of 1.8.x +releases, so the documentation was misleading and has been removed. + +** More about Guile's default *random-state* variable + +** GOOPS: more about how to use `next-method' + * Changes to the distribution ** Corrected a few files that referred incorrectly to the old GPL + special exception licence diff --git a/configure.in b/configure.in index 48facc835..8e647aa25 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl define(GUILE_CONFIGURE_COPYRIGHT,[[ -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GUILE diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi index 35a7b6e62..a73e81905 100755 --- a/doc/ref/api-data.texi +++ b/doc/ref/api-data.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Guile Reference Manual. -@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2006, 2007 +@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2008 @c Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. diff --git a/guile-readline/readline.c b/guile-readline/readline.c index aa14e3967..9178ebdd2 100644 --- a/guile-readline/readline.c +++ b/guile-readline/readline.c @@ -1,6 +1,6 @@ /* readline.c --- line editing support for Guile */ -/* Copyright (C) 1997,1999,2000,2001, 2002, 2003, 2006, 2007 Free Software Foundation, Inc. +/* Copyright (C) 1997,1999,2000,2001, 2002, 2003, 2006, 2007, 2008 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libguile/fports.c b/libguile/fports.c index 872dc1926..efbd27899 100644 --- a/libguile/fports.c +++ b/libguile/fports.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997,1998,1999,2000,2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998,1999,2000,2001, 2002, 2003, 2004, 2006, 2007, 2008 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 diff --git a/libguile/gc-malloc.c b/libguile/gc-malloc.c index 165ddf46e..dd98ad74a 100644 --- a/libguile/gc-malloc.c +++ b/libguile/gc-malloc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997,1998,1999,2000,2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998,1999,2000,2001, 2002, 2003, 2004, 2006, 2008 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 diff --git a/libguile/hashtab.c b/libguile/hashtab.c index a25287c59..85e4bb0ab 100644 --- a/libguile/hashtab.c +++ b/libguile/hashtab.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1998,1999,2000,2001, 2003, 2004, 2006 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1998,1999,2000,2001, 2003, 2004, 2006, 2008 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 diff --git a/libguile/modules.c b/libguile/modules.c index ea7305c17..168fbce60 100644 --- a/libguile/modules.c +++ b/libguile/modules.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1998,2000,2001,2002,2003,2004,2006,2007 Free Software Foundation, Inc. +/* Copyright (C) 1998,2000,2001,2002,2003,2004,2006,2007,2008 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 diff --git a/pre-inst-guile-env.in b/pre-inst-guile-env.in index f4d84d902..5bf1e136a 100644 --- a/pre-inst-guile-env.in +++ b/pre-inst-guile-env.in @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2003, 2006 Free Software Foundation +# Copyright (C) 2003, 2006, 2008 Free Software Foundation # # This file is part of GUILE. # diff --git a/pre-inst-guile.in b/pre-inst-guile.in index 970231cf1..d210fdebc 100644 --- a/pre-inst-guile.in +++ b/pre-inst-guile.in @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2002, 2006 Free Software Foundation +# Copyright (C) 2002, 2006, 2008 Free Software Foundation # # This file is part of GUILE. # diff --git a/test-suite/standalone/Makefile.am b/test-suite/standalone/Makefile.am index 44bf0f04b..4f1725f30 100644 --- a/test-suite/standalone/Makefile.am +++ b/test-suite/standalone/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in. ## -## Copyright 2003, 2004, 2005, 2006, 2007 Software Foundation, Inc. +## Copyright 2003, 2004, 2005, 2006, 2007, 2008 Software Foundation, Inc. ## ## This file is part of GUILE. ## diff --git a/test-suite/tests/hash.test b/test-suite/tests/hash.test index ec398d20e..959c28541 100644 --- a/test-suite/tests/hash.test +++ b/test-suite/tests/hash.test @@ -1,6 +1,6 @@ ;;;; hash.test --- test guile hashing -*- scheme -*- ;;;; -;;;; Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. +;;;; Copyright (C) 2004, 2005, 2006, 2008 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 -- 2.20.1