Jan Scheer
8739139a7f
Merge branch 'master' into issue2147
2021-05-02 12:35:19 +02:00
Jan Scheer
34c22dc3ad
tr: fix complement if set2 is range
2021-05-02 12:15:16 +02:00
Sylvestre Ledru
9554710ab5
cat: the function 'unistd::write' doesn't need a mutable reference
2021-05-02 10:31:28 +02:00
Sylvestre Ledru
09178360d8
date: unneeded 'return' statement
2021-05-02 10:30:28 +02:00
Sylvestre Ledru
108f9928ef
cp: fix 'variable does not need to be mutable'
2021-05-02 09:39:09 +02:00
Sylvestre Ledru
e723b8db43
factor: unneeded statement
2021-05-02 09:35:59 +02:00
Sylvestre Ledru
5e82b195bd
ls: remove redundant import
2021-05-02 09:35:00 +02:00
Sylvestre Ledru
2d0f4daf5b
Merge pull request #2152 from deantvv/link-clap
...
link: replace getopts with clap
2021-05-02 09:33:11 +02:00
Dean Li
f5c7d9bd80
link: replace getopts with clap
2021-05-02 10:40:48 +08:00
Daniel Rocco
3c126bad72
test: implement parenthesized expressions, additional tests
...
- Replace the parser with a recursive descent implementation that handles
parentheses and produces a stack of operations in postfix order.
Parsing now operates directly on OsStrings passed by the uucore framework.
- Replace the dispatch mechanism with a stack machine operating on the
symbol stack produced by the parser.
- Add tests for parenthesized expressions.
- Begin testing character encoding handling.
2021-05-01 22:40:47 -04:00
Sylvestre Ledru
7e07438b38
Merge pull request #2151 from jfinkels/2141-translate-and-squeeze
...
tr: implement translate and squeeze (-s) mode
2021-05-01 23:27:43 +02:00
Ricardo Iglesias
193ad56c2a
Removed clippy warnings.
2021-05-01 11:36:46 -07:00
Ricardo Iglesias
f307de22d0
base64: Refactor argument parsing
...
Moved most of the argument parsing logic to `base32/base_common.rs` to
allow for significant code reuse.
2021-05-01 11:36:46 -07:00
Ricardo Iglesias
05b20c32a9
base64: Moved argument parsing to clap.
...
Moved argument parsing to clap and added tests to cover using "-" as
stdin, passing in too many file arguments, and updated the "wrap" error
message in the tests.
2021-05-01 11:36:46 -07:00
Jeffrey Finkelstein
5674d09327
fixup! tr: implement translate and squeeze (-s) mode
2021-05-01 13:01:55 -04:00
Jan Scheer
83eb704415
Merge branch 'master' into issue2147
2021-05-01 18:52:35 +02:00
Jan Scheer
117e84eed3
tr: implement complement separately from delete or squeeze ( #2147 )
2021-05-01 18:46:13 +02:00
Sylvestre Ledru
bffcb431b5
Merge pull request #2148 from jhscheer/pinky2clap
...
pinky: move from getopts to clap (#2123 )
2021-05-01 17:49:10 +02:00
Sylvestre Ledru
34bf7cc5ea
Merge pull request #2150 from jhscheer/fix_clap_short
...
tr/dirname: fix clap short_alias
2021-05-01 17:39:15 +02:00
Sylvestre Ledru
d2913f8080
rustfmt the recent change
2021-05-01 13:12:10 +02:00
Sylvestre Ledru
59ea28628b
printf: remove useless declaration
2021-05-01 13:11:41 +02:00
Jeffrey Finkelstein
0f3bc23739
tr: implement translate and squeeze (-s) mode
...
Add translate and squeeze mode to the `tr` program. For example:
$ printf xx | tr -s x y
y
Fixes #2141 .
2021-04-30 18:17:05 -04:00
Jan Scheer
798a033311
pinky: move from getopts to clap ( #2123 )
2021-04-30 20:57:38 +02:00
Jan Scheer
45dd9d4e96
tr/dirname: fix clap short_alias
2021-04-30 20:19:43 +02:00
Terts Diepraam
d300895d28
ls: add birth time for windows and attampt to fix test
2021-04-29 22:23:04 +02:00
nicoo
b89978a4c9
factor: Add annotations for coz, the causal profiler ( #2142 )
...
* factor: Add annotations for coz, the causal profiler
* Update Cargo.lock
Generated with `nix-shell -p rustup --run 'cargo +1.40.0 update'`
2021-04-29 15:56:56 +02:00
Rein F
a60fd07bc3
ls: improvements on time handling ( #1986 )
...
* ls: added creation time
* ls: Added most time features
Missing support for posix-,Format+, translating via locales. Also required more tests
* ls: rustfmt
* ls: Additional changes and fixes
Fixed the argument order, fixed a wrong iso format.
* ls: additional tests for styles
* ls: perfected arg parsing on time styles
* fix birthime test
* ls: Use 'stdout_str' in new tests
* ls: Disabled birthtime test for windows
* ls: removed indoc as a dependency
* ls: birthime test, sync first created file
* ls: birthime test, add comment explaining sync
* Removed ruby testfile birth_test.rb
This accidentally got commited in a merge
2021-04-28 20:54:27 +02:00
Sylvestre Ledru
167520067c
Merge pull request #2111 from cbjadwani/cut_optimizations
...
cut: optimizations
2021-04-28 20:40:28 +02:00
Chirag Jadwani
25f99097cc
cut: add BENCHMARKING.md
...
and minor refactoring
2021-04-28 23:28:26 +05:30
Sylvestre Ledru
a37e3181a2
Merge pull request #2130 from electricboogie/master
...
sort: implement --buffer-size and --temporary-directory (external sort)
2021-04-28 09:21:14 +02:00
Sylvestre Ledru
33139817a2
Merge pull request #2136 from jaggededgedjustice/allow-truncate-size-and-reference
...
Allow truncate to take --size and --reference
2021-04-27 22:43:25 +02:00
electricboogie
ec19bb72d5
Modified to remove 2 unnecessary consts now that we use std::env::temp_dir
2021-04-27 15:39:20 -05:00
Sylvestre Ledru
30cf6ec235
Merge pull request #2131 from ricardoaiglesias/base32-clap
...
Base32 clap
2021-04-27 09:20:45 +02:00
Ricardo Iglesias
ae0cabc60a
Moved argument parsing to uumain.
2021-04-26 20:15:11 -07:00
Sylvestre Ledru
7a3b44d972
Merge pull request #2133 from tertsdiepraam/ls/fix_color_grid_alignment
...
`ls`: fix grid alignment with `--color`
2021-04-26 22:51:21 +02:00
Sylvestre Ledru
ece5e14b0d
fix a typo
2021-04-26 22:51:02 +02:00
James Robson
a7037b1ca9
Allow truncate to take --size and --reference
2021-04-26 18:39:32 +01:00
Terts Diepraam
35838dc8a9
ls: document hyperfine script
2021-04-26 18:36:15 +02:00
Terts Diepraam
4023e40174
ls: further reduce OsStr -> String conversions
2021-04-26 18:03:56 +02:00
Ricardo Iglesias
11d0565f0e
base32: Moved clap argument parsing to base32.rs
...
Now, all base_common.rs has is the handle_input function.
2021-04-26 08:22:41 -07:00
Ricardo Iglesias
d56462a4b3
base32: Fixed style violations. Added tests
...
Tests now cover using "-" as standard input and reading from a file.
2021-04-26 08:00:55 -07:00
electricboogie
f3ed5a100f
Possible fix to Windows issues, ext_sort bool setting
2021-04-26 08:54:40 -05:00
Terts Diepraam
c69b72c840
ls: forgot to commit Cargo.{toml, lock}
2021-04-26 15:04:55 +02:00
Terts Diepraam
58fd61b3e8
ls: fix grid alignment for unicode
2021-04-26 15:00:39 +02:00
Terts Diepraam
cfc11b47a5
ls: fix grid alignment with --color
2021-04-26 14:41:41 +02:00
Terts Diepraam
e4c0069493
ls: remove path strip
2021-04-26 09:53:13 +02:00
Terts Diepraam
322478d9a2
ls: document flamegraph
2021-04-26 09:37:47 +02:00
Sylvestre Ledru
7dcc8c2960
Merge pull request #1968 from alstolten/feat2
...
ls: Implements extension sorting
2021-04-26 09:03:06 +02:00
Ricardo Iglesias
99c13f202e
Merge branch 'master' of github.com:uutils/coreutils into base32-clap
2021-04-25 22:36:26 -07:00
Ricardo Iglesias
5578ba6eed
base32: move from getopts to clap
...
Note, I needed to change the error messages in one of the tests because
getopt and clap have different error messages when not providing a
default value
2021-04-25 22:24:55 -07:00