Author: aurel32 Date: 2006-10-01 17:44:45 +0000 (Sun, 01 Oct 2006) New Revision: 1822
Modified: glibc-doc-reference/branches/glibc-2.5/debian/README.source glibc-doc-reference/branches/glibc-2.5/debian/changelog glibc-doc-reference/branches/glibc-2.5/debian/copyright glibc-doc-reference/branches/glibc-2.5/manual/string.texi Log: * New upstream version. Modified: glibc-doc-reference/branches/glibc-2.5/debian/README.source =================================================================== --- glibc-doc-reference/branches/glibc-2.5/debian/README.source 2006-10-01 17:29:05 UTC (rev 1821) +++ glibc-doc-reference/branches/glibc-2.5/debian/README.source 2006-10-01 17:44:45 UTC (rev 1822) @@ -1,6 +1,6 @@ glibc-doc-reference_<version>.orig.tar.gz contains the glibc-<version>/manual directory of upstream http://ftp.gnu.org/gnu/glibc/glibc-<version>.tar.bz2 It has been created with the following commands: - bzip2 -c -d glibc-2.4.tar.bz2 |\ - tarcust -x 'glibc-2.4/(?!manual).*' |\ - gzip -9 > glibc-doc-reference_2.4.orig.tar.gz + bzip2 -c -d glibc-2.5.tar.bz2 |\ + tarcust -x 'glibc-2.5/(?!manual).*' |\ + gzip -9 > glibc-doc-reference_2.5.orig.tar.gz Modified: glibc-doc-reference/branches/glibc-2.5/debian/changelog =================================================================== --- glibc-doc-reference/branches/glibc-2.5/debian/changelog 2006-10-01 17:29:05 UTC (rev 1821) +++ glibc-doc-reference/branches/glibc-2.5/debian/changelog 2006-10-01 17:44:45 UTC (rev 1822) @@ -1,3 +1,9 @@ +glibc-doc-reference (2.5-1) experimental; urgency=low + + * New upstream version. + + -- Aurelien Jarno <[EMAIL PROTECTED]> Sun, 1 Oct 2006 19:30:46 +0200 + glibc-doc-reference (2.3.999-3) experimental; urgency=low * debian/copyright: update FSF address. Modified: glibc-doc-reference/branches/glibc-2.5/debian/copyright =================================================================== --- glibc-doc-reference/branches/glibc-2.5/debian/copyright 2006-10-01 17:29:05 UTC (rev 1821) +++ glibc-doc-reference/branches/glibc-2.5/debian/copyright 2006-10-01 17:44:45 UTC (rev 1822) @@ -1,15 +1,15 @@ -This is the Debian prepackaged version of the GNU C Library Reference Manual version 2.3.6 +This is the Debian prepackaged version of the GNU C Library Reference Manual version 2.5 For licensing reasons, the GNU C Library Reference Manual cannot be distributed in Debian and has to be shipped in the non-free section. It has been repackaged by the GNU Libc Maintainers <[email protected]> from the following source: - <ftp://sources.redhat.com/pub/glibc/releases/glibc-2.3.6.tar.bz2> + <ftp://sources.redhat.com/pub/glibc/releases/glibc-2.5.tar.bz2> The following applies to the GNU C Library Reference Manual (libc.info): - Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003 Free + Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document Modified: glibc-doc-reference/branches/glibc-2.5/manual/string.texi =================================================================== --- glibc-doc-reference/branches/glibc-2.5/manual/string.texi 2006-10-01 17:29:05 UTC (rev 1821) +++ glibc-doc-reference/branches/glibc-2.5/manual/string.texi 2006-10-01 17:44:45 UTC (rev 1822) @@ -2534,7 +2534,7 @@ @comment argz.h @comment GNU [EMAIL PROTECTED] {error_t} argz_delete (char [EMAIL PROTECTED], size_t [EMAIL PROTECTED], char [EMAIL PROTECTED]) [EMAIL PROTECTED] {void} argz_delete (char [EMAIL PROTECTED], size_t [EMAIL PROTECTED], char [EMAIL PROTECTED]) If @var{entry} points to the beginning of one of the elements in the argz vector @[EMAIL PROTECTED], the @code{argz_delete} function will remove this entry and reallocate @[EMAIL PROTECTED], modifying -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

