New wrappers around memory functions.

This commit is contained in:
Frederic Culot
2009-07-12 17:48:12 +00:00
parent 5694955002
commit 834a7e9aaf
5 changed files with 106 additions and 35 deletions

View File

@@ -2,6 +2,8 @@
* configure.ac
* src/var.h: sdtbool header removed, unsigned type use instead
* mem.c (xmalloc, xcalloc, xrealloc, xstrdup, xfree): new functions
2009-07-11 Frederic Culot <frederic@culot.org>