Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-14 | Add Debian-Release instruction hints | Steven Schubiger | 1 | -0/+14 | |
Thanks Axel Beckert | |||||
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 | 2 | -9/+14 | |
2019-09-18 | Silence -Wimplicit-fallthrough= warning | Steven Schubiger | 1 | -0/+1 | |
2019-09-17 | parse_conf(): minor tweaks | Steven Schubiger | 3 | -5/+44 | |
- Parse lines with CRLF endings - Separate the '#' sign from the option name | |||||
2019-09-13 | Add TODO | Steven Schubiger | 1 | -0/+1 | |
2019-09-13 | Merge branch 'config_file' | Steven Schubiger | 13 | -53/+774 | |
2019-09-10 | Update plain documentation | Steven Schubiger | 1 | -1/+2 | |
2019-09-07 | Mention config file in README | Steven Schubiger | 1 | -0/+6 | |
2019-09-01 | Add config short option -c | Steven Schubiger | 3 | -15/+27 | |
2019-08-30 | Print line number when exceeding chars | Steven Schubiger | 2 | -2/+4 | |
2019-08-28 | Test --config | Steven Schubiger | 1 | -0/+47 | |
2019-08-27 | Introduce --config | Steven Schubiger | 2 | -24/+96 | |
2019-08-22 | Document config file usage | Steven Schubiger | 1 | -1/+52 | |
2019-08-20 | Const DESC_TYPE | Steven Schubiger | 1 | -1/+1 | |
2019-08-18 | Add new test files | Steven Schubiger | 6 | -0/+317 | |
2019-08-18 | Invoke new test files | Steven Schubiger | 1 | -2/+4 | |
2019-08-18 | Compile with -DTEST for testing | Steven Schubiger | 1 | -2/+2 | |
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-23 | Mention standard input explicitly in synopsis | Steven Schubiger | 1 | -3/+3 | |
2019-02-23 | Add examples to man page | Steven Schubiger | 1 | -1/+17 | |
2019-02-17 | Wrap size of struct calculating expression | Steven Schubiger | 1 | -4/+6 | |
2018-06-13 | colorize 0.64v0.64 | Steven Schubiger | 3 | -5/+6 | |
2018-06-13 | Update Debian Standards-Version | Steven Schubiger | 2 | -2/+4 | |
2018-06-13 | debian/copyright: amend format URL and years | Steven Schubiger | 2 | -3/+9 | |
2018-06-10 | print_version(): const version string pointer | Steven Schubiger | 2 | -3/+3 | |
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-02-02 | Merge branch 'opt_omit_color_empty' | Steven Schubiger | 4 | -16/+36 | |
2018-02-01 | Update plain documentation | Steven Schubiger | 1 | -1/+2 | |
2018-01-31 | Document --omit-color-empty | Steven Schubiger | 1 | -1/+4 | |
2018-01-31 | Test --omit-color-empty | Steven Schubiger | 1 | -1/+8 | |
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 | 3 | -4/+5 | |
2017-12-06 | Update Debian Standards-Version | Steven Schubiger | 2 | -3/+3 | |
2017-12-06 | debian/rules: eliminate trailing whitespace | Steven Schubiger | 2 | -2/+3 | |
2017-11-04 | Make strlen() assertions more explicit | Steven Schubiger | 1 | -2/+2 | |
2017-10-29 | Simplify SKIP_LINE_ENDINGS() macro | Steven Schubiger | 1 | -1/+1 | |
2017-10-20 | Document customizing color separator | Steven Schubiger | 1 | -0/+8 | |
2017-10-14 | Update plain documentation | Steven Schubiger | 1 | -3/+3 | |
2017-10-12 | print_help(): indicate which options require an argument | Steven Schubiger | 1 | -10/+18 | |
2017-10-08 | Omit superfluous quotes | Steven Schubiger | 1 | -1/+1 | |
2017-10-08 | Test substituting 'none' foreground color | Steven Schubiger | 1 | -1/+8 | |