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. 03 Oct, 2009 1 commit
    • Russ Cox's avatar
      clean more · 11d38055
      Russ Cox authored
      R=r
      DELTA=40  (9 added, 3 deleted, 28 changed)
      OCL=35277
      CL=35305
      11d38055
  3. 28 Jul, 2009 1 commit
  4. 07 Jul, 2009 1 commit
    • Russ Cox's avatar
      move 6c/pgen.c, 6c/pswt.c into cc · 27432d67
      Russ Cox authored
      and make 5c, 8c use them.
      
      centralizes reachability analysis
      and switch generation.
      
      now 8c doesn't have spurious warnings
      in pkg/runtime.
      
      R=ken
      OCL=31266
      CL=31266
      27432d67
  5. 25 Mar, 2009 1 commit
    • Kai Backman's avatar
      This is really two changes in one but given interdependencies · 99cc2fee
      Kai Backman authored
      and expected review latency I needed to combine the CLs.
      
      1. Made the 5* toolpath build using the go build
         system. Hooked the subdirectories to clean.bash but added a
         separate make5.bash for now. Minor massage to make the code
         more similar to the current structure of 6c/6a/6l.
      
      2. Change all references from long to int32 in line with
         similar change for the other toolchains.
      
      The end result is that 5c, 5a and 5l can now be compiled and
      the executables start up properly. Haven't thrown any input at
      them yet.
      
      R=rsc
      APPROVED=rsc
      DELTA=1052  (392 added, 328 deleted, 332 changed)
      OCL=26757
      CL=26761
      99cc2fee
  6. 04 Aug, 2008 1 commit
  7. 12 Jun, 2008 3 commits