1. 02 Mar, 2015 2 commits
    • Russ Cox's avatar
      cmd/9l: fix bogus C conversion · 2fb88ece
      Russ Cox authored
      Looks like c2go and gcc disagree about the exact meaning of the
      usual arithmetic conversions, in a way that broke 9l's archreloc.
      Fix it.
      
      It's very hard for me to see why the original C code did not say
      what c2go interpreted it to say, but apparently it did not.
      This is why Go has explicit numerical conversions.
      
      Change-Id: I75bd73afd1fa4ce9a53c887e1bd7d1e26ff43ae4
      Reviewed-on: https://go-review.googlesource.com/6405Reviewed-by: default avatarRuss Cox <rsc@golang.org>
      2fb88ece
    • Russ Cox's avatar
      all: mv 5a old5a and so on · 621d7599
      Russ Cox authored
      This CL will break any uses of 'go tool 5a' etc.
      That is intentional.
      Code that invokes an assembler directly should be updated to use go tool asm.
      
      We plan to keep the old5a around for bit-for-bit verification during
      the release testing phase, but we plan to remove those tools for the
      actual release. Renaming the directory now makes sure that lingering
      references to 'go tool 5a' will be caught, changed to use asm, and
      tested during the release evaluation.
      
      Change-Id: I98748a7ddb34cc7f1b151c2ef421d3656821f5c2
      Reviewed-on: https://go-review.googlesource.com/6366Reviewed-by: default avatarRob Pike <r@golang.org>
      621d7599
  2. 01 Mar, 2015 20 commits
  3. 28 Feb, 2015 11 commits
  4. 27 Feb, 2015 7 commits