I Use This!
Moderate Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove unused definition of isdigit. More... over 31 years ago
. More... over 31 years ago
Remove inclusion of <ctype.h> and definitions of is* ctype macros to system.h. Change a few more uses of is* ctype macros to (protected) upper case versions. More... over 31 years ago
Convert static declarations of struct option to use new macros from getopt.h: no_argument, required_argument, and optional_argument. More... over 31 years ago
. More... over 31 years ago
Convert static declarations of struct option to use new macros from getopt.h: no_argument, required_argument, and optional_argument. More... over 31 years ago
. More... over 31 years ago
. More... over 31 years ago
fixup to make tags right for getopt changes More... over 31 years ago
. More... over 31 years ago
Convert static declarations of struct option to use new macros from getopt.h: no_argument, required_argument, and optional_argument. More... over 31 years ago
Use David's definition of isascii instead of my CTYPE_PREFIX macro. More... over 31 years ago
. More... over 31 years ago
* Define new macros ISPRINT, ISALNUM, ISXDIGIT, ... that use isascii if it is defined. (is_char_class_member, make_printable_char, make_printable_str, non_neg_strtol): Use new macros instead of lower case ones from <ctype.h>. More... over 31 years ago
. More... over 31 years ago
* (print_ascii, dump_strings): Use ISDIGIT and ISPRINT macros like pr.c. Suggested by David J. MacKenzie. More... over 31 years ago
. More... over 31 years ago
* (print_ascii, dump_strings): Check for isascii before isprint. (dump_strings): Free malloc'd buffer before returning. (skip): Return non-zero if an error occurred, zero otherwise. Exit only if asked to skip beyond end of combined input. (check_and_close): New function. (skip, read_block, read_char): Call check_and_close when done processing the file associated with in_stream. (skip, read_block, read_char): Set have_read_stdin. (main): Close stdin (if it was ever read) and check for errors just before exiting. (write_block, dump_strings, dump): Don't test return value from functions that operate on streams. Rely on later ferror tests. More... over 31 years ago
Merged in changes for 1.3.5. More... over 31 years ago
. More... over 31 years ago
. More... over 31 years ago
all files: make most variables static and const when possible. declare lots of functions static. More... over 31 years ago
Make tables static and const when possible. getdate.c (getdate_yyerr, getdate_yylex): Declare these functions static. More... over 31 years ago
. More... over 31 years ago
(set_mode): Parenthesize expressions with bit operations to correctly set/reset modes bits. More... over 31 years ago
Declared lots of external functions and variables static. Made several statically-initialized arrays `const.' More... over 31 years ago
Declared lots of external functions and variables static. Made several statically-initialized arrays `const' More... over 31 years ago
Initial revision More... over 31 years ago
Initial revision More... over 31 years ago
Make still more file-scope variables `static'. More... over 31 years ago