Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-25 | update copyright year and increase version | Steven Schubiger | 1 | -2/+2 | |
2013-01-25 | add -Wno-unused-parameter | Steven Schubiger | 2 | -2/+2 | |
2013-01-24 | Wrap memory allocation functions | 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-18 | Initial commit. | Steven Schubiger | 3 | -0/+841 | |