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