1. 13 Jan, 2014 11 commits
  2. 12 Jan, 2014 1 commit
  3. 11 Jan, 2014 3 commits
  4. 10 Jan, 2014 10 commits
  5. 09 Jan, 2014 13 commits
  6. 08 Jan, 2014 2 commits
    • Rob Pike's avatar
      cmd/nm: add -sort=size · fca453e0
      Rob Pike authored
      When printing the size, we often want to sort on that key.
      Because it's used when looking for large things, make the
      sort go from largest to smallest.
      
      Perfect recreation of CL 45150044, which was lost to some blunder.
      
      R=golang-codereviews, gobot, rsc
      CC=golang-codereviews
      https://golang.org/cl/48500044
      fca453e0
    • David du Colombier's avatar
      libmach: use Go's ureg headers on Plan 9 · 43108ee5
      David du Colombier authored
          The CL 49090043 renamed Ureg structures to Ureg386,
          UregArm and UregAmd64. This broke build on Plan 9,
          since ureg_x86.h includes /386/include/ureg.h, which
          declares a structure named Ureg instead of Ureg386.
      
      R=golang-codereviews, bradfitz
      CC=golang-codereviews, rsc
      https://golang.org/cl/49260043
      43108ee5