summaryrefslogtreecommitdiff
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* DTD parsing, representationburaq2005-04-264-35/+483
* Added better type printer.Iulian Dragos2005-04-262-3/+50
* helloburaq2005-04-261-161/+0
* resurrectedburaq2005-04-263-0/+166
* added TopScope againburaq2005-04-262-18/+20
* - added allowUnsafeArrays thread-local variable...schinz2005-04-254-3/+34
* moved from xml.Parsing.buraq2005-04-251-0/+101
* rearranging the library some moreburaq2005-04-2515-224/+226
* oopsburaq2005-04-252-69/+38
* moved to subdir dtdburaq2005-04-252-82/+0
* moved filesburaq2005-04-242-0/+113
* moved files to other directoriesburaq2005-04-245-0/+627
* rearrangement of Scala XML libraryburaq2005-04-2413-757/+103
* removed junkburaq2005-04-241-2/+0
* merging wildcards into wordexp, too difficult t...buraq2005-04-242-19/+8
* bugfixburaq2005-04-242-15/+28
* minor cleanupburaq2005-04-242-11/+6
* - added 'zipAll' method to class 'List'.michelou2005-04-211-13/+35
* more verbose error messageburaq2005-04-201-0/+1
* - optimisation: treat strongly trivial Scala cl...schinz2005-04-202-67/+66
* added "with Seiralizable" serialverburaq2005-04-201-1/+3
* bug, char.getType doesn't work after allburaq2005-04-201-8/+9
* - bug fix: correct the use of Character.getTypeschinz2005-04-201-1/+1
* - renamed weak* methods in ScalaClassType to is...schinz2005-04-206-16/+26
* - renamed getType to getScalaTypeschinz2005-04-197-8/+8
* bugfix, whitespace and XML literalsburaq2005-04-191-2/+3
* bugfixburaq2005-04-191-1/+1
* fixed bug in new XML API related to namespacesburaq2005-04-198-157/+56
* hello - attroibutes were wrongly grounded at nullburaq2005-04-191-2/+2
* - The default encoding is now obtained from Sys...paltherr2005-04-191-2/+1
* - disabled search for xml test casespaltherr2005-04-191-3/+3
* more methodsburaq2005-04-181-23/+114
* - made Text covariant so that pattern matches d...schinz2005-04-171-2/+2
* - improved the interaction between arrays and r...schinz2005-04-1720-57/+150
* Removed an assertion that no longer holds.mihaylov2005-04-131-1/+0
* Fix import of deeply nested classes.mihaylov2005-04-131-13/+3
* better commentburaq2005-04-121-2/+4
* removed dtd2scalaburaq2005-04-125-676/+0
* new xml APIburaq2005-04-121-14/+19
* was only needed for dtd2scalaburaq2005-04-121-108/+0
* old API, obsoburaq2005-04-113-199/+0
* helloburaq2005-04-116-0/+313
* be gone, rubbish codeburaq2005-04-112-38/+0
* new XML API that deals with namespaces properlyburaq2005-04-1128-735/+810
* - Added method "ne" in class AnyRefpaltherr2005-04-1110-6/+34
* - accept the creation of compound types with no...schinz2005-04-071-5/+10
* - fixed asInstanceOf when applied to null, so t...schinz2005-04-073-23/+57
* - made the isInstance test more preciseschinz2005-04-051-3/+14
* - added a cache for JavaClassTypes,schinz2005-04-054-5/+39
* - finer-grained statistics for instances: count...schinz2005-04-052-10/+22