mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Document that this function does accept localized infinities and nans.
* glib/gstrfuncs.c (g_ascii_strtod): Document that this function does accept localized infinities and nans. Reported by Morten Welinder. svn path=/trunk/; revision=7195
This commit is contained in:
parent
6c2c99aa0e
commit
ba7563a4cb
@ -1,3 +1,11 @@
|
|||||||
|
2008-07-16 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
Bug 406120 – g_ascii_strtod
|
||||||
|
|
||||||
|
* glib/gstrfuncs.c (g_ascii_strtod): Document that this
|
||||||
|
function does accept localized infinities and nans. Reported
|
||||||
|
by Morten Welinder.
|
||||||
|
|
||||||
2008-07-16 Matthias Clasen <mclasen@redhat.com>
|
2008-07-16 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Bug 482413 - get_contents_stdio -- overflow and memory corruption
|
Bug 482413 - get_contents_stdio -- overflow and memory corruption
|
||||||
|
@ -332,10 +332,12 @@ g_strtod (const gchar *nptr,
|
|||||||
* the last character used in the conversion.
|
* the last character used in the conversion.
|
||||||
*
|
*
|
||||||
* Converts a string to a #gdouble value.
|
* Converts a string to a #gdouble value.
|
||||||
|
*
|
||||||
* This function behaves like the standard strtod() function
|
* This function behaves like the standard strtod() function
|
||||||
* does in the C locale. It does this without actually
|
* does in the C locale. It does this without actually changing
|
||||||
* changing the current locale, since that would not be
|
* the current locale, since that would not be thread-safe.
|
||||||
* thread-safe.
|
* A limitation of the implementation is that this function
|
||||||
|
* will still accept localized versions of infinities and NANs.
|
||||||
*
|
*
|
||||||
* This function is typically used when reading configuration
|
* This function is typically used when reading configuration
|
||||||
* files or other non-user input that should be locale independent.
|
* files or other non-user input that should be locale independent.
|
||||||
|
Loading…
Reference in New Issue
Block a user