summaryrefslogtreecommitdiffstats
path: root/libc/tzcode
Commit message (Expand)AuthorAgeFilesLines
* Changes to re-enable overrides for tz dataNeil Fuller2015-03-251-5/+8
* libc: Fix mktime returns an uncorrect time in empty TZ caseSatoru Takeuchi2014-11-141-0/+1
* Disable tzdata in $ANDROID_DATA.Elliott Hughes2014-10-281-8/+5
* Use snprintf(3) instead of sprintf(3).Dan Albert2014-10-081-1/+1
* Fix the tzdata update tools.Elliott Hughes2014-08-061-1/+1
* Remove localtime_tz and strftime_tz.Elliott Hughes2014-07-252-124/+41
* Start hiding "private/bionic_time.h".Elliott Hughes2014-07-252-10/+34
* Build tzcode with hidden visibility.Elliott Hughes2014-06-192-3/+3
* Fix arm64 localtime.c build.Elliott Hughes2014-06-191-3/+3
* Build tzcode with -Werror.Elliott Hughes2014-06-193-68/+59
* Update localtime.c.Elliott Hughes2014-06-181-72/+85
* Fix most of the tzcode warnings.Elliott Hughes2014-06-111-7/+3
* Do not keep struct state on the stack.Christopher Ferris2014-05-141-22/+37
* Switch to g_ for globals.Elliott Hughes2014-05-141-7/+7
* Fix <math.h> to quieten most of our warnings.Elliott Hughes2014-05-051-1/+1
* Remove the non-standard time64 stuff for LP64.Elliott Hughes2014-05-051-0/+5
* Don't use so much stack in tzcode.Elliott Hughes2014-04-251-2/+22
* Merge "Fix locatime.c indentation after sync"Calin Juravle2014-02-281-270/+270
|\
| * Fix locatime.c indentation after syncCalin Juravle2014-02-281-270/+270
* | Merge "Update tzcode to 2013i"Calin Juravle2014-02-283-105/+98
|\ \ | |/
| * Update tzcode to 2013iCalin Juravle2014-02-283-105/+98
* | Vastly reduce the number of read(2)s done in tzload.Elliott Hughes2014-02-271-10/+24
|/
* Fix a leak on error in tzload.Elliott Hughes2014-02-271-3/+2
* Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-091-1/+1
* Fix 32-bit build.Elliott Hughes2013-10-081-0/+2
* Upgrade to tzcode2013f plus Android modifications (from tzcode2013d plus Andr...Elliott Hughes2013-09-275-83/+82
* Use $ANDROID_DATA and $ANDROID_ROOT to find the tzdata.Elliott Hughes2013-09-191-4/+11
* Apply upstream commit 943a6621866e9d6e654f5cfe1494378c1fb8957a.Elliott Hughes2013-08-222-4/+14
* Upgrade to tzcode2013d.Elliott Hughes2013-07-126-884/+801
* Improve diagnostics in the face of bad tzdata.Elliott Hughes2013-04-251-5/+13
* Don't search off the end of the index for bad Olson ids.Elliott Hughes2013-03-141-1/+7
* Cache the most-recently used timezone for mktime_tz and localtime_tz.Elliott Hughes2013-03-111-27/+47
* Revert "DO NOT MERGE Revert "Add the libcutils localtime_tz and mktime_t exte...Elliott Hughes2013-01-161-40/+87
* am f2b3ac95: Merge "Fix recovery: don\'t assert if there\'s no tzdata."Elliott Hughes2012-10-251-1/+3
|\
| * Fix recovery: don't assert if there's no tzdata.Elliott Hughes2012-10-251-1/+3
* | am df92635a: Merge "Support zone.tab in bionic, and remove the file format ve...Elliott Hughes2012-10-221-8/+1
|\ \ | |/
| * Support zone.tab in bionic, and remove the file format version.Elliott Hughes2012-10-221-8/+1
* | am eb370aa3: Merge "Make bionic look in /data/misc for tzdata updates."Elliott Hughes2012-10-221-22/+31
|\ \ | |/
| * Make bionic look in /data/misc for tzdata updates.Elliott Hughes2012-10-221-22/+31
* | am 10225071: Merge "Fixes x86 build."Elliott Hughes2012-10-181-1/+1
|\ \ | |/
| * Fixes x86 build.Elliott Hughes2012-10-181-1/+1
* | am 5ae762a3: Merge "Pull bionic\'s time zone data from the new single \'tzdat...Elliott Hughes2012-10-181-39/+85
|\ \ | |/
| * Pull bionic's time zone data from the new single 'tzdata' file.Elliott Hughes2012-10-171-39/+85
* | DO NOT MERGE Revert "Add the libcutils localtime_tz and mktime_t extensions t...Elliott Hughes2012-09-241-87/+40
|/
* Add the libcutils localtime_tz and mktime_t extensions to bionic.Elliott Hughes2012-09-111-40/+87
* libc: remove private declarations from <time.h> and <resolv.h>David 'Digit' Turner2012-01-131-0/+1
* am ac56f5ca: Merge "strftime: Use snprintf() instead of sprintf()"David Turner2011-06-231-2/+2
|\
| * strftime: Use snprintf() instead of sprintf()Jim Huang2011-06-231-2/+2
* | Bug 3330205 Thread safe strptime implementationGlenn Kasten2011-01-111-25/+27
|/
* <time.h>: Add timegm(), timelocal() and others.David 'Digit' Turner2010-12-061-2/+12