COMMITS
/ util/readline.c January 24, 2023
M
readline: Extract readline_add_completion_of() from monitor
Markus Armbruster committed
December 3, 2020
A
readline: Fix possible array index out of bounds in readline_hist_add()
Alex Chen committed
May 23, 2019
M
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster committed
March 30, 2019
J
util/readline: Add braces to fix checkpatch errors
Jules Irenge committed
April 1, 2019
J
util: readline: replace tab indent by four spaces to fix checkpatch errors
Jules Irenge committed
J
util/readline: add a space to fix errors by checkpatch tool
Jules Irenge committed
January 18, 2018
G
readline: don't free completions in readline_free()
Greg Kurz committed
January 4, 2018
M
readline: add a free function
Marc-André Lureau committed
March 20, 2016
V
util: move declarations out of qemu-common.h
Veronia Bahaa committed
January 29, 2016
P
util: Clean up includes
Peter Maydell committed
June 1, 2014
H
readline: Clear screen on form feed.
Hani Benhabiles committed
May 27, 2014
H
readline: Make completion strings always unique
Hani Benhabiles committed
May 1, 2014
H
readline: Sort completions before printing them.
Hani Benhabiles committed
May 5, 2014
M
readline: use g_strndup instead of open-coding it
Michael Tokarev committed
November 14, 2013
S
readline: move readline to a generic location
Stefan Hajnoczi committed