Author: aurel32
Date: 2007-11-27 00:05:44 +0000 (Tue, 27 Nov 2007)
New Revision: 2707
Modified:
glibc-doc-reference/trunk/debian/changelog
glibc-doc-reference/trunk/manual/errno.texi
glibc-doc-reference/trunk/manual/libc.texinfo
glibc-doc-reference/trunk/manual/signal.texi
glibc-doc-reference/trunk/manual/stdio.texi
Log:
* New upstream version.
Modified: glibc-doc-reference/trunk/debian/changelog
===================================================================
--- glibc-doc-reference/trunk/debian/changelog 2007-11-26 23:57:00 UTC (rev
2706)
+++ glibc-doc-reference/trunk/debian/changelog 2007-11-27 00:05:44 UTC (rev
2707)
@@ -1,3 +1,9 @@
+glibc-doc-reference (2.7-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Aurelien Jarno <[EMAIL PROTECTED]> Tue, 27 Nov 2007 01:05:16 +0100
+
glibc-doc-reference (2.6.1-1) unstable; urgency=low
* New upstream version.
Modified: glibc-doc-reference/trunk/manual/errno.texi
===================================================================
--- glibc-doc-reference/trunk/manual/errno.texi 2007-11-26 23:57:00 UTC (rev
2706)
+++ glibc-doc-reference/trunk/manual/errno.texi 2007-11-27 00:05:44 UTC (rev
2707)
@@ -984,7 +984,7 @@
@comment errno.h
@comment POSIX.1: Operation canceled
@deftypevr Macro int ECANCELED
[EMAIL PROTECTED] errno 118
[EMAIL PROTECTED] errno 119
Operation canceled; an asynchronous operation was canceled before it
completed. @xref{Asynchronous I/O}. When you call @code{aio_cancel},
the normal result is for the operations affected to complete with this
Modified: glibc-doc-reference/trunk/manual/libc.texinfo
===================================================================
--- glibc-doc-reference/trunk/manual/libc.texinfo 2007-11-26 23:57:00 UTC
(rev 2706)
+++ glibc-doc-reference/trunk/manual/libc.texinfo 2007-11-27 00:05:44 UTC
(rev 2707)
@@ -2,10 +2,10 @@
@comment %**start of header (This is for running Texinfo on a region.)
@setfilename libc.info
@settitle The GNU C Library
[EMAIL PROTECTED] odd
[EMAIL PROTECTED] setchapternewpage odd
@comment Tell install-info what to do.
[EMAIL PROTECTED] GNU libraries
[EMAIL PROTECTED] Software libraries
@direntry
* Libc: (libc). C library.
@end direntry
@@ -18,40 +18,34 @@
@comment %**end of header (This is for running Texinfo on a region.)
@c sold 0.06/1.09, print run out 21may96
[EMAIL PROTECTED] EDITION 0.10
[EMAIL PROTECTED] VERSION 2.3.x
[EMAIL PROTECTED] UPDATED 2001-07-06
[EMAIL PROTECTED] EDITION 0.11
[EMAIL PROTECTED] VERSION 2.6
[EMAIL PROTECTED] UPDATED 2006-12-03
@set ISBN 1-882114-55-8
[EMAIL PROTECTED]
[EMAIL PROTECTED]
This file documents the GNU C library.
This is Edition @value{EDITION}, last updated @value{UPDATED},
-of @cite{The GNU C Library Reference Manual}, for Version @value{VERSION}.
+of @cite{The GNU C Library Reference Manual}, for version @value{VERSION}.
-Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003 Free
Software Foundation, Inc.
+Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
+2003, 2007 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
-under the terms of the GNU Free Documentation License, Version 1.1 or
+under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with the
-Invariant Sections being "Free Software Needs Free Documentation" and
-"GNU Lesser General Public License", the Front-Cover texts being (a)
-(see below), and with the Back-Cover Texts being (b) (see below). A
+Invariant Sections being ``Free Software Needs Free Documentation''
+and ``GNU Lesser General Public License'', the Front-Cover texts being
+``A GNU Manual'', and with the Back-Cover Texts as in (a) below. A
copy of the license is included in the section entitled "GNU Free
Documentation License".
+(a) The FSF's Back-Cover Text is: ``You are free to copy and modify
+this GNU Manual. Buying copies from GNU Press supports the FSF in
+developing GNU and promoting software freedom.''
[EMAIL PROTECTED] copying
-(a) The FSF's Front-Cover Text is:
-
- A GNU Manual
-
-(b) The FSF's Back-Cover Text is:
-
- You have freedom to copy and modify this GNU Manual, like GNU
- software. Copies published by the Free Software Foundation raise
- funds for GNU development.
[EMAIL PROTECTED] ifnottex
-
@iftex
@shorttitlepage The GNU C Library Reference Manual
@end iftex
@@ -71,38 +65,23 @@
@center for version @value{VERSION}
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002 Free
Software Foundation, Inc.
[EMAIL PROTECTED]
+
@sp 2
Published by the Free Software Foundation @*
59 Temple Place -- Suite 330, @*
Boston, MA 02111-1307 USA @*
-ISBN @value{ISBN} @*
[EMAIL PROTECTED] ISBN @value{ISBN} @*
-Permission is granted to copy, distribute and/or modify this document
-under the terms of the GNU Free Documentation License, Version 1.1 or
-any later version published by the Free Software Foundation; with the
-Invariant Sections being "Free Software Needs Free Documentation" and
-"GNU Lesser General Public License", the Front-Cover texts being (a)
-(see below), and with the Back-Cover Texts being (b) (see below). A
-copy of the license is included in the section entitled "GNU Free
-Documentation License".
-
-(a) The FSF's Front-Cover Text is:
-
- A GNU Manual
-
-(b) The FSF's Back-Cover Text is:
-
- You have freedom to copy and modify this GNU Manual, like GNU
- software. Copies published by the Free Software Foundation raise
- funds for GNU development.
-
[EMAIL PROTECTED] 2
Cover art for the Free Software Foundation's printed edition
by Etienne Suvasa.
@end titlepage
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
+
@ifnottex
@node Top, Introduction, (dir), (dir)
@top Main Menu
@@ -150,6 +129,4 @@
@printindex pg
[EMAIL PROTECTED]
[EMAIL PROTECTED]
@bye
Modified: glibc-doc-reference/trunk/manual/signal.texi
===================================================================
--- glibc-doc-reference/trunk/manual/signal.texi 2007-11-26 23:57:00 UTC
(rev 2706)
+++ glibc-doc-reference/trunk/manual/signal.texi 2007-11-27 00:05:44 UTC
(rev 2707)
@@ -1966,7 +1966,7 @@
#include <signal.h>
#include <stdio.h>
-struct two_words @{ int a, b; @} memory;
+volatile struct two_words @{ int a, b; @} memory;
void
handler(int signum)
@@ -2317,7 +2317,7 @@
You do not have the privilege to send a signal to the process or any of
the processes in the process group named by @var{pid}.
[EMAIL PROTECTED] ESCRH
[EMAIL PROTECTED] ESRCH
The @var{pid} argument does not refer to an existing process or group.
@end table
@end deftypefun
Modified: glibc-doc-reference/trunk/manual/stdio.texi
===================================================================
--- glibc-doc-reference/trunk/manual/stdio.texi 2007-11-26 23:57:00 UTC (rev
2706)
+++ glibc-doc-reference/trunk/manual/stdio.texi 2007-11-27 00:05:44 UTC (rev
2707)
@@ -2456,9 +2456,8 @@
@end smallexample
@noindent
[EMAIL PROTECTED] Varargs, , Macros with Variable Numbers of Arguments,
-gcc.info, Using GNU CC}, for details. But this is limited to macros,
-and does not apply to real functions at all.
[EMAIL PROTECTED] Macros,,, cpp, The C preprocessor}, for details.
+But this is limited to macros, and does not apply to real functions at all.
Before calling @code{vprintf} or the other functions listed in this
section, you @emph{must} call @code{va_start} (@pxref{Variadic
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]