summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
1992-12-02Convert static declarations of struct option to use new macros fromJim Meyering10-32/+32
1992-12-02Convert static declarations of struct option to use new macros fromJim Meyering18-79/+79
1992-11-24Use David's definition of isascii instead of my CTYPE_PREFIX macro.Jim Meyering1-17/+15
1992-11-24* Define new macros ISPRINT, ISALNUM, ISXDIGIT, ... that use isasciiJim Meyering1-19/+42
1992-11-24* (print_ascii, dump_strings): Use ISDIGIT and ISPRINTJim Meyering1-4/+12
1992-11-24* (print_ascii, dump_strings): Check for isascii before isprint.Jim Meyering1-211/+267
1992-11-19Merged in changes for 1.3.5.Jim Meyering14-51/+245
1992-11-12all files: make most variables static and const when possible.Jim Meyering16-145/+164
1992-11-12(set_mode): Parenthesize expressions with bit operationsJim Meyering1-2/+3
1992-11-09Declared lots of external functions and variables static.Jim Meyering17-265/+283
1992-11-08Declared lots of external functions and variables static.Jim Meyering22-521/+537
1992-11-08Initial revisionJim Meyering22-0/+16069
1992-11-01Make still more file-scope variables `static'.Jim Meyering5-15/+15
1992-11-01Make one more file-scope variable `static.'Jim Meyering1-1/+1
1992-11-01Make file-scope variable static.Jim Meyering8-20/+20
1992-11-01Initial revisionJim Meyering24-0/+6662
1992-11-01Give most file-scope variables the static attribute.Jim Meyering17-172/+172
1992-10-31(swab_buffer): Fix typo that incremented pointer instead of counter.Jim Meyering1-13/+13
1992-10-31Add parentheses to expressions like (c = *p++) as per suggestionJim Meyering2-4/+4
1992-10-31Initial revisionJim Meyering18-0/+8730