summaryrefslogtreecommitdiff
path: root/util/readline.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-05readline: don't free completions in readline_free()Greg Kurz1-3/+0
2018-01-16readline: add a free functionMarc-André Lureau1-1/+17
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-02-04util: Clean up includesPeter Maydell1-0/+1
2014-06-11readline: Clear screen on form feed.Hani Benhabiles1-0/+9
2014-06-11readline: Make completion strings always uniqueHani Benhabiles1-0/+6
2014-05-07readline: Sort completions before printing them.Hani Benhabiles1-0/+7
2014-05-07readline: use g_strndup instead of open-coding itMichael Tokarev1-3/+1
2014-01-22readline: move readline to a generic locationStefan Hajnoczi1-0/+495