- 15 Jul, 2010 11 commits
-
-
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 8 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
-
Robert Griesemer authored
R=r, rsc CC=golang-dev https://golang.org/cl/1772043
-
Evan Shaw authored
Also in this CL: * Removed util.go, as its functionality is in big * Removed some semicolons from the code generated by gen.go * Added a generate target to Makefile * Removed an outdated TODO from value.go R=gri CC=golang-dev https://golang.org/cl/1780042
-
Adam Langley authored
R=r, rsc CC=golang-dev https://golang.org/cl/1750042
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1835041
-
- 13 Jul, 2010 9 commits
-
-
Rob Pike authored
- nil channel in regular send or receive panics - empty select blocks forever R=rsc, gri, iant, ken2 CC=golang-dev https://golang.org/cl/1825043
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/1812043
-
Robert Griesemer authored
Fixes #891. R=r, rsc CC=golang-dev https://golang.org/cl/1760043
-
Andrew Gerrand authored
R=r, rsc CC=golang-dev https://golang.org/cl/1821041
-
Russ Cox authored
R=gri CC=golang-dev https://golang.org/cl/1813042
-
Peter Mundy authored
Use io/ioutil.TempFile with default os.TempDir for temporary test files. For os_test.go temporary test files, use a local file system and OS independent directory names. Avoid problems with NFS. Fixes #848. R=adg CC=golang-dev https://golang.org/cl/1806043
-
Andrew Gerrand authored
To make code samples formatted correctly by godoc. R=r, ukai, rsc CC=golang-dev, gri https://golang.org/cl/1738048
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/1814043
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/1677053
-
- 12 Jul, 2010 12 commits
-
-
Rob Pike authored
Fixes #904. R=rsc CC=golang-dev https://golang.org/cl/1803043
-
Russ Cox authored
rearrange to make reason for if clear. Fixes #911. R=agl1 CC=golang-dev https://golang.org/cl/1774044
-
Peter Mundy authored
R=rsc, brainman CC=golang-dev https://golang.org/cl/1773041
-
Rob Pike authored
Fixes #912. R=rsc CC=golang-dev https://golang.org/cl/1819041
-
Andrew Gerrand authored
Fixes #900. R=rsc CC=golang-dev https://golang.org/cl/1756042
-
Robert Griesemer authored
- sign to determine if a value is < 0, == 0, > 0 - abs to compute absolute value - Rat.IsInt to test if a rational number is representable as an integer R=rsc CC=golang-dev https://golang.org/cl/1761042
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/1815042
-
Robert Griesemer authored
(Iter() is almost never the right mechanism to call. Per discussion with rsc.) R=rsc CC=golang-dev https://golang.org/cl/1771043
-
Vinu Rajashekhar authored
remove the print statements. This change is because of the port of gccgo to RTEMS. These tests use the GCC DejaGNU framework. In some cases, the tests need to be run on qemu where the status code cannot be sent back to DejaGNU, so it prints the exit status by putting a wrapper around the exit and abort calls. This testcase closes the stdout, and hence prohibits DejaGNU from knowing the status in such cases, and causes this test to be wrongly declared as a failure. R=rsc, iant CC=golang-dev https://golang.org/cl/1792042
-
Charles L. Dorian authored
Benchmarks 25ns/op (was 58ns/op) on 2.53GHz Intel Core 2 Duo. R=rsc CC=golang-dev https://golang.org/cl/1740043
-
Micah Stetson authored
R=rsc CC=golang-dev https://golang.org/cl/1496042
-
Ian Lance Taylor authored
R=rsc CC=Raj_, golang-dev https://golang.org/cl/1740044
-