Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Our own unit testing framework | Stef Walter | 2013-05-21 | 1 | -64/+49 |
| | | | | | | | | * Support the TAP protocol * Much cleaner without having to carry around state * First class support for setup/teardown * Port the common tests * Wait on porting other tests until we've merged outstanding code | ||||
* | Use putenv() instead of setenv() | Stef Walter | 2013-03-03 | 1 | -1/+1 |
| | | | | Since older operating systems don't support setenv() | ||||
* | Add generic buffer code | Stef Walter | 2013-02-04 | 1 | -0/+214 |
Represents a block of memory that can be added to, parsed and so on |