summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-02Makefile: fix uninstallHiltjo Posthuma
2015-01-02Makefile: copy doc dir for distHiltjo Posthuma
2015-01-02sfeed_frames: get rid of atexit()Hiltjo Posthuma
2015-01-02sfeed: styleHiltjo Posthuma
2015-01-02sfeed: cleanup, use err()Hiltjo Posthuma
2015-01-02cleanupHiltjo Posthuma
- dont free at end (not needed in our case). - use 0 and 1 instead of EXIT_SUCCESS, EXIT_FAILURE. - use err (from err.h) instead of custom die().
2015-01-02README.xml: code-styleHiltjo Posthuma
2015-01-02doc: use mandoc as source, pre-generate documentationHiltjo Posthuma
generate documentation in doc/ . Now there is no hard dependency on mandoc and systems that don't have it can just copy the files for now.
2015-01-02CHANGELOG: improve, make it clear the changes are from 0.8 to 0.9Hiltjo Posthuma
2015-01-02config.mk: move version to Makefile, add compat flagsHiltjo Posthuma
2015-01-02Makefile: sort files, clean libcompat (WIP)Hiltjo Posthuma
2015-01-02compat: separate compat stuff, strlcpy atmHiltjo Posthuma
2015-01-02compat: separate compat stuff, strlcpy atmHiltjo Posthuma
2015-01-02LICENSE: bump yearHiltjo Posthuma
2015-01-02Makefile: improveHiltjo Posthuma
2015-01-02doc: explain mandoc, unindent CHANGELOGHiltjo Posthuma
2015-01-02convert man pages to mandocHiltjo Posthuma
2014-12-13TODO: use OpenBSD sys/queue.h(?)Hiltjo Posthuma
2014-12-13xml.h: code-style, function declarationsHiltjo Posthuma
2014-12-12config.mk: specify _XOPEN_SOURCE=700, fixes warnings on OpenBSDHiltjo Posthuma
2014-11-17code-style, ugly test-code (remove later)Hiltjo Posthuma
2014-11-11sfeed_web: just assume rss/atom for application/xml tooHiltjo Posthuma
2014-11-11code style, use actual column width of charHiltjo Posthuma
2014-11-11sfeed.c: code-styleHiltjo Posthuma
2014-11-11comment styleHiltjo Posthuma
2014-11-11sfeed_update: remove redundant -t flag for mktempHiltjo Posthuma
this makes it compatible with the current sbase mktemp
2014-11-11fix typo in man pageHiltjo Posthuma
2014-11-11move printutf8padded to utilHiltjo Posthuma
2014-11-11remove fileexists functionHiltjo Posthuma
2014-11-11set FILE* pointers to NULLHiltjo Posthuma
2014-06-28sfeed: fix check for div in atom contentHiltjo Posthuma
as suspected it should match the tagname exactly "div", it would match <diva> too :P Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-06-28handle invalid values of strto*lHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-06-28xml: fix attribute without data:Hiltjo Posthuma
<input checked /> Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-06-28handle invalid value for strtoul, refactor a bitHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-06-28compile with -Wextra, ignore unused parametersHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-06-27improve wordingHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-06-27small fixesHiltjo Posthuma
reorder static -> public xml functions. Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-06-27improve READMEHiltjo Posthuma
- add suggestion for "suckless" iconv implementation. - ...etc... Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-06-27add initial README for xml parserHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-05-13sfeed: fix invalid length parameterHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-05-13sfeed_xmlenc: linewrapHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-05-13config.mk: add commented options for tccHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-05-13cleanup, tested with tccHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-05-13util: use standard getline() function to get linesHiltjo Posthuma
this is standard since POSIX 200809L Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-05-08style: linewrap, etcHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-05-08sfeed: remove level of indentationHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-05-08sfeed: make code a bit more clearHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-05-08sfeed: cleanupHiltjo Posthuma
remove a few levels of indentation, simplify Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-05-08manpage: example non-local pathHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-05-08update TODOHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>