summaryrefslogtreecommitdiff
path: root/src/cp.c
AgeCommit message (Collapse)Author
1992-11-09Declared lots of external functions and variables static.Jim Meyering
Made several statically-initialized arrays `const.'
1992-11-01Give most file-scope variables the static attribute.Jim Meyering
1992-10-31Add parentheses to expressions like (c = *p++) as per suggestionJim Meyering
from gcc -Wall.
1992-10-31Initial revisionJim Meyering