summaryrefslogtreecommitdiff
path: root/scripts/tsort.c
AgeCommit message (Collapse)AuthorFilesLines
2022-12-23scripts/tsort.c: clean up some non-portable code.Zach van Rijn1-2/+3
Many variants of this utility are floating around; there does not appear to be a canonical implementation. This one works for us. * removed non-portable '#include <sys/cdefs.h>'; * replaced legacy 'bcopy' with 'memmove' as recommended The code is still C99 but could be ported to C89 trivially.
2022-04-30scripts/*: add dependency resolver.Zach van Rijn1-0/+491