Sign in
qemu
/
qemu
/
cc13115bdecb4596fd4201f16455220a7d1a85f8
/
readline.c
30bf5f4
cope with printf macro definition in readline.c
by Paolo Bonzini
· 15 years ago
3f020d7
Revert "On some systems printf is a macro"
by malc
· 15 years ago
bc5b600
On some systems printf is a macro
by malc
· 15 years ago
759754f
readline: Remove unneeded qemu_mallocz() check
by Luiz Capitulino
· 16 years ago
5b0d272
monitor: Provide empty command as final history entry (Jan Kiszka)
by aliguori
· 16 years ago
2724b18
monitor: Improve mux'ed console experience (Jan Kiszka)
by aliguori
· 16 years ago
4c36ba3
monitor: Introduce ReadLineState (Jan Kiszka)
by aliguori
· 16 years ago
376253e
monitor: Rework API (Jan Kiszka)
by aliguori
· 16 years ago
9dd442b
monitor: Break out readline_show_prompt (Jan Kiszka)
by aliguori
· 16 years ago
1eec614
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
1d6198c
Remove unnecessary trailing newlines
by blueswir1
· 16 years ago
cd39008
Attached patch fixes a series of this warning when compiling on NetBSD:
by blueswir1
· 16 years ago
ccf7aa5
Handle history additions properly, by Andreas Schwab.
by ths
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
b427c72
Improve completion in monitor, by Pascal Terjan.
by ths
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
c92843b
Reset buffer pointers after CR/LF, by Jim Paris.
by ths
· 18 years ago
33fa11d
Implement ^W in readline.c, by Michal Hanselmann.
by ths
· 18 years ago
7e2515e
separated readline from monitor code - added password input support - added output buffer
by bellard
· 21 years ago