summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2004-04-201-1/+1
|
* *** empty log message ***Martin Odersky2004-04-193-0/+6
|
* *** empty log message ***Matthias Zenger2004-04-191-1/+1
|
* removed <=buraq2004-04-161-2/+2
|
* *** empty log message ***Matthias Zenger2004-04-161-2/+2
|
* *** empty log message ***Martin Odersky2004-04-161-21/+0
|
* - Added bug289paltherr2004-04-151-0/+7
|
* similar -> sameElementsburaq2004-04-151-16/+16
|
* - Added pos/bug318.scalapaltherr2004-04-131-0/+11
|
* - Improved testspaltherr2004-04-102-77/+279
|
* - Fixed check file for new interpretation schem...paltherr2004-04-101-2/+0
| | | | | - Fixed check file for new interpretation scheme of modules
* *** empty log message ***Martin Odersky2004-04-081-0/+14
|
* *** empty log message ***Martin Odersky2004-04-081-0/+24
|
* *** empty log message ***Martin Odersky2004-04-086-0/+140
|
* added test case for fixed treatment of SUburaq2004-04-072-0/+5
|
* - Fixed name of initializer to <init>paltherr2004-04-071-2/+2
|
* *** empty log message ***Martin Odersky2004-04-061-1/+0
|
* - bug 281 does not work with interpreterpaltherr2004-04-021-1/+1
|
* - Added bug 281paltherr2004-04-022-0/+19
|
* - Added bug 316paltherr2004-04-022-0/+17
|
* refined checking for attributesburaq2004-04-023-0/+20
|
* error if whitespace missing betwe attrburaq2004-04-023-0/+20
|
* *** empty log message ***Martin Odersky2004-04-011-3/+6
|
* added test case for character and entity refere...buraq2004-03-303-0/+26
| | | | | added test case for character and entity reference parsing
* *** empty log message ***Martin Odersky2004-03-261-0/+23
|
* bugfixburaq2004-03-262-2/+6
|
* test case for xml parsingburaq2004-03-253-0/+103
|
* - Added test/files/neg/bugs*paltherr2004-03-242-0/+24
|
* - Added test/files/dis/*paltherr2004-03-243-0/+62
|
* - Added target --dispaltherr2004-03-241-1/+33
|
* more test casesburaq2004-03-232-8/+14
|
* - Removed the xmlStuffpaltherr2004-03-181-31/+0
|
* - Added test files for xml parsing and xml lite...paltherr2004-03-189-0/+233
| | | | | - Added test files for xml parsing and xml literals
* works only relative to scala/testburaq2004-03-181-1/+2
|
* xml parsing should only be active for --xmlPars...buraq2004-03-181-3/+3
| | | | | xml parsing should only be active for --xmlParse, no by default
* added testing infrastructure for XML parserburaq2004-03-181-0/+30
|
* - Explicitly import java.lang.System.out to avo...mihaylov2004-03-171-10/+10
| | | | | | - Explicitly import java.lang.System.out to avoid name clash with the mscorlib's System namespace.
* symbols replaced with Elem constructorsburaq2004-03-161-51/+67
|
* - updated tests with MIN_INT and MIN_LONG liter...michelou2004-03-151-4/+4
| | | | | - updated tests with MIN_INT and MIN_LONG literals (was bug #300).
* cleanupburaq2004-03-152-4/+5
|
* ;changes to xml apiburaq2004-03-123-4/+8
|
* changes to xml apiburaq2004-03-122-56/+94
|
* - Added doubledefs.scalapaltherr2004-03-112-0/+189
|
* - Modified SymbolTablePrinter.getSymbolKind to ...paltherr2004-03-111-1/+1
| | | | | | - Modified SymbolTablePrinter.getSymbolKind to include package and object info
* - Removed alias scala.Stringpaltherr2004-03-061-3/+3
| | | | | | | - Renamed in Definitions: OBJECT_CLASS into SCALAOBJECT_CLASS - Renamed in Definitions: JAVA_<X> into <X> Renamed in Definitions: - ANYREF_SYNCHRONIZED into OBJECT_SYNCHRONIZED
* - Replaced "java" by "scala"paltherr2004-03-031-7/+6
|
* - Added test 1paltherr2004-03-021-0/+13
|
* *** empty log message ***michelou2004-03-012-0/+114
|
* - added test cases for Scala literals such as J...michelou2004-03-012-0/+68
| | | | | | - added test cases for Scala literals such as Java-like floating-point literals (see bug #296).
* - Removed method SymbolTablePrinter.getSymbolFu...paltherr2004-02-294-4/+4
| | | | | | | | - Removed method SymbolTablePrinter.getSymbolFullName - Removed method SymbolTablePrinter.printSymbolFullName - Replaced method SymbolTablePrinter.printSymbol by method SymbolTablePrinter.printSymbolKindAndName