summaryrefslogtreecommitdiffstats
path: root/lib/stringlist.c
Commit message (Collapse)AuthorAgeFilesLines
* stringlist: Fix printing on smaller consolesSascha Hauer2009-10-151-3/+4
| | | | | | | Do not add additional space between strings, we already did this by adding 4 to the string length. Signed-off-by: Sascha Hauer <sha@pengutronix.de>
* add stringlist function. They can be used to build a listSascha Hauer2008-03-111-0/+45
of strings. For now mainly useful to print the resulting list in columns which is used in tab completion and ls.