Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 78 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ libc = "0.2"
regex = "1.10"
gettext-rs = { path = "./gettext-rs" }
errno = "0.3"
chrono-tz = "0.10.0"
chrono-tz = "0.10"

[workspace.lints]

18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,10 @@ Because it is a FAQ, the major differences between this project and uutils are:
- [x] join
- [x] link
- [x] ls
- [x] make
- [x] m4
- [x] make
- [x] mkdir
- [x] more
- [x] mv
- [x] nl
- [x] nm (Development)
Expand All @@ -97,6 +98,8 @@ Because it is a FAQ, the major differences between this project and uutils are:
- [x] realpath
- [x] rm
- [x] rmdir
- [x] sed
- [x] sh
- [x] sort
- [x] split
- [x] strings
Expand All @@ -118,6 +121,7 @@ Because it is a FAQ, the major differences between this project and uutils are:

## Stage 2 - Feature-complete and POSIX compliant

- [x] batch (cron cat.)
- [x] cat
- [x] chgrp
- [x] chmod
Expand Down Expand Up @@ -170,7 +174,6 @@ Because it is a FAQ, the major differences between this project and uutils are:

### Cron category
- [ ] at (cron cat.)
- [ ] batch (cron cat.)
- [ ] crontab (cron cat.)

### Development category
Expand All @@ -194,11 +197,11 @@ Because it is a FAQ, the major differences between this project and uutils are:

### i18n category
- [ ] gettext (i18n)
- [ ] locale (i18n) -- status: in progress
- [ ] locale (i18n)
- [ ] localedef (i18n)
- [ ] msgfmt (i18n)
- [ ] ngettext (i18n)
- [ ] xgettext (i18n) -- status: in progress
- [ ] xgettext (i18n)

### UUCP category
- [ ] uucp (UUCP)
Expand All @@ -213,12 +216,9 @@ Because it is a FAQ, the major differences between this project and uutils are:
### Misc. category
- [ ] lp
- [ ] mailx
- [ ] man (status: in progress)
- [ ] more
- [ ] patch (status: in progress)
- [ ] man
- [ ] patch
- [ ] pax
- [ ] sed
- [ ] sh (status: in progress)

## Installation

Expand Down