aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-12test/run: unset GREP_OPTIONSweekly.2009-11-12Russ Cox
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-12add a paragraph about semicolons to the tutorial.Rob Pike
2009-11-12exp/draw: correct Makefile.Adam Langley
2009-11-12fix a couple of typos.Rob Pike
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 typo in ByteSize exampleRob Pike
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-11typoRuss Cox
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-11point at how to get easy_install on Ubuntu.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-11add a paragraph in the FAQ about the situation with Windows supportRob Pike
2009-11-11gopack: convert long to time_t before taking a pointer.Adam Langley
2009-11-11docs: list make as a build dep.Adam Langley
2009-11-10lib9: rip out platform specific code that breaks on pclinuxosRuss Cox
2009-11-10move release tagRuss Cox
2009-11-10Implement new emacs command M-x gofmtweekly.2009-11-10.1Kevin Ballard
2009-11-10Fix go-mode.el to work on empty buffersKevin Ballard
2009-11-10update old comment: things are much better nowRuss Cox
2009-11-10gotest: avoid problems with grepping for ยทRuss Cox
2009-11-10install.html: ed needs to be installed tooRuss Cox
2009-11-10make.bash: check $PATH indirectly via which quietgccRuss Cox
2009-11-10sanity check environment variables better.Russ Cox
2009-11-10Adding myself (Kevin Ballard) to the AUTHORS/CONTRIBUTORS filesKevin Ballard
2009-11-10net: fix error for connect to /etc/ on some systemsRuss Cox
2009-11-10fix final program to have Html->HTMLRob Pike