]> git.refcnt.org Git - colorize.git/history - colorize.c
colorize 0.63
[colorize.git] / colorize.c
2017-12-06  Steven Schubigercolorize 0.63 v0.63
2017-11-04  Steven SchubigerMake strlen() assertions more explicit
2017-10-29  Steven SchubigerSimplify SKIP_LINE_ENDINGS() macro
2017-10-12  Steven Schubigerprint_help(): indicate which options require an argument
2017-10-07  Steven SchubigerAssert after find_color_entry() returns
2017-10-04  Steven SchubigerDefine DEBUG_FILE under DEBUG only
2017-10-01  Steven SchubigerMinor tweaks
2017-08-26  Steven SchubigerExtend fixed space of attr[]
2017-08-20  Steven Schubigerprocess_opt_attr(): release var if not prior exited
2017-08-17  Steven Schubigercolorize 0.62 v0.62
2017-08-06  Steven Schubigerprint_help(): omit braces around for loop body
2017-08-04  Steven SchubigerAssert after find_color_entries() returns
2017-08-04  Steven SchubigerMake assertions more explicit
2017-08-02  Steven SchubigerOptimize extracting invalid attribute name
2017-08-01  Steven SchubigerEnhance message if attribute is invalid
2017-07-21  Steven SchubigerSet description once for unknown flags
2017-07-06  Steven Schubigerwrite_attr(): pass struct by reference
2017-06-16  Steven SchubigerMinor tweaks
2017-05-17  Steven SchubigerConst name_len
2017-05-12  Steven SchubigerReject attributes with multiple occurrences
2017-04-27  Steven Schubigercolorize 0.61 v0.61
2017-04-25  Steven SchubigerMerge branch 'opt_attr'
2017-04-16  Steven SchubigerDon't xstrdup() optarg
2017-04-16  Steven SchubigerTweak comment
2017-04-16  Steven SchubigerFirst draft of attr option
2017-04-02  Steven Schubigercolorize 0.60 v0.60
2017-04-02  Steven SchubigerDefine _DEFAULT_SOURCE
2017-03-18  Steven SchubigerConst data
2017-03-04  Steven SchubigerInclude all flags in version output
2017-01-27  Steven SchubigerEliminate goto
2017-01-07  Steven SchubigerFix spelling of preceeded
2016-10-25  Steven SchubigerStack and release color names memory
2016-08-19  Steven SchubigerPrint list of options dynamically in help output
2016-07-27  Steven Schubigercolorize 0.59 v0.59
2016-05-20  Steven SchubigerConst pointer
2016-04-07  Steven SchubigerUse more descriptive enumerator name
2016-03-21  Steven SchubigerTerminate buffer with single NUL
2016-01-21  Steven Schubigercolorize 0.58 v0.58
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
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-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-18  Steven SchubigerProperly indent pair of braces
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 SchubigerCast variable properly
2015-05-14  Steven SchubigerRefactor print_clean
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-10  Steven SchubigerSupport files larger than 2GB on 32-bit systems
2015-01-08  Steven SchubigerKeep return value check simple
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-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-05  Steven SchubigerSilence warnings under -pedantic
2014-01-02  Steven Schubigercolorize 0.53 v0.53
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-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
next