CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/03/01 14:19:11
Modified files:
bin/pax : tar.c
Log message:
Support mtime/atime/ctime extended headers in !SMALL builds.
These are becoming quite common in distributed software (including
tars produced by Python and Go) and often standard timestamps are
not set, resulting in extracted files dated as the epoch.
Lots of help from tb@, ok tb@ millert@
