8c0886bcc5
Accepting request 1186697 from Base:System
Ana Guerrero2024-07-12 15:04:18 +00:00
9740f8f158
Accepting request 1186697 from Base:System
Ana Guerrero2024-07-12 15:04:18 +00:00
7cc942fc4f
Accepting request 1186505 from home:berny:branches:Base:System
Bernhard Voelker2024-07-10 21:09:17 +00:00
a296bffe53
- coreutils-i18n.patch: fold(1): fix exit code for non-existent file. The exit code of fold(1) was zero for non-existent file: $ fold badfile; echo $? fold: badfile: No such file or directory 0
Bernhard Voelker2024-07-10 21:09:17 +00:00
844eebd4cb
Accepting request 1164165 from Base:System
Ana Guerrero2024-04-04 20:23:59 +00:00
26149f3250
Accepting request 1164165 from Base:System
Ana Guerrero2024-04-04 20:23:59 +00:00
2b44efc28c
Accepting request 1163997 from home:berny:branches:Base:System
Bernhard Voelker2024-04-02 15:30:19 +00:00
e62f2bf92f
Accepting request 1163997 from home:berny:branches:Base:System
Bernhard Voelker2024-04-02 15:30:19 +00:00
b530564d9e
* cksum now accepts the --base64 (-b) option to print base64-encoded checksums. It also accepts/checks such checksums. * cksum now accepts the --raw option to output a raw binary checksum. No file name or other information is output in this mode. * cp, mv, and install now accept the --debug option to print details on how a file is being copied. * factor now accepts the --exponents (-h) option to print factors in the form p^e, rather than repeating the prime p, e times. * ls now supports the --time=modification option, to explicitly select the default mtime timestamp for display and sorting. * mv now supports the --no-copy option, which causes it to fail when asked to move a file to a different file system. * split now accepts options like '-n SIZE' that exceed machine integer range, when they can be implemented as if they were infinity. * split -n now accepts piped input even when not in round-robin mode, by first copying input to a temporary file to determine its size. * wc now accepts the --total={auto,never,always,only} option to give explicit control over when the total is output. * 'cp --reflink=always A B' no longer leaves behind a newly created empty file B merely because copy-on-write clones are not supported. * 'cp -n' and 'mv -n' now exit with nonzero status if they skip their action because the destination exists, and likewise for 'cp -i', 'ln -i', and 'mv -i' when the user declines. (POSIX specifies this for 'cp -i' and 'mv -i'.)
Dirk Mueller2023-03-21 21:33:58 +00:00
949c2f42cf
* cksum now accepts the --base64 (-b) option to print base64-encoded checksums. It also accepts/checks such checksums. * cksum now accepts the --raw option to output a raw binary checksum. No file name or other information is output in this mode. * cp, mv, and install now accept the --debug option to print details on how a file is being copied. * factor now accepts the --exponents (-h) option to print factors in the form p^e, rather than repeating the prime p, e times. * ls now supports the --time=modification option, to explicitly select the default mtime timestamp for display and sorting. * mv now supports the --no-copy option, which causes it to fail when asked to move a file to a different file system. * split now accepts options like '-n SIZE' that exceed machine integer range, when they can be implemented as if they were infinity. * split -n now accepts piped input even when not in round-robin mode, by first copying input to a temporary file to determine its size. * wc now accepts the --total={auto,never,always,only} option to give explicit control over when the total is output. * 'cp --reflink=always A B' no longer leaves behind a newly created empty file B merely because copy-on-write clones are not supported. * 'cp -n' and 'mv -n' now exit with nonzero status if they skip their action because the destination exists, and likewise for 'cp -i', 'ln -i', and 'mv -i' when the user declines. (POSIX specifies this for 'cp -i' and 'mv -i'.)
Dirk Mueller2023-03-21 21:33:58 +00:00
c15810583e
- update to 9.2: * 'comm --output-delimiter="" --total' now delimits columns in the total line with the NUL character, consistent with NUL column delimiters in the rest of the output. Previously no delimiters were used for the total line in this case. * 'cp -p' no longer has a security hole when cloning into a dangling symbolic link on macOS 10.12 and later. - drop gnulib-simple-backup-fix.patch (upstream) - drop coreutils-tests-workaround-make-fdleak.patch (obsolete)
Dirk Mueller2023-03-21 21:00:25 +00:00
073dfd0e93
- update to 9.2: * 'comm --output-delimiter="" --total' now delimits columns in the total line with the NUL character, consistent with NUL column delimiters in the rest of the output. Previously no delimiters were used for the total line in this case. * 'cp -p' no longer has a security hole when cloning into a dangling symbolic link on macOS 10.12 and later. - drop gnulib-simple-backup-fix.patch (upstream) - drop coreutils-tests-workaround-make-fdleak.patch (obsolete)
Dirk Mueller2023-03-21 21:00:25 +00:00
a21d426cc9
characters (brc#2112870) - extend psuffix handling to be quilt(1) compatible
Dirk Mueller2022-08-02 09:18:33 +00:00
03bb9aece5
characters (brc#2112870) - extend psuffix handling to be quilt(1) compatible
Dirk Mueller2022-08-02 09:18:33 +00:00
d6668fd130
- refresh coreutils-i18n.patch to prevent unexpand from failing on control characters - extend psuffix handling to be quilt(1) compatible
Dirk Mueller2022-08-01 21:17:24 +00:00
ec54266548
- refresh coreutils-i18n.patch to prevent unexpand from failing on control characters - extend psuffix handling to be quilt(1) compatible
Dirk Mueller2022-08-01 21:17:24 +00:00