]> git.refcnt.org Git - colorize.git/log
colorize.git
11 years agoCapitalize first letter of diagnostics
Steven Schubiger [Fri, 25 Jan 2013 10:03:31 +0000 (11:03 +0100)] 
Capitalize first letter of diagnostics

11 years agoupdate copyright year and increase version
Steven Schubiger [Thu, 24 Jan 2013 23:55:17 +0000 (00:55 +0100)] 
update copyright year and increase version

11 years agoadd -Wno-unused-parameter
Steven Schubiger [Thu, 24 Jan 2013 23:45:50 +0000 (00:45 +0100)] 
add -Wno-unused-parameter

11 years agoWrap memory allocation functions
Steven Schubiger [Thu, 24 Jan 2013 22:59:34 +0000 (23:59 +0100)] 
Wrap memory allocation functions

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).

11 years agoInitial commit.
Steven Schubiger [Tue, 18 Dec 2012 22:07:43 +0000 (23:07 +0100)] 
Initial commit.