freebsd_amp_hwpstate/lib
Andrey A. Chernov 5ebfa8de69 Back out part related to "return 0 if n == 0" and return EOF as before.
The main argument is that it is impossible to determine if %n evaluated or not
when snprintf return 0, because it can happens for both n == 0 and n == 1.
Although EOF here is good indication of the end of process, if n is
decreased in the loop...
Since it is already supposed in many places that EOF *is* negative, f.e.
from Single Unix specs for snprintf
"return ... a negative value if an output error was encountered"
this not makes situation worse.
1997-12-24 14:32:40 +00:00
..
compat
csu/i386 const correctness for dl*() 1997-11-22 03:34:46 +00:00
libF77
libI77
libalias
libc Back out part related to "return 0 if n == 0" and return EOF as before. 1997-12-24 14:32:40 +00:00
libc_r Modify the return values to comply with POSIX. Previously these 1997-11-25 01:29:16 +00:00
libcalendar Delete "typedef ... date" (see style(9)). 1997-12-13 11:51:16 +00:00
libcom_err
libcompat
libcrypt
libcurses
libdisk Fix erroneous format string. 1997-11-18 05:34:45 +00:00
libedit Sort cross refereces in section SEE ALSO. 1997-09-29 19:11:55 +00:00
libf2c
libftpio Change errno usage as a field in a structure and as an argument to a 1997-12-20 04:06:06 +00:00
libgnumalloc
libipx
libkse Modify the return values to comply with POSIX. Previously these 1997-11-25 01:29:16 +00:00
libkvm
libm
libmd
libmytinfo
libncurses Typo. 1997-10-28 07:46:27 +00:00
libopie Move locks from /etc/opielocks to /var/run/opielocks to keep 1997-10-01 13:02:20 +00:00
libpam/modules Changes for KTH KerberosIV. 1997-09-28 08:57:24 +00:00
libpcap Also install pcap-int.h so things can call pcap_compile on arbitary 1997-10-10 11:55:42 +00:00
libpthread Modify the return values to comply with POSIX. Previously these 1997-11-25 01:29:16 +00:00
libresolv
librpcsvc
libscsi
libskey
libss
libtcl Upgrade minor version 1997-11-27 20:52:28 +00:00
libtelnet
libtermcap Fixed the termcap 3.0 hacks. They were very broken in my configuration 1997-12-19 22:11:29 +00:00
libutil Make the login_getclassbyname prototype match reality. 1997-11-05 04:03:05 +00:00
libvgl Fix a few typos. 1997-10-22 23:12:27 +00:00
libxpg4 Add mskanji.c 1997-09-25 23:24:35 +00:00
liby
libz This commit was generated by cvs2svn to compensate for changes in r29747, 1997-09-23 21:34:42 +00:00
msun
ncurses/ncurses Remove terminfo manpage we don't have it 1997-10-20 17:53:55 +00:00
Makefile Add libcalendar. 1997-12-04 10:48:14 +00:00
Makefile.inc