]> git.proxmox.com Git - qemu.git/history - readline.c
Version 1.0.1
[qemu.git] / readline.c
2011-11-07 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-11-07 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-11-07 Markus Armbrusterreadline: Fix buffer overrun on re-add to history
2011-08-21 Anthony LiguoriMerge remote-tracking branch 'pmaydell/armhw-for-upstre...
2011-08-21 Blue SwirlMerge branch 'queues/slirp' of git://git.kiszka.org...
2011-08-21 Anthony LiguoriUse glib memory allocation and free functions
2010-02-08 Anthony LiguoriMerge remote branch 'linux-user/linux-user-for-upstream...
2010-02-08 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging-tmp
2010-02-08 Paolo Bonzinicope with printf macro definition in readline.c
2010-02-08 malcRevert "On some systems printf is a macro"
2010-02-06 malcOn some systems printf is a macro
2009-06-16 Luiz Capitulinoreadline: Remove unneeded qemu_mallocz() check
2009-03-13 aliguorimonitor: Provide empty command as final history entry...
2009-03-05 aliguorimonitor: Improve mux'ed console experience (Jan Kiszka)
2009-03-05 aliguorimonitor: Introduce ReadLineState (Jan Kiszka)
2009-03-05 aliguorimonitor: Rework API (Jan Kiszka)
2009-03-05 aliguorimonitor: Break out readline_show_prompt (Jan Kiszka)
2009-02-05 aliguoritoplevel: remove error handling from qemu_malloc()...
2008-12-13 blueswir1Remove unnecessary trailing newlines
2008-11-16 blueswir1Attached patch fixes a series of this warning
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...