Mercurial > hg > octave-shane > gnulib-hg
comparison doc/posix-functions/iswupper_l.texi @ 15607:6355dc4626b5
doc: Update regarding MSVC 9.
* doc/gnulib-intro.texi (Target Platforms): Classify MSVC as "rarely
tested".
* doc/posix-functions/*.texi: Update with info about MSVC 9.
* doc/posix-headers/*.texi: Likewise.
* doc/pastposix-functions/*.texi: Likewise.
* doc/glibc-functions/*.texi: Likewise.
* doc/glibc-headers/*.texi: Likewise.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 11 Sep 2011 21:56:17 +0200 |
parents | 847372253549 |
children | da62858ef2f6 |
comparison
equal
deleted
inserted
replaced
15606:f62f29997e98 | 15607:6355dc4626b5 |
---|---|
12 | 12 |
13 Portability problems not fixed by Gnulib: | 13 Portability problems not fixed by Gnulib: |
14 @itemize | 14 @itemize |
15 @item | 15 @item |
16 This function is missing on many platforms: | 16 This function is missing on many platforms: |
17 MacOS X 10.3, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11 2010-11, Cygwin, mingw, Interix 3.5, BeOS. | 17 MacOS X 10.3, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11 2010-11, Cygwin, mingw, MSVC 9, Interix 3.5, BeOS. |
18 @item | 18 @item |
19 On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot | 19 On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot |
20 accommodate all Unicode characters. | 20 accommodate all Unicode characters. |
21 @end itemize | 21 @end itemize |