summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-22 14:15:40 +0000
committerJim Meyering <jim@meyering.net>2003-07-22 14:15:40 +0000
commit52393e15b7c6b5580f6395b2a49b4ea494b4104a (patch)
treecf26c645136469a9121e6f6b0df0a1093413d447
parent6dc75c643bcf7fc2a92cd728c1e6a7f98688041b (diff)
downloadcoreutils-52393e15b7c6b5580f6395b2a49b4ea494b4104a.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a134c10b..a33ca3e86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,15 @@
2003-07-22 Jim Meyering <jim@meyering.net>
+ * Version 5.0.90.
+
+ * src/cut.c (main) [lint]: Initialize spec_list_string to avoid warning.
+
+ * src/hostid.c: Don't include <unistd.h>. system.h already does that.
+
* src/cut.c (set_fields): Mark all selected indices before trying to
determine range endpoints.
* tests/cut/Test.pm: New test for the above fix.
- * Version 5.0.90.
-
Begin to address this comment: What if someone wants to
extract the 1,000,000-th field of some huge input file?
The first step is to rearrange things so that the values