- 11 Dec, 2009 16 commits
-
-
Russ Cox authored
Fixes #89. Fixes #92. Fixes #118. Fixes #182. Fixes #328. Fixes #340. R=ken2, ken3 CC=golang-dev https://golang.org/cl/172049
-
Ken Thompson authored
8g still needs fixing R=rsc https://golang.org/cl/176057
-
Robert Griesemer authored
R=rsc https://golang.org/cl/175046
-
Robert Griesemer authored
R=rsc https://golang.org/cl/175048
-
Devon H. O'Dell authored
This change removes the necessity to have GOBIN in $PATH, and also doesn't assume that the build is being run from $GOROOT/src. This is a minimal set of necessary changes to get Go to build happily from the FreeBSD ports collection. R=rsc CC=golang-dev https://golang.org/cl/171044
-
Russ Cox authored
suggested by Alex Ray <ajray@ncsu.edu> R=gri CC=golang-dev https://golang.org/cl/174063
-
Maxim Ushakov authored
R=rsc CC=krasin https://golang.org/cl/167050
-
Devon H. O'Dell authored
this change. R=rsc CC=golang-dev https://golang.org/cl/171048
-
Yves Junqueira authored
R=golang-dev, rsc https://golang.org/cl/157168
-
Yongjian Xu authored
R=golang-dev, rsc https://golang.org/cl/173041
-
Russ Cox authored
Andrey Mirtchovski (individual CLA), Maxim Ushakov (Google), Yongjian Xu (individual CLA) R=gri https://golang.org/cl/174064
-
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 10 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
-