index
:
Erich/coreutils
master
uniq-versuch
uniq-versuch-tools
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
1992-12-08
.
Jim Meyering
1992-12-08
Define ISLOWER and ISUPPER independent of STDC_HEADERS.
Jim Meyering
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
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
1992-12-02
Convert static declarations of struct option to use new macros from
Jim Meyering
1992-12-02
.
Jim Meyering
1992-12-02
Convert static declarations of struct option to use new macros from
Jim Meyering
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
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
1992-11-24
.
Jim Meyering
1992-11-24
* (print_ascii, dump_strings): Use ISDIGIT and ISPRINT
Jim Meyering
1992-11-24
.
Jim Meyering
1992-11-24
* (print_ascii, dump_strings): Check for isascii before isprint.
Jim Meyering
1992-11-19
Merged in changes for 1.3.5.
Jim Meyering
1992-11-13
.
Jim Meyering
1992-11-13
.
Jim Meyering
1992-11-12
all files: make most variables static and const when possible.
Jim Meyering
1992-11-12
Make tables static and const when possible.
Jim Meyering
1992-11-12
.
Jim Meyering
1992-11-12
(set_mode): Parenthesize expressions with bit operations
Jim Meyering
1992-11-09
Declared lots of external functions and variables static.
Jim Meyering
1992-11-08
Declared lots of external functions and variables static.
Jim Meyering
1992-11-08
Initial revision
Jim Meyering
1992-11-08
Initial revision
Jim Meyering
1992-11-01
Make still more file-scope variables `static'.
Jim Meyering
1992-11-01
Make one more file-scope variable `static.'
Jim Meyering
1992-11-01
Make file-scope variable static.
Jim Meyering
1992-11-01
Initial revision
Jim Meyering
1992-11-01
Give 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
1992-10-31
Add parentheses to expressions like (c = *p++) as per suggestion
Jim Meyering
1992-10-31
Add parentheses to expressions like (c = *p++) as per suggestion
Jim Meyering
1992-10-31
(adjust_blocks): Convert to a macro. The static
Jim Meyering
1992-10-31
Initial revision
Jim Meyering