- 29 Feb, 2012 8 commits
-
-
Luuk van Dijk authored
Don't try to print obviously corrupt slices or interfaces. Doesn't actually solve 3047 or 2818, but seems a good idea anyway. R=rsc, bsiegert CC=golang-dev https://golang.org/cl/5708061
-
Mikio Hara authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5707058
-
Rob Pike authored
Updates #1599. R=golang-dev, adg, dsymonds CC=golang-dev https://golang.org/cl/5704052
-
Andrew Gerrand authored
Now available at the Go Wiki: http://code.google.com/p/go-wiki/wiki/GoForCPPProgrammers Fixes #2913. R=golang-dev, r CC=golang-dev https://golang.org/cl/5705049
-
Robert Griesemer authored
Fixes #1612. R=r, rsc, iant, ken, remyoudompheng, ken, r CC=golang-dev https://golang.org/cl/5700068
-
Ian Lance Taylor authored
Minor cleanups to look more like current Go. R=golang-dev, r CC=golang-dev https://golang.org/cl/5707053
-
Rob Pike authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5706054
-
Brad Fitzpatrick authored
Don't try to do an SSL negotiation with a *bytes.Buffer. Fixes #3135 R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5709050
-
- 28 Feb, 2012 20 commits
-
-
Mikio Hara authored
We should use DialUnix or ListenPacket for unixgram networks because Dial doesn't take a local UnixAddr. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5706043
-
Stefan Nilsson authored
Change #foo to div#foo to avoid selecting headings with anchor foo, such as <h1 id="foo">. (A more extensive change would be to use class selectors for styling. Perhaps this is better, since id:s should be unique within a document according to http://www.w3.org/TR/CSS2/selector.html#id-selectors) R=golang-dev, gri, adg CC=golang-dev https://golang.org/cl/5702044
-
Russ Cox authored
Only copy+paste here. Will make next code review's diffs a bit smaller. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5704050
-
Russ Cox authored
Work around profiling kernel bug with signal masks. Still broken on 64-bit Snow Leopard kernel, but I think we can ignore that one and let people upgrade to Lion. Add new trivial tools addr2line and objdump to take the place of the GNU tools of the same name, since those are not installed on OS X. Adapt pprof to invoke 'go tool addr2line' and 'go tool objdump' if the system tools do not exist. Clean up disassembly of base register on amd64. Fixes #2008. R=golang-dev, bradfitz, mikioh.mikioh, r, iant CC=golang-dev https://golang.org/cl/5697066
-
Rémy Oudompheng authored
R=golang-dev, minux.ma, rsc CC=golang-dev, remy https://golang.org/cl/5702050
-
Rob Pike authored
except for hiding one type that is only used internally. Fixes #2944. R=golang-dev, rsc, kevlar CC=golang-dev https://golang.org/cl/5707044
-
Shenghou Ma authored
If stdout and stderr are indeed the same file (not a tty), which is often the case, fully-buffered stdout will make it harder to see progresses, for example, ./make.bash 2>&1 | tee log R=r, rsc CC=golang-dev https://golang.org/cl/5700070
-
Mikkel Krautz authored
This is a band-aid until we can use weak imports with cgo. Fixes #3131. R=minux.ma, rsc CC=golang-dev https://golang.org/cl/5700083
-
Shenghou Ma authored
R=golang-dev, rsc, adg, r, r CC=golang-dev https://golang.org/cl/5693060
-
Robert Griesemer authored
When debugging ASTs, it's useful to also see the comments on occasion. Usage: gotype -ast -comments file.go R=golang-dev, r CC=golang-dev https://golang.org/cl/5703043
-
Andrew Gerrand authored
R=golang-dev CC=golang-dev https://golang.org/cl/5702043
-
Rob Pike authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/5694100
-
Rob Pike authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/5696087
-
Robert Griesemer authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5695083
-
Rob Pike authored
Instead we'll point people at the Tour and beef up code.html. Fixes #3107. R=golang-dev, bradfitz, r, adg CC=golang-dev https://golang.org/cl/5697077
-
Mikio Hara authored
Perhaps it might be better than panic. R=golang-dev, r CC=golang-dev https://golang.org/cl/5701064
-
David Symonds authored
I've elected to omit escaping the output of Marshalers for now. I haven't thought through the implications of that; I suspect that double escaping might be the undoing of that idea. Fixes #3127. R=golang-dev, r CC=golang-dev https://golang.org/cl/5694098
-
Benny Siegert authored
This fixes the build of package net for GOOS=NetBSD. Of course, a real implementation would be even better. R=golang-dev, r CC=golang-dev https://golang.org/cl/5693065
-
Benny Siegert authored
os.fileStat.Sys is no longer exported. R=golang-dev, m4dh4tt3r, r CC=golang-dev https://golang.org/cl/5696074
-
Andrew Gerrand authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/5701063
-
- 27 Feb, 2012 12 commits
-
-
Brad Fitzpatrick authored
leave that joke to Java. R=golang-dev, adg CC=golang-dev https://golang.org/cl/5695080
-
Andrew Gerrand authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5699097
-
Stefan Nilsson authored
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5695072
-
Anthony Martin authored
Fixes #3130. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5697062
-
Rob Pike authored
Missed in my last round. These things sure appear in a lot of places. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5699096
-
Rob Pike authored
Once more, with feeling. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5698080
-
Yissakhar Z. Beck authored
This covers most of the tool's functionality. At some point, support should probably be added for testflags and the various go tools. R=golang-dev, bradfitz, kyle, minux.ma CC=golang-dev https://golang.org/cl/5646066
-
Brad Fitzpatrick authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/5698079
-
Robert Griesemer authored
Thanks to dr.volker.dobler for tracking this down. Filed a long-term issue (3142) which may eventually resolve this problem w/o the need for a manual fix. R=iant CC=golang-dev https://golang.org/cl/5698078
-
Robert Griesemer authored
The main change is simple: Both the Directory and DirEntry struct have an extra field 'HasPkg' indicating whether the directory contains any package files. The remaining changes are more comments and adjustments to the template files. Fixes #3121. R=golang-dev, bradfitz, sameer CC=golang-dev https://golang.org/cl/5699072
-
Anthony Martin authored
Import paths with spaces are now invalid. The builders would've caught this if they were running the long tests. I've removed the check for short tests in this package since the current tests are fast enough already. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5694082
-
Shenghou Ma authored
Fixes #3104. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5699088
-