+2001-08-15 Akim Demaille <akim@epita.fr>
+
+ * doc/autoconf.texi (Function Portability): sprintf's return
+ value.
+ From Kevin Ryde.
+
2001-08-15 Akim Demaille <akim@epita.fr>
* Makefile.maint (CVS): New.
portability issues. By definition, this list will always require
additions, please help us keeping it as complete as possible
-@table @code
+@table @asis
+
+@item @code{sprintf}
+The ISO C standard says @code{sprintf} and @code{vsprintf} return the
+number of characters written, but on some old systems (SunOS for
+instance) they return the buffer pointer instead.
-@item unlink
+@item @code{unlink}
The @sc{posix} spec says that @code{unlink} causes the given files to be
removed only after there are no more open file handles for it. Not all
OS's support this behaviour though. So even on systems that provide