Commit graph

4 commits

Author SHA1 Message Date
Alex Shinn
6e99306ccd Only include up to 4 octal digits of file mode info in tar files.
The fifth digit (S_IFMT) is used for the file type (e.g. S_IFDIR=040000
for a directory), which in the tar format is handled separately in
the type field.  This digit is generally ignored by GNU tar and
other implementations, but confuses midnight commander.
Fixes issue #384.
2017-01-10 22:17:25 +09:00
Alex Shinn
b238edb0cd fixing tar-create (bad timestamps and wrong args to directory-fold-tree)
Fixes issue #344.
2016-06-01 00:42:43 +09:00
Alex Shinn
5804493889 additional string-cursor fixes for snow 2016-05-19 23:38:13 +09:00
Alex Shinn
2922ed591d Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00