bug#35041: tee: use STDIN_FILENO instead of 0

2019-03-29 Thread Martin Castillo
I was reading through tee.c and saw 231: bytes_read = read (0, buffer, sizeof buffer); Maybe it should read read(STDIN_FILENO, buffer, sizeof buffer); ? Greetings, Martin Castillo -- GPG: 7FDE 7190 2F73 2C50 236E 403D CC13 48F1 E644 08EC

bug#35032: date ISO 8601 / RFC 3339 formats

2019-03-29 Thread Nicolas Mailhot
Le jeudi 28 mars 2019 à 22:07 +0100, Erik Auerswald a écrit : > > > 1. The W3C profile mandates T as time separator, and ":" as > > hour/minutes separator > > 2. RFC 3339 makes both optional > > > > Then, logically, date removed the ":" for its --iso-8601 option, > > $ date --iso-8601=seconds > >