index
:
sfeed.git
master
Suckless rss Feed reader with my configs
Benjamin Chausse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sfeed_twtxt.c
Age
Commit message (
Expand
)
Author
2023-05-16
improve to use proper includes
Hiltjo Posthuma
2022-03-27
Revert "rm sys/types.h include and improve portability"
Hiltjo Posthuma
2022-03-25
rm sys/types.h include and improve portability
Hiltjo Posthuma
2022-03-20
check write errors on the output stream after each feed
Hiltjo Posthuma
2022-03-15
stricter error checking in file streams (input, output)
Hiltjo Posthuma
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
2021-06-01
portability and standards: add BSD-like err() and errx() functions
Hiltjo Posthuma
2020-07-05
format tools: don't skip items with a missing/invalid timestamp field
Hiltjo Posthuma
2020-04-01
util: improve/cleanup parseline()
Hiltjo Posthuma
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
2018-08-22
add sfeed_twtxt format program: format to a twtxt feed
Hiltjo Posthuma