From 24d7f9474937b89ae2c21284bad0027867f7154c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 26 Jul 2003 09:40:25 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index dbecdf5ac2..a8ab2f2ec9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. -- 2.47.2