aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/strings.c
Commit message (Collapse)AuthorAgeFilesLines
* build: replace src/utils with squareballRafael G. Martins2016-02-261-314/+0
|
* utils: string: strip form-feed and vertical-tab chars as whitespacesRafael G. Martins2016-01-141-2/+4
|
* template-parser: added whitespace cleaners. needs more tests and docsRafael G. Martins2016-01-141-8/+37
|
* fixed copyrightRafael G. Martins2016-01-081-1/+1
|
* Revert "build: removing src/utils and replacing with squareball"Rafael G. Martins2015-12-231-0/+283
| | | | This reverts commit 950e6c9148eca244a89d18a21d4ae4e5c3d1c646.
* build: removing src/utils and replacing with squareballRafael G. Martins2015-12-231-283/+0
| | | | | squareball is a new general purpose library for C99, based on the code removed from src/utils
* utils/mem: added safe reallocRafael G. Martins2015-07-191-4/+4
|
* fixed copyrightRafael G. Martins2015-05-251-1/+1
|
* fixed a few issues reported by clang's static analyzerRafael G. Martins2015-05-101-1/+7
|
* safe mallocs are better :)Rafael G. Martins2015-04-191-3/+3
|
* initial structureRafael G. Martins2015-04-151-0/+277