summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1992-11-08Declared lots of external functions and variables static.Jim Meyering
Made several statically-initialized arrays `const'
1992-11-08Initial revisionJim Meyering
1992-11-08Initial revisionJim Meyering
1992-11-01Make still more file-scope variables `static'.Jim Meyering
1992-11-01Make one more file-scope variable `static.'Jim Meyering
1992-11-01Make file-scope variable static.Jim Meyering
1992-11-01Initial revisionJim Meyering
1992-11-01Give most file-scope variables the static attribute.Jim Meyering
1992-10-31*** empty log message ***Jim Meyering
1992-10-31(swab_buffer): Fix typo that incremented pointer instead of counter.Jim Meyering
Add braces around static struct initializers.
1992-10-31Add parentheses to expressions like (c = *p++) as per suggestionJim Meyering
from gcc -Wall.
1992-10-31Add parentheses to expressions like (c = *p++) as per suggestionJim Meyering
from gcc -Wall.
1992-10-31(adjust_blocks): Convert to a macro. The staticJim Meyering
function wasn't always used.
1992-10-31Initial revisionJim Meyering