summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* removed appendbufferburaq2004-05-111-1/+0
|
* - Added warningpaltherr2004-05-111-0/+1
|
* - added overloaded methods 'range' with step va...michelou2004-05-101-4/+46
| | | | | - added overloaded methods 'range' with step value/function.
* - changed scaladoc comment to normal comment fo...michelou2004-05-101-2/+2
| | | | | - changed scaladoc comment to normal comment for commented code.
* *** empty log message ***Matthias Zenger2004-05-108-124/+9
|
* New library files.Matthias Zenger2004-05-108-0/+520
|
* Refactored class library.Matthias Zenger2004-05-1039-305/+855
|
* - changed indentation.michelou2004-05-101-29/+29
|
* - renamed 'parsers.scala' to 'parsers1.scala'michelou2004-05-101-1/+4
| | | | | | - added 'Parsers.scala'. - added 'mobile/sort.scala'.
* *** empty log message ***Martin Odersky2004-05-071-11/+135
|
* - corrected wrong start value of function 'from'.michelou2004-05-071-2/+2
|
* *** empty log message ***Martin Odersky2004-05-073-62/+193
|
* - added overloaded methods 'from' and 'range' w...michelou2004-05-071-5/+79
| | | | | - added overloaded methods 'from' and 'range' with step value/function.
* *** empty log message ***Martin Odersky2004-05-076-44/+91
|
* Fixed bug involving nested case objects.Matthias Zenger2004-05-062-113/+110
|
* correctedburaq2004-05-052-49/+147
|
* xml changes (part 1)buraq2004-05-055-21/+214
|
* - renamed 'parsers.scala' to 'parsers1.scala'.michelou2004-05-053-293/+114
|
* - renamed 'parsers1.scala' to 'parsers2.scala'.michelou2004-05-051-0/+63
|
* - corrected typo.michelou2004-05-042-2/+2
|
* - updated Scala comment for class 'Location'.michelou2004-05-041-11/+32
| | | | | - added Scala comment for object 'Location'.
* - updated Scala comment.michelou2004-05-041-5/+7
|
* fixed pattern syntax to include XML sequence pa...buraq2004-05-042-8/+59
| | | | | fixed pattern syntax to include XML sequence patterns
* *** empty log message ***michelou2004-05-043-0/+322
|
* - added mobile/Location.scala and mobile/Code.s...michelou2004-05-041-0/+3
| | | | | - added mobile/Location.scala and mobile/Code.scala.
* - changed 'Ord' with 'Ordered'.michelou2004-05-041-59/+71
|
* - class 'Parsers' is used by parsers1.scala and...michelou2004-05-041-0/+118
| | | | | - class 'Parsers' is used by parsers1.scala and typeinf.scala.
* - put all declarations in object 'typeinf'.michelou2004-05-041-89/+102
| | | | | - modified 'main' function to check 'args' parameter.
* - moved abstract class 'Parsers' in a separate ...michelou2004-05-041-17/+18
| | | | | | - moved abstract class 'Parsers' in a separate file (used also by - typeinf.scala). changed 'System.out.' to 'Console.'.
* - put all declarations in object 'parsers'.michelou2004-05-041-56/+62
| | | | | - changed 'System.out.' to 'Console.'.
* - added missing import scala.xml._;michelou2004-05-041-0/+3
|
* unicode operatorburaq2004-05-041-2/+12
|
* *** empty log message ***Matthias Zenger2004-05-042-31/+22
|
* New collection class.Matthias Zenger2004-05-036-115/+488
|
* Refactored library.Matthias Zenger2004-05-0316-405/+412
|
* *** empty log message ***Matthias Zenger2004-05-031-1/+5
|
* unicode parsing for identifiers, XML namesburaq2004-05-032-132/+145
|
* added test case for unicode identifierburaq2004-05-031-0/+3
|
* - Added '-g' option to generate debugging infomihaylov2004-05-031-28/+37
| | | | | | | | - Added '-o' option to specify the name of the assembly generated by the MSIL backend - Corrected some typos - Rearranged the order in which the options are printed by '-help' to resebmle the output from 'javac -help'. In effect, the most frequently used options are shown first.
* *** empty log message ***Martin Odersky2004-05-031-0/+1
|
* removed linux specific partsburaq2004-05-031-6/+15
|
* - added header and comments.michelou2004-04-301-26/+50
|
* changeburaq2004-04-291-1/+1
|
* *** empty log message ***buraq2004-04-292-12/+12
|
* added attribute mapburaq2004-04-291-8/+8
|
* removed toSeqburaq2004-04-291-1/+1
|
* *** empty log message ***Matthias Zenger2004-04-2910-49/+237
|
* - Added debugging information to the emitted MS...mihaylov2004-04-271-4/+27
| | | | | | - Added debugging information to the emitted MSIL file requires a new - version (20040427 or later) of msil.jar
* *** empty log message ***mihaylov2004-04-271-9/+18
|
* - Added support for separate compilation, i.e.mihaylov2004-04-271-4/+27
| | | | | symbol table from Scala classes compiled to .NET assembly