remainderl: Bypass broken implementation in OpenBSD 5.1/SPARC.
[gnulib.git] / doc / gnulib-intro.texi
index a8182d4..d962ace 100644 (file)
@@ -133,7 +133,7 @@ OSF/1 5.1 is occasionally tested.  OSF/1 4.0 is rarely tested and low
 priority.
 @item
 Solaris 8 and newer are occasionally tested.  Solaris 7 is rarely tested.
-Solaris 2.6 and older is rarely tested and low priority.
+Solaris 2.6 and older are rarely tested and low priority.
 @item
 Cygwin 1.7.x is frequently tested.  Cygwin 1.5.x is occasionally tested.
 @item
@@ -144,7 +144,7 @@ unsupported on mingw: @code{mgetgroups}, @code{getugroups}, @code{idcache},
 @code{mkancesdirs}, @code{mkdir-p}, @code{euidaccess}, @code{faccessat}.
 The versions of Windows that are supported are Windows XP and newer.
 @item
-Native Windows, with MSVC as compiler, is not tested and low priority.
+Native Windows, with MSVC as compiler, is rarely tested and low priority.
 @item
 mingw in 64-bit mode is not tested and low priority so far.
 @item
@@ -304,8 +304,8 @@ against the out-of-memory condition.
 Examples are a module for copying a file --- the portability problems
 relate to the copying of the file's modification time, access rights,
 and extended attributes --- or a module for extracting the tail
-component of a file name --- here the portability to Woe32 requires a
-different API than the classical POSIX @code{basename} function.
+component of a file name --- here the portability to native Windows
+requires a different API than the classical POSIX @code{basename} function.
 
 @subsection Reusable application code