summaryrefslogtreecommitdiffstats
path: root/common/eurephia_nullsafe.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright datesDavid Sommerseth2012-10-081-1/+1
| | | | Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* Updated Copyright dates to include 2010David Sommerseth2010-07-301-1/+1
|
* Fixed compile warnings 32bit platformsDavid Sommerseth2009-10-051-1/+1
|
* Merge branch 'syslog'David Sommerseth2009-09-281-4/+12
|\
| * Improved file logging, providing source file and line number infoDavid Sommerseth2009-09-241-4/+12
| | | | | | | | | | Also changed malloc_nullsafe() and free_nullsafe() to report directly which file:line which called the malloc/free function.
* | Added misc. compiler optimisationsDavid Sommerseth2009-09-261-2/+8
|/
* Fixed comments to malloc_nullsafe() and free_nullsafe()David Sommerseth2009-09-071-1/+15
|
* Added debug logging of free_nullsafe() calls as wellDavid Sommerseth2009-09-071-0/+8
|
* Moved all malloc() operations over to a calloc wrapper, malloc_nullsafe()David Sommerseth2009-09-071-0/+70
This also improves debugging as well, if debug logging is enabled and log level is >= 40.