summaryrefslogtreecommitdiff
path: root/src/atom-writer.c
AgeCommit message (Collapse)AuthorFilesLines
2016-09-11atom-writer: Use _DEFAULT_SOURCE instead of deprecated _BSD_SOURCETomas Bzatek1-1/+1
Needed for struct tm.tm_gmtoff
2012-12-31atom-writer: Check fclose() resultTomas Bzatek1-1/+2
Errors may very well appear on file closing. TODO: Go through all other file writes and add more checks.
2012-12-30setup: Introduce location section and reorganizeTomas Bzatek1-1/+1
More and more we need to know local and public locations for various features. Let's introduce general keys once and for all.
2010-10-08Plug some memory leaksTomas Bzatek1-0/+1
2010-10-08Add basic Atom feed writerTomas Bzatek1-0/+307