Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |
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 |
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-12 | print_help(): indicate which options require an argument | Steven Schubiger | 1 | -10/+18 |
2017-10-07 | Assert after find_color_entry() returns | Steven Schubiger | 1 | -0/+1 |
2017-10-04 | Define DEBUG_FILE under DEBUG only | Steven Schubiger | 1 | -1/+3 |
2017-10-01 | Minor tweaks | Steven Schubiger | 1 | -2/+2 |
2017-08-26 | Extend fixed space of attr[] | Steven Schubiger | 1 | -1/+1 |
2017-08-20 | process_opt_attr(): release var if not prior exited | Steven Schubiger | 1 | -0/+1 |
2017-08-17 | colorize 0.62v0.62 | Steven Schubiger | 1 | -1/+1 |
2017-08-06 | print_help(): omit braces around for loop body | Steven Schubiger | 1 | -7/+5 |
2017-08-04 | Assert after find_color_entries() returns | Steven Schubiger | 1 | -0/+1 |
2017-08-04 | Make assertions more explicit | Steven Schubiger | 1 | -5/+5 |
2017-08-02 | Optimize extracting invalid attribute name | Steven Schubiger | 1 | -4/+3 |
2017-08-01 | Enhance message if attribute is invalid | Steven Schubiger | 1 | -1/+8 |
2017-07-21 | Set description once for unknown flags | Steven Schubiger | 1 | -3/+4 |
2017-07-06 | write_attr(): pass struct by reference | Steven Schubiger | 1 | -8/+13 |
2017-06-16 | Minor tweaks | Steven Schubiger | 1 | -5/+5 |
2017-05-17 | Const name_len | Steven Schubiger | 1 | -1/+1 |
2017-05-12 | Reject attributes with multiple occurrences | Steven Schubiger | 1 | -14/+40 |
2017-04-27 | colorize 0.61v0.61 | Steven Schubiger | 1 | -1/+1 |
2017-04-16 | Don't xstrdup() optarg | Steven Schubiger | 1 | -6/+2 |
2017-04-16 | Tweak comment | Steven Schubiger | 1 | -1/+1 |
2017-04-16 | First draft of attr option | Steven Schubiger | 1 | -27/+84 |
2017-04-02 | colorize 0.60v0.60 | Steven Schubiger | 1 | -2/+2 |
2017-04-02 | Define _DEFAULT_SOURCE | Steven Schubiger | 1 | -0/+1 |
2017-03-19 | Const data | Steven Schubiger | 1 | -1/+1 |
2017-03-04 | Include all flags in version output | Steven Schubiger | 1 | -1/+13 |
2017-01-27 | Eliminate goto | Steven Schubiger | 1 | -11/+11 |