1. 10 Jul, 2015 2 commits
    • Rob Pike's avatar
      cmd/doc: submit to the punched card tyranny · a625b919
      Rob Pike authored
      People use 80-column terminals because their grandparents used
      punched cards. When I last used a punched card, in 1978, it seemed
      antiquated even then. But today, people still set their terminal
      widths to 80 to honor the struggles their fallen ancestors made to
      endure this painful technology.
      
      We must all stand and salute the 80 column flag, or risk the opprobium
      of our peers.
      
      For Pete's sake, I don't even use a fixed-width font. I don't even
      believe in columns.
      
      Fixes #11639 with extreme reluctance.
      
      P.S. To avoid the horror of an automatically folded line of text, this commit message has been formatted to fit on an 80-column line, except for this postscript.
      
      Change-Id: Ia2eb2dcf293dabe804c22ee5abb4bbb703f45c33
      Reviewed-on: https://go-review.googlesource.com/12011Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
      a625b919
    • Alex Brainman's avatar
      debug/pe: truncate pe sections to their size in memory · 315e5c99
      Alex Brainman authored
      Section.Data returns disk section data, but those are rounded up to
      some predefined value. Processing these as is confuses dwarf parser
      because of garbage at the end. Truncate Section.Data as per memory
      section description.
      
      Sometimes dwarf sections have memory section size of 0
      (for pe object files). Keep those to their disk size.
      
      Fixes #11608
      
      Change-Id: I8de0a2271201a24aa9ac8dac44f1e9c8a9285183
      Reviewed-on: https://go-review.googlesource.com/11950Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
      315e5c99
  2. 09 Jul, 2015 8 commits
  3. 08 Jul, 2015 1 commit
  4. 07 Jul, 2015 10 commits
  5. 06 Jul, 2015 1 commit
  6. 05 Jul, 2015 2 commits
  7. 03 Jul, 2015 2 commits
  8. 02 Jul, 2015 8 commits
  9. 01 Jul, 2015 3 commits
  10. 30 Jun, 2015 3 commits