- 06 May, 2009 1 commit
-
-
Rob Pike authored
no substantive changes except: - new Makefiles, all auto-generated - go/src/lib/Makefile has been extensively edited R=rsc OCL=28310 CL=28310
-
- 17 Apr, 2009 1 commit
-
-
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
-
- 16 Apr, 2009 1 commit
-
-
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
-
- 20 Nov, 2008 2 commits
- 19 Nov, 2008 1 commit
-
-
Rob Pike authored
R=rsc DELTA=101 (53 added, 25 deleted, 23 changed) OCL=19635 CL=19637
-
- 20 Oct, 2008 1 commit
-
-
Russ Cox authored
R=r DELTA=3 (3 added, 0 deleted, 0 changed) OCL=17497 CL=17500
-
- 15 Oct, 2008 2 commits
- 10 Oct, 2008 1 commit
-
-
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
-
- 08 Oct, 2008 1 commit
-
-
Russ Cox authored
R=r OCL=16720 CL=16728
-
- 01 Oct, 2008 1 commit
-
-
Russ Cox authored
R=r DELTA=41 (41 added, 0 deleted, 0 changed) OCL=16290 CL=16293
-