summary refs log tree commit diff
path: root/src/funcs
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2005-10-29 21:04:27 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2005-10-29 21:40:05 +1000
commit751f4eeb228344937c1311a06c38ed1bc3aeffe8 (patch)
tree3dc65ba8fea750faf2bda56fae77ae05f5393294 /src/funcs
parent[BUILTIN] Removed standalone/csh support from printf (diff)
downloaddash-751f4eeb228344937c1311a06c38ed1bc3aeffe8.tar.gz
dash-751f4eeb228344937c1311a06c38ed1bc3aeffe8.zip
[SYSTEM] Added dummy strtod implementation
klibc doesn't have strtod or atof.  So add an implementation that
always fails by setting the end pointer to the input string.
Diffstat (limited to 'src/funcs')
0 files changed, 0 insertions, 0 deletions
3.2June McEnroe 2021-03-05Bump version to 3.3.1p1 3.3.1p1June McEnroe 2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe Some compat sources (getentropy_linux.c for example) require OpenSSL. Reported by Robert Scheck. 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe