Fix last ChangeLog entry.
[gnulib.git] / doc / c-locale.texi
blob63d11384bd0640e15c908738ffa7b969dcebfa52
1 @node String Functions in C Locale
2 @section Character and String Functions in C Locale
4 The functions in this section are similar to the generic string functions
5 from the standard C library, except that
6 @itemize
7 @item
8 They behave as if the locale was set to the "C" locale, even when the
9 locale is different, and/or
10 @item
11 They are specially optimized for the case where all characters are plain
12 ASCII characters.
13 @end itemize
15 @menu
16 * c-ctype::
17 * c-strcase::
18 * c-strcaseeq::
19 * c-strcasestr::
20 * c-strstr::
21 * c-strtod::
22 * c-strtold::
23 @end menu
25 @node c-ctype
26 @subsection c-ctype
27 @include c-ctype.texi
29 @node c-strcase
30 @subsection c-strcase
31 @include c-strcase.texi
33 @node c-strcaseeq
34 @subsection c-strcaseeq
35 @include c-strcaseeq.texi
37 @node c-strcasestr
38 @subsection c-strcasestr
39 @include c-strcasestr.texi
41 @node c-strstr
42 @subsection c-strstr
43 @include c-strstr.texi
45 @node c-strtod
46 @subsection c-strtod
47 @include c-strtod.texi
49 @node c-strtold
50 @subsection c-strtold
51 @include c-strtold.texi