Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-25 | Update help string for long options | jaseg | 1 | -9/+10 | |
2020-12-25 | Add long option names | jaseg | 1 | -6/+6 | |
2020-12-25 | Add daytime offset to 24-bit rgb color option too | jaseg | 1 | -1/+1 | |
2020-12-25 | Add help string for -b 24-bit rgb color option | jaseg | 1 | -0/+2 | |
2020-12-25 | Make rgb rainbow match xterm palette more closely | jaseg | 1 | -5/+9 | |
2020-12-25 | Make rgb support off-by-default | jaseg | 1 | -3/+3 | |
2020-12-25 | add RGB 24bits color support (default) | Remy Noulin | 2 | -4/+17 | |
Option -8bits is for 256 colors lolcat.c | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) | |||||
2020-12-25 | Fix incorrect usage of ferror after fclose | jaseg | 1 | -3/+7 | |
Closes #35 | |||||
2020-11-22 | Update Makefile | ara.t.howard | 1 | -1/+1 | |
-Wno-sign-compare | |||||
2020-11-22 | set compiler optimization option | Kian Kasad | 1 | -1/+1 | |
2020-08-13 | Update README.md | cheese1 | 1 | -0/+6 | |
2019-11-10 | https instead of http | josef radinger | 1 | -3/+3 | |
2019-11-10 | Fix compiler warning about missing time header | jaseg | 1 | -0/+1 | |
2019-11-10 | Add random option | Edgar Fouillet | 1 | -2/+11 | |
2019-11-10 | Makefile: remove -g from default cc command | Edgar Fouillet | 1 | -3/+5 | |
2019-11-10 | lolcat: Fix segfault on launch when LANG is undefined | Edgar Fouillet | 1 | -1/+2 | |
Closes #27 | |||||
2019-06-17 | Fix project url and bump version to v1.0 | jaseg | 1 | -4/+4 | |
Thanks @bratkartoffel . Closes #23 | |||||
2019-06-17 | Don't force C.UTF-8 when locale is UTF-8 already | m3tav3rse | 1 | -1/+1 | |
closes #21 | |||||
2019-06-16 | lolcat: Remove redundant newline at end of output | jaseg | 1 | -1/+1 | |
2019-03-19 | README.md: Don't use yaourt on Arch (#17) | Ricardo Band | 1 | -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-02 | Pull out inline function to make clang happyv1.0 | jaseg | 1 | -11/+11 | |
Thanks @Janfel and @dosentmatter for reporting this. Fixes #14. | |||||
2018-12-02 | Make functions static | jaseg | 1 | -3/+3 | |
2018-12-02 | Force encoding to utf8 by default, allow override via -l switch | jaseg | 1 | -1/+8 | |
2018-12-02 | Fix TTY check for color output | jaseg | 1 | -2/+5 | |
Thanks @BourgeoisBear! | |||||
2018-12-02 | Use wprintf and putwchar instead of printf | jaseg | 1 | -7/+7 | |
Thanks @BourgeoisBear | |||||
2018-12-02 | Use wint_t for find_escape_sequences | jaseg | 1 | -1/+1 | |
Thanks @BourgeoisBear | |||||
2018-07-22 | Fix color array type | jaseg | 1 | -1/+1 | |
2018-07-22 | auto-format c sources | jaseg | 2 | -105/+110 | |
2018-07-22 | Fix variable scope bug | jaseg | 1 | -2/+2 | |
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 | |