summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug221.go
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-1/+1
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+42
2011-09-13Imported Upstream version 60Ondřej Surý1-42/+0
2010-03-30single argument panicRuss Cox1-9/+13
note that sortmain.go has been run through hg gofmt; only the formatting of the day initializers changed. i'm happy to revert that formatting if you'd prefer. stop on error in doc/progs/run R=r CC=golang-dev http://codereview.appspot.com/850041
2009-12-02gc: function argument ordering bugRuss Cox1-0/+38
Fixes issue 370. R=ken2 http://codereview.appspot.com/163097