summaryrefslogtreecommitdiff
path: root/src/library/scala/xml
Commit message (Expand)AuthorAgeFilesLines
* One more try to unbreak fsc all the way.Paul Phillips2009-08-311-1/+1
* Brushing some of the cobwebs off the denizens o...Paul Phillips2009-08-3110-232/+83
* Starting some cleanup deeper in scala.xml in th...Paul Phillips2009-08-313-115/+44
* Fix and test case for #2276.Paul Phillips2009-08-281-12/+4
* Handled a dozen or so deprecation warnings.Paul Phillips2009-08-191-1/+1
* A variety of work on scala.io.{ File, Source } ...Paul Phillips2009-08-161-48/+9
* switch to unnested packages.Martin Odersky2009-07-2445-49/+96
* minor changes (Scala comments)michelou2009-07-152-12/+42
* Made NamespaceBinding a case class; addresses t...Paul Phillips2009-07-081-6/+6
* Fixes and test cases for #2124 and #2125.Paul Phillips2009-07-0510-127/+44
* Gave a Source method a more precise name.Paul Phillips2009-06-271-1/+1
* More work and documentation for GenericRanges, ...Paul Phillips2009-06-242-4/+4
* Working my way toward a consistent interface fo...Paul Phillips2009-06-243-4/+6
* Tightened up XHTML minimization logic - closes ...Paul Phillips2009-06-071-3/+9
* Abstracted XML loading interface into xml.facto...Paul Phillips2009-06-035-186/+138
* Another big XML commit.Paul Phillips2009-06-0322-386/+193
* More XML logic smoothing.Paul Phillips2009-06-021-26/+25
* Massive XML simplifications.Paul Phillips2009-06-029-151/+66
* big overhaul of annotations implementation.Lukas Rytz2009-05-301-3/+2
* Named and default argumentsLukas Rytz2009-05-301-1/+1
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-2721-68/+68
* Updated documentation.Paul Phillips2009-05-171-2/+3
* Creates XMLOptions configuration object to addr...Paul Phillips2009-05-152-44/+80
* Removed redundant type parameter for class Buil...Martin Odersky2009-05-091-1/+1
* massive new collections checkin.Martin Odersky2009-05-084-6/+16
* StringBuilder helper function to reduce lots of...Paul Phillips2009-05-049-107/+65
* Fix for #402.Paul Phillips2009-05-012-2/+2
* remedied a logic error I accidentally introducedPaul Phillips2009-05-011-5/+2
* Renamed overloaded toString variations througho...Paul Phillips2009-05-0120-93/+86
* Fix and test case for #1773.Paul Phillips2009-05-011-6/+16
* Pulled inappropriately output-producing method ...Paul Phillips2009-05-011-99/+50
* Implemented convenience methods for Xhtml as de...Paul Phillips2009-05-011-48/+72
* Patch for #1118 appliedPaul Phillips2009-05-011-5/+11
* Factored common interface of UnprefixedAttribut...Paul Phillips2009-04-303-10/+81
* restoring unwisely removed toString variant.Paul Phillips2009-04-301-0/+2
* Fix for #901.Paul Phillips2009-04-301-1/+1
* Some minor cleanups made in the course of looki...Paul Phillips2009-04-302-93/+25
* continuing fix for #1626 into trac commentsPaul Phillips2009-04-301-1/+1
* fix for #1712Paul Phillips2009-04-301-2/+1
* Two minor findbugs-discovered logic errors I've...Paul Phillips2009-04-302-5/+6
* Reimplementation of XML encoding heuristics fro...Paul Phillips2009-04-301-133/+60
* Minor refinements to pull parser, plus fix for ...Paul Phillips2009-04-292-19/+10
* Rewrote XML pull parser using exciting modern t...Paul Phillips2009-04-281-95/+118
* Bug 777: Applied Jamie's patchAlex Cruise2009-04-141-3/+8
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-1356-56/+56
* Updated copyright notices to 2009Antonio Cunei2009-01-093-3/+3
* fixed ticket #1620michelou2009-01-0612-194/+151
* Fixed initialization order issues (when -Xexper...Iulian Dragos2008-07-281-1/+1
* early initialization fixes.Martin Odersky2008-07-091-7/+4
* Fix initialization when constructing a MarkupPa...Geoffrey Washburn2008-06-241-4/+4