- 12 Nov, 2009 17 commits
-
-
Russ Cox authored
R=r https://golang.org/cl/154100
-
Russ Cox authored
Fixes #116. R=r https://golang.org/cl/152106
-
Russ Cox authored
Might fix issue 91. R=r https://golang.org/cl/152108
-
Rob Pike authored
Fixes #117. R=rsc, agl1 CC=golang-dev https://golang.org/cl/152107
-
Rob Pike authored
fix a typo caught by kakugawa@gmail.com Fixes #92. R=rsc CC=golang-dev https://golang.org/cl/152105
-
Adam Langley authored
Thanks to Allister Macleod Fixes #112. R=rsc CC=golang-dev https://golang.org/cl/152102
-
Rob Pike authored
add a mention of range to the tutorial. change tutorial's title. R=rsc CC=golang-dev https://golang.org/cl/152098
-
Russ Cox authored
same as https://golang.org/cl/152088 in more files. Fixes #83. R=r, r1 https://golang.org/cl/152091
-
Kai Backman authored
go/test: passes 88% (306/347) R=rsc https://golang.org/cl/152089
-
Russ Cox authored
Fixes #80. R=ken https://golang.org/cl/154079
-
Russ Cox authored
Fixes #48. (this time for sure!) R=r, r1 https://golang.org/cl/152088
-
Rob Pike authored
R=rsc, agl1 CC=golang-dev https://golang.org/cl/154076
-
David Symonds authored
R=rsc https://golang.org/cl/154071
-
Robert Griesemer authored
Fixes #74. R=rsc https://golang.org/cl/154073
-
Adam Langley authored
Fixes #73. R=rsc CC=golang-dev https://golang.org/cl/154072
-
Russ Cox authored
R=r https://golang.org/cl/152084
-
Russ Cox authored
R=r https://golang.org/cl/152085
-
- 11 Nov, 2009 23 commits
-
-
Russ Cox authored
Fixes #22. R=r https://golang.org/cl/154069
-
Adam Langley authored
The default SELinux policy on Fedora 12 (at least) disallows stack pages to be +x. This causes all binaries written by 6g/6l to segfault immedately. The 'true' way to fix this issue is to mark binaries with the correct type. However, that assumes that 6l is going to detect SELinux, figure out the correct type for the current distribution and set the type (without libselinux). For now we'll warn users and point them towards the way to enable execstack for the whole system. http://code.google.com/p/go/issues/detail?id=47 R=rsc CC=golang-dev http://codereview.prom.corp.google.com/1026041
-
Russ Cox authored
Fixes #69. R=r https://golang.org/cl/152082
-
Russ Cox authored
Fixes #62. R=r https://golang.org/cl/152080
-
Russ Cox authored
Fixes #29. R=r https://golang.org/cl/152076
-
Russ Cox authored
R=r https://golang.org/cl/154067
-
Russ Cox authored
Fixes #67. R=r https://golang.org/cl/154068
-
Russ Cox authored
Fixes #59. Add note about export. R=r https://golang.org/cl/152079
-
Russ Cox authored
1. allocate an extra byte for use by write. 2. throw away the code trying to translate uid and gid to names. i suspect it of causing seg faults in some situations, and it is not needed by the compilers. Fixes #48. (I hope.) R=r https://golang.org/cl/152077
-
Adam Langley authored
R=rsc http://codereview.prom.corp.google.com/1024051
-
Adam Langley authored
-
Russ Cox authored
Fixes #50. R=r https://golang.org/cl/154064
-
Russ Cox authored
Fixes #27. R=r https://golang.org/cl/152075
-
Russ Cox authored
TBR=agl1 CC=golang-dev https://golang.org/cl/154065
-
Adam Langley authored
Turn methods that don't store the result in their receiver into functions in order to preserve the convention. Re-jig Exp and Div by moving their guts into nat.go. Add ProbablyPrime to perform Miller-Rabin primality tests. crypto/rsa: reenable key generation since we now have ProbablyPrime. R=gri CC=go-dev http://codereview.prom.corp.google.com/1024038
-
Russ Cox authored
Fixes #30. R=r1, r https://golang.org/cl/154061
-
Russ Cox authored
Fixes #31. To try the fix before the next release: hg pull -u R=r1, r https://golang.org/cl/154058
-
Russ Cox authored
Fixes #22. R=r1, r https://golang.org/cl/152073
-
Russ Cox authored
Fixes #38. R=r1, r https://golang.org/cl/152072
-
Rob Pike authored
R=rsc, iant CC=golang-dev https://golang.org/cl/154059
-
Adam Langley authored
Fixes #40. R=rsc, r1 CC=golang-dev https://golang.org/cl/154057
-
Adam Langley authored
Fixes #45. R=rsc, r1 CC=golang-dev https://golang.org/cl/154055
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/154049
-