1. 28 3月, 2013 1 次提交
  2. 16 3月, 2013 1 次提交
    • D
      Fix TAGS creation · b1999e87
      David Gibson 提交于
      Currently the Makefile creates TAGS for emacs with the command:
          find "$(SRC_PATH)" -name '*.[hc]' -print0 | xargs -0 etags
      That works only if xargs ends up invoking etags just once.  If xargs runs
      etags several times, as it will if there are enough files, then the later
      invocations will overwrite the output from the earlier invocations.  This
      patch uses the etags --append option to fix the bug.
      Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
      Message-id: 1363057048-21534-1-git-send-email-david@gibson.dropbear.id.au
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      b1999e87
  3. 09 3月, 2013 2 次提交
  4. 22 2月, 2013 1 次提交
    • A
      gtk: add translation support (v5) · 834574ea
      Anthony Liguori 提交于
      This includes a de_DE translation from Kevin Wolf and an it translation from
      Paolo Bonzini.
      
      Cc: Paolo Bonzini <pbonzini@redhat.com>
      Cc: Kevin Wolf <kwolf@redhat.com>
      Cc: Stefan Hajnoczi <stefanha@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      Message-id: 1361367806-4599-8-git-send-email-aliguori@us.ibm.com
      834574ea
  5. 26 1月, 2013 3 次提交
  6. 17 1月, 2013 2 次提交
  7. 14 1月, 2013 1 次提交
  8. 13 1月, 2013 10 次提交
  9. 11 1月, 2013 1 次提交
  10. 09 1月, 2013 1 次提交
  11. 24 12月, 2012 1 次提交
  12. 19 12月, 2012 6 次提交
  13. 18 12月, 2012 1 次提交
  14. 17 12月, 2012 1 次提交
  15. 13 12月, 2012 1 次提交
  16. 25 11月, 2012 1 次提交
  17. 19 11月, 2012 2 次提交
  18. 14 11月, 2012 4 次提交