index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
readline.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-04
readline: Fix possible array index out of bounds in readline_hist_add()
Alex Chen
1
-0
/
+3
2019-06-11
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster
1
-1
/
+1
2019-05-10
util/readline: Add braces to fix checkpatch errors
Jules Irenge
1
-17
/
+33
2019-05-10
util: readline: replace tab indent by four spaces to fix checkpatch errors
Jules Irenge
1
-49
/
+49
2019-05-10
util/readline: add a space to fix errors by checkpatch tool
Jules Irenge
1
-17
/
+17
2018-02-05
readline: don't free completions in readline_free()
Greg Kurz
1
-3
/
+0
2018-01-16
readline: add a free function
Marc-André Lureau
1
-1
/
+17
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2016-02-04
util: Clean up includes
Peter Maydell
1
-0
/
+1
2014-06-11
readline: Clear screen on form feed.
Hani Benhabiles
1
-0
/
+9
2014-06-11
readline: Make completion strings always unique
Hani Benhabiles
1
-0
/
+6
2014-05-07
readline: Sort completions before printing them.
Hani Benhabiles
1
-0
/
+7
2014-05-07
readline: use g_strndup instead of open-coding it
Michael Tokarev
1
-3
/
+1
2014-01-22
readline: move readline to a generic location
Stefan Hajnoczi
1
-0
/
+495