summaryrefslogtreecommitdiff
path: root/modules/array-omap
Commit message (Collapse)AuthorAgeFilesLines
* list, oset, omap: Relicense some of the container modules under LGPLv2+.Bruno Haible2020-07-201-1/+1
| | | | | | | | | | | | | | | | | * modules/list (License): Change to LGPLv2+. * modules/array-list (License): Likewise. * modules/carray-list (License): Likewise. * modules/linked-list (License): Likewise. * modules/avltree-list (License): Likewise. * modules/rbtree-list (License): Likewise. * modules/oset (License): Likewise. * modules/array-oset (License): Likewise. * modules/avltree-oset (License): Likewise. * modules/rbtree-oset (License): Likewise. * modules/omap (License): Likewise. * modules/array-omap (License): Likewise. * modules/avltree-omap (License): Likewise. * modules/rbtree-omap (License): Likewise.
* array-omap: New module.Bruno Haible2018-12-111-0/+24
* lib/gl_array_omap.h: New file. * lib/gl_array_omap.c: New file. * modules/array-omap: New file.