mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-04 03:22:14 +03:00
Clarify documentation cross-reference
The end of the "Parsing of Floats" subsection currently reads: The GNU C Library also provides '_l' versions of these functions, which take an additional argument, the locale to use in conversion. *Note Parsing of Integers::. Split the final note as it is unrelated to the above comment and reference it with "See also" instead.
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
2013-09-10 Allan McRae <allan@archlinux.org>
|
2013-09-10 Allan McRae <allan@archlinux.org>
|
||||||
|
|
||||||
|
[BZ #15748]
|
||||||
|
* manual/arith.texi (Parsing of Floats): Clarify
|
||||||
|
cross-reference.
|
||||||
|
|
||||||
[BZ #15849]
|
[BZ #15849]
|
||||||
* manual/install.texi (Running make install): Mention
|
* manual/install.texi (Running make install): Mention
|
||||||
--enable-pt-chown.
|
--enable-pt-chown.
|
||||||
|
6
NEWS
6
NEWS
@@ -9,9 +9,9 @@ Version 2.19
|
|||||||
|
|
||||||
* The following bugs are resolved with this release:
|
* The following bugs are resolved with this release:
|
||||||
|
|
||||||
14155, 14699, 15427, 15522, 15531, 15532, 15736, 15749, 15797, 15844,
|
14155, 14699, 15427, 15522, 15531, 15532, 15736, 15748, 15749, 15797,
|
||||||
15849, 15867, 15886, 15887, 15890, 15892, 15893, 15895, 15897, 15905,
|
15844, 15849, 15867, 15886, 15887, 15890, 15892, 15893, 15895, 15897,
|
||||||
15909, 15921, 15939.
|
15905, 15909, 15921, 15939.
|
||||||
|
|
||||||
* CVE-2013-4237 The readdir_r function could write more than NAME_MAX bytes
|
* CVE-2013-4237 The readdir_r function could write more than NAME_MAX bytes
|
||||||
to the d_name member of struct dirent, or omit the terminating NUL
|
to the d_name member of struct dirent, or omit the terminating NUL
|
||||||
|
@@ -2455,7 +2455,8 @@ is provided mostly for compatibility with existing code; using
|
|||||||
|
|
||||||
@Theglibc{} also provides @samp{_l} versions of these functions,
|
@Theglibc{} also provides @samp{_l} versions of these functions,
|
||||||
which take an additional argument, the locale to use in conversion.
|
which take an additional argument, the locale to use in conversion.
|
||||||
@xref{Parsing of Integers}.
|
|
||||||
|
See also @ref{Parsing of Integers}.
|
||||||
|
|
||||||
@node System V Number Conversion
|
@node System V Number Conversion
|
||||||
@section Old-fashioned System V number-to-string functions
|
@section Old-fashioned System V number-to-string functions
|
||||||
|
Reference in New Issue
Block a user