summaryrefslogtreecommitdiff
path: root/test/files/jvm
Commit message (Collapse)AuthorAgeFilesLines
* More tests for protected accessors.Iulian Dragos2006-10-262-1/+4
|
* Fixed accessors for functions which access prot...Iulian Dragos2006-10-262-0/+4
| | | | | Fixed accessors for functions which access protected members.
* Added protected accessors in super accessors.Iulian Dragos2006-10-262-0/+94
|
* xml improvements for 2.2.1 (see changes)Burak Emir2006-10-145-1/+22
|
* checkfileBurak Emir2006-10-111-0/+10
|
* fixBurak Emir2006-10-111-1/+1
|
* attribute nillableBurak Emir2006-10-111-0/+23
|
* Moved Java-specific tests to test/files/jvm/mihaylov2006-10-104-0/+131
|
* renamed All->Nothing, AllRef -> Null while keep...Martin Odersky2006-10-061-2/+2
| | | | | | renamed All->Nothing, AllRef -> Null while keeping the old names as aliases.
* changed ppBurak Emir2006-09-071-4/+4
|
* xml changesBurak Emir2006-09-076-0/+174
|
* added indexOf method to Iterable, added squeeze...Burak Emir2006-09-062-4/+6
| | | | | | added indexOf method to Iterable, added squeezeBlock code optimization to PatternMatcher
* Moved Predef.Array* to scala.Array.apply*mihaylov2006-09-051-1/+1
|
* added group and changed metadataBurak Emir2006-09-033-4/+19
|
* test files for more xml parsing-extensionBurak Emir2006-07-012-0/+28
|
* Fixed test files after syntax change for closures.Martin Odersky2006-06-211-1/+1
|
* added test case for xml libBurak Emir2006-03-312-0/+294
|
* test case for xml libraryBurak Emir2006-03-312-0/+230
|
* Fixed check filesmihaylov2006-03-091-6/+6
|
* Adjusted for the changed outputmihaylov2006-01-251-2/+2
|
* use the mutable.Set interface of BitSetmihaylov2006-01-241-4/+6
|
* (no commit message)Martin Odersky2006-01-201-2/+40
|
* 'test-nsc' has been moved to 'test'.Gilles Dubochet2005-12-164-0/+444
|
* Removed old scala tests from new Scala core mod...Gilles Dubochet2005-12-1614-1657/+0
| | | | | Removed old scala tests from new Scala core module.
* slight change, when adding Iterable, inserting ...Burak Emir2005-12-153-3/+7
| | | | | slight change, when adding Iterable, inserting a space now
* - Michel's tests for runtime typesmichelou2005-12-132-0/+272
|
* disabled attribute checkBurak Emir2005-12-122-10/+14
|
* changed test cases for anyvalue attributesBurak Emir2005-12-123-2/+26
|
* test case for verifying attribu valueBurak Emir2005-11-252-2/+60
|
* refined test caseBurak Emir2005-11-161-1/+7
|
* - removed illegal code.michelou2005-11-091-38/+37
|
* added test case for NodeSeq.applyBurak Emir2005-11-082-0/+9
|
* added text methodBurak Emir2005-11-051-0/+1
|
* little reorganisationBurak Emir2005-11-051-12/+11
|
* test of new \\ method behaviour added (attribut...Burak Emir2005-10-102-1/+4
| | | | | test of new \\ method behaviour added (attribute selection)
* *** empty log message ***mihaylov2005-10-042-0/+14
|
* made test files fit for nscBurak Emir2005-07-292-2/+6
|
* added attribute validation in scala.xml.dtd.Ele...buraq2005-06-192-2/+46
| | | | | | | | | | | | | | added attribute validation in scala.xml.dtd.ElementValidator changed comment in Node::$typeTag fixed bug in MetaData::elements, was forgetting first element :-o added testcases for element and attribute validation refined error message in MarkupParser when encountering unexpected character
* added test case for ElementValidatorburaq2005-06-182-0/+15
|
* *** empty log message ***mihaylov2005-06-071-3/+3
|
* Added missing [serializable]mihaylov2005-06-071-0/+3
|
* - serialization done in memory (and not more to...michelou2005-05-311-101/+45
| | | | | - serialization done in memory (and not more to/from a file).
* Use attributes to declare serializability of ob...mihaylov2005-05-301-6/+10
| | | | | Use attributes to declare serializability of objects and classes
* - changed 'Seq(..)' to 'Stack(..)'.michelou2005-05-271-4/+4
|
* - replaced all occurrences of "<variable>.type"...michelou2005-05-271-27/+27
| | | | | - replaced all occurrences of "<variable>.type" with the declared type.
* - changed order of attributes in HTML tags (why...michelou2005-05-271-2/+2
| | | | | - changed order of attributes in HTML tags (why?!).
* rearrangement of Scala XML libraryburaq2005-04-242-58/+57
|
* fixed bug in new XML API related to namespacesburaq2005-04-192-23/+23
|
* helloburaq2005-04-112-0/+194
|
* new XML API that deals with namespaces properlyburaq2005-04-115-233/+42
|