index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
gdtoa
Age
Commit message (
Expand
)
Author
2018-04-27
Fix typo in binary-float example in comment
Philip Guenther
2017-07-27
Use stdrup, to avoid clang whining about the length parameters being
Theo de Raadt
2016-09-21
Delete casts to off_t and size_t that are implied by assignments
Philip Guenther
2016-03-09
We are done providing support for the vax.
Theo de Raadt
2015-09-14
Wrap the remaining __*dtoa() functions so that internal calls go direct
Philip Guenther
2015-09-13
Wrap <stdlib.h> so that calls go direct and the symbols not in the
Philip Guenther
2015-09-10
hide __dtoa_locks as a static in the single use case; ok guenther
Theo de Raadt
2015-08-26
Hide many (194!) symbols that nothing should be using.
Philip Guenther
2014-08-10
Only need <stdint.h> and not all of <inttypes.h> here
Philip Guenther
2011-07-03
Swap bitmask values around so that STRTOG_Neg doesn't get affected
Martynas Venckus
2011-07-02
Rebase on gdtoa-20110428; contains fixes for absurdly long inputs
Martynas Venckus
2010-02-03
Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent
Miod Vallat
2009-10-16
teach gdtoa & its subroutines that malloc can fail; in which case
Martynas Venckus
2009-08-07
define substitution in some cases might happen after prototypes are
Martynas Venckus
2009-06-11
don't use freelist if it overruns; use heap memory instead not
Martynas Venckus
2008-12-12
strcpy -> strlcpy; ok mbalmer@ martynas@
Otto Moerbeek
2008-12-09
bugfix update to gdtoa 2008-10-10. ok millert@, tested by many
Martynas Venckus
2008-10-21
build w/ USE_LOCALE. ok millert@
Martynas Venckus
2008-09-07
- replace dtoa w/ David's gdtoa, version 2008-03-15
Martynas Venckus