| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Various minor changes | Xavier Del Campo Romero | 2020-06-12 | 1 | -0/+4 |
| | | | | | | | | | - 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. | ||||
| * | Avoid free() if no string is present | Xavier Del Campo Romero | 2020-03-25 | 1 | -2/+5 |
| | | |||||
| * | Various changes and improvements | XaviDCR92 | 2020-03-21 | 1 | -14/+37 |
| | | | | | | | - Replaced int by specific, more meaningful error codes. - C99 states realloc can be safely called using NULL pointers. - New function dynstr_dup(). | ||||
| * | Solved compiler error by adding scope block | Xavi Del Campo | 2020-03-21 | 1 | -22/+25 |
| | | |||||
| * | Replaced unneeded calloc() by malloc() | Xavier Del Campo Romero | 2020-03-20 | 1 | -2/+2 |
| | | |||||
| * | First commit | Xavi Del Campo | 2020-03-19 | 1 | -0/+68 |
