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
commit29578e3eeb8da816e57d628c8f4607de0003968f (patch)
tree4ad5bb26c8e2db1598ad4574ccd22b548c1c2422 /include/ChangeLog
parente46db834d9c80be876d4ad9724fa5e9762c54528 (diff)
downloadnewlib-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/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.