summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1993-03-02.Jim Meyering
1993-03-02.Jim Meyering
1993-03-02.Jim Meyering
1993-03-02Initial revisionJim Meyering
1993-02-26(print_s_char, print_s_short): Print signed chars and signed shorts withoutJim Meyering
resorting to casts involving `signed' keyword. (decode_one_format): Don't print leading zeroes for DECIMAL formats.
1993-02-25reindent with indent-1.7Jim Meyering
1993-02-25Reformat with GNU indent-1.7.Jim Meyering
1993-02-25(print_s_char, print_s_short): Fix printing of signed chars and signed shorts.Jim Meyering
1993-02-18Don't ask when removing symlinks.Jim Meyering
1993-02-08Add long options.Jim Meyering
1993-01-22IS* macros may not be given arguments with side effects.Jim Meyering
1993-01-20merge with 1.4Jim Meyering
1992-12-13isascii guards for ctype.h macrosJim Meyering
1992-12-10Merge with pre-release 1.3.6.Jim Meyering
1992-12-10Remove last (blank) line of file.Jim Meyering
1992-12-08.Jim Meyering
1992-12-08(is_char_class_member): Remove unreached return after abort.Jim Meyering
1992-12-08.Jim Meyering
1992-12-08Define ISLOWER and ISUPPER independent of STDC_HEADERS.Jim Meyering
Define ISDIGIT and use it instead of isdigit.
1992-12-08(change_file_group): Define ISDIGIT and use it instead of isdigit.Jim Meyering
1992-12-08(isnumber): Define ISDIGIT and use it instead of isdigit.Jim Meyering
1992-12-07.Jim Meyering
1992-12-07(print_formatted, print_esc): Define ISXDIGIT and ISXDIGIT and useJim Meyering
them instead of isdigit and isxdigit.
1992-12-07(toarith): Change single use of isdigit to ISDIGIT.Jim Meyering
1992-12-07Remove unused definition of isdigit.Jim Meyering
1992-12-07.Jim Meyering
1992-12-07Remove inclusion of <ctype.h> and definitions of is* ctype macros to system.h.Jim Meyering
Change a few more uses of is* ctype macros to (protected) upper case versions.
1992-12-02Convert static declarations of struct option to use new macros fromJim Meyering
getopt.h: no_argument, required_argument, and optional_argument.
1992-12-02.Jim 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-12-02.Jim Meyering
1992-12-02.Jim Meyering
1992-12-02fixup to make tags right for getopt changesJim Meyering
1992-12-02.Jim 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-24Use David's definition of isascii instead of my CTYPE_PREFIX macro.Jim Meyering
1992-11-24.Jim Meyering
1992-11-24* Define new macros ISPRINT, ISALNUM, ISXDIGIT, ... that use isasciiJim Meyering
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>.
1992-11-24.Jim Meyering
1992-11-24* (print_ascii, dump_strings): Use ISDIGIT and ISPRINTJim Meyering
macros like pr.c. Suggested by David J. MacKenzie.
1992-11-24.Jim Meyering
1992-11-24* (print_ascii, dump_strings): Check for isascii before isprint.Jim Meyering
(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.
1992-11-19Merged in changes for 1.3.5.Jim Meyering
1992-11-13.Jim Meyering
1992-11-13.Jim Meyering
1992-11-12all files: make most variables static and const when possible.Jim Meyering
declare lots of functions static.
1992-11-12Make tables static and const when possible.Jim Meyering
getdate.c (getdate_yyerr, getdate_yylex): Declare these functions static.
1992-11-12.Jim Meyering
1992-11-12(set_mode): Parenthesize expressions with bit operationsJim Meyering
to correctly set/reset modes bits.
1992-11-09Declared lots of external functions and variables static.Jim Meyering
Made several statically-initialized arrays `const.'