1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00
freebsd/lib
Jens Schweikhardt 3dd657600a Print a '-' sign for negative zero. Tested with
#include <stdio.h>
	int main(void)
	{
		printf("%+f\n", -0.0);
		printf("%+f\n", +0.0);
		printf("%+f\n",  0.0);
		return 0;
	}

to output
-0.000000
+0.000000
+0.000000

PR:		bin/41823
Submitted by:	GOTO Kentaro <gotoken@notwork.org>
Liked by:	bde
MFC after:	3 weeks
2002-08-27 20:11:08 +00:00
..
compat Updated libc/libc_r that fixes the FreeBSD-SA-02:28.resolv resolver bug. 2002-08-04 05:51:05 +00:00
csu Drop support for COPY, -c has been the default mode of install(1) 2002-07-29 09:40:17 +00:00
libalias Don't forget to recalculate the IP checksum of the original 2002-07-23 00:16:19 +00:00
libatm LP64 fix: don't cast pointer to int 2002-06-30 23:36:21 +00:00
libbind
libbz2
libc Print a '-' sign for negative zero. Tested with 2002-08-27 20:11:08 +00:00
libc_r Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:10:45 +00:00
libcalendar
libcam
libcom_err
libcompat
libcrypt
libdevinfo o Merge <machine/ansi.h> and <machine/types.h> into a new header 2002-08-21 16:20:02 +00:00
libdevstat
libdisk
libedit Restore local bits lost in recent merge from NetBSD. 2002-06-16 08:29:35 +00:00
libfetch Surround prototypes with __BEGIN_DECLS / __END_DECLS. 2002-07-22 16:11:39 +00:00
libform
libftpio Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attach 2002-07-02 11:11:17 +00:00
libio
libipsec
libipx Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:10:45 +00:00
libisc
libkse Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:10:45 +00:00
libkvm &x is not a format string 2002-08-24 07:15:55 +00:00
libmd Add missing const's. 2002-06-24 13:52:26 +00:00
libmenu
libmilter
libmp
libncp
libncurses o Merge <machine/ansi.h> and <machine/types.h> into a new header 2002-08-21 16:20:02 +00:00
libnetgraph
libopie
libpam Since pam_get_authtok(3) doesn't know about our options structure, setting 2002-07-30 08:32:03 +00:00
libpanel
libpcap Update for libpcap 0.7.1 2002-06-21 01:35:37 +00:00
libpthread Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:10:45 +00:00
libradius mdoc(7) police: tidy up the formatting. 2002-08-09 12:07:17 +00:00
librpcsvc
libsbuf
libsm
libsmb
libsmdb
libsmutil
libstand o Merge <machine/ansi.h> and <machine/types.h> into a new header 2002-08-21 16:20:02 +00:00
libtacplus
libtelnet
libufs Wrap the header to prevent multiple inclusion, and mark the DECLS section. 2002-08-22 23:35:35 +00:00
libugidfw Use "ugidfw.h" rather than <ugidfw.h> so that mkdep can find it. 2002-08-14 22:30:07 +00:00
libusbhid
libutil Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:10:45 +00:00
libvgl
libwrap
libxpg4
liby
libypclnt
libz Fix an easy warning in a local addition. 2002-08-01 11:29:05 +00:00
msun e_pow.c: 2002-06-17 15:28:59 +00:00
ncurses o Merge <machine/ansi.h> and <machine/types.h> into a new header 2002-08-21 16:20:02 +00:00
Makefile Hook up libugidfw to the build. 2002-08-02 07:09:53 +00:00
Makefile.inc