bionic/libc/tzcode
Stephen Hines 23360cc498 Remove invalid left shifts of -1.
Bug: 24492248

Shifting sign bits left is considered undefined behavior, so we need to
switch these uses to unsigned equivalents. The time_t-related code is
updated relative to upstream sources.

Change-Id: I226e5a929a10f5c57dfcb90c748fdac34eb377c2
2015-09-29 10:04:54 -07:00
..
asctime.c Use snprintf(3) instead of sprintf(3). 2014-10-08 17:10:26 -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 Changes to re-enable overrides for tz data 2015-03-25 16:08:37 +00:00
private.h Remove invalid left shifts of -1. 2015-09-29 10:04:54 -07:00
strftime.c Remove localtime_tz and strftime_tz. 2014-07-25 15:50:31 -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