aboutsummaryrefslogtreecommitdiffhomepage
path: root/util/hex-escape.c
Commit message (Collapse)AuthorAge
* hex-escape: remove unused variable default_buf_sizeGravatar Jani Nikula2014-10-05
| | | | | | | | | | | Found by clang: CC -O2 util/hex-escape.o util/hex-escape.c:28:21: warning: unused variable 'default_buf_size' [-Wunused-const-variable] static const size_t default_buf_size = 1024; ^ 1 warning generated.
* hex-escape: (en|de)code strings to/from restricted character setGravatar David Bremner2012-12-02
The character set is chosen to be suitable for pathnames, and the same as that used by contrib/nmbug [With additions by Jani Nikula]