add convenience macros for using the default allocator - relates to #669 default tip

allow changing the cxDefaultAllocator - resolves #669

fix that testing allocator is counting free(NULL)

add cxListEmplace() and cxListEmplaceAt() plus some improvements to the array list implementation

add convenience functions for easy access to first/last element of a list

critical: fixes uninitialized memory in tree iterator

fix copy/paste documentation

remove unused file

fix wrong flags in toolchain.mk files after updating uwproj

update uwproj

fix that iteration continued with siblings for a subtree-root - fixes #656

add explanation of depth to the iterator/visitor field

add a test case that proves that visitors are not affected by issue #656

add test case that shows issue #656

some cxListIterator() variants now also allow NULL lists

adds cx_strcpy() and cx_strcpy_a()

C23 is not a preview any longer

fix unnecessary explicit zero-terminator

fix code not compiling with GCC 15

improve cx_strreplacen() - resolves #623

fix theoretical (but not actual) use-after-free

use new string formatting macros in documentation

bring back CX_PRIstr and CX_SFMT macros - resolves #612

fixes unnecessary allocations in cx_strcat() family of functions

add cxTreeSize() - resolves #624

add test and documentation for cxListContains() - fixes #643

adds cxListContains() implementation (still needs test and docu)

add windows support for new buffer auto-extend strategy - relates to #641

new auto-extend strategy for CxBuffer - resolves #641

adds cxBufferShrink() - resolves #626

(0) -1000 -300 -100 -50 -30 tip

mercurial