platform_bionic/libc/tzcode
Elliott Hughes 9a5a3e8e74 Fix <math.h> to quieten most of our warnings.
I've reported the wcsftime bug upstream, but we really just want to use -D
to ensure the buggy code isn't built. (I've also brought our strftime a bit
closer to upstream now we have the right define.)

I don't think upstream is likely to fix all their sign-compare and
uninitialized warnings, so let's just silence them.

As for libm, again upstream isn't likely to fix all their warnings, and
silencing those made the ones that were our fault stand out. I've fixed
our <math.h> to fix the warnings caused by our lack of definitions for
the non-imprecise long-double functions. I checked the C99 standard, and
all these functions are there.

Change-Id: Iee8e1182c1db375058fb2c451eceb212bab47a37
2014-05-05 21:19:47 -07:00
..
asctime.c Upgrade to tzcode2013d. 2013-07-12 17:52:44 -07:00
difftime.c Upgrade to tzcode2013f plus Android modifications (from tzcode2013d plus Android modifications). 2013-09-27 00:04:30 -07:00
localtime.c Don't use so much stack in tzcode. 2014-04-25 21:51:26 -07:00
private.h Update tzcode to 2013i 2014-02-28 14:38:14 +00:00
strftime.c Fix <math.h> to quieten most of our warnings. 2014-05-05 21:19:47 -07:00
strptime.c Bug 3330205 Thread safe strptime implementation 2011-01-11 09:33:04 -08:00
tzfile.h Update tzcode to 2013i 2014-02-28 14:38:14 +00:00