summaryrefslogtreecommitdiff
path: root/src/pkg/template/format.go
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-8/+14
2010-03-19template: fixed html formatter bug where it would turn a []byteAndrew Gerrand1-3/+7
2010-02-25strings: delete Runes, BytesRuss Cox1-6/+5
2009-12-151) Change default gofmt default settings forRobert Griesemer1-21/+21
2009-11-30template: two bug fixes / nitsRuss Cox1-1/+5
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox1-1/+1
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-1/+1
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-7/+7
2009-11-08a nagging inconsistency: capitalization ofRuss Cox1-5/+5
2009-11-05gofmt-ify template, time, unsafe, flag, fmtRobert Griesemer1-5/+5
2009-11-03add " and ' to list of html-escaped charsRobert Griesemer1-15/+24
2009-09-17unused importsRuss Cox1-1/+0
2009-09-16rename bytes.Buffer.Data() to bytes.Buffer.Bytes()Rob Pike1-1/+1
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-4/+6
2009-06-09mv src/lib to src/pkgRob Pike1-0/+54