- 30 Jul, 2010 1 commit
-
-
Joe Poirier authored
R=brainman, rsc CC=golang-dev https://golang.org/cl/1676054
-
- 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
-
- 17 Nov, 2009 1 commit
-
-
Devon H. O'Dell authored
cgo/libmach remain unimplemented. However, compilers, runtime, and packages are 100%. I still need to go through and implement missing syscalls (at least make sure they're all listed), but for all shipped functionality, this is done. Ship! ;) R=rsc, VenkateshSrinivas https://golang.org/cl/152142
-
- 22 Oct, 2009 1 commit
-
-
Russ Cox authored
various missing or incorrect files. R=r CC=go-dev http://go/go-review/1014004
-
- 03 Oct, 2009 1 commit
-
-
Russ Cox authored
R=r DELTA=40 (9 added, 3 deleted, 28 changed) OCL=35277 CL=35305
-
- 22 Sep, 2009 1 commit
-
-
Russ Cox authored
deciding what the host process support is. this makes a cross-compiling (e.g., GOOS=nacl) build still generate valid host debugger binaries. R=r DELTA=5 (0 added, 0 deleted, 5 changed) OCL=34878 CL=34889
-
- 14 Aug, 2009 1 commit
-
-
Rob Pike authored
R=rsc OCL=33273 CL=33276
-
- 28 Jul, 2009 1 commit
-
-
Phil Pennock authored
R=r,gri,rsc APPROVED=rsc DELTA=53 (12 added, 6 deleted, 35 changed) OCL=31822 CL=32282
-
- 18 Nov, 2008 1 commit
-
-
Russ Cox authored
they have to go in /usr/local/bin because the setgid bit is ignored in /Users. R=r DELTA=54 (49 added, 0 deleted, 5 changed) OCL=19424 CL=19463
-
- 14 Nov, 2008 1 commit
-
-
Russ Cox authored
$ 6cov -g 235.go 6.out 235.go:62,62 main·main 0x27c9-0x2829 MOVL $main·.stringo(SB),AX 235.go:30,30 main·main 0x2856-0x285e ADDQ $6c0,SP $ and assorted fixes. R=r DELTA=743 (732 added, 8 deleted, 3 changed) OCL=19226 CL=19243
-
- 24 Sep, 2008 1 commit
-
-
Rob Pike authored
tested on mac only. output like this: tubenose=% sudo go/src/cmd/prof/6prof -p 71839 -c -d 10 63.93% mach_semaphore_signal 4.64% sys·chansend1 3.93% chanrecv 2.86% semrelease 1.43% cas 1.43% sendchan 1.07% xadd 0.71% main·f 0.71% scheduler 0.71% sys·gosched 0.71% dequeue ... R=rsc DELTA=361 (361 added, 0 deleted, 0 changed) OCL=15731 CL=15736
-
- 04 Aug, 2008 2 commits
- 26 Jun, 2008 4 commits
- 12 Jun, 2008 2 commits