summaryrefslogtreecommitdiffstats
path: root/util/readline.c
Commit message (Expand)AuthorAgeFilesLines
* readline: Fix possible array index out of bounds in readline_hist_add()Alex Chen2021-01-041-0/+3
* qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster2019-06-111-1/+1
* util/readline: Add braces to fix checkpatch errorsJules Irenge2019-05-101-17/+33
* util: readline: replace tab indent by four spaces to fix checkpatch errorsJules Irenge2019-05-101-49/+49
* util/readline: add a space to fix errors by checkpatch toolJules Irenge2019-05-101-17/+17
* readline: don't free completions in readline_free()Greg Kurz2018-02-051-3/+0Star
* readline: add a free functionMarc-André Lureau2018-01-161-1/+17
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* util: Clean up includesPeter Maydell2016-02-041-0/+1
* readline: Clear screen on form feed.Hani Benhabiles2014-06-111-0/+9
* readline: Make completion strings always uniqueHani Benhabiles2014-06-111-0/+6
* readline: Sort completions before printing them.Hani Benhabiles2014-05-071-0/+7
* readline: use g_strndup instead of open-coding itMichael Tokarev2014-05-071-3/+1Star
* readline: move readline to a generic locationStefan Hajnoczi2014-01-221-0/+495