summaryrefslogtreecommitdiff
path: root/sfeed_atom.c
AgeCommit message (Expand)Author
2023-05-16improve to use proper includesHiltjo Posthuma
2023-05-15sfeed_atom: gmtime_r make it consistent with sfeed_mboxHiltjo Posthuma
2023-04-13atom, json, mbox: fix reading past the buffer with an escaped NUL byte (\ NUL)Hiltjo Posthuma
2023-04-10remove sfeed "branding" in outputsHiltjo Posthuma
2023-04-10sfeed_atom: in Atom the default for a type is textHiltjo Posthuma
2022-03-27Revert "rm sys/types.h include and improve portability"Hiltjo Posthuma
2022-03-25rm sys/types.h include and improve portabilityHiltjo Posthuma
2022-03-20check write errors on the output stream after each feedHiltjo Posthuma
2022-03-15stricter error checking in file streams (input, output)Hiltjo Posthuma
2022-03-14improve time(NULL) error checkingHiltjo Posthuma
2021-12-23sfeed_atom: add category field(s)Hiltjo Posthuma
2021-07-19code-style: change gmtime to the reentrant/thread-safe gmtime_rHiltjo Posthuma
2021-06-01portability and standards: add BSD-like err() and errx() functionsHiltjo Posthuma
2021-01-08sfeed_atom: code-style: use conditional with pledge, like the other toolsHiltjo Posthuma
2020-07-05sfeed_atom: minor simplification, gmtime_r is not needed hereHiltjo Posthuma
2020-07-05sfeed_atom: the updated field is mandatory: use the current time...Hiltjo Posthuma
2020-07-05sfeed_atom: fix timezone, output if timestamp is setHiltjo Posthuma
2020-06-04sfeed_atom: make the output more conformHiltjo Posthuma
2020-04-01util: improve/cleanup parseline()Hiltjo Posthuma
2020-01-24cleanup some includesHiltjo Posthuma
2019-05-10remove unused variablesHiltjo Posthuma
2019-04-25sfeed_atom: add content too (for completeness)Hiltjo Posthuma
2019-04-22sfeed_atom: if the link is empty, don't print itHiltjo Posthuma
2019-04-20add sfeed_atom: convert one or more feeds from TSV (back to) AtomHiltjo Posthuma