aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-07-12 17:48:12 +0000
committerFrederic Culot <calcurse@culot.org>2009-07-12 17:48:12 +0000
commit834a7e9aafbc8c07aad3d7f067cca42e6d2e33ed (patch)
tree5588613a3e7af3c0a5f73f552251b924d299d13a /ChangeLog
parent56949550025f447691b0f32632b35af4749da358 (diff)
downloadcalcurse-834a7e9aafbc8c07aad3d7f067cca42e6d2e33ed.tar.gz
calcurse-834a7e9aafbc8c07aad3d7f067cca42e6d2e33ed.zip
New wrappers around memory functions.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7edc0bd..39b1eb0 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>