aboutsummaryrefslogtreecommitdiff
path: root/trans/mtab.c
Commit message (Collapse)AuthorAgeFilesLines
* trans: add mtab translatorJustus Winter2013-09-151-0/+800
The mtab translator provides an mtab file that is dynamically created on demand. It is populated with information about active translators bound below the given path that is accumulated by traversing the translator tree. It can also be invoked as normal program that prints the requested information to stdout. * trans/mtab.c: New file. * trans/Makefile: Build mtab.