aboutsummaryrefslogtreecommitdiff
path: root/structures
AgeCommit message (Expand)Author
2021-01-03Fix rope_relen to free unneeded nodesropeTucker Evans
2021-01-03Add free function for ropesTucker Evans
2021-01-03Add split function for ropesTucker Evans
2021-01-03Add function to recalculate length (weights) of rope nodesTucker Evans
2021-01-03Add debug/print functions for ropeTucker Evans
2020-12-31Add concat function for ropesTucker Evans
2020-12-31Add function to get full length of ropeTucker Evans
2020-12-31Add func to embed a char* (str) into a ropeTucker Evans
2020-12-31Add base for rope structureTucker Evans