summaryrefslogtreecommitdiff
path: root/src/undo.c
AgeCommit message (Collapse)Author
2023-02-25Introduce vec and hashmapAlbert Cervin
Convenience macros for a hashmap and a growable vector.
2023-02-15Implement undoAlbert Cervin
This also fixes a bunch of valgrind errors