index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
gdtoa
Commit message (
Expand
)
Author
Age
Files
Lines
*
Export gdtoa's __ULto{x,Q}_D2A routine in a private namespace so
das
2007-12-16
1
-0
/
+5
*
Fix handling of subnormals on i386/ia64/amd64.
das
2007-12-09
1
-2
/
+0
*
In scanf, round according to the current rounding mode.
das
2007-12-03
3
-4
/
+16
*
Use an intermediate pointer to avoid a strict aliasing warning.
jb
2007-11-21
1
-1
/
+2
*
Remove symbols that should not be exported.
deischen
2007-10-13
1
-29
/
+0
*
Fix a rounding error.
das
2007-05-08
1
-1
/
+1
*
Use C comments since we now preprocess these files with CPP.
deischen
2007-04-29
1
-4
/
+8
*
Fix rounding of 0xf for hex fp formats.
das
2007-01-03
1
-1
/
+1
*
Don't export __gdtoa. The only known ports that rely on
deischen
2006-04-15
1
-5
/
+1
*
Add __gdtoa to the list of FreeBSD private symbols. Unfortunately,
deischen
2006-04-01
1
-0
/
+4
*
Add each directory's symbol map file to SYM_MAPS.
deischen
2006-03-13
1
-0
/
+2
*
Add symbol maps and initial symbol version definitions to libc.
deischen
2006-03-13
1
-0
/
+39
*
Don't compile the gdtoa package's strtoIg.c into libc.
das
2005-01-27
1
-1
/
+1
*
Cut out the gordian handling of subnormals by bit fiddling, and
das
2005-01-18
1
-128
/
+15
*
Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc.
das
2005-01-15
1
-4
/
+1
*
Updated manh shift constant type to 'ULL' for PPC to fix
grehan
2004-01-21
1
-1
/
+1
*
Implement __hdtoa() and __hldtoa() and enable printf() support for %a
das
2004-01-18
2
-1
/
+433
*
Fix a bug that caused long double subnormals to be printed
das
2004-01-18
1
-0
/
+3
*
Replaced an ugly hack to selectively disable warnings
ru
2004-01-11
1
-3
/
+0
*
Add an ulgy hack so that warnings added by non-zero WARNS values won't be
obrien
2004-01-10
1
-0
/
+3
*
Userland spinlocks bad. Sleep locks good.
das
2003-06-21
1
-2
/
+5
*
/strtopx/ s/result/&result/
das
2003-04-09
2
-2
/
+2
*
Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa().
das
2003-04-05
2
-1
/
+98
*
Clean up the way gdtoa sources are found.
obrien
2003-03-13
1
-1
/
+6
*
Replace our ancient dtoa/strtod implementation with the gdtoa
das
2003-03-12
5
-0
/
+159