summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-11-10Fix compiler warning about missing time headerjaseg1-0/+1
2019-11-10Add random optionEdgar Fouillet1-2/+11
2019-11-10Makefile: remove -g from default cc commandEdgar Fouillet1-3/+5
2019-11-10lolcat: Fix segfault on launch when LANG is undefinedEdgar Fouillet1-1/+2
Closes #27
2019-06-17Fix project url and bump version to v1.0jaseg1-4/+4
Thanks @bratkartoffel . Closes #23
2019-06-17Don't force C.UTF-8 when locale is UTF-8 alreadym3tav3rse1-1/+1
closes #21
2019-06-16lolcat: Remove redundant newline at end of outputjaseg1-1/+1
2019-03-19README.md: Don't use yaourt on Arch (#17)Ricardo Band1-1/+3
Removed the aur helper. The new guide works for everyone. See https://wiki.archlinux.org/index.php/AUR_helpers#Discontinued_or_problematic
2018-12-02Pull out inline function to make clang happyjaseg1-11/+11
Thanks @Janfel and @dosentmatter for reporting this. Fixes #14.
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
Thanks @BourgeoisBear!
2018-12-02Use wprintf and putwchar instead of printfjaseg1-7/+7
Thanks @BourgeoisBear
2018-12-02Use wint_t for find_escape_sequencesjaseg1-1/+1
Thanks @BourgeoisBear
2018-07-22Fix color array typejaseg1-1/+1
2018-07-22auto-format c sourcesjaseg2-105/+110
2018-07-22Fix variable scope bugjaseg1-2/+2
2018-07-22Remove fmemopen altogether since it just doesn't work.jaseg7-99/+49
Closes #9.
2017-03-20README: Add Ubuntu/Snap installation. Thanks @simos !jaseg1-0/+8
2016-12-26Add Mac build instructionsjaseg1-0/+8
2016-11-19Fix make rule order for system-musl buildsjaseg2-3/+4
2016-11-18Add musl to the arch PKGBUILD dependency listjaseg1-1/+1
2016-11-18Fix musl build on various platformsjaseg3-18/+55
2016-10-27README: Add python-lolcat comparisonjaseg1-0/+13
2016-10-27Add Arch AUR installation instructionsjaseg1-0/+10
2016-10-27Make static build defaultjaseg1-4/+4
The current glibc seems to have a bug in fmemopen leading to a segfault on fgetwc. Right now, I don't care enough to fix that problem at the source.
2016-10-27Update README.mdRicardo Band1-0/+10
You could also add comparision to [python-lolcat](https://pypi.python.org/pypi/lolcat): ```bash $ dmesg > foo $ time python-lolcat foo real 0m1.503s user 0m1.609s sys 0m0.012s $ time c-lolcat foo real 0m0.055s user 0m0.051s sys 0m0.000s ```
2016-09-05Add Arch linux PKGBUILDjaseg1-0/+30
2016-09-05Make install dir customizablejaseg1-5/+7
2016-04-28Improve interopjaseg1-5/+15
2016-04-28Compile dynamically linked executables on MacOSjaseg5-10/+25
2016-04-28Add dynamic compilation optionjaseg3-9/+17
2016-04-27Formatting fixesjaseg4-134/+130
2015-07-14Made the censoring tool more censoryjaseg2-4/+4
2015-07-14Added little censoring scriptjaseg4-5/+87
2015-07-13Merge pull request #2 from SpaceKookie/master↑←↑↓→↓→←↑2-0/+2
Add sl gif
2015-07-12Changing readme to testSpaceKookie1-0/+2
2015-07-12Adding cool sl gif.SpaceKookie1-0/+0
2015-07-07Clarified READMEjaseg1-1/+1
2015-07-07Add binary output to git repojaseg2-1/+0
2015-07-07Link statically against musljaseg7-49/+17
2014-10-26Fixed mulit-column character handlingjaseg1-2/+2
2014-10-26Removed an obsolete commentjaseg1-1/+0
2014-10-26Added a comment for the fgetwc fixjaseg1-0/+2
2014-10-26Updated READMEjaseg1-6/+2
2014-10-25Fixed the cat picture's filenamejaseg1-0/+0
2014-10-25Added a screenshotjaseg1-0/+0
2014-10-25Added installation instructions and extended the READMEjaseg3-1/+38
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