1. 25 Aug, 2011 1 commit
  2. 07 Jun, 2011 1 commit
  3. 19 Jan, 2011 1 commit
  4. 11 Jan, 2011 1 commit
  5. 13 Dec, 2010 1 commit
  6. 09 Sep, 2010 1 commit
    • Joe Poirier's avatar
      build: test for _WIN32, not _MINGW32 · e21b3a40
      Joe Poirier authored
      Use OS rather than compiler specific flag the same way that
      __FreeBSD__, __APPLE__, __OpenBSD__, and __linux__ are used.
      
      _WIN32 is defined by GCC (and others) on windows for Win32
      and Win64 applications. _WIN32 is set by default for several
      other windows based compilers: DMC, MSVC, Intel, Watcom, LCC.
      
      Although the change is for consistency, it allows the Go tools
      to be compiled with non-Mingw GCC distributions and non-GCC
      compilers that support the GCC extensions.
      
      R=rsc, brainman, vcc
      CC=golang-dev
      https://golang.org/cl/2168043
      e21b3a40
  7. 30 Mar, 2010 1 commit
  8. 13 Dec, 2009 1 commit
  9. 15 Nov, 2009 1 commit
  10. 04 Nov, 2009 1 commit
  11. 01 Nov, 2009 1 commit
    • Russ Cox's avatar
      syscall cleanup. · fd1add27
      Russ Cox authored
       * rename PORT.sh -> mkall.sh (hopefully more obvious),
         change behavior: run commands by default.
       * pull more constants out of #defines automatically,
         instead of editing large lists by hand.
       * add Recvfrom, Sendto
      
      add os.O_EXCL.
      
      R=r
      http://go/go-review/1017009
      fd1add27
  12. 24 Aug, 2009 1 commit
  13. 02 Jun, 2009 1 commit
  14. 22 May, 2009 1 commit
  15. 30 Mar, 2009 1 commit
    • Russ Cox's avatar
      new tool godefs. · 47fbb763
      Russ Cox authored
      uses gcc to determine system header layouts and
      emits simple C or Go.  see comment in main.c.
      
      R=r
      DELTA=1069  (1067 added, 0 deleted, 2 changed)
      OCL=26682
      CL=26880
      47fbb763