From 518c2aeba262cdad2c58bf581c7a49c2966d6569 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 9 Sep 2009 14:58:37 +0000 Subject: 2009-09-09 Sebastian Huber * score/include/rtems/score/heap.h, score/inline/rtems/score/heap.inl, score/src/heapallocate.c, score/src/heap.c, score/src/heapextend.c, score/src/heapresizeblock.c, score/src/heapwalk.c: Documenation. Simplified block resize. Improved heap walk. Changed heap layout to avoid a special case for _Heap_Is_used() and _Heap_Is_free(). * libmisc/stackchk/check.c: Update for heap API changes. --- cpukit/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 2cd8aead5f..7ad3566ca7 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,12 @@ +2009-09-09 Sebastian Huber + + * score/include/rtems/score/heap.h, score/inline/rtems/score/heap.inl, + score/src/heapallocate.c, score/src/heap.c, score/src/heapextend.c, + score/src/heapresizeblock.c, score/src/heapwalk.c: Documenation. + Simplified block resize. Improved heap walk. Changed heap layout to + avoid a special case for _Heap_Is_used() and _Heap_Is_free(). + * libmisc/stackchk/check.c: Update for heap API changes. + 2009-09-06 Ralf Corsépius * libcsupport/src/issetugid.c: New (relocated from libnetworking). -- cgit v1.2.3