diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2000-11-04 07:48:51 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2000-11-04 07:48:51 +0000 |
commit | 82e7f05e13cc6fd05f1289378e863f25ff8d2f21 (patch) | |
tree | ccbf5cf245da61c0354e853b6cd30fb741cee753 /include/ChangeLog | |
parent | 74f832daf0e6d104b3283160fcffe5b387905c13 (diff) | |
download | gdb-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/ChangeLog | 6 |
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. |