aboutsummaryrefslogtreecommitdiffstats
path: root/src/libdatastruct/gensetdyn_iter_withcancel.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix iter_func type; add tain_earliestLaurent Bercot2023-06-131-0/+1
| | | | 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-1/+0
|
* Types change: switch libdatastruct to uint32_tLaurent Bercot2017-02-221-1/+2
| | | | Still needs to be reviewed.
* Gnfrlbl... gensetdyn_iter is an unsigned int again, but the valueLaurent Bercot2015-01-101-2/+2
| | | | is now tested against gensetdyn_n(g). It's cleaner, I swear.
* Change gensetdyn_iter to be a boolean. The old behaviour is stillLaurent Bercot2015-01-101-1/+1
| | | | accessible via gensetdyn_iter_nocancel.
* Add cancellation to iterators over avltree(n) and genset(dyn)Laurent Bercot2015-01-091-0/+18