Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 2 Apr 1997 22:06:24 +0000 (22:06 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 2 Apr 1997 22:06:24 +0000 (22:06 +0000)
commitfe7bdd630fab35270a88b0731cd0fc10de062046
tree61ccfe100af44cfbb4ac1790a430743ce846c7d0
parent22d57dd3690a0fe623de1a56036306a93fa9a945
Update.

1997-04-02 16:55  Ulrich Drepper  <drepper@cygnus.com>

* manual/socket.texi: Document behaviour of inet_ntoa in multi-
threaded programs.
* manual/stdio.texi: Change wording for snprintf description a bit.
Correct typo in example.
* manual/lang.texi: Add documentation of __va_copy.

* Makefile: Add rule to easily generate dir-add.texi file.
* manual/Makefile: Likewise.

* manual/arith.texi: Add description of lldiv_t, lldiv, and atoll.
Change description of strtoll and strtoull to make clear these
are the preferred names.
Describe `inf', `inifinity', `nan', `nan(...)' inputs for strtod
and friends.
Change references to HUGE_VALf and HUGE_VALl to HUGE_VALF and
HUGE_VALL.

* sysdeps/libm-ieee754/s_nan.c: Use strtod if parameter is not empty
* sysdeps/libm-ieee754/s_nanl.c: Likewise.
13 files changed:
ChangeLog
Makefile
manual/=copying.texinfo [deleted file]
manual/=float.texinfo [deleted file]
manual/=limits.texinfo [deleted file]
manual/=process.texinfo [deleted file]
manual/=stdarg.texi [deleted file]
manual/=stddef.texi [deleted file]
manual/Makefile
manual/arith.texi
manual/lang.texi
manual/socket.texi
manual/stdio.texi