aboutsummaryrefslogtreecommitdiff
path: root/util/readline.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-04readline: Extract readline_add_completion_of() from monitorMarkus Armbruster1-0/+8
2021-01-04readline: Fix possible array index out of bounds in readline_hist_add()Alex Chen1-0/+3
2019-06-11qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster1-1/+1
2019-05-10util/readline: Add braces to fix checkpatch errorsJules Irenge1-17/+33
2019-05-10util: readline: replace tab indent by four spaces to fix checkpatch errorsJules Irenge1-49/+49
2019-05-10util/readline: add a space to fix errors by checkpatch toolJules Irenge1-17/+17
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