diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-05-28 16:42:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-05-28 16:42:45 +0000 |
commit | b160422ecd46bc07a42b700f9ece6fabaefafce0 (patch) | |
tree | 2ddb0f31f7602eaa393df1a83bc9cd41d055d759 | |
parent | e6e813911c66af8e91e6fae70a8fcee84c03015c (diff) | |
download | glibc-b160422ecd46bc07a42b700f9ece6fabaefafce0.zip glibc-b160422ecd46bc07a42b700f9ece6fabaefafce0.tar.gz glibc-b160422ecd46bc07a42b700f9ece6fabaefafce0.tar.bz2 |
Update.
* manual/charset.texi (Extended Char Intro): Fix typo (and -> as).
(Other iconv Implementations): Fix typo.
Patch by Martin Pool <mbp@wistful.humbug.org.au>.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | manual/charset.texi | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -3,6 +3,10 @@ * manual/arith.texi (Rounding Functions): Fix documentation of trunc. Patch by Steven G. Johnson <stevenj@gil-galad.mit.edu>. + * manual/charset.texi (Extended Char Intro): Fix typo (and -> as). + (Other iconv Implementations): Fix typo. + Patch by Martin Pool <mbp@wistful.humbug.org.au>. + 2000-05-27 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/i386/pread.c: Removed, we can use the diff --git a/manual/charset.texi b/manual/charset.texi index 407833a..aa4c267 100644 --- a/manual/charset.texi +++ b/manual/charset.texi @@ -94,7 +94,7 @@ for multibyte character strings. The type is defined in @file{stddef.h}. The @w{ISO C90} standard, where this type was introduced, does not say anything specific about the representation. It only requires that this type is capable to store all elements of the basic character set. -Therefore it would be legitimate to define @code{wchar_t} and +Therefore it would be legitimate to define @code{wchar_t} as @code{char}. This might make sense for embedded systems. But for GNU systems this type is always 32 bits wide. It is therefore @@ -1968,7 +1968,7 @@ loading in statically linked programs. On platforms without his capability it is therefore not possible to use this interface in statically linked programs. The GNU C library has on ELF platforms no problems with dynamic loading in in these situations and therefore this -point is mood. The danger is that one gets acquainted with this and +point is moot. The danger is that one gets acquainted with this and forgets about the restrictions on other systems. A second thing to know about other @code{iconv} implementations is that |