aboutsummaryrefslogtreecommitdiff
path: root/util/readline.c
AgeCommit message (Expand)Author
2019-06-11qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster
2019-05-10util/readline: Add braces to fix checkpatch errorsJules Irenge
2019-05-10util: readline: replace tab indent by four spaces to fix checkpatch errorsJules Irenge
2019-05-10util/readline: add a space to fix errors by checkpatch toolJules Irenge
2018-02-05readline: don't free completions in readline_free()Greg Kurz
2018-01-16readline: add a free functionMarc-André Lureau
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-02-04util: Clean up includesPeter Maydell
2014-06-11readline: Clear screen on form feed.Hani Benhabiles
2014-06-11readline: Make completion strings always uniqueHani Benhabiles
2014-05-07readline: Sort completions before printing them.Hani Benhabiles
2014-05-07readline: use g_strndup instead of open-coding itMichael Tokarev
2014-01-22readline: move readline to a generic locationStefan Hajnoczi