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