aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-11-12os.TestSeek: use a smaller but still 64-bit seek offset.Russ Cox
2009-11-12produce helpful error when gotest doesn't find a MakefileRob Pike
2009-11-12exp/draw: correct Makefile.Adam Langley
2009-11-12cc, ld: fix more gcc 4.3 -O2 compile bugsRuss Cox
2009-11-11 add cache flushing call after generating closure.Kai Backman
2009-11-11avoid seg fault when return type is unknownRuss Cox
2009-11-11gopack: work around gcc bug in hash functionRuss Cox
2009-11-11Fix capitalisation of "Git".David Symonds
2009-11-11vector: s/Element/interface{}/Robert Griesemer
2009-11-11json: support \u escaping in stringsAdam Langley
2009-11-11cgo: add more information about gcc output parsing failuresRuss Cox
2009-11-11fix BUFSIZ redeclaration warningsRuss Cox
2009-11-11fix TestRemoveAll again (tested as root this time).Russ Cox
2009-11-11make.bash: detect and warn about SELinux policy that crashes us.Adam Langley
2009-11-11os test: do not use symlink > 255 bytes.Russ Cox
2009-11-11cc: correct handling of allocn(0, 1, d)Russ Cox
2009-11-11gotest: add LC_ALL=CRuss Cox
2009-11-11getc/ungetc in assemblers; BUFSIZ everywhere.Russ Cox
2009-11-11two gopack nits.Russ Cox
2009-11-11Revert make.bash which slipped into the previous revision.Adam Langley
2009-11-11Reland a112249da741, this time with missing file.Adam Langley
2009-11-11avoid clash with stdio's getc, ungetc.Russ Cox
2009-11-11log test: don't assume a fixed set of letters for $GOROOTRuss Cox
2009-11-11roll back 3985: build is brokenRuss Cox
2009-11-11big:Adam Langley
2009-11-11work with GNU Make 3.80Russ Cox
2009-11-11gc: increase maximum path size in getwd from 100 to 1000.Russ Cox
2009-11-11os: do not test error case of TestRemoveAll when rootRuss Cox
2009-11-11use fully qualified names for hash interfacesRuss Cox
2009-11-11gopack: convert long to time_t before taking a pointer.Adam Langley
2009-11-10lib9: rip out platform specific code that breaks on pclinuxosRuss Cox
2009-11-10update old comment: things are much better nowRuss Cox
2009-11-10gotest: avoid problems with grepping for ยทRuss Cox
2009-11-10make.bash: check $PATH indirectly via which quietgccRuss Cox
2009-11-10sanity check environment variables better.Russ Cox
2009-11-10net: fix error for connect to /etc/ on some systemsRuss Cox
2009-11-10test for invalid $GOBIN setting before trying to buildRuss Cox
2009-11-10net: disable more ipv6 testsRuss Cox
2009-11-10net: disable ipv6 test if we know kernel won't take it.Russ Cox
2009-11-10net: disable dns error testRuss Cox
2009-11-10net: fix dns bug reported on irc.Russ Cox
2009-11-10better code for a copy loopRobert Griesemer
2009-11-10spell it with an "e"Ken Thompson
2009-11-10minor adjustments to package comments for better synopsis.Robert Griesemer
2009-11-10make regexp comment not a package commentRuss Cox
2009-11-10allow user agent to mention Go.Russ Cox
2009-11-09drop output from nilptr tests;Russ Cox
2009-11-09- minor cleanupsRobert Griesemer
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer
2009-11-09 - replaced gofmt expression formatting algorithm withRobert Griesemer