aboutsummaryrefslogtreecommitdiff
path: root/src/print_ddate.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-16clang-format-3.5 -i **/*.[ch], update modelineMichael Stapelberg1-184/+179
2013-02-10Add tztime module to support multiple different timezones.Emil Mikulic1-2/+5
2012-11-06Teen ordinal numbers always use a 'th' suffix.Deiz1-0/+5
2012-10-19Reduce the season day to 0-9 to properly print ordinal suffixesDeiz1-1/+1
2012-10-16Skip a day in the Discordian calendar when St. Tib's Day has passedDeiz1-8/+10
2012-05-02Fix harmless format string mistake (Thanks loblik)Michael Stapelberg1-2/+2
2012-04-08add yajl compat codeMichael Stapelberg1-0/+1
2012-03-25Properly output JSON with libyajlMichael Stapelberg1-28/+28
2012-02-16Implement the i3bar JSON protocolMichael Stapelberg1-0/+6
2011-04-22Also use the correct time for the ddate moduleMichael Stapelberg1-9/+4
2010-07-15print_ddate(): Correctly seperate the St. Tibs String from the restAxel Wagner1-3/+3
2010-06-19ddate: Use static memory / only allocate format copy memory onceMichael Stapelberg1-22/+20
2010-06-19Implemented a ddate-moduleAxel Wagner1-0/+212