Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/utils/resources.c: Convert static const error_document var to macro | Patrick McDermott | 2017-11-01 | 1 | -14/+14 |
| | | | | | | | | | | Fixes: CC src/utils/marquee-resources.o src/utils/resources.c: In function ‘mq_resource_response’: src/utils/resources.c:64:5: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] path, error->message), -1, g_free); ^ | ||||
* | src/utils/string-utils.[ch]: Rename to src/utils/string.[ch] | Patrick McDermott | 2017-11-01 | 3 | -2/+2 |
| | |||||
* | src/utils/local.mk: New file | Patrick McDermott | 2017-11-01 | 1 | -0/+4 |
| | | | | And update src/local.mk. | ||||
* | src/string-utils.[ch]: Move under src/utils/ | Patrick McDermott | 2017-11-01 | 2 | -0/+111 |
| | |||||
* | src/resources.[ch]: Move under src/utils/ | Patrick McDermott | 2017-11-01 | 2 | -0/+97 |
| | |||||
* | src/html.[ch]: Move under src/utils/ | Patrick McDermott | 2017-11-01 | 2 | -0/+791 |