An error occurred fetching the project authors.
  1. 27 Oct, 2010 1 commit
  2. 15 Dec, 2009 1 commit
    • Robert Griesemer's avatar
      1) Change default gofmt default settings for · 5a1d3323
      Robert Griesemer authored
                        parsing and printing to new syntax.
      
                        Use -oldparser to parse the old syntax,
                        use -oldprinter to print the old syntax.
      
                     2) Change default gofmt formatting settings
                        to use tabs for indentation only and to use
                        spaces for alignment. This will make the code
                        alignment insensitive to an editor's tabwidth.
      
                        Use -spaces=false to use tabs for alignment.
      
                     3) Manually changed src/exp/parser/parser_test.go
                        so that it doesn't try to parse the parser's
                        source files using the old syntax (they have
                        new syntax now).
      
                     4) gofmt -w src misc test/bench
      
      	       1st set of files.
      
      R=rsc
      CC=agl, golang-dev, iant, ken2, r
      https://golang.org/cl/180047
      5a1d3323
  3. 09 Nov, 2009 1 commit
  4. 06 Nov, 2009 1 commit
  5. 06 Oct, 2009 1 commit
    • Russ Cox's avatar
      gofmt on crypto, debug · 22c98a33
      Russ Cox authored
      R=gri
      DELTA=2560  (127 added, 177 deleted, 2256 changed)
      OCL=35388
      CL=35395
      22c98a33
  6. 12 Aug, 2009 1 commit
  7. 09 Jun, 2009 1 commit
    • Rob Pike's avatar
      mv src/lib to src/pkg · d90e7cba
      Rob Pike authored
      tests: all.bash passes, gobuild still works, godoc still works.
      
      R=rsc
      OCL=30096
      CL=30102
      d90e7cba
  8. 19 May, 2009 1 commit
    • Russ Cox's avatar
      Crypto modes: CBC, CFB, ECB. · b0608c13
      Russ Cox authored
      Not ready to link into build yet.
      
      Delta says 1272 lines but only 474
      if you subtract the test files,
      which are mostly data.
      
      R=r
      DELTA=1252  (1249 added, 0 deleted, 3 changed)
      OCL=29013
      CL=29037
      b0608c13