Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include stdarg.h when using variable argument lists | Lukas Fleischer | 2017-07-28 | 1 | -0/+2 |
| | | | | | | Fixes GitHub issue #36. Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org> | ||||
* | Update copyright ranges | Lukas Fleischer | 2017-01-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org> | ||||
* | Implement utility functions for dynamic strings | Lukas Fleischer | 2016-01-13 | 1 | -0/+112 |
Introduce support for strings which support concatenating the current value with a printf-style formatted value, thereby growing in size dynamically. Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org> |