[hackers] [sbase] Add a conformance table in the README || sin
 
commit dfd0e6e77da59d3e78e89ad6068f4416ca56d8c8
Author: sin <sin_AT_2f30.org>
Date:   Thu Nov 13 14:52:41 2014 +0000
    Add a conformance table in the README
    
    We should investigate the current state of the tools one by one
    and mark out those that are complete and POSIX conformant.
diff --git a/README b/README
index 730d599..833d458 100644
--- a/README
+++ b/README
_AT_@ -6,82 +6,162 @@ across UNIX and UNIX-like systems.
 
 The following programs are currently implemented:
 
-basename
-cal
-cat
-chgrp
-chmod
-chown
-chroot
-cksum
-cmp
-col
-cols
-comm
-cp
-csplit
-cut
-date
-dirname
-du
-echo
-env
-expand
-expr
-false
-fold
-grep
-head
-hostname
-kill
-link
-ln
-logname
-ls
-md5sum
-mkdir
-mkfifo
-mktemp
-mv
-nice
-nl
-nohup
-paste
-printenv
-printf
-pwd
-readlink
-renice
-rm
-rmdir
-sleep
-setsid
-sort
-split
-sponge
-strings
-sync
-tail
-tar
-tee
-test
-touch
-tr
-true
-tty
-uudecode
-uuencode
-uname
-unexpand
-uniq
-unlink
-seq
-sha1sum
-sha256sum
-sha512sum
-wc
-xargs
-yes
++---------+-----------+--------+
+|UTILITY  |POSIX      |FEATURES|
+|         |CONFORMANCE|MISSING |
++---------+-----------+--------+
+|basename |           |        |
++---------+-----------+--------+
+|cal      |           |        |
++---------+-----------+--------+
+|cat      |           |        |
++---------+-----------+--------+
+|chgrp    |           |        |
++---------+-----------+--------+
+|chmod    |           |        |
++---------+-----------+--------+
+|chown    |           |        |
++---------+-----------+--------+
+|chroot   |           |        |
++---------+-----------+--------+
+|cksum    |           |        |
++---------+-----------+--------+
+|cmp      |           |        |
++---------+-----------+--------+
+|col      |           |        |
++---------+-----------+--------+
+|cols     |           |        |
++---------+-----------+--------+
+|comm     |           |        |
++---------+-----------+--------+
+|cp       |           |        |
++---------+-----------+--------+
+|csplit   |           |        |
++---------+-----------+--------+
+|cut      |           |        |
++---------+-----------+--------+
+|date     |           |        |
++---------+-----------+--------+
+|dirname  |           |        |
++---------+-----------+--------+
+|du       |           |        |
++---------+-----------+--------+
+|echo     |           |        |
++---------+-----------+--------+
+|env      |           |        |
++---------+-----------+--------+
+|expand   |           |        |
++---------+-----------+--------+
+|expr     |           |        |
++---------+-----------+--------+
+|false    |           |        |
++---------+-----------+--------+
+|fold     |           |        |
++---------+-----------+--------+
+|grep     |           |        |
++---------+-----------+--------+
+|head     |           |        |
++---------+-----------+--------+
+|hostname |           |        |
++---------+-----------+--------+
+|kill     |           |        |
++---------+-----------+--------+
+|link     |           |        |
++---------+-----------+--------+
+|ln       |           |        |
++---------+-----------+--------+
+|logname  |           |        |
++---------+-----------+--------+
+|ls       |           |        |
++---------+-----------+--------+
+|md5sum   |           |        |
++---------+-----------+--------+
+|mkdir    |           |        |
++---------+-----------+--------+
+|mkfifo   |           |        |
++---------+-----------+--------+
+|mktemp   |           |        |
++---------+-----------+--------+
+|mv       |           |        |
++---------+-----------+--------+
+|nice     |           |        |
++---------+-----------+--------+
+|nl       |           |        |
++---------+-----------+--------+
+|nohup    |           |        |
++---------+-----------+--------+
+|paste    |           |        |
++---------+-----------+--------+
+|printenv |           |        |
++---------+-----------+--------+
+|printf   |           |        |
++---------+-----------+--------+
+|pwd      |           |        |
++---------+-----------+--------+
+|readlink |           |        |
++---------+-----------+--------+
+|renice   |           |        |
++---------+-----------+--------+
+|rm       |           |        |
++---------+-----------+--------+
+|rmdir    |           |        |
++---------+-----------+--------+
+|sleep    |           |        |
++---------+-----------+--------+
+|setsid   |           |        |
++---------+-----------+--------+
+|sort     |           |        |
++---------+-----------+--------+
+|split    |           |        |
++---------+-----------+--------+
+|sponge   |           |        |
++---------+-----------+--------+
+|strings  |           |        |
++---------+-----------+--------+
+|sync     |           |        |
++---------+-----------+--------+
+|tail     |           |        |
++---------+-----------+--------+
+|tar      |           |        |
++---------+-----------+--------+
+|tee      |           |        |
++---------+-----------+--------+
+|test     |           |        |
++---------+-----------+--------+
+|touch    |           |        |
++---------+-----------+--------+
+|tr       |           |        |
++---------+-----------+--------+
+|true     |           |        |
++---------+-----------+--------+
+|tty      |           |        |
++---------+-----------+--------+
+|uudecode |           |        |
++---------+-----------+--------+
+|uuencode |           |        |
++---------+-----------+--------+
+|uname    |           |        |
++---------+-----------+--------+
+|unexpand |           |        |
++---------+-----------+--------+
+|uniq     |           |        |
++---------+-----------+--------+
+|unlink   |           |        |
++---------+-----------+--------+
+|seq      |           |        |
++---------+-----------+--------+
+|sha1sum  |           |        |
++---------+-----------+--------+
+|sha256sum|           |        |
++---------+-----------+--------+
+|sha512sum|           |        |
++---------+-----------+--------+
+|wc       |           |        |
++---------+-----------+--------+
+|xargs    |           |        |
++---------+-----------+--------+
+|yes      |           |        |
++---------+-----------+--------+
 
 The  complement of  sbase  is  ubase[1] which  is  Linux-specific  and
 provides all  the non-portable tools.   Together they are  intended to
Received on Thu Nov 13 2014 - 15:59:47 CET
This archive was generated by hypermail 2.3.0
: Thu Nov 13 2014 - 16:00:20 CET