aboutsummaryrefslogtreecommitdiffstats
path: root/src/libdatastruct/gensetdyn_iter.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix iter_func type; add tain_earliestLaurent Bercot2023-06-131-27/+0
| | | | 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/+8
| | | | Still needs to be reviewed.
* Gnfrlbl... gensetdyn_iter is an unsigned int again, but the valueLaurent Bercot2015-01-101-6/+6
| | | | is now tested against gensetdyn_n(g). It's cleaner, I swear.
* Add cancellation to iterators over avltree(n) and genset(dyn)Laurent Bercot2015-01-091-8/+8
|
* Lots of cosmetic fixes.Laurent Bercot2014-12-201-1/+1
| | | | sha256 documented.
* initial commit with rc for skalibs-2.0.0.0Laurent Bercot2014-09-181-0/+26