summaryrefslogtreecommitdiff
path: root/src/cp.c
AgeCommit message (Collapse)Author
1993-03-29merge with 3.4.1Jim Meyering
1992-12-02Convert static declarations of struct option to use new macros fromJim Meyering
getopt.h: no_argument, required_argument, and optional_argument.
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