summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug097.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/+53
2011-09-13Imported Upstream version 60Ondřej Surý1-53/+0
2010-03-30single argument panicRuss Cox1-9/+15
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-08-17fix up some irregular indentationRob Pike1-3/+3
R=rsc OCL=33382 CL=33391
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-1/+1
plus significant hand editing. Back to T{x} for composite literals. R=r OCL=25612 CL=25632
2009-02-13convert composite literals from { } to ( ).Russ Cox1-1/+1
only non-trivial changes are in convlit1.go golden.out R=gri OCL=25019 CL=25024
2009-01-20delete exportRuss Cox1-1/+1
TBR=r OCL=23121 CL=23127
2009-01-16convert tests; nothing interesting.Russ Cox1-1/+1
R=r OCL=23012 CL=23014
2009-01-16casify, cleanup sysRuss Cox1-2/+2
R=r OCL=22978 CL=22984
2009-01-05clean up some testsRob Pike1-2/+2
R=rsc DELTA=10 (1 added, 2 deleted, 7 changed) OCL=22033 CL=22033
2008-11-03fixed testsRuss Cox1-0/+47
R=r DELTA=124 (62 added, 62 deleted, 0 changed) OCL=18389 CL=18394