(BWDIC!) Redefine all CODECS, add `shcodec', change `addrcodec'..
commitf3404bc152e8dc8e7714787024fa6ea5672a0ea6
authorSteffen (Daode) Nurpmeso <steffen@sdaoden.eu>
Tue, 21 Feb 2017 19:01:43 +0000 (21 20:01 +0100)
committerSteffen (Daode) Nurpmeso <steffen@sdaoden.eu>
Thu, 13 Apr 2017 21:06:53 +0000 (13 23:06 +0200)
tree70109cfddce46f99a9c33e31ada7848b5eda8e8c
parent5ce2b406c1822b0508739e803bff68c014156b07
(BWDIC!) Redefine all CODECS, add `shcodec', change `addrcodec'..

The thing about codecs is that a user shall be enabled to feed in
data and get back the encoded and/or decoded variant of that data
according to whatever the codec is about.

Whereas we now have shell-quoting and could tell the user that the
input needs to be a valid shell-input string, that mechanism (1)
requires the knowledge that the `shcodec' is about to provide,
i.e., the user has to know about it from the very start, and (2)
i really think that "codec"s are at times a very difficult thing,
and it is much better if the user simply types in exactly what is
desired, and the codecs simply makes the best of it!

So redefine codecs, and use TYPE_RAWDAT input for all of them.
cc-test.sh
cmd_tab.h
head.c
nail.1
nailfuns.h
nam_a_grp.c
shexp.c
urlcrecry.c