- 19 Jul, 2010 4 commits
-
-
Adam Langley authored
R=r CC=golang-dev https://golang.org/cl/1830041
-
Kai Backman authored
R=dho CC=golang-dev https://golang.org/cl/1777041
-
James Whitehead authored
R=PeterGo, adg CC=golang-dev, jnw https://golang.org/cl/1699046
-
James Whitehead authored
Fixes #923. R=adg, rsc CC=golang-dev https://golang.org/cl/1846043
-
- 17 Jul, 2010 5 commits
-
-
Russ Cox authored
Fixes #465. R=iant CC=golang-dev https://golang.org/cl/1665051
-
Peter Mundy authored
(on Windows, syscall depends on utf16) R=rsc CC=golang-dev https://golang.org/cl/1664053
-
Ken Thompson authored
out of floating constant multiply 2. added rounding code to "const fix=float" to allow up to 29 (Mpscale) bits of slop and still get an exact fixed constant. fixes #931 R=rsc CC=golang-dev https://golang.org/cl/1692055
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1872041
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/1841044
-
- 16 Jul, 2010 7 commits
-
-
Russ Cox authored
Fixes #925. Fixes #926. Fixes #927. Fixes #928. Fixes #929. Fixes #930. R=r CC=golang-dev https://golang.org/cl/1752044
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/1862044
-
Ken Thompson authored
//line number file to //line file:number R=rsc CC=golang-dev https://golang.org/cl/1868041
-
Russ Cox authored
R=gri CC=golang-dev https://golang.org/cl/1752043
-
Ian Lance Taylor authored
R=rsc CC=golang-dev https://golang.org/cl/1686054
-
Ian Lance Taylor authored
R=rsc CC=golang-dev https://golang.org/cl/1842042
-
Ken Thompson authored
//line 10 units.y which is equiv to c #line 10 units.y the purpose is to generate diagnostics that correctly point to preprocessed source. R=rsc CC=golang-dev https://golang.org/cl/1863042
-
- 15 Jul, 2010 20 commits
-
-
Russ Cox authored
R=gri CC=golang-dev https://golang.org/cl/1678054
-
Russ Cox authored
Fixes #800. R=ken2 CC=golang-dev https://golang.org/cl/1855043
-
Russ Cox authored
Fixes #846. R=ken2 CC=golang-dev https://golang.org/cl/1862042
-
Russ Cox authored
Fixes #843. R=ken2 CC=golang-dev https://golang.org/cl/1729051
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/1742045
-
Russ Cox authored
Fixes #894. R=ken2 CC=golang-dev https://golang.org/cl/1701051
-
Russ Cox authored
Fixes #901. R=ken2 CC=golang-dev https://golang.org/cl/1674049
-
Russ Cox authored
Fixes #915. R=ken2 CC=golang-dev https://golang.org/cl/1856042
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1742044
-
Russ Cox authored
Fixes #849. Fixes #920. R=ken2 CC=golang-dev https://golang.org/cl/1841042
-
Ian Lance Taylor authored
Change make.bash to make sure that $(CC) is defined to match the compiler used to build the tools. R=rsc CC=golang-dev https://golang.org/cl/1853041
-
Ian Lance Taylor authored
R=rsc CC=golang-dev https://golang.org/cl/1698051
-
Russ Cox authored
Fixes #922. R=r CC=golang-dev https://golang.org/cl/1664051
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/1847041
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/1844041
-
Brad Fitzpatrick authored
Somewhat of a work-in-progress (in that MIME is a large spec), but this is functional and enough for discussion and/or code review. In addition to the unit tests, I've tested with curl and Chrome with a variety of test files, making sure the digests of files are unaltered when read via a multipart Part. R=rsc, adg, dsymonds1, agl1 CC=golang-dev https://golang.org/cl/1681049
-
Russ Cox authored
R=adg CC=golang-dev https://golang.org/cl/1823041
-
Joe Poirier authored
R=rsc CC=brainman, golang-dev https://golang.org/cl/1690053
-
Russ Cox authored
* remember #defined names, so that C.stdout can refer to the real name (on OS X) __stdoutp. * better handling of #defined constant expressions * allow n, err = C.strtol("asdf", 0, 123) to get errno as os.Error * write all output files to current directory * don't require gcc output if there was no input Fixes #533. Fixes #709. Fixes #756. R=r CC=dho, golang-dev, iant https://golang.org/cl/1734047
-
Evan Shaw authored
R=rsc, adg, rsc1 CC=golang-dev https://golang.org/cl/1804041
-
- 14 Jul, 2010 4 commits
-
-
Robert Griesemer authored
R=r, rsc CC=golang-dev https://golang.org/cl/1766042
-
Rob Pike authored
make shell prompts consistent R=rsc CC=golang-dev https://golang.org/cl/1824042
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/1774047
-
Robert Griesemer authored
(gofmt doesn't exist when this is built) R=rsc CC=golang-dev https://golang.org/cl/1838041
-