aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-01-28Enhance message if color string exists as fileGravatar Steven Schubiger 1-1/+6
2013-01-25Capitalize first letter of diagnosticsGravatar Steven Schubiger 1-2/+2
2013-01-25update copyright year and increase versionGravatar Steven Schubiger 1-2/+2
2013-01-25add -Wno-unused-parameterGravatar Steven Schubiger 2-2/+2
2013-01-24Wrap memory allocation functionsGravatar Steven Schubiger 1-6/+45
This covers currently calls to malloc(), realloc() and the custom strdup() (which uses malloc, too). If allocation of memory fails (i.e., NULL is returned from one of former two calls), a fatal diagnostic is emitted (accompanied by source filename and line number if compiled with DEBUG=1).
2012-12-18Initial commit.Gravatar Steven Schubiger 3-0/+841