Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-01-08 | Merge branch 'stack_release_vars' | Steven Schubiger | 1 | -45/+109 |
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 |
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-25 | debian/control: update Homepage link | Steven Schubiger | 2 | -1/+7 |
2020-06-22 | Generate README.cgit from README | Steven Schubiger | 3 | -0/+123 |
2020-06-10 | Merge multiple vfprintf_fail() calls for --clean[-all] | Steven Schubiger | 1 | -8/+1 |
2020-05-28 | Test purposeless switches with --clean[-all] | Steven Schubiger | 1 | -1/+9 |
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 |
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 | 3 | -5/+6 |
2020-03-20 | Update Debian Standards-Version | Steven Schubiger | 2 | -2/+4 |
2020-03-19 | debian/changelog: add log message | Steven Schubiger | 1 | -1/+2 |
2020-03-19 | debian/copyright: amend years | Steven Schubiger | 1 | -2/+2 |
2020-03-19 | debian/changelog: reword log message | Steven Schubiger | 1 | -2/+2 |
2020-01-21 | debian/control: adjust Build-Depends | Steven Schubiger | 3 | -3/+3 |
2020-01-21 | debian/control: declare Rules-Requires-Root | Steven Schubiger | 2 | -1/+3 |
2020-01-14 | debian/copyright: update link to HTTPS | Steven Schubiger | 2 | -1/+7 |
2020-01-14 | Add Debian-Release instruction hints | Steven Schubiger | 1 | -0/+14 |
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 |
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 |