An error occurred fetching the project authors.
  1. 14 Jun, 2011 1 commit
    • Lucio De Re's avatar
      build: fix header files for Plan 9 · 340251e4
      Lucio De Re authored
      The "elf.h" header changes involve only comments, the released
      Plan 9 C preprocessing function does not cope with multiline
      comments following the #define keyword.  All multiline comments
      have been moved to the line above the associated definition.
      Sigh!  Fixing the Plan 9 compiler is not an option.
      
      <time.h> does not exist in the Plan 9 Native library.  I have
      moved it from src/cmd/ld/pe.h to include/u.h. RSC correctly points
      out that this copy of <u.h> is not the one used to compile the
      Go release on Plan 9 platforms.
      
      R=golang-dev
      CC=golang-dev, rsc
      https://golang.org/cl/4574042
      340251e4
  2. 08 Feb, 2011 1 commit
  3. 29 Jul, 2010 1 commit
  4. 30 Nov, 2009 1 commit
  5. 04 Aug, 2008 1 commit
    • Russ Cox's avatar
      make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc. · 9aad9fef
      Russ Cox authored
      these guys really really want long to be 32-bits,
      so ,s/long/int32/ (and then manual fixup).
      still passes all tests.
      
      (i started out looking for just those longs that
      needed to be int32 instead, and it was just too hard
      to track them down one by one.)
      
      the longs were rare enough that i don't think
      it will cause integration problems.
      
      R=ken
      OCL=13787
      CL=13789
      9aad9fef
  6. 12 Jun, 2008 1 commit