- 05 Jan, 2021 1 commit
-
-
Jeremy Soller authored
Fixes, tests, and enhancements for grep (part 1) See merge request !53
-
- 31 Dec, 2020 2 commits
-
-
Chad Williamson authored
-
Chad Williamson authored
-
- 30 Dec, 2020 3 commits
-
-
Chad Williamson authored
This doesn't do a lot for us here, but there are a lot more options in even the most minimal of major grep implementations, so it makes sense to switch over now before making things more complicated. One thing we do get from this is combined short-form options (yay!).
-
Chad Williamson authored
-
Chad Williamson authored
-
- 27 Dec, 2020 5 commits
-
-
Chad Williamson authored
-
Chad Williamson authored
-
Chad Williamson authored
-
Chad Williamson authored
This encompasses a few things: 1. Return 0 if there were matches and no errors (includes --help). 2. Return 1 if there were no matches (useful in scripts). 3. Return >1 if there were any errors, but wait to do so until all files have been processed (useful when globbing over a busy directory, for example).
-
Chad Williamson authored
-
- 02 Sep, 2020 3 commits
-
-
Jeremy Soller authored
Support for math functions See merge request !52
-
Santiago Morales authored
-
Santiago Morales authored
-
- 27 Aug, 2020 1 commit
-
-
Jeremy Soller authored
Cleanup and modernization See merge request !51
-
- 21 Aug, 2020 1 commit
-
-
James Graves authored
-
- 11 Aug, 2020 9 commits
-
-
James Graves authored
-
James Graves authored
-
James Graves authored
-
James Graves authored
-
James Graves authored
-
James Graves authored
-
James Graves authored
-
James Graves authored
-
James Graves authored
-
- 10 Aug, 2020 3 commits
-
-
James Graves authored
-
James Graves authored
This does not call the closure on the success case.
-
James Graves authored
Also ignore a couple clippy warnings.
-
- 09 Aug, 2020 5 commits
-
-
James Graves authored
-
James Graves authored
Clippy suggested fixes, including number constant formatting. Print out error on uptime parse problem. Line up columns for right-side items, reducing repeated string constants. Use print!() and println!().
-
James Graves authored
-
James Graves authored
-
James Graves authored
-
- 07 Aug, 2020 1 commit
-
-
James Graves authored
-
- 06 Aug, 2020 3 commits
-
-
James Graves authored
Replace instances of stdout.write(...).unwrap() and similar with println!(). Ditto for stderr and eprintln!().
-
James Graves authored
-
James Graves authored
Update for current Rust. Simplify logic, fix iteration over `String`.
-
- 02 Aug, 2020 1 commit
-
-
Jeremy Soller authored
-
- 01 Aug, 2020 1 commit
-
-
Jeremy Soller authored
Warnings and cleanup - 2nd try See merge request !49
-
- 30 Jul, 2020 1 commit
-
-
James Graves authored
-