1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2004-03-22 20:38:32 +00:00
parent 68858cdd9e
commit 1713f512df

View File

@@ -1,3 +1,15 @@
2004-03-22 Jim Meyering <jim@meyering.net>
* tests/du/files0-from (nul-1, nul-2): Adjust expected diagnostics
to match corrected output.
* src/du.c: Include "readtokens0.h" rather than "readtokens.h".
(main): Use readtoken0 functions rather than readtokens.
Don't use errno when diagnosing readtokens0 failure.
Fix off-by-one error in the token number reported in a diagnostic.
(du_files): Return bool, rather than int.
(main): Call readtokens0_free.
2004-03-21 Jim Meyering <jim@meyering.net>
* src/remove.c (ds_free): Plug a small leak.