diff options
author | Jim Meyering <jim@meyering.net> | 1998-01-10 22:13:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-01-10 22:13:49 +0000 |
commit | 88bd90109bdcc00e3abe5fdc40507af07bbab32b (patch) | |
tree | 5709ba3bf0655dfea0c4761f7c1998058b49b206 /old/textutils | |
parent | dba300a0d019933bd2b25006006db95688fb9ea3 (diff) | |
download | coreutils-88bd90109bdcc00e3abe5fdc40507af07bbab32b.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index d9625aee3..7d853b4e5 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,24 @@ 1998-01-10 Jim Meyering <meyering@na-net.ornl.gov> + * src/system.h [HAVE_LIMITS_H]: Include limits.h + (TYPE_SIGNED): Define. + (TYPE_MINIMUM): Define. + (TYPE_MAXIMUM): Define. + (CHAR_BIT): Define. + (SCHAR_MAX): Define. + (UCHAR_MAX): Define. + (SHRT_MAX): Define. + (INT_MAX): Define. + (UINT_MAX): Define. + (LONG_MAX): Define. + (ULONG_MAX): Define. + * src/*.c: Remove definitions of those symbols. + + * src/csplit.c: Move inclusion of regex.h/rx.h to follow system.h + since it now includes limit.h which defines RE_DUP_MAX. + * src/nl.c: Likewise. + * src/tac.c: Likewise. + * lib/xstrtol.c (bkm_scale): Renamed from BKM_SCALE. Rewrite macro as function. Return a value. Update caller. Cast __ZLONG_MAX `__unsigned long int' before casting to double to |