renovate[bot]
|
3f2b3284c2
|
chore(deps): update vmactions/freebsd-vm action to v1.1.5
|
2024-11-02 02:09:37 +00:00 |
|
Daniel Hofstetter
|
27fc9f614f
|
Merge pull request #6837 from matrixhead/dup-source
mv: gnu test `dup-src` compatibilty
|
2024-11-01 09:34:43 +01:00 |
|
mhead
|
2c528cfcb5
|
mv: fix error message when one of the multiple src doesn't exist
|
2024-11-01 13:35:47 +05:30 |
|
Daniel Hofstetter
|
add49e7b83
|
Merge pull request #6835 from uutils/renovate/thiserror-1.x-lockfile
chore(deps): update rust crate thiserror to v1.0.66
|
2024-11-01 07:04:39 +01:00 |
|
renovate[bot]
|
d00c657de4
|
chore(deps): update rust crate thiserror to v1.0.66
|
2024-11-01 02:11:33 +00:00 |
|
Daniel Hofstetter
|
8071848c51
|
Merge pull request #6834 from uutils/renovate/migrate-config
chore(config): migrate renovate config
|
2024-10-31 16:56:28 +01:00 |
|
renovate[bot]
|
4a46ad9d5e
|
chore(config): migrate config renovate.json
|
2024-10-31 15:26:47 +00:00 |
|
Daniel Hofstetter
|
d1f2534811
|
Merge pull request #6825 from matrixhead/dup-source
cp: normalize path when checking for duplicate source
|
2024-10-31 11:26:35 +01:00 |
|
Daniel Hofstetter
|
e947c713c8
|
cp: separate tests with empty line
|
2024-10-31 10:55:22 +01:00 |
|
Daniel Hofstetter
|
c808faf10f
|
Merge pull request #6831 from DaringCuteSeal/mkdir-opt
mkdir: allow --parent to be provided more than once
|
2024-10-31 09:43:25 +01:00 |
|
mhead
|
ff586b47d4
|
cp: Duplicate source error message specify the type of file.
|
2024-10-31 11:49:29 +05:30 |
|
Daringcuteseal
|
8cecebc050
|
tests/mkdir: check for multiple --parent arguments
|
2024-10-31 05:10:31 +07:00 |
|
Daringcuteseal
|
41f52f3402
|
mkdir: allow --parent to be provided more than once
|
2024-10-31 04:49:44 +07:00 |
|
Sylvestre Ledru
|
bf6de81a1f
|
Merge pull request #6806 from Ecordonnier/eco/signal-handler
uucore: disable default signal-handlers added by Rust
|
2024-10-30 08:36:01 +01:00 |
|
Sylvestre Ledru
|
566bca34ad
|
Merge pull request #6779 from andrewliebenow/tr-multibyte-octal-sequences
tr: correctly handle multibyte octal sequences
|
2024-10-30 08:35:38 +01:00 |
|
Daniel Hofstetter
|
654581ac77
|
Merge pull request #6830 from uutils/renovate/serde-monorepo
chore(deps): update rust crate serde to v1.0.214
|
2024-10-29 07:00:07 +01:00 |
|
renovate[bot]
|
8815e013ef
|
chore(deps): update rust crate serde to v1.0.214
|
2024-10-28 19:05:04 +00:00 |
|
Daniel Hofstetter
|
4a14be4f37
|
Merge pull request #6829 from uutils/renovate/bigdecimal-0.x-lockfile
chore(deps): update rust crate bigdecimal to v0.4.6
|
2024-10-28 09:02:41 +01:00 |
|
renovate[bot]
|
c92768c26c
|
chore(deps): update rust crate bigdecimal to v0.4.6
|
2024-10-28 07:33:57 +00:00 |
|
mhead
|
4d5bf4205f
|
cp: skip duplicate source check when --backup is given
|
2024-10-27 14:18:20 +05:30 |
|
mhead
|
74cd797c8a
|
cp: normalize path when checking for duplicate source
|
2024-10-26 12:09:38 +05:30 |
|
Etienne Cordonnier
|
8ab99d4bfe
|
test(sleep): add test for signal handling
|
2024-10-25 16:47:40 +02:00 |
|
Etienne Cordonnier
|
b68eb04b8b
|
uucore: disable default signal-handlers added by Rust
Fixes https://github.com/uutils/coreutils/issues/6759
Test procedure (verifies that a single SIGSEGV stops a program):
```
ecordonnier@lj8k2dq3:~/dev/coreutils$ ./target/release/coreutils sleep 100 &
[1] 4175464
ecordonnier@lj8k2dq3:~/dev/coreutils$ kill -11 $(pidof coreutils)
ecordonnier@lj8k2dq3:~/dev/coreutils$
[1]+ Segmentation fault (core dumped) ./target/release/coreutils sleep 100
```
|
2024-10-25 16:47:40 +02:00 |
|
Andrew Liebenow
|
186d749e94
|
Replace commented-out code with TODO comments
|
2024-10-24 13:12:38 -05:00 |
|
Daniel Hofstetter
|
971da040b5
|
Merge pull request #6818 from uutils/renovate/regex-1.x-lockfile
chore(deps): update rust crate regex to v1.11.1
|
2024-10-24 17:34:23 +02:00 |
|
renovate[bot]
|
9424a2dea8
|
chore(deps): update rust crate regex to v1.11.1
|
2024-10-24 15:06:34 +00:00 |
|
Daniel Hofstetter
|
cb8711fdfb
|
Merge pull request #6793 from RenjiSann/checksum-utf8
cksum/hashsum: Support for non-UTF-8 input in checksum files
|
2024-10-24 14:58:35 +02:00 |
|
Dorian Péron
|
6030ad9bc9
|
test(cksum): add tests for non-utf-8 handling in checksum files
|
2024-10-24 11:43:52 +02:00 |
|
Dorian Péron
|
99cddd16f1
|
uucore(checksum): fix non-utf-8 filename printing
|
2024-10-24 11:43:52 +02:00 |
|
Dorian Péron
|
8490461d67
|
uucore(checksum): handle non-utf-8 text in checksum files
|
2024-10-24 11:43:52 +02:00 |
|
Dorian Péron
|
1c41a12fb5
|
test(cksum): add test for trailing spaces making an error
|
2024-10-24 11:43:52 +02:00 |
|
Dorian Péron
|
97b81a6685
|
uucore(checksum): determine regex from full line, not trimmed
The full line will be matched against the selected regex anyway
|
2024-10-24 11:41:54 +02:00 |
|
Dorian Péron
|
3031874d22
|
uucore(lib): add u8/OsString conversion utils
|
2024-10-24 11:41:54 +02:00 |
|
Daniel Hofstetter
|
5bc7d67274
|
Merge pull request #6816 from uutils/sylvestre-patch-3
intermittent: timeout changed directory
|
2024-10-24 10:49:06 +02:00 |
|
Sylvestre Ledru
|
e28d0f064b
|
intermittent: timeout changed directory
|
2024-10-24 10:21:52 +02:00 |
|
Sylvestre Ledru
|
c9f8ef50d3
|
Merge pull request #6815 from RenjiSann/cksum-zero
cksum: Implement -z/--zero
|
2024-10-24 08:29:34 +02:00 |
|
Dorian Péron
|
e9cf31451e
|
test(cksum): add tests for -z/--zero
|
2024-10-24 00:29:45 +02:00 |
|
Dorian Péron
|
0b31e43fac
|
cksum: implement --zero flag with newline/NUL replacement
|
2024-10-24 00:26:05 +02:00 |
|
Terts Diepraam
|
6850be2539
|
Merge pull request #6810 from cakebaker/echo_remove_double_negation
echo: remove double negation
|
2024-10-23 10:24:26 +02:00 |
|
Daniel Hofstetter
|
7de3700efe
|
Merge pull request #6813 from uutils/renovate/thiserror-1.x-lockfile
chore(deps): update rust crate thiserror to v1.0.65
|
2024-10-23 07:18:48 +02:00 |
|
Daniel Hofstetter
|
4e7b593afc
|
Merge pull request #6814 from uutils/renovate/proc-macro2-1.x-lockfile
fix(deps): update rust crate proc-macro2 to v1.0.89
|
2024-10-23 07:17:56 +02:00 |
|
Daniel Hofstetter
|
e72c779c14
|
Merge pull request #6811 from uutils/renovate/serde-monorepo
chore(deps): update rust crate serde to v1.0.213
|
2024-10-23 07:15:23 +02:00 |
|
Sylvestre Ledru
|
0ef5b75248
|
Merge pull request #6808 from Pistonight/hashsum_windows
hashsum: Windows: check in binary mode by default and allow --binary/--text
|
2024-10-22 21:38:36 +02:00 |
|
renovate[bot]
|
2d750e7ea5
|
fix(deps): update rust crate proc-macro2 to v1.0.89
|
2024-10-22 19:24:43 +00:00 |
|
renovate[bot]
|
90f2ad522a
|
chore(deps): update rust crate thiserror to v1.0.65
|
2024-10-22 19:24:36 +00:00 |
|
renovate[bot]
|
ab2f5d2ee1
|
chore(deps): update rust crate serde to v1.0.213
|
2024-10-22 19:24:31 +00:00 |
|
Pistonight
|
ca6d0eda3d
|
hashsum: Windows: check in binary mode by default and allow --binary/--text whcn checking
|
2024-10-22 11:55:49 -07:00 |
|
Daniel Hofstetter
|
c4160f2dd7
|
Merge pull request #6801 from Luv-Ray/cksum_error_handling
cksum: fix error handling
|
2024-10-22 16:35:36 +02:00 |
|
Daniel Hofstetter
|
13df9e2f30
|
echo: remove double negation
|
2024-10-22 15:04:16 +02:00 |
|
Daniel Hofstetter
|
b0fa702e90
|
echo: remove unnecessary no_stderr() call in test
|
2024-10-22 14:32:20 +02:00 |
|