aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2000-11-04 07:48:51 +0000
committerHans-Peter Nilsson <hp@axis.com>2000-11-04 07:48:51 +0000
commit82e7f05e13cc6fd05f1289378e863f25ff8d2f21 (patch)
treeccbf5cf245da61c0354e853b6cd30fb741cee753 /include/ChangeLog
parent74f832daf0e6d104b3283160fcffe5b387905c13 (diff)
downloadgdb-82e7f05e13cc6fd05f1289378e863f25ff8d2f21.zip
gdb-82e7f05e13cc6fd05f1289378e863f25ff8d2f21.tar.gz
gdb-82e7f05e13cc6fd05f1289378e863f25ff8d2f21.tar.bz2
* hashtab.h (struct htab): Add member return_allocation_failure.
(htab_try_create): New prototype. Mention which functions may return NULL when this is used.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 3811a7c..55b7927 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,9 @@
+2000-11-04 Hans-Peter Nilsson <hp@bitrange.com>
+
+ * hashtab.h (struct htab): Add member return_allocation_failure.
+ (htab_try_create): New prototype. Mention which functions may
+ return NULL when this is used.
+
2000-11-03 Hans-Peter Nilsson <hp@bitrange.com>
* hashtab.h: Change void * to PTR where necessary.