aboutsummaryrefslogtreecommitdiff
path: root/libc/tzcode/bionic.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add missing includes.Dan Albert2017-10-111-0/+1
| | | | | | Test: mma Bug: None Change-Id: I0221b213e08d07cc5ac0b704a86e98ae8c0f456f
* Fix incorrect check.Christopher Ferris2017-04-141-1/+1
| | | | | | | Bug: 37347846 Test: No error on data +%s Change-Id: I7e88ea842af29ce4a366c25a3f79c09b63a25004
* Address review comments on the bionic tzdata loader.Elliott Hughes2017-04-121-41/+43
| | | | | | Bug: N/A Test: ran tests Change-Id: Ia7e27a2f93fe814e46b0912ce358b72651192173
* Move localtime.c over to CachedProperty.Elliott Hughes2017-04-111-0/+232
Since localtime.c is C, this entails pulling our code out into its own C++ file, which we should probably have done years ago anyway. Bug: N/A Test: ran tests, and manually tested via Settings Change-Id: Ifc787a553e8f739a87641a2d35321aca40a47286