Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-01-21 | colorize 0.55v0.55 | Steven Schubiger | 1 | -2/+2 |
2015-01-20 | Log debug output to file | Steven Schubiger | 1 | -3/+30 |
2015-01-10 | Support files larger than 2GB on 32-bit systems | Steven Schubiger | 1 | -0/+1 |
2015-01-08 | Keep return value check simple | Steven Schubiger | 1 | -1/+1 |
2014-12-14 | Check if BUF_SIZE is defined | Steven Schubiger | 1 | -1/+1 |
2014-10-28 | Pass file/line on for string allocation routines | Steven Schubiger | 1 | -13/+22 |
2014-10-26 | Make diagnostics more consistent | Steven Schubiger | 1 | -3/+3 |
2014-10-25 | Print memory allocation diagnostics | Steven Schubiger | 1 | -0/+3 |
2014-10-01 | Use more portable exit failure status macro | Steven Schubiger | 1 | -2/+2 |
2014-07-24 | Merge duplicated version printing code | Steven Schubiger | 1 | -4/+5 |
2014-06-26 | Comment end of conditional inclusion | Steven Schubiger | 1 | -1/+1 |
2014-06-26 | Include commit hash in version output | Steven Schubiger | 1 | -1/+9 |
2014-06-10 | Print abbreviated size of buffer | Steven Schubiger | 1 | -2/+36 |
2014-06-02 | colorize 0.54v0.54 | Steven Schubiger | 1 | -1/+1 |
2014-05-16 | Don't declare errno | Steven Schubiger | 1 | -1/+1 |
2014-04-04 | Localize variable with name of existing file | Steven Schubiger | 1 | -3/+4 |
2014-03-20 | Rearrange debugging macros | Steven Schubiger | 1 | -11/+11 |
2014-01-29 | Conditionally define memory allocation wrappers | Steven Schubiger | 1 | -3/+11 |
2014-01-28 | Quote color string in error messages | Steven Schubiger | 1 | -3/+5 |
2014-01-26 | Extend feature test macro further | Steven Schubiger | 1 | -1/+2 |
2014-01-25 | Display type and name of file in error messages | Steven Schubiger | 1 | -7/+41 |
2014-01-05 | Silence warnings under -pedantic | Steven Schubiger | 1 | -1/+3 |
2014-01-02 | colorize 0.53v0.53 | Steven Schubiger | 1 | -2/+2 |
2013-12-22 | Prefer term help screen | Steven Schubiger | 1 | -1/+1 |
2013-12-21 | Print hint to invoke usage screen | Steven Schubiger | 1 | -3/+10 |
2013-12-12 | Merge declarations of boolean type | Steven Schubiger | 1 | -3/+1 |
2013-12-07 | Exchange color codes for cyan/magenta | Steven Schubiger | 1 | -4/+4 |
2013-12-06 | List state of debugging in version output | Steven Schubiger | 1 | -1/+8 |
2013-12-01 | Read multiple of 1024 bytes from stream | Steven Schubiger | 1 | -6/+6 |
2013-11-21 | Improve determining buffer size | Steven Schubiger | 1 | -3/+5 |
2013-11-17 | Remove superfluous semicolon from macros | Steven Schubiger | 1 | -5/+5 |
2013-11-16 | Validate color provided to exclude-random switch | Steven Schubiger | 1 | -5/+13 |
2013-11-06 | colorize 0.52v0.52 | Steven Schubiger | 1 | -1/+1 |
2013-11-05 | Use NULL in long options data initialization | Steven Schubiger | 1 | -1/+1 |
2013-10-29 | Don't fail if color string exists as file | Steven Schubiger | 1 | -3/+25 |
2013-09-05 | Clear pointer before reusing | Steven Schubiger | 1 | -0/+3 |
2013-08-28 | Swap parameters of print_line | Steven Schubiger | 1 | -4/+4 |
2013-08-24 | Replace option part of identifiers with arg | Steven Schubiger | 1 | -9/+9 |
2013-08-22 | Add assertion in process_file_option | Steven Schubiger | 1 | -0/+1 |
2013-08-21 | Initialize file pointer | Steven Schubiger | 1 | -1/+1 |
2013-08-17 | Extend feature test macro | Steven Schubiger | 1 | -1/+1 |
2013-08-04 | colorize 0.51v0.51 | Steven Schubiger | 1 | -1/+1 |
2013-08-03 | Print diagnostic for wrong count of arguments | Steven Schubiger | 1 | -0/+1 |
2013-08-03 | Quote original unrecognized color name | Steven Schubiger | 1 | -6/+11 |
2013-07-31 | Add vfprintf_diag and macro | Steven Schubiger | 1 | -6/+16 |
2013-07-30 | Revert "Make vfprintf_{fail,diag} wrappers" | Steven Schubiger | 1 | -7/+3 |
2013-07-27 | Make vfprintf_{fail,diag} wrappers | Steven Schubiger | 1 | -3/+7 |
2013-07-16 | Check for non-empty line | Steven Schubiger | 1 | -1/+1 |
2013-07-13 | Eliminate stream modes | Steven Schubiger | 1 | -66/+13 |
2013-07-03 | Clean sequences more strictly | Steven Schubiger | 1 | -16/+33 |