An error occurred fetching the project authors.
  1. 18 Aug, 2010 1 commit
  2. 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
  3. 15 Oct, 2009 1 commit
  4. 02 Oct, 2009 1 commit
  5. 27 Aug, 2009 1 commit
  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. 07 Jun, 2009 1 commit
    • Russ Cox's avatar
      flate package · 38801e55
      Russ Cox authored
      R=dsymonds
      DELTA=858  (858 added, 0 deleted, 0 changed)
      OCL=29992
      CL=30004
      38801e55
  9. 06 Jun, 2009 1 commit
  10. 06 May, 2009 1 commit
  11. 17 Apr, 2009 1 commit
    • Russ Cox's avatar
      Convert go tree to hierarchical pkg directory: · 1f6463f8
      Russ Cox authored
      	import (
      		"vector" -> "container/vector"
      		"ast" -> "go/ast"
      		"sha1" -> "hash/sha1"
      		etc.
      	)
      
      and update Makefiles.  Because I did the conversion
      semi-automatically, I sorted all the import blocks
      as a post-processing.  Some files have therefore
      changed that didn't strictly need to.
      
      Rename local packages to lower case.
      The upper/lower distinction doesn't work on OS X
      and complicates the "single-package directories
      with the same package name as directory name"
      heuristic used by gobuild and godoc to create
      the correlation between source and binary locations.
      Now that we have a plan to avoid globally unique
      names, the upper/lower is unnecessary.
      
      The renamings will cause trouble for a few users,
      but so will the change in import paths.
      This way, the two maintenance fixes are rolled into
      one inconvenience.
      
      R=r
      OCL=27573
      CL=27575
      1f6463f8
  12. 16 Apr, 2009 1 commit
    • Russ Cox's avatar
      regenerate Makefiles. · c8f93788
      Russ Cox authored
      fix bug in RPC.go (import "RPC" not "rpc.pb")
      
      R=r
      DELTA=483  (261 added, 64 deleted, 158 changed)
      OCL=27547
      CL=27549
      c8f93788
  13. 20 Nov, 2008 2 commits
  14. 19 Nov, 2008 1 commit
    • Rob Pike's avatar
      gotestify regexp · be7e0f81
      Rob Pike authored
      R=rsc
      DELTA=101  (53 added, 25 deleted, 23 changed)
      OCL=19635
      CL=19637
      be7e0f81
  15. 20 Oct, 2008 1 commit
    • Russ Cox's avatar
      add nuke · aff914c6
      Russ Cox authored
      R=r
      DELTA=3  (3 added, 0 deleted, 0 changed)
      OCL=17497
      CL=17500
      aff914c6
  16. 15 Oct, 2008 2 commits
  17. 10 Oct, 2008 1 commit
    • Rob Pike's avatar
      beginnings of regular expression library. · 8f5b277c
      Rob Pike authored
      will move elsewhere when more complete.
      parses, does not execute.
      no character classes yet.
      
      R=rsc
      DELTA=522  (522 added, 0 deleted, 0 changed)
      OCL=16863
      CL=16874
      8f5b277c
  18. 08 Oct, 2008 1 commit
  19. 01 Oct, 2008 1 commit