]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 28 Sep 2002 16:50:43 +0000 (16:50 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 28 Sep 2002 16:50:43 +0000 (16:50 +0000)
ChangeLog

index 753bd3ecf616a82bd1918014051f63c9571a312d..605877c9edd9ac10d2cca899961ac244a1e1d969 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,