diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-23 23:38:27 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-23 23:38:27 +0000 |
commit | 882c0d8d35d1b2340cef61f2c36896e631b9273c (patch) | |
tree | 6261dfb31d9f78014680e26dab104556b257b33e /NEWS | |
parent | 5f619235641e8784afcf2d6ca2e7152fcc317a58 (diff) | |
download | coreutils-882c0d8d35d1b2340cef61f2c36896e631b9273c.tar.xz |
* NEWS: printf supports the I flag.
* src/printf.c (print_formatted) [glibc 2.2 or later]: Likewise.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -15,6 +15,11 @@ GNU coreutils NEWS -*- outline -*- df now considers BSD "kernfs" file systems to be dummies +** New features + + printf now supports the 'I' flag on hosts whose underlying printf + implementations support 'I', e.g., "printf %Id 2". + ** Bug fixes cp --sparse preserves sparseness at the end of a file, even when |