summaryrefslogtreecommitdiff
path: root/src/library/scala/xml/pull/XMLEventReader.scala
Commit message (Expand)AuthorAgeFilesLines
* [backport] SI-4339 Event errors and attribute fixSom Snytt2015-02-131-2/+7
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-1/+1
* SI-1118 WIPAlex Cruise2012-03-151-1/+1
* Third collections commit from Todd Vierling.Paul Phillips2011-11-071-1/+4
* added missing getExcludedFiles in <scalac> Ant ...michelou2011-09-081-2/+5
* Warning! Warning! Yes, that's what's in this co...Paul Phillips2011-06-291-1/+1
* Reducing the sbt launcher footprint by eliminat...Paul Phillips2011-05-011-5/+3
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-281-1/+1
* Changed scala.io.Position into something other ...Paul Phillips2011-04-101-2/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Reverts r23251 because it hangs on windows.Paul Phillips2010-10-191-15/+1
* Fixing issue with XMLEventReader.stop failing t...Paul Phillips2010-10-141-1/+15
* Modified XMLEventReader to write dummy <ignore/...Paul Phillips2010-09-171-1/+8
* documentation for scala.xml.pull, contribution ...Lukas Rytz2010-08-261-18/+4
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* More accumulated XML work, including removing s...Paul Phillips2009-09-251-1/+1
* switch to unnested packages.Martin Odersky2009-07-241-1/+2
* Minor refinements to pull parser, plus fix for ...Paul Phillips2009-04-291-18/+9
* Rewrote XML pull parser using exciting modern t...Paul Phillips2009-04-281-95/+118
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* Fixed initialization order issues (when -Xexper...Iulian Dragos2008-07-281-1/+1
* made xml.pull functionalBurak Emir2008-04-121-11/+24
* putting files back where they belongBurak Emir2008-04-121-0/+133
* The great library reorg!Geoffrey Washburn2008-04-041-133/+0
* removed primitive type aliases from the standar...michelou2007-06-081-5/+5
* corrected typomichelou2007-04-101-4/+4
* updated file headersmichelou2007-04-101-42/+44
* Replaced == null()eq null(ne null)mihaylov2006-11-131-1/+1
* Refactored portability supportmihaylov2006-11-011-0/+3
* added event (pull) parsingBurak Emir2006-07-141-0/+128