]> git.refcnt.org Git - colorize.git/shortlog
colorize.git
2016-07-27  Steven Schubigercolorize 0.59 v0.59
2016-07-24  Steven SchubigerModify .gitignore to match in project root
2016-07-24  Steven SchubigerAdd HACKING
2016-07-19  Steven SchubigerMove common data to a perl module
2016-06-20  Steven SchubigerExtract fail tests to test file
2016-05-27  Steven SchubigerReorder initialization of skip message
2016-05-27  Steven SchubigerSet skip message once for merge tests
2016-05-20  Steven SchubigerConst pointer
2016-04-07  Steven SchubigerUse more descriptive enumerator name
2016-03-23  Steven SchubigerDeclare release target as phony
2016-03-23  Steven SchubigerAdd Makefile release target
2016-03-21  Steven SchubigerTerminate buffer with single NUL
2016-03-16  Steven SchubigerSet compiler once for tests
2016-03-09  Steven SchubigerAdd Usage example
2016-01-21  Steven Schubigercolorize 0.58 v0.58
2016-01-21  Steven SchubigerAdd AUTHORS
2016-01-21  Steven SchubigerRemove a.out on make clean
2016-01-20  Steven SchubigerList color separator in version output
2016-01-19  Steven SchubigerMake color separator configurable
2016-01-15  Steven SchubigerOptimize merging for partial lines further
2016-01-01  Steven SchubigerAdd README section header
2015-11-28  Steven SchubigerBring data type into line
2015-11-07  Steven SchubigerCircumvent cleanup function for testing output
2015-10-27  Steven SchubigerMove path skipping code to a function
2015-10-27  Steven SchubigerMove color names code to a function
2015-10-25  Steven SchubigerSimplify code in cleanup function
2015-10-25  Steven SchubigerDon't initialize arg_cnt
2015-10-04  Steven Schubigercolorize 0.57 v0.57
2015-10-04  Steven SchubigerReadjust indentation of tests
2015-10-03  Steven SchubigerReplace echo command invocations with printf
2015-10-01  Steven SchubigerCatch test file exceptions
2015-09-30  Steven SchubigerMerge branch 'merge_part_line'
2015-09-20  Steven SchubigerLazily allocate memory
2015-09-03  Steven SchubigerDouble memory when increasing buffer
2015-08-28  Steven SchubigerChoose larger integer data type
2015-08-23  Steven SchubigerAmend test name and comment
2015-08-18  Steven SchubigerProperly indent pair of braces
2015-08-17  Steven SchubigerSwitch from TAP::Harness to Test::Harness
2015-08-15  Steven SchubigerAdd merge test file
2015-08-09  Steven SchubigerRun test files from test directory
2015-08-08  Steven SchubigerFirst draft of improved merging partial lines
2015-07-24  Steven SchubigerMove option processing code to a function
2015-06-17  Steven Schubigercolorize 0.56 v0.56
2015-06-15  Steven SchubigerDon't initialize static variables explicitly
2015-06-07  Steven SchubigerAdd release preparation script
2015-06-07  Steven SchubigerCast variable properly
2015-05-16  Steven SchubigerAdd initial .gitignore
2015-05-14  Steven SchubigerRefactor print_clean
2015-05-08  Steven SchubigerAdd COPYING
2015-04-03  Steven SchubigerDeclare color sets variables as constant
2015-03-02  Steven SchubigerConvert short version option to uppercase
2015-02-15  Steven SchubigerNullify pointers only where appropriate
2015-02-13  Steven SchubigerOmit unnecessary break statement
2015-01-26  Steven SchubigerFollow symbolic link to obtain file status
2015-01-25  Steven SchubigerReuse file opening function
2015-01-21  Steven Schubigercolorize 0.55 v0.55
2015-01-20  Steven SchubigerLog debug output to file
2015-01-11  Steven SchubigerAllow for debug flag to be passed to make
2015-01-10  Steven SchubigerSupport files larger than 2GB on 32-bit systems
2015-01-08  Steven SchubigerKeep return value check simple
2014-12-16  Steven SchubigerTest that debugging builds compile
2014-12-14  Steven SchubigerCheck if BUF_SIZE is defined
2014-10-28  Steven SchubigerPass file/line on for string allocation routines
2014-10-26  Steven SchubigerMake diagnostics more consistent
2014-10-25  Steven SchubigerPrint memory allocation diagnostics
2014-10-01  Steven SchubigerUse more portable exit failure status macro
2014-07-24  Steven SchubigerMerge duplicated version printing code
2014-06-26  Steven SchubigerComment end of conditional inclusion
2014-06-26  Steven SchubigerInclude commit hash in version output
2014-06-11  Steven SchubigerCheck exit value for displaying version data
2014-06-10  Steven SchubigerPrint abbreviated size of buffer
2014-06-02  Steven Schubigercolorize 0.54 v0.54
2014-05-16  Steven SchubigerDon't declare errno
2014-04-04  Steven SchubigerLocalize variable with name of existing file
2014-03-20  Steven SchubigerRearrange debugging macros
2014-01-29  Steven SchubigerConditionally define memory allocation wrappers
2014-01-28  Steven SchubigerQuote color string in error messages
2014-01-26  Steven SchubigerExtend feature test macro further
2014-01-25  Steven SchubigerDisplay type and name of file in error messages
2014-01-19  Steven SchubigerDeclare check target as phony
2014-01-19  Steven SchubigerCompile with -ansi -pedantic
2014-01-05  Steven SchubigerSilence warnings under -pedantic
2014-01-02  Steven Schubigercolorize 0.53 v0.53
2014-01-02  Steven SchubigerEnhance formatting of SYNOPSIS section
2013-12-22  Steven SchubigerPrefer term help screen
2013-12-21  Steven SchubigerPrint hint to invoke usage screen
2013-12-12  Steven SchubigerMerge declarations of boolean type
2013-12-10  Steven SchubigerFirst draft of README
2013-12-09  Steven SchubigerSort color names elsewhere
2013-12-07  Steven SchubigerExchange color codes for cyan/magenta
2013-12-06  Steven SchubigerList state of debugging in version output
2013-12-01  Steven SchubigerRead multiple of 1024 bytes from stream
2013-11-21  Steven SchubigerImprove determining buffer size
2013-11-17  Steven SchubigerRemove superfluous semicolon from macros
2013-11-16  Steven SchubigerValidate color provided to exclude-random switch
2013-11-06  Steven Schubigercolorize 0.52 v0.52
2013-11-05  Steven SchubigerUse NULL in long options data initialization
2013-10-29  Steven SchubigerDon't fail if color string exists as file
2013-10-20  Steven SchubigerDocument sequences being used
2013-09-05  Steven SchubigerClear pointer before reusing
next