]> git.karo-electronics.de Git - karo-tx-redboot.git/blobdiff - packages/services/memalloc/common/v2_0/ChangeLog
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / services / memalloc / common / v2_0 / ChangeLog
index f6231ae59edcccad5c5312961436664f675f07d2..ec33c4a7059e65cffefc82eda92cf26bcf4001c2 100644 (file)
@@ -1,3 +1,36 @@
+2008-01-06  Andrew Lunn  <andrew.lunn@ascom.ch>
+
+       * src/dlmalloc.cxx (MALLOC_COPY): 
+       * cdl/memalloc.cdl: Use memmove instead of memcpy which can go
+       wrong in realloc() when the new and old block overlaps.
+       CYGIMP_MEMALLOC_ALLOCATOR_DLMALLOC_USE_MEMCPY has been retained
+       instead of being renamed to ..._MEMMOVE to help backward
+       compatibility with older configurations. Thanks to Oyvind Harboe
+       and Dave Lawrence.
+
+2007-11-05  Oyvind Harboe <oyvind.harboe@zylin.com>
+       
+       * cdl/memalloc.cdl: Added option CYGBLD_MEMALLOC_MALLOC_EXTERNAL_JOIN_H
+       to let applications implement a way to pick the pool to allocate memory
+       from based on an application specific heuristic.
+       * src/malloc.cxx: Use it.
+       
+2007-10-24  Oyvind Harboe <oyvind.harboe@zylin.com>
+2007-10-24  Jonathan Larmour  <jifl@eCosCentric.com>
+
+       * src/malloc.cxx: Init priority for pool initialization is now
+       CYG_INIT_MEMALLOC instead of before CYG_INIT_LIBC
+       * src/heapgen.tcl: Ditto.
+
+2006-05-17  Andrew Lunn  <andrew.lunn@ascom.ch>
+
+       * doc/memalloc.sgml: Fix parameters for calloc. Reported by
+       Andy Jackson.
+
+2005-09-30  Alexander Neundorf <neundorf@kde.org>
+
+        * doc/memalloc.sgml: two minor fixes
+
 2005-07-30  Andrew Lunn  <andrew.lunn@ascom.ch>
 
        * tests/heaptest.c (test_pat): Casts to prevent compiler warnings.