summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-05-17 01:24:19 -0400
committerPaul Smith <psmith@gnu.org>2013-05-17 01:24:19 -0400
commit398058a8738fc6a2f0051b236a907cb621aefabc (patch)
treebac65e7f232282bfb8169ddd231910695aa9ad88 /ChangeLog
parentb730fbc6b86d777e80856e997ddc56fc4a851769 (diff)
downloadgunmake-398058a8738fc6a2f0051b236a907cb621aefabc.tar.gz
Use xcalloc() in hash.c to handle out of memory errors.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9c3167..c962810 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2013-05-17 Paul Smith <psmith@gnu.org>
+ * hash.c (CALLOC): Use xcalloc() to handle out of memory errors.
+
* makeint.h: Prototype new unload_file() function.
* load.c (unload_file): Create a function to unload a file.
(struct load_list): Type to remember loaded objects.