]> git.proxmox.com Git - qemu.git/history - readline.c
Immediate versions of some operations
[qemu.git] / readline.c
2007-12-17 thsHandle history additions properly, by Andreas Schwab.
2007-11-17 pbrookBreak up vl.h.
2007-09-25 thsImprove completion in monitor, by Pascal Terjan.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-08-26 thsReset buffer pointers after CR/LF, by Jim Paris.
2007-06-25 thsImplement ^W in readline.c, by Michal Hanselmann.
2004-08-01 bellardseparated readline from monitor code - added password...