index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
gdtoa
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix printing long doubles on architectures with hm and lm bits.
mortimer
2020-05-31
1
-11
/
+13
*
Fix typo in binary-float example in comment
guenther
2018-04-27
1
-2
/
+2
*
Use stdrup, to avoid clang whining about the length parameters being
deraadt
2017-07-27
3
-13
/
+4
*
Delete casts to off_t and size_t that are implied by assignments
guenther
2016-09-21
1
-2
/
+2
*
We are done providing support for the vax.
deraadt
2016-03-09
1
-3
/
+1
*
Wrap the remaining __*dtoa() functions so that internal calls go direct
guenther
2015-09-14
6
-2
/
+20
*
Wrap <stdlib.h> so that calls go direct and the symbols not in the
guenther
2015-09-13
5
-5
/
+8
*
hide __dtoa_locks as a static in the single use case; ok guenther
deraadt
2015-09-10
4
-10
/
+6
*
Hide many (194!) symbols that nothing should be using.
guenther
2015-08-26
5
-6
/
+6
*
Only need <stdint.h> and not all of <inttypes.h> here
guenther
2014-08-10
1
-2
/
+2
*
Swap bitmask values around so that STRTOG_Neg doesn't get affected
martynas
2011-07-03
1
-6
/
+6
*
Rebase on gdtoa-20110428; contains fixes for absurdly long inputs
martynas
2011-07-02
14
-612
/
+696
*
Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent
miod
2010-02-03
1
-4
/
+4
*
teach gdtoa & its subroutines that malloc can fail; in which case
martynas
2009-10-16
42
-2986
/
+381
*
define substitution in some cases might happen after prototypes are
martynas
2009-08-07
1
-39
/
+39
*
don't use freelist if it overruns; use heap memory instead not
martynas
2009-06-11
1
-2
/
+6
*
strcpy -> strlcpy; ok mbalmer@ martynas@
otto
2008-12-12
4
-8
/
+14
*
bugfix update to gdtoa 2008-10-10. ok millert@, tested by many
martynas
2008-12-09
23
-152
/
+500
*
build w/ USE_LOCALE. ok millert@
martynas
2008-10-21
1
-1
/
+2
*
- replace dtoa w/ David's gdtoa, version 2008-03-15
martynas
2008-09-07
51
-0
/
+10023