summaryrefslogtreecommitdiff
path: root/lolcat.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-17Don't force C.UTF-8 when locale is UTF-8 alreadym3tav3rse1-1/+1
2019-06-16lolcat: Remove redundant newline at end of outputjaseg1-1/+1
2018-12-02Pull out inline function to make clang happyjaseg1-11/+11
2018-12-02Make functions staticjaseg1-3/+3
2018-12-02Force encoding to utf8 by default, allow override via -l switchjaseg1-1/+8
2018-12-02Fix TTY check for color outputjaseg1-2/+5
2018-12-02Use wprintf and putwchar instead of printfjaseg1-7/+7
2018-12-02Use wint_t for find_escape_sequencesjaseg1-1/+1
2018-07-22Fix color array typejaseg1-1/+1
2018-07-22auto-format c sourcesjaseg1-80/+84
2018-07-22Fix variable scope bugjaseg1-2/+2
2018-07-22Remove fmemopen altogether since it just doesn't work.jaseg1-22/+38
2016-04-28Compile dynamically linked executables on MacOSjaseg1-2/+6
2016-04-27Formatting fixesjaseg1-105/+105
2015-07-07Link statically against musljaseg1-4/+2
2014-10-26Fixed mulit-column character handlingjaseg1-2/+2
2014-10-26Removed an obsolete commentjaseg1-1/+0
2014-10-25Made lolcat clean up after itself by resetting the term colorjaseg1-1/+2
2014-10-25Made the newline behavior compliant with the one of cat(1)jaseg1-0/+1
2014-10-25Fixed --help, also added some randomness.jaseg1-18/+70
2014-10-24Fixed escape sequence pass-throughjaseg1-15/+34
2014-10-24Added a LICENSEjaseg1-0/+15
2014-10-24Initial commitjaseg1-0/+86