summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - added entry for TextPad support.michelou2005-03-141-0/+9
|
* *** empty log message ***michelou2005-03-142-0/+697
|
* - added "Thanks" section.michelou2005-03-141-0/+4
|
* - renamed "checkCastability" (in Type and subcl...schinz2005-03-1016-98/+98
| | | | | | | - renamed "checkCastability" (in Type and subclasses) to "cast", which is nicer and closer to Java 1.5, - renamed "display" to "ancestors" in run-time types
* - added workaround for \spacefactor problem (se...michelou2005-03-101-0/+8
| | | | | - added workaround for \spacefactor problem (see comment in tex source).
* - added Statistics.javaschinz2005-03-101-0/+1
|
* - added support for statisticsschinz2005-03-1018-3/+25
|
* *** empty log message ***Martin Odersky2005-03-091-1/+1
|
* *** empty log message ***Martin Odersky2005-03-0914-174/+266
|
* *** empty log message ***schinz2005-03-091-0/+115
|
* *** empty log message ***Martin Odersky2005-03-081-1/+0
|
* - removed BasicType classschinz2005-03-081-32/+0
|
* - fixed view methods to avoid NPEs when the wra...schinz2005-03-081-2/+2
| | | | | | - fixed view methods to avoid NPEs when the wrapped object itself is null.
* *** empty log message ***Martin Odersky2005-03-0725-608/+493
|
* - Added missing filespaltherr2005-03-071-0/+2
|
* - removed MethodType (not needed anymore)schinz2005-03-041-77/+0
|
* - improved rules for character and symbol liter...michelou2005-03-031-2/+12
| | | | | - improved rules for character and symbol literals.
* - renamed 'transform' to 'mapConserve'.michelou2005-03-021-1/+1
|
* *** empty log message ***Martin Odersky2005-03-0219-743/+1226
|
* - Correctly differentiate between methods that ...mihaylov2005-03-011-1/+3
| | | | | | - Correctly differentiate between methods that differ only in the return type
* - corrected generation of major, minor, revisio...michelou2005-03-011-12/+28
| | | | | | - corrected generation of major, minor, revision and subversion numberings which may have 2-digits!
* minor changesburaq2005-03-015-19/+19
|
* - Give private inner classes assembly visibility.mihaylov2005-03-011-1/+5
| | | | | | | in the interface of a Scala class and if they are private they are not accessible from the implementation class. Giving them assembly visibility solves the problem.
* - updated year in copyright notice.michelou2005-02-254-4/+4
|
* - added new entry downloads/history.html for ch...michelou2005-02-241-0/+1
| | | | | | - added new entry downloads/history.html for changes in older Scala distributions.
* exported commentburaq2005-02-231-1/+2
|
* fixed commentburaq2005-02-231-2/+3
|
* Call CYGWIN_FILE on the name of the directory p...mihaylov2005-02-231-1/+1
| | | | | Call CYGWIN_FILE on the name of the directory passed with the -C option
* - removed WHITESPACE rules (no longer needed).michelou2005-02-221-28/+121
| | | | | | | | - added rule for symbol literals. - added rule for XML literals (from Gabriel Riba, griba2010@ya.com). - added rule for type parameters (from Gabriel Riba). - added rule for type constraints (from Gabriel Riba).
* *** empty log message ***Martin Odersky2005-02-221-0/+1
|
* *** empty log message ***Martin Odersky2005-02-2118-476/+626
|
* fixed typoburaq2005-02-212-2/+1
|
* new test casburaq2005-02-212-0/+7
|
* fixed bugburaq2005-02-211-10/+20
|
* undid optimize, might break forward value refburaq2005-02-211-2/+4
|
* optimized refcheck: is identity on patternsburaq2005-02-211-0/+4
|
* - added 2 monad examples to the Scala website.michelou2005-02-211-0/+3
|
* - added file README for jEdit support.michelou2005-02-211-0/+1
|
* *** empty log message ***michelou2005-02-211-0/+33
|
* arghburaq2005-02-182-2/+4
|
* argh!!!! undoing those changesburaq2005-02-181-1/+6
|
* - Fixed and added bug 399paltherr2005-02-184-6/+51
|
* changed definition of sequence apply, is much s...buraq2005-02-181-12/+97
| | | | | changed definition of sequence apply, is much simpler (and correct) now
* new test case for sequence convention in patter...buraq2005-02-182-1/+28
| | | | | new test case for sequence convention in pattern matching
* neg file for sequence convention in pattern mat...buraq2005-02-182-0/+12
| | | | | neg file for sequence convention in pattern matching
* - Changed behaviour of ":use" to execute comman...paltherr2005-02-182-3/+43
| | | | | - Changed behaviour of ":use" to execute commands in read files
* - added EMPTY_ARRAYschinz2005-02-171-0/+1
|
* - renamed isSameAs to isSameType, to be consistentschinz2005-02-171-32/+28
| | | | | | - use the new parameter to the constructor of ScalaClassType, to avoid a further call to setParents in some cases
* - added SCALACLASSTYPE_EMPTYARRAY (for run time...schinz2005-02-171-0/+9
| | | | | - added SCALACLASSTYPE_EMPTYARRAY (for run time types)
* - removed Refinement.java, now uselessschinz2005-02-171-68/+0
|