summaryrefslogtreecommitdiff
path: root/src/pkg/xml/read.go
AgeCommit message (Expand)AuthorFilesLines
2011-05-04Imported Upstream version 57Ondřej Surý1-6/+3
2011-04-28Imported Upstream version 2011.04.27Ondřej Surý1-7/+7
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-58/+58
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-3/+130
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-3/+3
2010-06-20reflect: add Kind, remove Int8Type, Int8Value, etc.Russ Cox1-61/+2
2010-04-21xml: new "innerxml" tag to collect inner XMLRuss Cox1-6/+41
2010-04-18reflect: add FieldByNameFuncRaif S. Naffah1-14/+15
2010-04-12xml: update documentation to match current coding styleChristopher Wedgwood1-14/+13
2010-03-25Add strconv.Atob, Btoa.Rob Pike1-4/+7
2010-02-22xml: treat bool as value in UnmarshalMichael Hoisie1-5/+6
2010-02-02allow any scalar type in xml.Unmarshal.Rob Pike1-2/+109
2010-01-27Allow underscores in XML element names (except for leading characters)Michael Hoisie1-2/+8
2010-01-05xml: Fix comment so that example code compilesEvan Shaw1-1/+1
2009-12-151) Change default gofmt default settings forRobert Griesemer1-67/+67
2009-12-11bytes, strings: allow -1 in Map to mean "drop this character".Kei Son1-2/+17
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox1-1/+1
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-3/+3
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-31/+31
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-3/+1
2009-11-05gofmt-ify parts of xmlRobert Griesemer1-7/+8
2009-10-11introduce non-strict mode in xml parser,Russ Cox1-12/+33
2009-10-06make reader more usefulRuss Cox1-11/+56
2009-10-05comment tweaks; implement precise nameRuss Cox1-1/+1
2009-10-05XML parserRuss Cox1-0/+320