Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-23 | sfeed_atom: add category field(s) | Hiltjo Posthuma | |
2021-07-19 | code-style: change gmtime to the reentrant/thread-safe gmtime_r | Hiltjo Posthuma | |
No functional or performance difference (intended) because these programs are not threaded. | |||
2021-06-01 | portability and standards: add BSD-like err() and errx() functions | Hiltjo Posthuma | |
These are BSD functions. - HaikuOS now compiles without having to use libbsd. - Tested on SerenityOS (for fun), which doesn't have these functions (yet). With a small change to support wcwidth() sfeed works on SerenityOS. | |||
2021-01-08 | sfeed_atom: code-style: use conditional with pledge, like the other tools | Hiltjo Posthuma | |
2020-07-05 | sfeed_atom: minor simplification, gmtime_r is not needed here | Hiltjo Posthuma | |
2020-07-05 | sfeed_atom: the updated field is mandatory: use the current time... | Hiltjo Posthuma | |
... if it is missing/invalid. | |||
2020-07-05 | sfeed_atom: fix timezone, output if timestamp is set | Hiltjo Posthuma | |
Timezone should be GMT (as intended), do not convert to localtime. | |||
2020-06-04 | sfeed_atom: make the output more conform | Hiltjo Posthuma | |
- Set mandatory entry tags: id, updated. - Change entry published (optional tag) to updated (mandatory). - Add <feed> tags: author name, id, updated, title. Thanks lich for the feedback and testing. | |||
2020-04-01 | util: improve/cleanup parseline() | Hiltjo Posthuma | |
- remove a check that has no use/can never happen. - remove the return value as it's unused and the input size is known. - fix an old comment that doesn't reflect what the function does anymore. | |||
2020-01-24 | cleanup some includes | Hiltjo Posthuma | |
2019-05-10 | remove unused variables | Hiltjo Posthuma | |
2019-04-25 | sfeed_atom: add content too (for completeness) | Hiltjo Posthuma | |
2019-04-22 | sfeed_atom: if the link is empty, don't print it | Hiltjo Posthuma | |
2019-04-20 | add sfeed_atom: convert one or more feeds from TSV (back to) Atom | Hiltjo Posthuma | |