Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-22 | Remove fmemopen altogether since it just doesn't work. | jaseg | 7 | -99/+49 | |
Closes #9. | |||||
2017-03-20 | README: Add Ubuntu/Snap installation. Thanks @simos ! | jaseg | 1 | -0/+8 | |
2016-12-26 | Add Mac build instructions | jaseg | 1 | -0/+8 | |
2016-11-19 | Fix make rule order for system-musl builds | jaseg | 2 | -3/+4 | |
2016-11-18 | Add musl to the arch PKGBUILD dependency list | jaseg | 1 | -1/+1 | |
2016-11-18 | Fix musl build on various platforms | jaseg | 3 | -18/+55 | |
2016-10-27 | README: Add python-lolcat comparison | jaseg | 1 | -0/+13 | |
2016-10-27 | Add Arch AUR installation instructions | jaseg | 1 | -0/+10 | |
2016-10-27 | Make static build default | jaseg | 1 | -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-27 | Update README.md | Ricardo Band | 1 | -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-05 | Add Arch linux PKGBUILD | jaseg | 1 | -0/+30 | |
2016-09-05 | Make install dir customizable | jaseg | 1 | -5/+7 | |
2016-04-28 | Improve interop | jaseg | 1 | -5/+15 | |
2016-04-28 | Compile dynamically linked executables on MacOS | jaseg | 5 | -10/+25 | |
2016-04-28 | Add dynamic compilation option | jaseg | 3 | -9/+17 | |
2016-04-27 | Formatting fixes | jaseg | 4 | -134/+130 | |
2015-07-14 | Made the censoring tool more censory | jaseg | 2 | -4/+4 | |
2015-07-14 | Added little censoring script | jaseg | 4 | -5/+87 | |
2015-07-13 | Merge pull request #2 from SpaceKookie/master | ↑←↑↓→↓→←↑ | 2 | -0/+2 | |
Add sl gif | |||||
2015-07-12 | Changing readme to test | SpaceKookie | 1 | -0/+2 | |
2015-07-12 | Adding cool sl gif. | SpaceKookie | 1 | -0/+0 | |
2015-07-07 | Clarified README | jaseg | 1 | -1/+1 | |
2015-07-07 | Add binary output to git repo | jaseg | 2 | -1/+0 | |
2015-07-07 | Link statically against musl | jaseg | 7 | -49/+17 | |
2014-10-26 | Fixed mulit-column character handling | jaseg | 1 | -2/+2 | |
2014-10-26 | Removed an obsolete comment | jaseg | 1 | -1/+0 | |
2014-10-26 | Added a comment for the fgetwc fix | jaseg | 1 | -0/+2 | |
2014-10-26 | Updated README | jaseg | 1 | -6/+2 | |
2014-10-25 | Fixed the cat picture's filename | jaseg | 1 | -0/+0 | |
2014-10-25 | Added a screenshot | jaseg | 1 | -0/+0 | |
2014-10-25 | Added installation instructions and extended the README | jaseg | 3 | -1/+38 | |
2014-10-25 | Made lolcat clean up after itself by resetting the term color | jaseg | 1 | -1/+2 | |
2014-10-25 | Made the newline behavior compliant with the one of cat(1) | jaseg | 1 | -0/+1 | |
2014-10-25 | Fixed --help, also added some randomness. | jaseg | 4 | -20/+111 | |
2014-10-24 | Fixed escape sequence pass-through | jaseg | 1 | -15/+34 | |
2014-10-24 | Added a LICENSE | jaseg | 2 | -0/+29 | |
2014-10-24 | Initial commit | jaseg | 3 | -0/+94 | |