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 | 29578e3eeb8da816e57d628c8f4607de0003968f (patch) | |
tree | 4ad5bb26c8e2db1598ad4574ccd22b548c1c2422 /include/ChangeLog | |
parent | e46db834d9c80be876d4ad9724fa5e9762c54528 (diff) | |
download | newlib-29578e3eeb8da816e57d628c8f4607de0003968f.zip newlib-29578e3eeb8da816e57d628c8f4607de0003968f.tar.gz newlib-29578e3eeb8da816e57d628c8f4607de0003968f.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. |