summaryrefslogtreecommitdiff
path: root/SDKs/darwin
Commit message (Expand)AuthorAge
* Declare 'strerror' so that we can use it with errno.Bill Wendling2013-06-27
* Add 'errno.h' to the Darwin SDK.Bill Wendling2013-06-27
* Performance improvement.Bill Wendling2013-05-23
* Try to improve performance by using a read/write buffer instead of I/O.Bill Wendling2013-05-15
* I was wrong in my testing.Bill Wendling2013-05-03
* Use unbuffered I/O. This reduces the runtime by about half. Our implementatio...Bill Wendling2013-05-03
* Create a coverage initialization function.Bill Wendling2013-03-20
* Support for building the ubsan runtime when using the autoconf build system onRichard Smith2012-11-13
* Add support for reading the GCDA file and merging the arc information.Bill Wendling2012-09-14
* Add stub for 'atoi'.Bill Wendling2012-05-28
* Fix the build on 32 bit hosts.Benjamin Kramer2012-03-30
* build/SDKs: Sketch a minimal stub SDK for Darwin.Daniel Dunbar2011-11-16