An error occurred fetching the project authors.
  1. 21 Oct, 2010 1 commit
    • Russ Cox's avatar
      arm: prop up software floating point · 69188ad9
      Russ Cox authored
      Just enough to make mov instructions work,
      which in turn is enough to make strconv work
      when it avoids any floating point calculations.
      That makes a bunch of other packages pass
      their tests.
      
      Should suffice until hardware floating point
      is available.
      
      Enable package tests that now pass
      (some due to earlier fixes).
      
      Looks like there is a new integer math bug
      exposed in the fmt and json tests.
      
      R=ken2
      CC=golang-dev
      https://golang.org/cl/2638041
      69188ad9
  2. 29 Jun, 2010 1 commit
  3. 19 Jun, 2010 1 commit
  4. 15 Dec, 2009 1 commit
    • Robert Griesemer's avatar
      1) Change default gofmt default settings for · d65a5cce
      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
      
      4th set of files.
      
      R=rsc
      CC=golang-dev
      https://golang.org/cl/180049
      d65a5cce
  5. 20 Nov, 2009 1 commit
  6. 10 Nov, 2009 1 commit
  7. 09 Nov, 2009 1 commit
  8. 01 Nov, 2009 1 commit
  9. 08 Oct, 2009 1 commit
  10. 31 Aug, 2009 1 commit
    • Russ Cox's avatar
      fmt: add verbs: · a843b454
      Russ Cox authored
      	%E - upper case %e
      	%G - upper case %g
      	%#v - Go syntax
      
      R=r
      DELTA=332  (238 added, 47 deleted, 47 changed)
      OCL=34091
      CL=34145
      a843b454
  11. 12 Aug, 2009 1 commit
    • Russ Cox's avatar
      convert low-level (used by testing) packages to · 3b864e41
      Russ Cox authored
      whole-package compilation.  new Makefiles,
      tests now in separate package
      
      	bytes
      	flag
      	fmt
      	io
      	math
      	once
      	os
      	reflect
      	strconv
      	sync
      	time
      	utf8
      
      delete import "xxx" in package xxx.
      
      inside package xxx, xxx is not declared
      anymore so s/xxx.//g
      
      delete file and package level forward declarations.
      
      note the new internal_test.go and sync
      and strconv to provide public access to
      internals during testing.  the installed version
      of the package omits that file and thus does
      not open the internals to all clients.
      
      R=r
      OCL=33065
      CL=33097
      3b864e41
  12. 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
  13. 05 Mar, 2009 1 commit
    • Russ Cox's avatar
      strconv: doc · 5bf0fbe7
      Russ Cox authored
      R=r
      DELTA=110  (64 added, 19 deleted, 27 changed)
      OCL=25761
      CL=25782
      5bf0fbe7
  14. 03 Mar, 2009 1 commit
  15. 13 Feb, 2009 1 commit
  16. 23 Jan, 2009 1 commit
  17. 20 Jan, 2009 1 commit
  18. 16 Jan, 2009 3 commits
  19. 06 Jan, 2009 1 commit
  20. 19 Dec, 2008 1 commit
  21. 24 Nov, 2008 1 commit
  22. 19 Nov, 2008 1 commit
  23. 17 Nov, 2008 1 commit