Guillaume Ranquet
80c7ed9732
ls: force fetching metadata when called with -L -Z
...
The metadata are not used but it permits to check the symlink is valid.
We then return 1 on invalid symlinks when ls is invoked with ls -L -Z
Signed-off-by: Guillaume Ranquet <granquet@baylibre.com>
2023-06-26 14:46:56 +02:00
Daniel Hofstetter
c4b15a92a4
Merge pull request #5009 from uutils/renovate/self_cell-1.x
...
chore(deps): update rust crate self_cell to 1.0.1
2023-06-26 08:58:55 +02:00
Daniel Hofstetter
98dfba330c
Merge pull request #5011 from uutils/renovate/fundu-1.x
...
chore(deps): update rust crate fundu to 1.1.0
2023-06-26 08:02:30 +02:00
Daniel Hofstetter
6a7b5379ea
Merge pull request #5008 from uutils/renovate/libc-0.x
...
fix(deps): update rust crate libc to 0.2.147
2023-06-26 07:56:10 +02:00
renovate[bot]
c64f3ccbdd
chore(deps): update rust crate fundu to 1.1.0
2023-06-26 04:29:30 +00:00
John Shin
b34e7f7bf6
du: directories have apparent size of 0
2023-06-25 15:56:57 -07:00
Sylvestre Ledru
644fd1c93e
fix some clippy warnings
2023-06-25 22:29:08 +02:00
Nikolai
0b06f2b4a8
fixing seq panic on none
2023-06-25 22:23:40 +02:00
renovate[bot]
0ba972b213
chore(deps): update rust crate self_cell to 1.0.1
2023-06-25 19:15:50 +00:00
Sylvestre Ledru
b03a88e154
Merge pull request #4972 from cakebaker/sort_migrate_from_ouroboros_to_self_cell
...
sort: migrate from ouroboros to self_cell
2023-06-25 21:15:02 +02:00
renovate[bot]
824097d224
fix(deps): update rust crate libc to 0.2.147
2023-06-25 19:09:01 +00:00
Sylvestre Ledru
85c4e7d797
Merge pull request #5007 from cakebaker/docs_add_seq_to_extensions
...
docs: add seq to extensions; add some backticks
2023-06-25 21:08:06 +02:00
Daniel Hofstetter
ae90bad6cf
docs: add seq to extensions; add some backticks
2023-06-25 16:53:50 +02:00
Daniel Hofstetter
83596e7090
Merge pull request #5006 from uutils/renovate/vmactions-freebsd-vm-0.x
...
chore(deps): update vmactions/freebsd-vm action to v0.3.1
2023-06-25 15:32:55 +02:00
renovate[bot]
2f1b710752
chore(deps): update vmactions/freebsd-vm action to v0.3.1
2023-06-25 12:12:26 +00:00
Daniel Hofstetter
d1aefc2cc8
Merge pull request #5004 from sylvestre/case
...
Remove the auto capitalization of error message
2023-06-25 14:12:03 +02:00
Sylvestre Ledru
ddcdda44db
Remove the auto capitalization of error message
2023-06-25 00:18:33 +02:00
Daniel Hofstetter
ab8aa32e60
Merge pull request #5001 from uutils/renovate/phf-0.x
...
chore(deps): update rust crate phf to 0.11.2
2023-06-24 14:43:28 +02:00
renovate[bot]
a02b3354e6
chore(deps): update rust crate phf to 0.11.2
2023-06-24 11:23:11 +00:00
Daniel Hofstetter
5d50d7bd82
Merge pull request #5002 from uutils/renovate/phf_codegen-0.x
...
chore(deps): update rust crate phf_codegen to 0.11.2
2023-06-24 13:22:24 +02:00
renovate[bot]
9324a52a56
chore(deps): update rust crate phf_codegen to 0.11.2
2023-06-24 08:25:07 +00:00
Sylvestre Ledru
da8cb64b74
Merge pull request #4989 from cakebaker/touch_rename_const
...
touch: rename CURRENT to TIMESTAMP
2023-06-24 10:24:21 +02:00
Sylvestre Ledru
ed71bb60e0
Merge pull request #4995 from cakebaker/nl_implement_default_for_settings
...
nl: implement Default for Settings
2023-06-24 10:24:08 +02:00
Daniel Hofstetter
d02bd2f3a0
Merge pull request #5000 from cakebaker/seq_remove_two_chars_in_md_file
...
seq: remove two chars in seq.md
2023-06-24 08:07:18 +02:00
Daniel Hofstetter
d57a5eb6a3
seq: remove two chars in seq.md
2023-06-24 07:07:38 +02:00
Daniel Hofstetter
b787a2ab9a
Merge pull request #4996 from uutils/renovate/itertools-0.x
...
fix(deps): update rust crate itertools to 0.11.0
2023-06-22 17:39:41 +02:00
renovate[bot]
0144a3c78f
fix(deps): update rust crate itertools to 0.11.0
2023-06-22 13:43:21 +00:00
Daniel Hofstetter
0010fece35
nl: remove "spell-checker:ignore" line
2023-06-22 14:35:04 +02:00
Daniel Hofstetter
d00134640b
nl: use "const" instead of "static"
2023-06-22 14:33:32 +02:00
Daniel Hofstetter
c32139784a
nl: implement Default for Settings
2023-06-22 14:30:53 +02:00
Daniel Hofstetter
e5808b7816
Merge pull request #4994 from cakebaker/nl_fix_typo
...
nl: fix typo in nl.md
2023-06-22 10:56:13 +02:00
Daniel Hofstetter
98d242de7e
nl: fix typo in nl.md
2023-06-22 10:04:37 +02:00
Daniel Hofstetter
17830ad6f8
Merge pull request #4992 from sylvestre/ignore-intermittent
...
try to fix ignore intermittent
2023-06-21 15:29:36 +02:00
Daniel Hofstetter
a18bf4b073
Merge pull request #4987 from sylvestre/help-version-getopt
...
Make tests/help/help-version-getopt.sh pass
2023-06-21 09:30:53 +02:00
Sylvestre Ledru
a3fe70f7b2
try to fix ignore intermittent
2023-06-20 23:14:54 +02:00
Sylvestre Ledru
8debc96eeb
Merge pull request #4983 from TheDcoder/parse-hex
...
od: fix parsing of hex input ending with `E`
2023-06-20 22:55:32 +02:00
Sylvestre Ledru
b09284c9e2
Merge pull request #4990 from yt2b/yes_add_version_option
...
yes: add --version option
2023-06-20 22:45:19 +02:00
yt2b
c3f2ac6f04
yes: add --version option
2023-06-20 23:20:22 +09:00
Sylvestre Ledru
01af46e914
Use misc instead of test
...
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2023-06-20 15:45:55 +02:00
Daniel Hofstetter
98ef87af86
touch: cleanup "spell-checker:ignore" line
2023-06-20 15:28:32 +02:00
Daniel Hofstetter
e990f87edc
touch: rename CURRENT to TIMESTAMP
2023-06-20 15:23:54 +02:00
Sylvestre Ledru
e70d7d3b90
Hack the tests/help/help-version-getopt.sh tests:
...
* "hostid BEFORE --help" doesn't fail for GNU. we fail. we are probably doing better
* "hostid BEFORE --help AFTER " same for this
2023-06-19 22:32:49 +02:00
Sylvestre Ledru
bf7f3783d1
yes: allow --version
...
Test: tests/help/help-version-getopt.sh
2023-06-19 19:10:56 +02:00
Daniel Hofstetter
6ebfaf4b9d
sort: migrate from ouroboros to self_cell
2023-06-19 10:17:39 +02:00
Sylvestre Ledru
66723e0961
Merge pull request #4447 from Freaky/dd-alarm-timer
...
dd: use an alarm thread instead of elapsed() calls
2023-06-19 09:27:13 +02:00
Sylvestre Ledru
dffbb32b07
Merge pull request #4986 from Statheres/fix/shred
...
fixed shred -u for windows
2023-06-18 18:41:41 +02:00
Daniel Hofstetter
cdd3481112
Merge pull request #4825 from uutils/renovate/rust-ini-0.x
...
chore(deps): update rust crate rust-ini to 0.19.0
2023-06-18 17:39:13 +02:00
Damon Harris
b7154a80e1
od: fix parsing of hex input ending with E
2023-06-18 21:02:39 +05:30
Kostiantyn Hryshchuk
7306be6e58
fixed shred -u for windows
...
fixed shred panic on windows
2023-06-18 17:12:10 +02:00
renovate[bot]
9fbc98fc4e
chore(deps): update rust crate rust-ini to 0.19.0
2023-06-18 14:05:34 +00:00