summaryrefslogtreecommitdiff
path: root/common/tests/test-buffer.c
Commit message (Collapse)AuthorAgeFilesLines
* Use putenv() instead of setenv()Stef Walter2013-03-031-1/+1
| | | | Since older operating systems don't support setenv()
* Add generic buffer codeStef Walter2013-02-041-0/+214
Represents a block of memory that can be added to, parsed and so on