Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-03 | code-style: use a newline before return in main() | 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. | |||
2020-07-05 | format tools: don't skip items with a missing/invalid timestamp field | Hiltjo Posthuma | |
Handle it appropriately in the context of each format tool. Output the item but keep it blanked. NOTE: maybe in sfeed_twtxt it should use the current time instead? | |||
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-03-15 | sfeed_twtxt: fix error message if gmtime() fails, "localtime" -> "gmtime" | Hiltjo Posthuma | |
2020-01-24 | cleanup some includes | Hiltjo Posthuma | |
2018-11-04 | whitespace and comment fix | Hiltjo Posthuma | |
2018-08-23 | sfeed_twtxt: slightly nicer output | Hiltjo Posthuma | |
2018-08-22 | sfeed_twtxt: dont use the author and mention style, use a regular link | Hiltjo Posthuma | |
Thanks trqx for pointing it out! | |||
2018-08-22 | add sfeed_twtxt format program: format to a twtxt feed | Hiltjo Posthuma | |