diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-26 09:40:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-26 09:40:25 +0000 |
commit | 24d7f9474937b89ae2c21284bad0027867f7154c (patch) | |
tree | 92e5e2348556a35268ac7a009be2a5ffdf55b997 | |
parent | df1bfa25aaff229eb7e283ef326764f1c8e69703 (diff) | |
download | coreutils-24d7f9474937b89ae2c21284bad0027867f7154c.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -2,10 +2,21 @@ * Version 5.0.90. + Use only one bit per field/offset in array, not one `int'. + * src/cut.c (printable_field): Change type to `unsigned char'. + (mark_printable_field, is_printable_field): New functions. + Use them in place of all direct accesses of `printable_field'. + + * src/expand.c (parse_tabstops): Detect overflow properly. + * src/cut.c (set_fields): Likewise. + * src/rm.c: Include "dirname.h". (usage): Use base_name (program_name) in body of --help output. This lets me... * man/Makefile.am (.x.1): ...back out the kludge of 2003-07-22. + Idea from Brendan O'Dea, who suggested using + `program_name = basename (argv[0]);' everywhere -- + can't do that, but using base_name works just fine here. * src/Makefile.am (AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): Exempt test. |