- 11 Dec, 2009 5 commits
-
-
Kei Son authored
xml: drop invalid characters in attribute names when constructing struct field names. R=rsc CC=r https://golang.org/cl/157104
-
Robert Griesemer authored
- some factoring for easier experimentation R=rsc https://golang.org/cl/174048
-
Robert Griesemer authored
- oldparser parse old syntax (required semicolons) - oldprinter print old syntax (required semicolons) By default, these flags are enabled for now. Setting -oldparser=false has no effect until go/parser is changed to accept the new syntax. Enabled exp/parser in Makefile; update dependent exp/eval. R=rsc https://golang.org/cl/174051
-
Robert Griesemer authored
to allow simultaneous import with the current go/parser R=rsc https://golang.org/cl/174053
-
Robert Griesemer authored
R=rsc, r, iant, ken2 CC=golang-dev https://golang.org/cl/166066
-
- 10 Dec, 2009 14 commits
-
-
Robert Griesemer authored
R=rsc https://golang.org/cl/174050
-
Robert Griesemer authored
R=rsc https://golang.org/cl/175047
-
Robert Griesemer authored
R=rsc CC=r https://golang.org/cl/175045
-
Robert Griesemer authored
R=rsc, ken2 https://golang.org/cl/174047
-
Russ Cox authored
R=gri CC=golang-dev https://golang.org/cl/173044
-
Robert Griesemer authored
R=rsc, ken2, ken3 https://golang.org/cl/174042
-
Kai Backman authored
registers. R=rsc https://golang.org/cl/166049
-
Kai Backman authored
R=rsc https://golang.org/cl/165044
-
Robert Griesemer authored
R=rsc https://golang.org/cl/173045
-
Robert Griesemer authored
R=rsc, r https://golang.org/cl/172045
-
Robert Griesemer authored
R=rsc, r https://golang.org/cl/171051
-
Robert Griesemer authored
- remove use of implicit string concatenation - these appear to be the only files correctly compiling under test that used implicit string concatenation R=rsc https://golang.org/cl/172043
-
Robert Griesemer authored
R=rsc https://golang.org/cl/172042
-
Robert Griesemer authored
R=rsc https://golang.org/cl/172041
-
- 09 Dec, 2009 18 commits
-
-
Russ Cox authored
R=r https://golang.org/cl/170049
-
Russ Cox authored
R=r https://golang.org/cl/170048
-
Russ Cox authored
R=r https://golang.org/cl/170047
-
Russ Cox authored
and release.2009-12-09 (where we are) shorten tags because it is too hard to look up the full size hash and overkill anyway. R=r https://golang.org/cl/171047
-
Russ Cox authored
R=r https://golang.org/cl/171046
-
Roger Peppe authored
removed superfluous field name in lockedSource. R=r, rsc https://golang.org/cl/170043
-
Rob Pike authored
negative counts in return values. R=rsc CC=golang-dev https://golang.org/cl/170044
-
Russ Cox authored
R=r https://golang.org/cl/170042
-
Roger Peppe authored
R=r, rsc CC=golang-dev https://golang.org/cl/168041
-
Charles L. Dorian authored
UTF-8 string, Yconv() converts it into an octal sequence. If the string converted to more than 30 bytes, the str buffer would overflow. For example, 4 Greek runes became 32 bytes, 3 Hiragana runes became 36 bytes, and 2 Gothic runes became 32 bytes. In 8l, 6l and 5l the function is Sconv(). For some reason, only 5l uses the constant STRINGSZ (defined as 200) for the buffer size. R=rsc https://golang.org/cl/168045
-
Ross Light authored
Fixes #400. R=golang-dev, rsc https://golang.org/cl/167058
-
Ross Light authored
R=rsc https://golang.org/cl/165101
-
Adrian O'Grady authored
This is an adaption of the code from http://en.wikipedia.org/wiki/XTEA. The package also implements the block.Cipher interface so that it can be used with the various block modes. R=rsc https://golang.org/cl/157152
-
Russ Cox authored
then enable stack check. R=r https://golang.org/cl/165100
-
Russ Cox authored
Kei Son has completed the CLA. Yves Junqueira is a Google employee. R=r https://golang.org/cl/167057
-
Russ Cox authored
R=r https://golang.org/cl/167047
-
Devon H. O'Dell authored
FreeBSD was passing stk as the new thread's stack base, while stk is the top of the stack in go. The added check should cause a trap if this ever comes up in any new ports, or regresses in current ones. R=rsc CC=golang-dev https://golang.org/cl/167055
-
Devon H. O'Dell authored
R=rsc CC=golang-dev https://golang.org/cl/165097
-
- 08 Dec, 2009 2 commits
-
-
Russ Cox authored
Fixes #221. R=ken2 https://golang.org/cl/165086
-
Russ Cox authored
R=r https://golang.org/cl/165083
-
- 07 Dec, 2009 1 commit
-
-
Russ Cox authored
cuts working size for hello world from 6 MB to 1.2 MB. still some work to be done, but diminishing returns. R=r https://golang.org/cl/165080
-