mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-01 13:17:19 +08:00
Update.
2000-12-22 Ben Collins <bcollins@debian.org> * manual/charset.texi: Fix typo in description of WCHAR_MAX. * manual/argp.texi: Document argp_domain as part of struct argp.
This commit is contained in:
parent
a2820ec41f
commit
01f8c9f234
@ -1,3 +1,9 @@
|
|||||||
|
2000-12-22 Ben Collins <bcollins@debian.org>
|
||||||
|
|
||||||
|
* manual/charset.texi: Fix typo in description of WCHAR_MAX.
|
||||||
|
|
||||||
|
* manual/argp.texi: Document argp_domain as part of struct argp.
|
||||||
|
|
||||||
2000-12-28 Andreas Jaeger <aj@suse.de>
|
2000-12-28 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* catgets/Makefile (generated): Add sample.SJIS.cat.
|
* catgets/Makefile (generated): Add sample.SJIS.cat.
|
||||||
|
@ -201,6 +201,12 @@ additional argp parsers that should be combined with this one.
|
|||||||
@item char *(*help_filter)(int @var{key}, const char *@var{text}, void *@var{input})
|
@item char *(*help_filter)(int @var{key}, const char *@var{text}, void *@var{input})
|
||||||
If non-zero, a pointer to a function to filter the output of help
|
If non-zero, a pointer to a function to filter the output of help
|
||||||
messages. @xref{Argp Help Filtering}.
|
messages. @xref{Argp Help Filtering}.
|
||||||
|
|
||||||
|
@item const char *argp_domain
|
||||||
|
If non-zero, the strings used in the argp library are translated using
|
||||||
|
the domain described by this string. Otherwise the currently installed
|
||||||
|
default domain is used.
|
||||||
|
|
||||||
@end table
|
@end table
|
||||||
@end deftp
|
@end deftp
|
||||||
|
|
||||||
|
@ -153,7 +153,7 @@ This macro got introduced in @w{Amendment 1} to @w{ISO C90}.
|
|||||||
@comment wchar.h
|
@comment wchar.h
|
||||||
@comment ISO
|
@comment ISO
|
||||||
@deftypevr Macro wint_t WCHAR_MAX
|
@deftypevr Macro wint_t WCHAR_MAX
|
||||||
The macro @code{WCHAR_MIN} evaluates to the maximum value representable
|
The macro @code{WCHAR_MAX} evaluates to the maximum value representable
|
||||||
by an object of type @code{wint_t}.
|
by an object of type @code{wint_t}.
|
||||||
|
|
||||||
This macro got introduced in @w{Amendment 1} to @w{ISO C90}.
|
This macro got introduced in @w{Amendment 1} to @w{ISO C90}.
|
||||||
|
Loading…
Reference in New Issue
Block a user