Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-10-03 | Replace echo command invocations with printf | 3 | -19/+19 | |
2015-10-01 | Catch test file exceptions | 1 | -1/+1 | |
2015-09-30 | Merge branch 'merge_part_line' | 3 | -29/+306 | |
2015-09-20 | Lazily allocate memory | 1 | -11/+12 | |
2015-09-03 | Double memory when increasing buffer | 2 | -40/+52 | |
2015-08-28 | Choose larger integer data type | 1 | -3/+3 | |
2015-08-23 | Amend test name and comment | 1 | -2/+2 | |
2015-08-18 | Properly indent pair of braces | 1 | -4/+5 | |
2015-08-17 | Switch from TAP::Harness to Test::Harness | 1 | -4/+3 | |
2015-08-15 | Add merge test file | 1 | -0/+152 | |
2015-08-09 | Run test files from test directory | 1 | -0/+7 | |
2015-08-09 | First draft of improved merging partial lines | 1 | -25/+130 | |
2015-07-24 | Move option processing code to a function | 1 | -60/+67 | |
2015-06-17 | colorize 0.56v0.56 | 2 | -2/+2 | |
2015-06-15 | Don't initialize static variables explicitly | 1 | -8/+8 | |
2015-06-07 | Add release preparation script | 1 | -0/+8 | |
2015-06-07 | Cast variable properly | 1 | -9/+9 | |
2015-05-16 | Add initial .gitignore | 1 | -0/+4 | |
2015-05-14 | Refactor print_clean | 1 | -116/+154 | |
2015-05-08 | Add COPYING | 1 | -0/+674 | |
2015-04-03 | Declare color sets variables as constant | 1 | -3/+3 | |
2015-03-02 | Convert short version option to uppercase | 2 | -6/+6 | |
2015-02-15 | Nullify pointers only where appropriate | 1 | -4/+4 | |
2015-02-13 | Omit unnecessary break statement | 1 | -1/+0 | |
2015-01-26 | Follow symbolic link to obtain file status | 1 | -1/+1 | |
2015-01-25 | Reuse file opening function | 1 | -7/+1 | |
2015-01-21 | colorize 0.55v0.55 | 2 | -3/+3 | |
2015-01-20 | Log debug output to file | 2 | -4/+31 | |
2015-01-11 | Allow for debug flag to be passed to make | 2 | -1/+7 | |
2015-01-10 | Support files larger than 2GB on 32-bit systems | 1 | -0/+1 | |
2015-01-08 | Keep return value check simple | 1 | -1/+1 | |
2014-12-16 | Test that debugging builds compile | 1 | -1/+7 | |
2014-12-14 | Check if BUF_SIZE is defined | 1 | -1/+1 | |
2014-10-28 | Pass file/line on for string allocation routines | 1 | -13/+22 | |
2014-10-26 | Make diagnostics more consistent | 1 | -3/+3 | |
2014-10-25 | Print memory allocation diagnostics | 1 | -0/+3 | |
2014-10-01 | Use more portable exit failure status macro | 1 | -2/+2 | |
2014-07-24 | Merge duplicated version printing code | 1 | -4/+5 | |
2014-06-26 | Comment end of conditional inclusion | 1 | -1/+1 | |
2014-06-26 | Include commit hash in version output | 3 | -3/+36 | |
2014-06-11 | Check exit value for displaying version data | 1 | -2/+3 | |
2014-06-10 | Print abbreviated size of buffer | 1 | -2/+36 | |
2014-06-02 | colorize 0.54v0.54 | 2 | -2/+2 | |
2014-05-16 | Don't declare errno | 1 | -1/+1 | |
2014-04-04 | Localize variable with name of existing file | 1 | -3/+4 | |
2014-03-20 | Rearrange debugging macros | 1 | -11/+11 | |
2014-01-29 | Conditionally define memory allocation wrappers | 1 | -3/+11 | |
2014-01-28 | Quote color string in error messages | 1 | -3/+5 | |
2014-01-26 | Extend feature test macro further | 1 | -1/+2 | |
2014-01-25 | Display type and name of file in error messages | 2 | -10/+46 |