aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2008-12-28 13:13:58 +0000
committerFrederic Culot <calcurse@culot.org>2008-12-28 13:13:58 +0000
commit5352496984d550bd441b12a082d5a382c168cbe2 (patch)
tree8a61b0785ba0d2f9edde566bef372360244949e3 /ChangeLog
parenta63c74892085e6bd5ea8b88712f44d1567ce7ed3 (diff)
downloadcalcurse-5352496984d550bd441b12a082d5a382c168cbe2.tar.gz
calcurse-5352496984d550bd441b12a082d5a382c168cbe2.zip
Added wrappers around libc's memory management functions, to easily debug memory usage
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e78a91..1062c3b 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2008-12-28 Frederic Culot <frederic@culot.org>
+
+ * mem.[ch]: new files to build wrappers around libc's memory
+ management functions
+
+ * configure.c: enable-memory-debug compilation option added
+
+ * src/utils.c (mem_free): function removed
+
+ * src/apoint.c (apoint_llist_free): new function
+
+ * src/day.c (day_saved_item_init, day_saved_item_free): new
+ functions
+
+ * src/todo.c (todo_free_list): new_function
+
+ * src/recur.c (recur_apoint_llist_free, free_exc): new functions
+
+ * src/notify.c (notify_free_vars, notify_free_bar): new functions
+
+ * src/vars.c (vars_free): new function
+
2008-12-27 Frederic Culot <frederic@culot.org>
* === Released 2.4 ===