Mercurial > hg > octave-nkf > gnulib-hg
comparison doc/posix-functions/strstr.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 | 3bbfc7e37ec2 |
children | da62858ef2f6 |
comparison
equal
deleted
inserted
replaced
15606:f62f29997e98 | 15607:6355dc4626b5 |
---|---|
22 @itemize | 22 @itemize |
23 @item | 23 @item |
24 This function has quadratic instead of linear worst-case complexity on some | 24 This function has quadratic instead of linear worst-case complexity on some |
25 platforms: | 25 platforms: |
26 glibc 2.8, MacOS X 10.5, FreeBSD 6.2, NetBSD 5.0, OpenBSD 4.0, AIX | 26 glibc 2.8, MacOS X 10.5, FreeBSD 6.2, NetBSD 5.0, OpenBSD 4.0, AIX |
27 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11 2010-11, Cygwin 1.5.x, mingw. | 27 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11 2010-11, Cygwin 1.5.x, mingw, MSVC 9. |
28 @end itemize | 28 @end itemize |
29 | 29 |
30 Portability problems not fixed by Gnulib: | 30 Portability problems not fixed by Gnulib: |
31 @itemize | 31 @itemize |
32 @item | 32 @item |