- 30 Jul, 2010 9 commits
-
-
Kai Backman authored
also changed zerodivide to output "BUG" R=rsc CC=golang-dev https://golang.org/cl/1871055
-
Kai Backman authored
R=rsc CC=golang-dev https://golang.org/cl/1742050
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/1896044
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/1907045
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/1784042
-
Joe Poirier authored
R=brainman, rsc CC=golang-dev https://golang.org/cl/1676054
-
Robert Griesemer authored
( This CL is dependent on acceptance of https://golang.org/cl/1913041/show ) R=go-dev CC=golang-dev https://golang.org/cl/1860045
-
Robert Griesemer authored
Background: The current spec is imprecise with respect to the parsing ambiguity for composite literals: It says that the ambiguity arises when the TypeName form of the LiteralType is used. The following code: if (B) {} ... is not using the TypeName form (but the parenthesized TypeName form) and thus could be interpreted as: if ((B){}) ... instead of if B {} ... Both compilers and gofmt choose the latter interpretation. One could fix the spec by making the clause regarding the parsing ambiguity more precise ("...using the _possibly parenthesized_ TypeName form of the LiteralType..."). The alternative (chosen here) is to simply disallow parenthesized literal types. Except for a single test case (test/parentype.go) there appears to be no Go code under $GOROOT containing parenthesized literal types. Furthermore, parentheses are never needed around a literal type for correct parsing. R=golang-dev CC=golang-dev https://golang.org/cl/1913041
-
Andrew Gerrand authored
This is a stop-gap change to give more current information visibility before a more thorough reorganization. R=r, rsc, gri CC=golang-dev https://golang.org/cl/1902042
-
- 29 Jul, 2010 10 commits
-
-
Yuusei Kuwana authored
For example: mime.AddExtensionType(".m3u8", "application/x-mpegURL") mime.AddExtensionType(".ts", "video/MP2T") R=rsc, rsc1 CC=golang-dev https://golang.org/cl/1698046
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/1871054
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/1900044
-
Robert Griesemer authored
R=r CC=golang-dev https://golang.org/cl/1846051
-
Rob Pike authored
Fixes #976. R=rsc, chris tighe, r CC=golang-dev https://golang.org/cl/1697057
-
Alex Brainman authored
R=rsc CC=golang-dev https://golang.org/cl/1874046
-
Wei Guangjing authored
R=brainman, rsc CC=golang-dev https://golang.org/cl/1748042
-
Vinu Rajashekhar authored
of syscall.Syscall and syscall.SYS_KILL. In RTEMS, there is no syscall.Syscall support, but it does support POSIX signals. So, if this testcase is changed to use syscall.Kill, then it would run fine on RTEMS, when using gccgo. R=rsc, iant CC=golang-dev https://golang.org/cl/1863046
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1906042
-
Fazlul Shahriar authored
Fixes #851. R=rsc CC=golang-dev https://golang.org/cl/1729052
-
- 28 Jul, 2010 4 commits
-
-
Rob Pike authored
Fix the documentation of newline handling in *f routines to match the implementation. R=rsc CC=golang-dev https://golang.org/cl/1899042
-
Brad Fitzpatrick authored
Little helpers I've found useful. R=adg, rsc, r, gri CC=golang-dev https://golang.org/cl/1764043
-
Kai Backman authored
R=rsc CC=golang-dev https://golang.org/cl/1907041
-
Kai Backman authored
R=rsc CC=golang-dev https://golang.org/cl/1692057
-
- 27 Jul, 2010 11 commits
-
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1893042
-
Andrew Gerrand authored
Fixes #949. R=rsc CC=golang-dev https://golang.org/cl/1886046
-
Andrew Gerrand authored
Fixes #945. R=r CC=golang-dev https://golang.org/cl/1848049
-
Andrew Gerrand authored
R=r, rsc CC=golang-dev https://golang.org/cl/1669055
-
Andrew Gerrand authored
R=gri CC=golang-dev https://golang.org/cl/1894043
-
Andrew Gerrand authored
Plus automatic package<->project association script. (This is just a helper script for now. I intend to fully automate the associations further down the track.) R=rsc CC=golang-dev https://golang.org/cl/1715054
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1871049
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/1875049
-
Russ Cox authored
Fixes #961. Fixes #962. R=ken2 CC=golang-dev https://golang.org/cl/1903043
-
Russ Cox authored
Fixes #963. Fixes #964. R=r CC=golang-dev https://golang.org/cl/1874045
-
Russ Cox authored
Fixes #959. R=r CC=golang-dev https://golang.org/cl/1876045
-
- 26 Jul, 2010 6 commits
-
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1882043
-
Rob Pike authored
Fixes #954. R=rsc CC=golang-dev https://golang.org/cl/1864046
-
Peter Mundy authored
Release 2010-04-27. runtime: rename cgo2c, *.cgo to goc2c, *.goc to avoid confusion with real cgo. R=rsc CC=golang-dev https://golang.org/cl/1868047
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/1880047
-
Robert Griesemer authored
Fixes #953. R=rsc CC=golang-dev https://golang.org/cl/1862046
-
Russ Cox authored
Fixes #812. R=ken2 CC=golang-dev https://golang.org/cl/1904041
-