Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix regoff_t for LP32 and _FILE_OFFSET_BITS=64. | Elliott Hughes | 2015-11-07 | 1 | -2/+3 |
| | | | | | | | | | | bionic is built without _FILE_OFFSET_BITS=64, so internally regoff_t was 32-bit on LP32, but code compiled with _FILE_OFFSET_BITS would expect rm_so and rm_eo in struct regmatch_t to be 64-bit, leading to confusion. Bug: http://b/23566443 Change-Id: Iae92fa545104068e4f64ce1977f5ec616859638c | ||||
* | Import regex from OpenBSD | Colin Cross | 2010-01-15 | 1 | -0/+105 |
Change-Id: I7ad7d907ef65e4e345f94777d730813b1270a612 |