zhitkoff
636c2bb7ae
uucore: parse_size_max and split
2023-09-04 12:05:26 -04:00
zhitkoff
420965a3ab
prereq for fixing tests/split/fail.sh
2023-09-03 20:39:50 -04:00
Sylvestre Ledru
7c7a6083d9
Merge pull request #5238 from cakebaker/uucore_ranges_feature
...
uucore: turn ranges into a feature
2023-09-03 17:41:30 +02:00
Daniel Hofstetter
183d465f74
uucore: turn ranges into a feature
2023-09-03 16:20:15 +02:00
Daniel Hofstetter
f8845cde24
Merge pull request #5237 from sylvestre/version-21
...
0.0.20 => 0.0.21
2023-09-03 16:00:26 +02:00
Daniel Hofstetter
468ead4ce6
Merge pull request #5235 from tertsdiepraam/cp-finish-progress-bar
...
`cp`: finish progress bar to make it always show up
2023-09-03 15:01:01 +02:00
Sylvestre Ledru
9844f1f07d
0.0.20 => 0.0.21
2023-09-03 14:42:54 +02:00
Daniel Hofstetter
0c04cf0537
Merge pull request #5234 from uutils/renovate/regex-1.x
...
chore(deps): update rust crate regex to 1.9.5
2023-09-03 09:09:45 +02:00
Terts Diepraam
cb8c0e79e2
cp: finish progress bar to make it always show up
2023-09-02 18:46:18 +02:00
renovate[bot]
cad6a06862
chore(deps): update rust crate regex to 1.9.5
2023-09-02 16:37:00 +00:00
Sylvestre Ledru
1f3f9d85f7
Merge pull request #5232 from cakebaker/uucore_update_control_feature
...
uucore: turn update_control into a feature
2023-09-02 16:22:21 +02:00
Sylvestre Ledru
1f65375b81
Merge pull request #5233 from cakebaker/mknod_remove_unnecessary_not_in_test
...
mknod: remove unnecessary "not" in test
2023-09-02 16:21:36 +02:00
Daniel Hofstetter
be3aac924b
mknod: remove unnecessary "not" in test
2023-09-02 16:02:14 +02:00
Daniel Hofstetter
b405d4e6cc
uucore: turn update_control into a feature
2023-09-02 14:45:58 +02:00
Sylvestre Ledru
633ae06524
Merge pull request #5225 from tertsdiepraam/factor-short-circuit-write-error
...
`factor`: short circuit on write error, but not on parse error
2023-09-01 21:09:25 +02:00
Sylvestre Ledru
6012002880
Merge pull request #5231 from cakebaker/uucore_backup_control_feature
...
uucore: turn backup_control into a feature
2023-09-01 21:08:59 +02:00
Sylvestre Ledru
b783088900
Merge pull request #5229 from cakebaker/uucore_make_dunce_optional
...
uucore: make "dunce" optional
2023-09-01 16:54:42 +02:00
Daniel Hofstetter
b41ff2ed7f
uucore: turn backup_control into a feature
2023-09-01 16:20:37 +02:00
Sylvestre Ledru
4413dd13aa
Merge pull request #5228 from thechampagne/main
...
uucore: remove unnecessary heap allocation
2023-09-01 10:12:05 +02:00
Daniel Hofstetter
2e71508308
uucore: make "dunce" optional
2023-09-01 09:47:22 +02:00
zhitkoff
e597189be7
split: fixed windows test for invalid unicode args
2023-08-31 20:48:44 -04:00
XXIV
4f465eb76c
remove unnecessary heap allocation
2023-08-31 23:44:45 +03:00
zhitkoff
d2812cbbc3
split: disable windows test for invalid UTF8
2023-08-31 16:04:44 -04:00
zhitkoff
271a108fa9
split: formatting
2023-08-31 15:37:42 -04:00
zhitkoff
5bfe9b19ef
split: avoid using collect_lossy
+ test for invalid UTF8 arguments
2023-08-31 14:46:56 -04:00
Daniel Hofstetter
44f74c7b25
Merge pull request #5227 from cakebaker/uucore_make_sum_dependencies_optional
...
uucore: make deps of "sum" feature optional
2023-08-31 17:44:13 +02:00
Daniel Hofstetter
fb1c663724
uucore: make deps of "sum" feature optional
2023-08-31 16:45:55 +02:00
Daniel Hofstetter
cb428a808a
Merge pull request #5226 from uutils/renovate/chrono-0.x
...
chore(deps): update rust crate chrono to ^0.4.28
2023-08-31 07:00:55 +02:00
zhitkoff
6f37b4b4cf
split: hyphenated values + tests
2023-08-30 19:29:57 -04:00
renovate[bot]
0d4db7fc95
chore(deps): update rust crate chrono to ^0.4.28
2023-08-30 22:40:44 +00:00
Terts Diepraam
9a67393c44
factor: short circuit on write error, but not on parse error
2023-08-30 18:51:29 +02:00
Daniel Hofstetter
67977f4a0e
Merge pull request #5221 from sylvestre/gnu-9.4
...
upgrade to GNU/coreutils 9.4
2023-08-30 11:36:22 +02:00
Daniel Hofstetter
fa627a972b
Merge pull request #5223 from uutils/renovate/davidanson-markdownlint-cli2-action-12.x
...
chore(deps): update davidanson/markdownlint-cli2-action action to v12
2023-08-30 10:49:21 +02:00
Sylvestre Ledru
3e953779ae
Update util/build-gnu.sh
...
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2023-08-30 10:30:36 +02:00
renovate[bot]
ef564d2cd1
chore(deps): update davidanson/markdownlint-cli2-action action to v12
2023-08-30 07:46:54 +00:00
Sylvestre Ledru
cf91a1cc95
Adjust the paths to the path after the 9.4 release
2023-08-29 22:45:38 +02:00
zhitkoff
7f905a3b8d
split: edge case for obs lines within combined shorts + test
2023-08-29 16:35:00 -04:00
zhitkoff
15c7170d20
split: fix for GNU Tests regression + tests
2023-08-29 15:49:47 -04:00
zhitkoff
e79753c1cf
split: refactor handle_obsolete() function
2023-08-29 13:58:26 -04:00
Sylvestre Ledru
837e0681af
upgrade to GNU/coreutils 9.4
2023-08-29 19:29:35 +02:00
Daniel Hofstetter
6752618cd1
Merge pull request #5220 from uutils/renovate/chrono-0.x
...
chore(deps): update rust crate chrono to ^0.4.27
2023-08-29 17:56:26 +02:00
renovate[bot]
0aeed93100
chore(deps): update rust crate chrono to ^0.4.27
2023-08-29 14:51:18 +00:00
Daniel Hofstetter
9c482e5032
Merge pull request #5219 from tertsdiepraam/sum-tag-no-quotes
...
`hashsum`: change debug to display format with --tag
2023-08-29 11:05:57 +02:00
Terts Diepraam
93a54f36f3
hashsum: change debug to display format with --tag
2023-08-29 10:15:38 +02:00
zhitkoff
2f35989ac3
split: comments
2023-08-28 18:26:48 -04:00
zhitkoff
fa8d18b826
split: refactor obsolete lines
2023-08-28 18:24:21 -04:00
Sylvestre Ledru
bd82d678ef
Merge pull request #5215 from tertsdiepraam/fix-oranda-changelog
...
website: fix changelog config
2023-08-28 05:47:06 -04:00
Terts Diepraam
71c4d9f407
website: fix changelog config
2023-08-28 10:36:01 +02:00
Yury Zhytkou
1eae064e5c
split: better handle numeric and hex suffixes, short and long, with and without values ( #5198 )
...
* split: better handle numeric and hex suffixes, short and long, with and without values
Fixes #5171
* refactoring with overrides_with_all() in args definitions
* fixed comments
* updated help on suffixes to match GNU
* comments
* refactor to remove value_parser()
* split: refactor suffix processing + updated tests
* split: minor formatting
2023-08-28 10:09:52 +02:00
Daniel Hofstetter
e4ea64af5c
Merge pull request #5211 from tertsdiepraam/nushell-expose-uucore-args
...
`cp`: re-export `uucore::{BackupMode, UpdateMode}`
2023-08-28 07:29:49 +02:00