- 18 Nov, 2009 6 commits
-
-
Adam Langley authored
R=rsc CC=golang-dev https://golang.org/cl/156051
-
Adam Langley authored
* add Marshal * add BitString.RightAlign * change to using a *time.Time (from time.Time) since that's what the time package uses. * return the unparsed data from Unmarshal. R=rsc CC=golang-dev https://golang.org/cl/156047
-
Russ Cox authored
R=r https://golang.org/cl/157053
-
Josh Goebel authored
R=r, rsc https://golang.org/cl/156046
-
Josh Goebel authored
R=r https://golang.org/cl/156045
-
Russ Cox authored
empty string for unnamed types. Fixes #249. R=r https://golang.org/cl/156052
-
- 17 Nov, 2009 26 commits
-
-
Russ Cox authored
Fixes #233. R=dsymonds1 https://golang.org/cl/154179
-
Russ Cox authored
the signal handling stack is a different size than the normal stack, so it cannot be allocated using the backup stack allocator. Fixes #250. R=agl1 CC=golang-dev https://golang.org/cl/157044
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/156044
-
Ken Thompson authored
R=rsc https://golang.org/cl/157046
-
Ken Thompson authored
data initialization to n*log(n) R=rsc https://golang.org/cl/158041
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/157042
-
Rob Pike authored
R=rsc https://golang.org/cl/157043
-
Aron Nopanen authored
Error information is carried from RPC server to client in the string 'Error' field of rpc.Response. An empty string is sent in the success case. This empty string was being returned to the caller (of Client.Call or Client.Go), resulting in a non-nil error response. This change detects an empty-string Response.Error at the client, and translates it into a nil value in Call.Error. Tests updated to check error return in success cases. R=r, rsc https://golang.org/cl/154159
-
Aron Nopanen authored
R=rsc, r https://golang.org/cl/154175
-
Russ Cox authored
R=r https://golang.org/cl/157041
-
Sergio Luis O. B. Correia authored
Currently, -I switch can't deal with a path containing spaces. This commit simplify setinclude(), by removing the special case of a string that had spaces. After this change, setinclude() will merely add the given directories to the include path, if it does not yet exist, and this approach works. Will be needed for solving issue 115. R=agl1, rsc, iant2, r https://golang.org/cl/155059
-
Sergio Luis O. B. Correia authored
R=rsc https://golang.org/cl/154180
-
Russ Cox authored
of limited utility but good for creating the metadata for an AUTHORS/CONTRIBUTORS change even if the patch doesn't apply cleanly. R=r https://golang.org/cl/154140
-
Russ Cox authored
(error introduced converting from arg1, arg2) Fixes #220. R=r https://golang.org/cl/156041
-
Russ Cox authored
Fixes #239. R=r https://golang.org/cl/154176
-
Russ Cox authored
Fixes #153. R=r https://golang.org/cl/154177
-
Russ Cox authored
linux/386 stack trace: use 32-bit hex. Fixes #159. R=r https://golang.org/cl/154178
-
Devon H. O'Dell authored
R=rsc https://golang.org/cl/155079
-
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
-
Rob Pike authored
Fix is to move all decoder state into the decoder object. Fixes #215. R=rsc CC=golang-dev https://golang.org/cl/155077
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/155078
-
Rob Pike authored
R=rsc https://golang.org/cl/155058
-
Robert Griesemer authored
R=rsc https://golang.org/cl/154172
-
Russ Cox authored
R=r https://golang.org/cl/154171
-
Russ Cox authored
R=ken2 https://golang.org/cl/155074
-
Russ Cox authored
repeats 8l change http://code.google.com/p/go/source/detail?r=7594e16b5cf9 Fixes #179. R=iant https://golang.org/cl/154145
-
- 16 Nov, 2009 8 commits
-
-
Adam Langley authored
Fixes #236. R=r CC=golang-dev https://golang.org/cl/155072
-
Robert Griesemer authored
to generated pages even if Javascript has not introduced them yet. R=rsc https://golang.org/cl/154167
-
Robert Griesemer authored
package documentation using templates. The line tag interferes with the anchor tag introduces by the template. This fixes an an issue where some headers lost their ability to link to the respective source code. R=rsc https://golang.org/cl/154166
-
David Symonds authored
R=rsc https://golang.org/cl/155065
-
David G. Andersen authored
copy of a string or a byte array. strings.Repeat("-", 50) bytes.Repeat(b, 99) R=rsc https://golang.org/cl/155063
-
David G. Andersen authored
back from Carnegie Mellon about whether they're interested in signing the agreement (do you know if they have already?). In the meantime, I'm submitting these changes on my own time. If CMU has already signed the corporate contributor agreement, please remove my name from the AUTHORS list. R=rsc https://golang.org/cl/154161
-
Kai Backman authored
R=rsc https://golang.org/cl/155069
-
Adam Langley authored
Fixes #218 R=r CC=golang-dev https://golang.org/cl/155067
-