summaryrefslogtreecommitdiff
path: root/compat/strtod.c
Commit message (Collapse)AuthorAgeFilesLines
* compat/strtod: Add missing const qualifiers.Carl Eugen Hoyos2017-05-041-6/+6
| | | | | Fixes many warnings: initialization discards 'const' qualifier from pointer target type
* compat/strtod: isspace -> av_isspace.Clément Bœsch2013-03-041-1/+1
| | | | This should fix build after 88d55b8.
* Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-031-1/+0
| | | | | | | As far as I can tell the code should not change behaviour depending on locale in any of these places. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-061-0/+94
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: fate: Allow setting the ld parameter from the config file x86: dsputil: Do not redundantly check for CPU caps before calling init funcs configure: Disable some warnings in MSVC x86: vp56: cmov version of vp56_rac_get_prob requires inline asm avopt: fix examples to match the same style about default values as the actual code. configure: Add support for MSVC cl.exe/link.exe lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime. Conflicts: libavutil/opt.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime.Ronald S. Bultje2012-09-051-0/+94
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Revert "lavu: add snprintf(), vsnprint() and strtod() replacements for MS ↵Michael Niedermayer2012-09-061-92/+0
| | | | | | | | | | | | | | runtime." This reverts commit ba537202801d71711f1ef9306a6248dd2d426fa0. A better implementation has been commited by the same author to qatar Conflicts: configure Found-by: jamal <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime.Ronald S. Bultje2012-08-281-0/+92
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>