aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Various minor changesXavier Del Campo Romero2020-06-121-14/+7
| | | | | | | | - Removed trailing ';' from convenience macros. - Convenience macros did not really need the ## __VA_ARGS__ extension. Simply grouping all parameters into '...', while decreasing readability, solves the portability issue. - Added C99 check to dynstr.c.
* Minor changeXavi Del Campo2020-03-211-2/+2
|
* Added comments to dynstr_dup()Xavi Del Campo2020-03-211-0/+7
|
* Various changes and improvementsXaviDCR922020-03-211-3/+32
| | | | | | - Replaced int by specific, more meaningful error codes. - C99 states realloc can be safely called using NULL pointers. - New function dynstr_dup().
* Fixed typoXaviDCR922020-03-211-1/+1
|
* Added compile-time error when C99 is not presentXaviDCR922020-03-211-0/+4
|
* New convenience macro dynstr_append_or_ret_zeroXavier Del Campo Romero2020-03-201-2/+7
|
* First commitXavi Del Campo2020-03-191-0/+85