1. 31 May, 2009 1 commit
  2. 30 May, 2009 1 commit
    • Russ Cox's avatar
      make gobuild failures more readable. · 91395ae6
      Russ Cox authored
      1. ar reports names of objects with duplicate text symbols.
      2. gobuild only shows first line of error output for each failed command.
      3. gobuild ignores files that begin with ascii non-alphanumeric non _.
      
      ; gobuild
      $ 6g -I _obj gobuild.go
        gobuild.go:150: PackageImports: undefined
      $ 6g -I _obj makefile.go
        makefile.go:102: ShellString: undefined
      $ 6g -I _obj util.go
        util.go:114: syntax error near zzz
      gobuild: stalemate
      ;
      
      ; gobuild
      $ 6ar grc _obj/gobuild.a util.6 util1.6
        duplicate text symbol: util1.6 and util.6: gobuild·Build
      $ 6g -I _obj gobuild.go
        gobuild.go:150: PackageImports: undefined
      $ 6g -I _obj makefile.go
        makefile.go:102: ShellString: undefined
      gobuild: stalemate
      ;
      
      R=r
      DELTA=95  (49 added, 9 deleted, 37 changed)
      OCL=29625
      CL=29640
      91395ae6
  3. 29 May, 2009 11 commits
  4. 28 May, 2009 8 commits
  5. 27 May, 2009 15 commits
  6. 26 May, 2009 4 commits
    • Ken Thompson's avatar
      bug 151 · 51ddddc6
      Ken Thompson authored
      R=r
      OCL=29409
      CL=29409
      51ddddc6
    • Russ Cox's avatar
      more 8g. · 5ecd010b
      Russ Cox authored
      test/turing.go runs if you move the big array off its stack.
      
      finally remembered to g4 add cgen.c gsubr.c
      
      R=ken
      OCL=29408
      CL=29408
      5ecd010b
    • Rob Pike's avatar
      bug150 is fixed · 70d711df
      Rob Pike authored
      R=ken
      OCL=29407
      CL=29407
      70d711df
    • Ken Thompson's avatar
      bug 150 · 850cd6a2
      Ken Thompson authored
      R=r
      OCL=29405
      CL=29405
      850cd6a2