Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-04 | fifo: use nonblocking modenonblocking | 1 | -2/+18 | ||
2024-11-03 | stdin: use nonblocking mode | 1 | -2/+34 | ||
2024-08-03 | Don't increment rainbow color with partial line | 2 | -3/+24 | ||
2024-08-02 | Document rainbow mode usage example | 1 | -1/+13 | ||
2024-07-30 | Minor tweaks for rainbow mode | 1 | -6/+5 | ||
2024-07-28 | Allow for background color rainbow mode | 8 | -52/+132 | ||
2024-07-25 | init_conf_boolean(): merge duplicated code | 1 | -16/+16 | ||
2024-07-25 | Add initial implementation of foreground color rainbow mode | 9 | -60/+176 | ||
2024-06-09 | colorize 0.66v0.66 | 3 | -5/+6 | ||
2024-06-09 | Update Debian Standards-Version | 2 | -2/+4 | ||
2024-06-09 | debian/copyright: amend years | 2 | -3/+4 | ||
2024-06-09 | debian/control: use v13 mode of debhelper-compat package | 2 | -2/+3 | ||
P: colorize source: package-uses-old-debhelper-compat-version 12 | |||||
2022-06-13 | Omit declaration of optind/optarg | 1 | -4/+0 | ||
fixes: warning: ‘optind’ redeclared without dllimport attribute: previous dllimport ignored [-Wattributes] fixes: warning: ‘optarg’ redeclared without dllimport attribute: previous dllimport ignored [-Wattributes] https://github.com/stsc/colorize/issues/1 Thanks Stephan Jauernick | |||||
2022-06-12 | Add comment that getpwuid() leaks memory | 1 | -0/+1 | ||
2022-01-02 | Cast argument to unsigned char when invoking to{lower,upper}() | 1 | -3/+3 | ||
2022-01-02 | Cast argument to unsigned char when invoking is*() | 1 | -9/+9 | ||
fixes: warning: array subscript has type ‘char’ [-Wchar-subscripts] https://github.com/stsc/colorize/issues/1 Thanks Stephan Jauernick | |||||
2021-12-14 | main(): amend wording of diagnostic | 1 | -1/+1 | ||
2021-01-08 | Makefile: declare readme target as phony | 1 | -1/+1 | ||
2021-01-08 | Merge branch 'stack_release_vars' | 1 | -45/+109 | ||
2020-12-30 | main(): postpone invoking STACK_FILE(log) | 1 | -1/+5 | ||
2020-12-30 | release(): strengthen check for equal pointers | 1 | -1/+2 | ||
2020-12-29 | Guard against fallthrough in switch statement | 1 | -3/+4 | ||
2020-12-29 | release(): fix indentation of closing brace | 1 | -1/+1 | ||
2020-12-29 | Release also FILE pointers | 1 | -44/+94 | ||
- stack(): save pointer and type in array of struct - release(): free and clear accordingly - cleanup(): free accordingly - Add STACK_FILE() macro - Close streams through RELEASE() - Rename RELEASE_VAR() macro to generic RELEASE() - Rename stack_var() function to stack() - Rename release_var() function to release() | |||||
2020-12-25 | Stack and release vars | 1 | -10/+18 | ||
2020-12-17 | Emit more concise error message when config file does not exist | 1 | -11/+13 | ||
2020-06-25 | debian/control: update Homepage link | 2 | -1/+7 | ||
to point to the repository about page. | |||||
2020-06-22 | Generate README.cgit from README | 3 | -0/+123 | ||
2020-06-10 | Merge multiple vfprintf_fail() calls for --clean[-all] | 1 | -8/+1 | ||
2020-05-28 | Test purposeless switches with --clean[-all] | 1 | -1/+9 | ||
2020-05-12 | main(): warn for purposeless switches with --clean[-all] | 1 | -1/+15 | ||
2020-03-28 | Move conf file path code to a function | 1 | -19/+27 | ||
2020-03-28 | process_opt_exclude_random(): don't check for non-NULLness | 1 | -2/+1 | ||
because release_var() already does so. | |||||
2020-03-26 | init_conf_vars(): use explicit format string | 1 | -1/+1 | ||
2020-03-25 | assign_conf(): reduce code duplication | 1 | -16/+9 | ||
2020-03-20 | colorize 0.65v0.65 | 3 | -5/+6 | ||
2020-03-20 | Update Debian Standards-Version | 2 | -2/+4 | ||
2020-03-19 | debian/changelog: add log message | 1 | -1/+2 | ||
2020-03-19 | debian/copyright: amend years | 1 | -2/+2 | ||
2020-03-19 | debian/changelog: reword log message | 1 | -2/+2 | ||
Thanks Axel Beckert | |||||
2020-01-21 | debian/control: adjust Build-Depends | 3 | -3/+3 | ||
P: colorize source: package-uses-old-debhelper-compat-version 9 | |||||
2020-01-21 | debian/control: declare Rules-Requires-Root | 2 | -1/+3 | ||
P: colorize source: rules-requires-root-missing | |||||
2020-01-14 | debian/copyright: update link to HTTPS | 2 | -1/+7 | ||
2020-01-14 | Add Debian-Release instruction hints | 1 | -0/+14 | ||
Thanks Axel Beckert | |||||
2019-10-07 | process_opt_exclude_random(): fix typo | 1 | -1/+1 | ||
2019-09-21 | Fix using color from config with hyphen | 2 | -9/+14 | ||
2019-09-18 | Silence -Wimplicit-fallthrough= warning | 1 | -0/+1 | ||
2019-09-17 | parse_conf(): minor tweaks | 3 | -5/+44 | ||
- Parse lines with CRLF endings - Separate the '#' sign from the option name | |||||
2019-09-13 | Add TODO | 1 | -0/+1 | ||
2019-09-13 | Merge branch 'config_file' | 13 | -53/+774 | ||