diff options
author | Jim Meyering <jim@meyering.net> | 2002-09-28 16:50:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-09-28 16:50:43 +0000 |
commit | 500ad9b9b111b28320165bea50015c1807d9754f (patch) | |
tree | 522da62e60be459023b48726dbbbaeee35dd9bb2 | |
parent | fd5bc3283527d846d5107fc853afee8d5b6cdeb8 (diff) | |
download | coreutils-500ad9b9b111b28320165bea50015c1807d9754f.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ * Version 4.5.2. + * src/split.c (FAIL_ONLY_ONE_WAY): New macro. + Factor out some duplication. + (main): Use it. + [case 'a']: Use strtoul rather than strtol to avoid compiler warnings. + * src/sort.c (begfield, limfield): Rearrange comparisons to avoid compiler warnings. (fillbuf, keycompare): Cast literal `-1' to size_t in comparisons, |