Commits


avoid include statements in header files; make each .c pull in what's needed


fall back on file i/o in case an input file cannot be memory-mapped


KNF: use max 80 columns


KNF: function declaration return types on separate line


debug: myers graph dump tweaks In debug output: fix some indents, fix printing of max state size, in myers graph, limit x axis labels to 2 digits, print colored markers of current myers graph positions, also print myers-divide positions in myers graph.


debug: dump at most 42 lines


debug: dont dump too large myers graphs


dont escape tabs in text output


initial commit