summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-04-01 20:05:37 +0000
committerJim Meyering <jim@meyering.net>2005-04-01 20:05:37 +0000
commitae9d3a5ab4ea6217097140d7a47b1736b62b5f66 (patch)
treed2817e158ed8ba0464507ec9fc00dab63057ae7c
parenta76fbd821b8494e6e5c9d278ffbb90f1287ce98c (diff)
downloadcoreutils-ae9d3a5ab4ea6217097140d7a47b1736b62b5f66.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9933d9c3a..d4c73c9be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* Version 5.3.1.
+ * src/pr.c (main): Free column_count_string when done with it.
+
Don't let pr treat +1:-1 like +1:18446744073709551615.
* src/pr.c (strtoumax): Remove declaration.
(first_last_page): Use xstrtoumax in place of strtoumax,