summaryrefslogtreecommitdiff
path: root/src/tsort.c
AgeCommit message (Collapse)Author
1999-04-03Use AUTHORS in place of string in parse_long_options call.Jim Meyering
1999-04-03Insert AUTHORS definition.Jim Meyering
1999-04-03Use PROGRAM_NAME in place of string in parse_long_options call.Jim Meyering
1999-04-03define PROGRAM_NAMEJim Meyering
1999-03-04(main): Include author name argument in call to parse_long_options.Jim Meyering
1999-01-14Don't prototype usage as static.Jim Meyering
1999-01-02(tsort): Use a single call to error instead of two to fprintf.Jim Meyering
(main): Remove `%s: ' prefix on format string.
1999-01-02Move inclusion of assert.h to follow that of stdio.h.Jim Meyering
Some losing systems require this. Use STREQ macro instead of strcmp in a few places.
1999-01-02Include readtokens.h.Jim Meyering
(zeros): Rename global from `rr'. (getstr): Remove function. (tsort) Use readtoken instead of getstr.
1999-01-01Rename globals N and R so they don't shadow locals.Jim Meyering
(tsort): Rename from `sort'.
1999-01-01remove trailing blanksJim Meyering
1999-01-01from Mark KettenisJim Meyering