summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-09-28 16:50:43 +0000
committerJim Meyering <jim@meyering.net>2002-09-28 16:50:43 +0000
commit500ad9b9b111b28320165bea50015c1807d9754f (patch)
tree522da62e60be459023b48726dbbbaeee35dd9bb2
parentfd5bc3283527d846d5107fc853afee8d5b6cdeb8 (diff)
downloadcoreutils-500ad9b9b111b28320165bea50015c1807d9754f.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 753bd3ecf..605877c9e 100644
--- 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,