]> git.refcnt.org Git - colorize.git/history - colorize.c
Merge branch 'config_file'
[colorize.git] / colorize.c
2019-09-13  Steven SchubigerMerge branch 'config_file'
2019-09-01  Steven SchubigerAdd config short option -c
2019-08-30  Steven SchubigerPrint line number when exceeding chars
2019-08-27  Steven SchubigerIntroduce --config
2019-08-20  Steven SchubigerConst DESC_TYPE
2019-08-18  Steven SchubigerFirst draft of config file parsing
2019-03-25  Steven SchubigerInclude print_tstamp() under DEBUG only
2019-02-27  Steven SchubigerPrint timestamp at top of debug output
2019-02-24  Steven Schubiger*alloc_wrap_debug(): improve aligning of debug output
2019-02-17  Steven SchubigerWrap size of struct calculating expression
2018-06-13  Steven Schubigercolorize 0.64 v0.64
2018-06-10  Steven Schubigerprint_version(): const version string pointer
2018-05-23  Steven SchubigerConst pointers
2018-04-08  Steven Schubigerprocess_args(): comment color_names[] initialization
2018-03-28  Steven Schubigerread_print_stream(): add comment
2018-03-14  Steven SchubigerOmit superfluous backslash continuation character
2018-02-02  Steven SchubigerMerge branch 'opt_omit_color_empty'
2018-01-28  Steven SchubigerFirst draft of --omit-color-empty
2017-12-20  Steven SchubigerDefine PROGRAM_NAME
2017-12-16  Steven Schubigerhas_color_name(): return true from else branch
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
next