aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbg.h
Commit message (Expand)AuthorAgeFilesLines
* Implement logging using REDO_DEBUG env variableTharre2016-10-271-0/+4
* Always show debug() statements to the compilerTharre2016-08-031-6/+8
* Improve error message handling for debuggingTharre2014-12-051-3/+12
* Refactor error handling system by using die()Tharre2014-11-161-7/+0
* Fix indentationTharre2014-11-111-11/+11
* Some refactoring and small fixes.Tharre2014-11-111-2/+2
* Add license notice to README and source filesTharre2014-08-161-0/+8
* Add the useful UNUSED() macro to dbg.hTharre2014-07-311-0/+3
* Add assert equal macros to dbg.hTharre2014-04-251-0/+14
* Convert __FILENAME__ to _FILENAME so it follows standard conventionsTharre2014-04-251-4/+4
* Rewrote malloc() and other wrappersTharre2014-04-161-1/+6
* Initial codebaseTharre2014-04-081-0/+28