Tavo Annus
|
09cfa44560
|
Fix tail panicing when seeking backwards
Previously `tail -c n file.txt` caused panic if n > sizeof file.txt.
Now it prints out whole file similarly to GNU tail.
|
2022-08-24 21:02:47 +03:00 |
|
Terts Diepraam
|
bbd0ef9f1b
|
Merge pull request #3866 from jfinkels/clippy-fixes
Clippy fixes in multiple crates
|
2022-08-24 10:21:31 +02:00 |
|
Niyaz Nigmatullin
|
84abf9c920
|
CI/android: add 60 min timeout for cargo test to see where it's stuck
|
2022-08-24 08:21:24 +03:00 |
|
Jeffrey Finkelstein
|
8458bf1387
|
Clippy fixes in multiple crates
|
2022-08-23 18:30:43 -04:00 |
|
Stefin
|
ad4eac867f
|
rm: added test for rm_prompt_write_protected
Signed-off-by: Stefin <stefin@pm.me>
|
2022-08-23 21:17:48 +05:30 |
|
Daniel Hofstetter
|
c6e313372e
|
Replace deprecated occurrences_of()
|
2022-08-23 16:31:32 +02:00 |
|
Stefin
|
a8326d7f3f
|
rm: added new InteractiveMode InteractiveMode::Never
Signed-off-by: Stefin <stefin@pm.me>
|
2022-08-23 19:33:34 +05:30 |
|
Sylvestre Ledru
|
5a726e1ab3
|
Merge pull request #3864 from niyaznigmatullin/migrate_termsize_to_terminal_size
deps: change `termsize` dependency to `terminal_size`
|
2022-08-23 11:53:24 +02:00 |
|
Sylvestre Ledru
|
ad8e26bcf5
|
Merge pull request #3869 from uutils/dependabot/cargo/ouroboros-0.15.3
build(deps): bump ouroboros from 0.15.2 to 0.15.3
|
2022-08-23 09:23:22 +02:00 |
|
dependabot[bot]
|
ed83439a20
|
build(deps): bump ouroboros from 0.15.2 to 0.15.3
Bumps [ouroboros](https://github.com/joshua-maros/ouroboros) from 0.15.2 to 0.15.3.
- [Release notes](https://github.com/joshua-maros/ouroboros/releases)
- [Commits](https://github.com/joshua-maros/ouroboros/commits/0.15.3)
---
updated-dependencies:
- dependency-name: ouroboros
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-08-23 06:26:24 +00:00 |
|
Niyaz Nigmatullin
|
db9f724242
|
deny: remove redundant duplicate crate exception
|
2022-08-22 18:53:20 +03:00 |
|
Niyaz Nigmatullin
|
c9a81f5a17
|
deps: use terminal_size instead of termsize
|
2022-08-22 18:53:20 +03:00 |
|
Sylvestre Ledru
|
212953e06a
|
Merge pull request #3867 from cakebaker/mv_fix_indentation
mv: fix indentation within uu_app()
|
2022-08-22 13:16:54 +02:00 |
|
Daniel Hofstetter
|
6f07a3418d
|
mv: fix indentation within uu_app()
|
2022-08-22 12:50:08 +02:00 |
|
Sylvestre Ledru
|
38b6ce56ae
|
Merge pull request #3858 from niyaznigmatullin/add_CI_timeouts
CI: add job timeouts 360 minutes -> 90 minutes
|
2022-08-21 16:24:22 +02:00 |
|
Terts Diepraam
|
38a8ea299d
|
Merge pull request #3865 from cakebaker/remove_build_badge
README: remove build badge
|
2022-08-21 15:55:29 +02:00 |
|
Daniel Hofstetter
|
11a00a5590
|
README: remove build badge
|
2022-08-21 15:01:50 +02:00 |
|
Niyaz Nigmatullin
|
13b6979dad
|
CI: add timeouts 360 minutes -> 90 minutes, some Windows runs sometimes hang
|
2022-08-21 15:55:41 +03:00 |
|
Sylvestre Ledru
|
2aede0382a
|
Merge pull request #3856 from niyaznigmatullin/bump_cpp_build_version
Bump `cpp_build` version
|
2022-08-20 21:09:21 +02:00 |
|
Niyaz Nigmatullin
|
b3cab32e54
|
deny: remove redundant duplicate crate exceptions
|
2022-08-20 21:08:43 +02:00 |
|
Niyaz Nigmatullin
|
b6629ce10e
|
bump cpp_build version
|
2022-08-20 21:08:43 +02:00 |
|
Sylvestre Ledru
|
928fe73b65
|
Merge pull request #3854 from niyaznigmatullin/remove_unix_socket_dependency
Remove deprecated `unix_socket` dependency
|
2022-08-20 21:06:57 +02:00 |
|
Sylvestre Ledru
|
a07dba9b27
|
Merge pull request #3857 from niyaznigmatullin/fix_chcon_fail
Fix GNU `tests/misc/chcon-fail.sh` test
|
2022-08-20 20:55:02 +02:00 |
|
Niyaz Nigmatullin
|
503e71bb51
|
gnu-tests/chcon_fail: fix test
|
2022-08-20 19:06:19 +03:00 |
|
Terts Diepraam
|
d900b9abd6
|
Merge pull request #3852 from sssemil/patch-1
README: fix a typo
|
2022-08-20 16:45:10 +02:00 |
|
Niyaz Nigmatullin
|
4afbbf206f
|
remove duplicate checking of cfg-if
|
2022-08-20 17:03:28 +03:00 |
|
Niyaz Nigmatullin
|
306272bf60
|
unix_sockets is deprecated, use std::os::unix::net instead
|
2022-08-20 17:02:29 +03:00 |
|
Terts Diepraam
|
5b6cd6146b
|
Merge pull request #3851 from tertsdiepraam/version-0.0.15
Version 0.0.15
|
2022-08-20 15:17:11 +02:00 |
|
Terts Diepraam
|
105b0db251
|
rmdir, split: add fs feature to uucore dep
|
2022-08-20 15:13:18 +02:00 |
|
Stefin
|
9ffb00cd51
|
rm: added write-protected check for files
Signed-off-by: Stefin <stefin@pm.me>
|
2022-08-20 18:38:10 +05:30 |
|
Emil Suleymanov
|
3d23eafc93
|
README: fix a typo
|
2022-08-20 15:03:43 +02:00 |
|
Terts Diepraam
|
26b7099f83
|
Merge pull request #3180 from tertsdiepraam/long_help_file
Create `help_section` macro and use it for `numfmt`
|
2022-08-20 13:45:54 +02:00 |
|
Terts Diepraam
|
0edf0d91f9
|
deny: remove crates that no longer need to be duplicated
|
2022-08-20 13:30:34 +02:00 |
|
Terts Diepraam
|
a28dd25cb3
|
all: fix spelling errors
|
2022-08-20 13:24:06 +02:00 |
|
Terts Diepraam
|
15180249fc
|
Version 0.0.15
|
2022-08-20 13:13:22 +02:00 |
|
Sylvestre Ledru
|
2130b3ef69
|
Fix bad merge
|
2022-08-20 12:37:52 +02:00 |
|
Terts Diepraam
|
0f12806b5c
|
util: add ls dependency update to {dir, vdir}
|
2022-08-20 12:27:18 +02:00 |
|
Terts Diepraam
|
5422d931ab
|
util: simplify update-version.sh
Now that the versions of the utils, uucore and uucore_procs are synced, we can use the same variables for all updates
|
2022-08-20 12:14:14 +02:00 |
|
Sylvestre Ledru
|
71e51d120a
|
Merge branch 'main' into long_help_file
|
2022-08-20 11:58:37 +02:00 |
|
Sylvestre Ledru
|
5694de7a68
|
Merge pull request #3850 from cakebaker/clap_replace_deprecated_value_of_os
Replace deprecated value_of_os() with get_one()
|
2022-08-20 11:50:22 +02:00 |
|
Terts Diepraam
|
2fcd251351
|
Merge pull request #3849 from sylvestre/doc-update
all programs have been implemented, update of the README
|
2022-08-20 11:49:01 +02:00 |
|
Daniel Hofstetter
|
3c6400317a
|
Replace deprecated value_of_os() with get_one()
|
2022-08-20 10:29:41 +02:00 |
|
Sylvestre Ledru
|
f80f54aa87
|
all programs have been implemented, update of the README
|
2022-08-20 10:19:11 +02:00 |
|
Sylvestre Ledru
|
8786bb6541
|
Merge pull request #3672 from tertsdiepraam/stty
Initial implementation of `stty`
|
2022-08-20 09:34:08 +02:00 |
|
Sylvestre Ledru
|
e9eb962f50
|
Merge pull request #3848 from cakebaker/clap_replace_deprecated_values_of_os
Replace deprecated values_of_os() with get_many()
|
2022-08-20 09:30:55 +02:00 |
|
Daniel Hofstetter
|
62b1b7cfb2
|
Replace deprecated values_of_os() with get_many()
|
2022-08-20 08:19:11 +02:00 |
|
Terts Diepraam
|
afda6be8c7
|
Update clap from 3.2.15 to 3.2.17
|
2022-08-20 01:02:53 +02:00 |
|
Sylvestre Ledru
|
aef96083d7
|
Merge pull request #3833 from uutils/dependabot/cargo/libc-0.2.132
build(deps): bump libc from 0.2.131 to 0.2.132
|
2022-08-19 19:09:26 +02:00 |
|
Sylvestre Ledru
|
5d148bbb9f
|
Merge pull request #3843 from uutils/dependabot/cargo/lscolors-0.12.0
build(deps): bump lscolors from 0.11.1 to 0.12.0
|
2022-08-19 19:09:03 +02:00 |
|
Sylvestre Ledru
|
fe93c8906e
|
Merge pull request #3847 from tertsdiepraam/remove-examples-folder
maintenance: remove redundant examples folder
|
2022-08-19 18:02:07 +02:00 |
|