aboutsummaryrefslogtreecommitdiffstats
path: root/src/libdatastruct/avlnode_delete.c
Commit message (Collapse)AuthorAgeFilesLines
* Use less stack with avlnodeLaurent Bercot2023-06-231-4/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Huge incompatible changes.Laurent Bercot2021-07-281-1/+1
| | | | | | | | | | | | - Obsolete skalibs/environ.h and skalibs/getpeereid.h removed. - rc4 and md5 removed. - All *_t types renamed to avoid treading on POSIX namespace. - subgetopt() renamed to lgetopt(). - signal functions reworked; skasigaction removed; sig_stack removed - Various functions removed: skaoffsetof(), selfpipe_untrap() - New posixplz function: munmap_void. Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More superflous headers cleanup and tiny fixesLaurent Bercot2017-03-131-2/+0
|
* Types change: switch libdatastruct to uint32_tLaurent Bercot2017-02-221-5/+6
| | | | Still needs to be reviewed.
* Add cancellation to iterators over avltree(n) and genset(dyn)Laurent Bercot2015-01-091-1/+1
|
* initial commit with rc for skalibs-2.0.0.0Laurent Bercot2014-09-181-0/+72