summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-12-19 12:55:49 +0000
committerJim Meyering <jim@meyering.net>2003-12-19 12:55:49 +0000
commit7cc2e159d1781a8d32c16e2c53e25a4843ce8577 (patch)
tree52670a2b1dfc8ccec091f1cc11571d7972131957
parentbcb7e37261cb4ff621191b7fa1b0472bddc57272 (diff)
downloadcoreutils-7cc2e159d1781a8d32c16e2c53e25a4843ce8577.tar.xz
*** empty log message ***
-rw-r--r--NEWS2
-rw-r--r--TODO3
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fd782c6dd..08f3c0729 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
GNU coreutils NEWS -*- outline -*-
-* Major changes in release 5.1.0 (2003-12-08):
+* Major changes in release 5.1.0 (2003-12-19):
** New features
diff --git a/TODO b/TODO
index 9639e1c79..0192f1f59 100644
--- a/TODO
+++ b/TODO
@@ -153,3 +153,6 @@ patch from Olivier Delhomme
du: add option to use \0 as line terminator rather than \n so that
tools like xdiskusage that parse du output don't choke on file names
with embedded newlines.
+
+Remove suspicious uses of alloca (ones that may allocate more than
+ about 4k)