An error occurred fetching the project authors.
  1. 24 Nov, 2009 1 commit
    • Sergio Luis O. B. Correia's avatar
      go: makes it build for the case $GOROOT has whitespaces · 6fc82072
      Sergio Luis O. B. Correia authored
      the bash scripts and makefiles for building go didn't take into account
      the fact $GOROOT / $GOBIN could both be directories containing whitespaces,
      and was not possible to build it in such a situation.
      
      this commit adjusts the various makefiles/scripts to make it aware of that
      possibility, and now it builds successfully when using a path with whitespaces
      as well.
      
      Fixes #115.
      
      R=rsc, dsymonds1
      https://golang.org/cl/157067
      6fc82072
  2. 18 Nov, 2009 1 commit
  3. 14 Nov, 2009 1 commit
  4. 22 Oct, 2009 1 commit
  5. 13 Oct, 2009 1 commit
  6. 16 Jun, 2009 2 commits
  7. 05 Jun, 2009 1 commit
  8. 04 Jun, 2009 1 commit
    • Russ Cox's avatar
      more 386 runtime fixes. · 3a0df4c4
      Russ Cox authored
      can pass many tests;
      current stumbling block is an 8l bug.
      
      R=r
      DELTA=122  (83 added, 8 deleted, 31 changed)
      OCL=29872
      CL=29876
      3a0df4c4
  9. 16 Apr, 2009 1 commit
  10. 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
  11. 06 Jan, 2009 1 commit
    • Russ Cox's avatar
      delete blyacc · 8318187f
      Russ Cox authored
      R=r
      DELTA=3562  (0 added, 3560 deleted, 2 changed)
      OCL=22112
      CL=22114
      8318187f
  12. 18 Nov, 2008 2 commits
  13. 14 Nov, 2008 1 commit
  14. 18 Sep, 2008 2 commits
    • Russ Cox's avatar
      make blyacc too · d1d7dc6c
      Russ Cox authored
      R=r
      DELTA=1  (0 added, 0 deleted, 1 changed)
      OCL=15488
      CL=15488
      d1d7dc6c
    • Russ Cox's avatar
      make Makefiles safe for parallel make · 76036192
      Russ Cox authored
      use -j4 (4-way parallel) in make.bash.
      
      halves time for make.bash on r45
      
      also add libregexp, acid to default build
      
      R=r
      DELTA=90  (39 added, 37 deleted, 14 changed)
      OCL=15485
      CL=15487
      76036192
  15. 04 Aug, 2008 1 commit
    • Russ Cox's avatar
      add nm · 7b377140
      Russ Cox authored
      R=r
      DELTA=339  (339 added, 0 deleted, 0 changed)
      OCL=13786
      CL=13794
      7b377140
  16. 26 Jun, 2008 1 commit
  17. 12 Jun, 2008 2 commits
  18. 04 Jun, 2008 1 commit