An error occurred fetching the project authors.
- 18 Aug, 2010 1 commit
-
-
Russ Cox authored
R=adg, r, PeterGo CC=golang-dev https://golang.org/cl/1942044
-
- 24 Nov, 2009 1 commit
-
-
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
-
- 15 Oct, 2009 1 commit
-
-
Russ Cox authored
R=r DELTA=3706 (1857 added, 1849 deleted, 0 changed) OCL=35731 CL=35741
-
- 02 Oct, 2009 1 commit
-
-
Russ Cox authored
R=r DELTA=894 (887 added, 0 deleted, 7 changed) OCL=35115 CL=35286
-
- 27 Aug, 2009 1 commit
-
-
Nigel Tao authored
R=rsc APPROVED=r,rsc DELTA=244 (244 added, 0 deleted, 0 changed) OCL=33733 CL=33940
-
- 12 Aug, 2009 1 commit
-
-
Russ Cox authored
to whole-package compilation. R=r OCL=33070 CL=33101
-
- 09 Jun, 2009 1 commit
-
-
Rob Pike authored
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102
-
- 07 Jun, 2009 1 commit
-
-
Russ Cox authored
R=dsymonds DELTA=858 (858 added, 0 deleted, 0 changed) OCL=29992 CL=30004
-
- 06 Jun, 2009 1 commit
-
-
Russ Cox authored
R=r DELTA=761 (1 added, 433 deleted, 327 changed) OCL=29927 CL=29966
-
- 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
-