index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
readline.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
monitor: Provide empty command as final history entry (Jan Kiszka)
aliguori
2009-03-13
1
-3
/
+5
*
monitor: Improve mux'ed console experience (Jan Kiszka)
aliguori
2009-03-05
1
-0
/
+5
*
monitor: Introduce ReadLineState (Jan Kiszka)
aliguori
2009-03-05
1
-207
/
+189
*
monitor: Rework API (Jan Kiszka)
aliguori
2009-03-05
1
-18
/
+29
*
monitor: Break out readline_show_prompt (Jan Kiszka)
aliguori
2009-03-05
1
-10
/
+4
*
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-02-05
1
-2
/
+0
*
Remove unnecessary trailing newlines
blueswir1
2008-12-13
1
-2
/
+0
*
Attached patch fixes a series of this warning
blueswir1
2008-11-16
1
-2
/
+2
*
Handle history additions properly, by Andreas Schwab.
ths
2007-12-17
1
-2
/
+2
*
Break up vl.h.
pbrook
2007-11-17
1
-1
/
+2
*
Improve completion in monitor, by Pascal Terjan.
ths
2007-09-25
1
-1
/
+16
*
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-17
1
-1
/
+1
*
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-16
1
-4
/
+4
*
Reset buffer pointers after CR/LF, by Jim Paris.
ths
2007-08-26
1
-0
/
+4
*
Implement ^W in readline.c, by Michal Hanselmann.
ths
2007-06-25
1
-0
/
+43
*
separated readline from monitor code - added password input support - added o...
bellard
2004-08-01
1
-0
/
+425