Age | Commit message (Collapse) | Author | |
---|---|---|---|
1993-03-26 | . | Jim Meyering | |
1993-03-24 | . | Jim Meyering | |
1993-03-24 | (gobble_file): Don't stat symlinks unless we need to. | Jim Meyering | |
From Mike Rendell <michael@mercury.cs.mun.ca>. | |||
1993-03-24 | (copy, copy_with_block, copy_with_block): Decrement pending_spaces only | Jim Meyering | |
if it's > 0. The following command didn't terminate: perl -e 'print "a a\n";'| dd of=/dev/null ibs=1 cbs=3 conv=unblock With suggestions from Chris Weber <weber@bucknell.edu>, Marlys.A.Nelson@uwrf.edu, and Albert-Lunde@nwu.edu. | |||
1993-03-23 | New option: -C, --compatible. | Jim Meyering | |
A few new small functions. | |||
1993-03-23 | . | Jim Meyering | |
1993-03-22 | (close_file): Reverse May 13, '92 change, but add the condition | Jim Meyering | |
that cols_ready_to_print not be decremented when printing across. The command `echo |pr -2ta' didn't terminate. (print_page): Rewrite conditional with side effects in second conjunct using nested if statements to make it clear that we do indeed want those semantics. | |||
1993-03-22 | fix two typos | Jim Meyering | |
1993-03-06 | Compare getenv with NULL instead of 0 -- just for aesthetics. | Jim Meyering | |
1993-03-02 | . | Jim Meyering | |
1993-03-02 | . | Jim Meyering | |
1993-03-02 | . | Jim Meyering | |
1993-03-02 | . | Jim Meyering | |
1993-03-02 | Initial revision | Jim Meyering | |
1993-02-26 | (print_s_char, print_s_short): Print signed chars and signed shorts without | Jim Meyering | |
resorting to casts involving `signed' keyword. (decode_one_format): Don't print leading zeroes for DECIMAL formats. | |||
1993-02-25 | reindent with indent-1.7 | Jim Meyering | |
1993-02-25 | Reformat 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-18 | Don't ask when removing symlinks. | Jim Meyering | |
1993-02-08 | Add long options. | Jim Meyering | |
1993-01-22 | IS* macros may not be given arguments with side effects. | Jim Meyering | |
1993-01-20 | merge with 1.4 | Jim Meyering | |
1992-12-13 | isascii guards for ctype.h macros | Jim Meyering | |
1992-12-10 | Merge with pre-release 1.3.6. | Jim Meyering | |
1992-12-10 | Remove 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-08 | Define 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 use | Jim Meyering | |
them instead of isdigit and isxdigit. | |||
1992-12-07 | (toarith): Change single use of isdigit to ISDIGIT. | Jim Meyering | |
1992-12-07 | Remove unused definition of isdigit. | Jim Meyering | |
1992-12-07 | . | Jim Meyering | |
1992-12-07 | Remove 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-02 | Convert static declarations of struct option to use new macros from | Jim Meyering | |
getopt.h: no_argument, required_argument, and optional_argument. | |||
1992-12-02 | . | Jim Meyering | |
1992-12-02 | Convert static declarations of struct option to use new macros from | Jim Meyering | |
getopt.h: no_argument, required_argument, and optional_argument. | |||
1992-12-02 | . | Jim Meyering | |
1992-12-02 | . | Jim Meyering | |
1992-12-02 | fixup to make tags right for getopt changes | Jim Meyering | |
1992-12-02 | . | Jim Meyering | |
1992-12-02 | Convert static declarations of struct option to use new macros from | Jim Meyering | |
getopt.h: no_argument, required_argument, and optional_argument. | |||
1992-11-24 | Use 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 isascii | Jim 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 ISPRINT | Jim Meyering | |
macros like pr.c. Suggested by David J. MacKenzie. |