• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H04-Sep-2017-1,2721,009

lib/H04-Sep-2017-1,309955

t/H04-Sep-2017-1,3361,038

HISTORYH A D04-Sep-201745 32

INSTALLH A D03-Oct-201621 21

LICENSEH A D15-Feb-20171.5 KiB3026

Makefile.amH A D03-Oct-201699 43

Makefile.inH A D04-Sep-201723.3 KiB751660

READMEH A D03-Oct-2016376 127

aclocal.m4H A D04-Sep-201742.1 KiB1,1821,072

autogen.shH A D03-Oct-201682 85

compileH A D03-Oct-20167.2 KiB348258

configureH A D04-Sep-2017179.3 KiB6,2525,196

configure.acH A D04-Sep-20171.2 KiB5145

depcompH A D03-Oct-201623 KiB792502

install-shH A D03-Oct-201614.3 KiB502327

missingH A D03-Oct-20166.7 KiB216143

test-driverH A D03-Oct-20164.5 KiB14987

README

1The ptsort utility is a variant of the standard tsort (topological
2sort) utility which allows nodes to be prioritized, moving them and
3all their predecessors up in the final order.
4
5The latest version of the source code is available from Github:
6
7  https://github.com/dag-erling/ptsort
8
9Bugs can be reported as issues in Github:
10
11  https://github.com/dag-erling/ptsort/issues
12