2023-10-21 20:13 | update per upstream; various fixes | Byron Torres | 6 | +22 | -17 |
2023-08-31 13:22 | all: fixes for upstream Hare updates | Drew DeVault | 5 | +10 | -10 |
2023-08-10 05:48 | Update for stdlib changes | Byron Torres | 5 | +15 | -15 |
2023-06-12 01:52 | main: add usage() | Byron Torres | 9 | +52 | -46 |
2023-06-12 01:52 | uniq: fix config initialization | Byron Torres | 1 | +5 | -3 |
2023-06-03 06:23 | yes: new command | Dmitry Matveyev | 1 | +23 | -0 |
2023-03-06 12:55 | ls: new command | iamthenoname | 3 | +401 | -0 |
2023-02-10 18:24 | nl: update for regex::find | Byron Torres | 1 | +2 | -3 |
2022-12-09 23:56 | Update for strings::fromutf8, os::exec::setenv | Byron Torres | 3 | +14 | -3 |
2022-07-23 08:18 | Use fatalf() instead of fatal() for formatted error output | noname | 5 | +6 | -6 |
2022-05-16 03:47 | nl: update for regex changes | Byron Torres | 1 | +5 | -7 |
2022-05-09 03:25 | main: update fmt::fatal usage | Cormac Stephenson | 1 | +3 | -3 |
2022-04-28 22:00 | nl: improve output consistency and UTF8 handling | Byron Torres | 1 | +34 | -21 |
2022-04-28 22:00 | nl: perform arg check earlier | Byron Torres | 1 | +4 | -4 |
2022-04-28 22:00 | nl: implement regex line matching | Byron Torres | 1 | +103 | -41 |
2022-04-28 22:00 | nl: use strings::try_fromutf8 | Byron Torres | 1 | +8 | -1 |
2022-04-28 22:00 | Revert "nl: fix invalid error propagation" | Byron Torres | 1 | +7 | -7 |
2022-04-25 21:31 | uniq: new command | Alex McGrath | 3 | +162 | -0 |
2022-04-26 22:13 | io::close can error | Sebastian | 5 | +17 | -7 |
2022-03-11 23:44 | Makefile: fix targets | Sebastian | 1 | +9 | -5 |
2022-04-18 00:11 | nl: propagate errors in println | Sebastian | 1 | +4 | -4 |
2022-04-14 12:47 | nl: fix invalid error propagation | Drew DeVault | 1 | +7 | -7 |
2022-03-11 23:44 | basename: use strings::trimsuffix | Sebastian | 1 | +2 | -6 |
2022-03-16 08:39 | pwd: use os::realpath | Drew DeVault | 1 | +4 | -39 |
2022-03-04 11:27 | rm: new utility | Drew DeVault | 3 | +72 | -1 |
2022-03-04 11:09 | main: correct error type in utilmain prototype | Drew DeVault | 1 | +1 | -1 |
2022-02-11 13:31 | cat: fix - and -u | Drew DeVault | 1 | +17 | -8 |
2022-01-08 16:35 | pwd: use const where appropriate | Drew DeVault | 1 | +2 | -2 |
2022-01-08 13:02 | pwd: further improvements | Drew DeVault | 1 | +4 | -5 |
2022-01-08 10:22 | pwd: rewrite resolvelinks | Drew DeVault | 1 | +10 | -27 |
2022-01-07 12:17 | pwd: add TODO comment | Drew DeVault | 1 | +1 | -0 |
2022-01-07 12:05 | pwd: implement -P flag | Drew DeVault | 1 | +61 | -4 |
2022-01-06 14:36 | pwd: new command | Drew DeVault | 3 | +42 | -0 |
2022-01-02 14:23 | Updates per bufio changes | Drew DeVault | 2 | +3 | -4 |
2022-01-02 13:08 | wc: update strio usage | Drew DeVault | 1 | +6 | -6 |
2021-12-26 09:10 | wc: new utility | Drew DeVault | 3 | +152 | -1 |
2021-12-25 14:01 | env: new command | Drew DeVault | 4 | +71 | -1 |
2021-12-08 17:57 | nl: improve error messages | Byron Torres | 1 | +17 | -13 |
2021-12-08 17:03 | Update for new match binding 'case let' syntax | Byron Torres | 6 | +21 | -21 |
2021-11-25 03:30 | Update for io::handle and strings::hassuffix | Byron Torres | 5 | +10 | -9 |
2021-10-05 21:31 | basename, dirname: use cmd.args | Evan Johnston | 2 | +11 | -9 |
2021-09-30 01:42 | basename, dirname: new commands | Eyal Sawady | 4 | +55 | -0 |
2021-09-27 15:06 | .gitignore: add sleep | Byron Torres | 1 | +1 | -0 |
2021-09-25 22:13 | Update for case statements | Byron Torres | 7 | +183 | -122 |
2021-09-15 07:45 | sleep: new command | Byron Torres | 2 | +32 | -0 |
2021-09-13 13:49 | nl: impl all options, paging, and parametric mods | Byron Torres | 1 | +177 | -43 |
2021-09-09 17:02 | cat: use main::error | Eyal Sawady | 1 | +1 | -1 |
2021-09-09 17:02 | Update for yield and io::file | Eyal Sawady | 4 | +12 | -12 |
2021-08-20 10:16 | nl: new command | Byron Torres | 3 | +115 | -2 |
2021-08-20 17:13 | Makefile: add HAREFLAGS | Drew DeVault | 1 | +2 | -1 |
2021-07-08 19:07 | Add README.md | Drew DeVault | 1 | +3 | -0 |
2021-07-08 19:04 | head: don't double-buffer stdin | Drew DeVault | 1 | +3 | -4 |
2021-07-08 19:00 | head: new command | Drew DeVault | 4 | +61 | -1 |
2021-07-08 18:47 | uname: new command | Drew DeVault | 3 | +61 | -1 |
2021-07-08 18:19 | tee: new command | Drew DeVault | 4 | +55 | -1 |
2021-07-08 17:04 | Streamline makefile | Drew DeVault | 5 | +17 | -18 |
2021-07-08 16:38 | true, false: new commands | Drew DeVault | 3 | +16 | -1 |
2021-07-08 16:35 | Makefile: add 'clean' target | Drew DeVault | 1 | +5 | -0 |
2021-07-08 16:31 | Initial commit | Drew DeVault | 5 | +725 | -0 |