Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
33 hours | fifo: use nonblocking modenonblocking | Steven Schubiger | 1 | -2/+18 | |
2 days | stdin: use nonblocking mode | Steven Schubiger | 1 | -2/+34 | |
2024-08-03 | Don't increment rainbow color with partial lineHEADmaster | Steven Schubiger | 1 | -2/+6 | |
2024-07-30 | Minor tweaks for rainbow mode | Steven Schubiger | 1 | -6/+5 | |
2024-07-28 | Allow for background color rainbow mode | Steven Schubiger | 1 | -30/+90 | |
2024-07-25 | init_conf_boolean(): merge duplicated code | Steven Schubiger | 1 | -16/+16 | |
2024-07-25 | Add initial implementation of foreground color rainbow mode | Steven Schubiger | 1 | -24/+113 | |
2024-06-09 | colorize 0.66v0.66 | Steven Schubiger | 1 | -2/+2 | |
2022-06-13 | Omit declaration of optind/optarg | Steven Schubiger | 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 | Steven Schubiger | 1 | -0/+1 | |
2022-01-02 | Cast argument to unsigned char when invoking to{lower,upper}() | Steven Schubiger | 1 | -3/+3 | |
2022-01-02 | Cast argument to unsigned char when invoking is*() | Steven Schubiger | 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 | Steven Schubiger | 1 | -1/+1 | |
2020-12-30 | main(): postpone invoking STACK_FILE(log) | Steven Schubiger | 1 | -1/+5 | |
2020-12-30 | release(): strengthen check for equal pointers | Steven Schubiger | 1 | -1/+2 | |
2020-12-29 | Guard against fallthrough in switch statement | Steven Schubiger | 1 | -3/+4 | |
2020-12-29 | release(): fix indentation of closing brace | Steven Schubiger | 1 | -1/+1 | |
2020-12-29 | Release also FILE pointers | Steven Schubiger | 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 | Steven Schubiger | 1 | -10/+18 | |
2020-12-17 | Emit more concise error message when config file does not exist | Steven Schubiger | 1 | -11/+13 | |
2020-06-10 | Merge multiple vfprintf_fail() calls for --clean[-all] | Steven Schubiger | 1 | -8/+1 | |
2020-05-12 | main(): warn for purposeless switches with --clean[-all] | Steven Schubiger | 1 | -1/+15 | |
2020-03-28 | Move conf file path code to a function | Steven Schubiger | 1 | -19/+27 | |
2020-03-28 | process_opt_exclude_random(): don't check for non-NULLness | Steven Schubiger | 1 | -2/+1 | |
because release_var() already does so. | |||||
2020-03-26 | init_conf_vars(): use explicit format string | Steven Schubiger | 1 | -1/+1 | |
2020-03-25 | assign_conf(): reduce code duplication | Steven Schubiger | 1 | -16/+9 | |
2020-03-20 | colorize 0.65v0.65 | Steven Schubiger | 1 | -2/+2 | |
2019-10-07 | process_opt_exclude_random(): fix typo | Steven Schubiger | 1 | -1/+1 | |
2019-09-21 | Fix using color from config with hyphen | Steven Schubiger | 1 | -7/+11 | |
2019-09-18 | Silence -Wimplicit-fallthrough= warning | Steven Schubiger | 1 | -0/+1 | |
2019-09-17 | parse_conf(): minor tweaks | Steven Schubiger | 1 | -4/+6 | |
- Parse lines with CRLF endings - Separate the '#' sign from the option name | |||||
2019-09-01 | Add config short option -c | Steven Schubiger | 1 | -6/+14 | |
2019-08-30 | Print line number when exceeding chars | Steven Schubiger | 1 | -1/+3 | |
2019-08-27 | Introduce --config | Steven Schubiger | 1 | -23/+92 | |
2019-08-20 | Const DESC_TYPE | Steven Schubiger | 1 | -1/+1 | |
2019-08-18 | First draft of config file parsing | Steven Schubiger | 1 | -40/+251 | |
2019-03-25 | Include print_tstamp() under DEBUG only | Steven Schubiger | 1 | -0/+4 | |
2019-02-27 | Print timestamp at top of debug output | Steven Schubiger | 1 | -0/+27 | |
2019-02-24 | *alloc_wrap_debug(): improve aligning of debug output | Steven Schubiger | 1 | -3/+4 | |
2019-02-17 | Wrap size of struct calculating expression | Steven Schubiger | 1 | -4/+6 | |
2018-06-13 | colorize 0.64v0.64 | Steven Schubiger | 1 | -2/+2 | |
2018-06-10 | print_version(): const version string pointer | Steven Schubiger | 1 | -1/+1 | |
2018-05-23 | Const pointers | Steven Schubiger | 1 | -2/+2 | |
2018-04-08 | process_args(): comment color_names[] initialization | Steven Schubiger | 1 | -1/+5 | |
2018-03-28 | read_print_stream(): add comment | Steven Schubiger | 1 | -1/+1 | |
2018-03-14 | Omit superfluous backslash continuation character | Steven Schubiger | 1 | -5/+5 | |
2018-01-28 | First draft of --omit-color-empty | Steven Schubiger | 1 | -13/+22 | |
2017-12-20 | Define PROGRAM_NAME | Steven Schubiger | 1 | -1/+3 | |
2017-12-16 | has_color_name(): return true from else branch | Steven Schubiger | 1 | -2/+2 | |
2017-12-06 | colorize 0.63v0.63 | Steven Schubiger | 1 | -1/+1 | |