summaryrefslogtreecommitdiff
path: root/src/library/scala/xml
Commit message (Expand)AuthorAgeFilesLines
* changed standard library so that it does not re...Martin Odersky2009-10-2830-8/+75
* new classpaths.Lukas Rytz2009-10-261-4/+3
* renamed BuilderFactory[El, To, From] -> CanBuil...Adriaan Moors2009-10-211-2/+6
* Sequence->SeqMartin Odersky2009-10-022-3/+3
* For for an XML bug I accidentally introduced in...Paul Phillips2009-09-263-6/+13
* More accumulated XML work, including removing s...Paul Phillips2009-09-2511-409/+117
* Collections refactoring.Martin Odersky2009-09-251-3/+4
* Some more XML work as I prepare to deal with th...Paul Phillips2009-09-2510-156/+46
* This patch represents breaking out bits of code...Paul Phillips2009-09-242-27/+17
* Equality logging keeps taking me inside XML fil...Paul Phillips2009-09-241-90/+39
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-243-3/+3
* Created a copy method for Elem like the one whi...Paul Phillips2009-09-231-9/+18
* Some more XML reworking.Paul Phillips2009-09-231-59/+30
* Fix for #2374.Paul Phillips2009-09-231-20/+14
* Fix for #2364, and another XML rewrite.Paul Phillips2009-09-231-81/+49
* Attempting to widen the field of possibilities ...Paul Phillips2009-09-222-31/+30
* new arrays are done.Martin Odersky2009-09-212-2/+2
* A bundle of small bugfixes to recent patches.Paul Phillips2009-09-111-1/+1
* Reverts scala.io.* to its natural state, and th...Paul Phillips2009-09-072-29/+45
* Removed custom UTF8 encoding implementation, de...Paul Phillips2009-09-051-2/+1
* Changed createDirectory and createFile to accept aPaul Phillips2009-09-011-1/+1
* 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