diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-03-19 06:20:20 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-03-19 06:20:20 +0000 |
commit | 51fbbff3066f5e65acb7aebd0fb845f693d6b0ab (patch) | |
tree | e6f6b551bcb434dfd27de9c99713e86bd8f697e2 | |
parent | b9307c430eaa3c5f488e854615267cc9e1536e19 (diff) | |
download | coreutils-51fbbff3066f5e65acb7aebd0fb845f693d6b0ab.tar.xz |
pr -D "FORMAT" now accepts the same formats that date +"FORMAT" does.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ * Version 5.3.1. + * NEWS: pr -D "FORMAT" now accepts the same formats that + date +"FORMAT" does. + * src/pr.c: Include strftime.h, timespec.h. + (init_header): Obtain and format nanosecond part of time stamp. + * NEWS: nohup now ignores the umask when creating nohup.out. nohup now closes stderr if it is a terminal and stdout is closed. * src/nohup.c (main): Likewise. Be a little more paranoid about |