- 17 Nov, 2009 4 commits
-
-
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 11 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
-
Robert Griesemer authored
- Slight re-phrasing of struct type section since "field name" was not properly introduced. Fixes #164. R=r, rsc, iant https://golang.org/cl/155061
-
Robert Griesemer authored
Fixes #173. R=r, rsc, r1 https://golang.org/cl/154156
-
Russ Cox authored
Fixes #167. R=ken2 https://golang.org/cl/155062
-
- 15 Nov, 2009 19 commits
-
-
Adam Langley authored
Fixes #210. R=rsc CC=golang-dev https://golang.org/cl/155057
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/154153
-
Russ Cox authored
Fixes #97. R=r https://golang.org/cl/155054
-
Russ Cox authored
Thanks to anno.langen. Fixes #103. R=r https://golang.org/cl/155050
-
Russ Cox authored
Suggested by eostapets. Fixes #141. R=r https://golang.org/cl/155049
-
Russ Cox authored
Fixes #21. R=r https://golang.org/cl/155048
-
Russ Cox authored
Fixes #176. R=r https://golang.org/cl/154146
-
Russ Cox authored
* check for struct literal assignment to private fields. * record, fix crash involving parallel map assignment. * avoid infinite recursion in exportassignok. * make floating point bounds check precise. * avoid crash on invalid receiver. * add context to error about implicit assignment. Fixes #86. Fixes #88. Fixes #158. Fixes #174. Fixes #201. Fixes #204. R=ken2 https://golang.org/cl/154144
-
Russ Cox authored
Fixes #125. R=r https://golang.org/cl/154143
-
Russ Cox authored
Fixes #190. R=r https://golang.org/cl/154142
-
Rob Pike authored
Fixes #196. R=rsc https://golang.org/cl/154152
-
Rob Pike authored
thanks to ulrik.sverdrup for the test case. Fixes #191. R=rsc CC=golang-dev https://golang.org/cl/155056
-
Robert Griesemer authored
Fixes #189. R=r CC=rsc https://golang.org/cl/155055
-
Russ Cox authored
Fixes #192. R=ken2 https://golang.org/cl/155047
-
Russ Cox authored
Fixes bug 168. Alternative to https://golang.org/cl/152143. R=ken2 https://golang.org/cl/155042
-
Kai Backman authored
introduction. R=rsc https://golang.org/cl/152109
-
Adam Langley authored
We are dealing with the multiplicative group ℤ/pqℤ. Multiples of either p or q are not members of the group since they cannot have an inverse. (Such numbers are 0 in the subgroup ℤ/pℤ.) With p and q of typical size (> 512 bits), the probability of a random blind [1..pq-1] being a multiple of p or q is negligible. However, in the unit tests, much smaller sizes are used and the event could occur. This change checks the result of the ext GCD and deals with this case. It also increases the size of p and q in the unit test as a large number of the keys selected were p, q = 227,169. R=rsc CC=golang-dev https://golang.org/cl/154141
-
Kai Backman authored
R=rsc https://golang.org/cl/154097
-
Russ Cox authored
versions of static checks in receiver1.go R=r https://golang.org/cl/155045
-
- 14 Nov, 2009 6 commits
-
-
Devon H. O'Dell authored
This does still contain some FreeBSD-specific bits, but it's a pain to do partial diffs. R=rsc https://golang.org/cl/152138
-
Devon H. O'Dell authored
R=rsc https://golang.org/cl/155041
-
Môshe van der Sterre authored
The ByteOrder.Put* methods are already available, this change uses them to implement the Write function. R=golang-dev, agl1, rsc, r https://golang.org/cl/152141
-
Môshe van der Sterre authored
As Adam Langley mentioned, this should go in with https://golang.org/cl/152141 R=rsc CC=agl1 https://golang.org/cl/154138
-
Russ Cox authored
Fixes #183. R=ken https://golang.org/cl/154139
-
Rob Pike authored
performance hit of about 20% but more intuitive results for submatches. we need a good regexp package at some point. Fixes #110. R=rsc CC=golang-dev https://golang.org/cl/152131
-