aboutsummaryrefslogtreecommitdiff
path: root/readline.c
AgeCommit message (Expand)Author
2012-06-11monitor: Fix memory leak with readline completionStefan Weil
2011-11-07readline: Fix buffer overrun on re-add to historyMarkus Armbruster
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2010-02-08cope with printf macro definition in readline.cPaolo Bonzini
2010-02-08Revert "On some systems printf is a macro"malc
2010-02-07On some systems printf is a macromalc
2009-06-16readline: Remove unneeded qemu_mallocz() checkLuiz Capitulino
2009-03-13monitor: Provide empty command as final history entry (Jan Kiszka)aliguori
2009-03-05monitor: Improve mux'ed console experience (Jan Kiszka)aliguori
2009-03-05monitor: Introduce ReadLineState (Jan Kiszka)aliguori
2009-03-05monitor: Rework API (Jan Kiszka)aliguori
2009-03-05monitor: Break out readline_show_prompt (Jan Kiszka)aliguori
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2008-12-13Remove unnecessary trailing newlinesblueswir1
2008-11-16Attached patch fixes a series of this warningblueswir1
2007-12-17Handle history additions properly, by Andreas Schwab.ths
2007-11-17Break up vl.h.pbrook
2007-09-25Improve completion in monitor, by Pascal Terjan.ths
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-08-26Reset buffer pointers after CR/LF, by Jim Paris.ths
2007-06-25Implement ^W in readline.c, by Michal Hanselmann.ths
2004-08-01separated readline from monitor code - added password input support - added o...bellard