| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Various minor changes | Xavier Del Campo Romero | 2020-06-12 | 1 | -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 change | Xavi Del Campo | 2020-03-21 | 1 | -2/+2 |
| | | |||||
| * | Added comments to dynstr_dup() | Xavi Del Campo | 2020-03-21 | 1 | -0/+7 |
| | | |||||
| * | Various changes and improvements | XaviDCR92 | 2020-03-21 | 1 | -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 typo | XaviDCR92 | 2020-03-21 | 1 | -1/+1 |
| | | |||||
| * | Added compile-time error when C99 is not present | XaviDCR92 | 2020-03-21 | 1 | -0/+4 |
| | | |||||
| * | New convenience macro dynstr_append_or_ret_zero | Xavier Del Campo Romero | 2020-03-20 | 1 | -2/+7 |
| | | |||||
| * | First commit | Xavi Del Campo | 2020-03-19 | 1 | -0/+85 |
