summaryrefslogtreecommitdiffstats
path: root/list.h
AgeCommit message (Collapse)Author
2023-09-11Reformatting source codepgen
2022-06-23Rework the list codepgen
2022-06-20Various small changespgen
- add/fix const keyword. - add comments. - rename variables.
2022-06-02Switch to Mozilla Public License 2.0pgen
2022-04-29Make pointers explicit in swap functionspgen
2021-12-26Make ll_quicksort static in listpgen
2019-09-05Disable unused list management codepgen
Also fix a bug introduced during the previous validation. This bug is however harmless because this code is now disabled.
2019-08-28Simplify some list functionspgen
2019-03-30Silent compiler warningspgen
2019-01-20Add GPL2 license reminder where appropriatepgen
2018-10-11Various small changespgen
2018-10-08Rename ptrlist.[ch] to list.[ch]pgen