summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - I fixed a concurrency problem.cremet2004-04-131-2/+5
| | | | | synchronized.
* - When launched as a server, Scaladoc compute t...cremet2004-04-131-8/+25
| | | | | | - When launched as a server, Scaladoc compute the pages lazily using a simple cache.
* - Added java flag "-ea" to all "*-debug" commandspaltherr2004-04-131-1/+1
|
* - Added pos/bug318.scalapaltherr2004-04-132-0/+12
|
* - Added links for all outer modules (solves bug...paltherr2004-04-131-7/+7
| | | | | - Added links for all outer modules (solves bug 318)
* - I modified Scaladoc so that it does not gener...cremet2004-04-135-525/+685
| | | | | | | - I modified Scaladoc so that it does not generate any HTML file when launched as server. Instead it generates web pages on the fly when needed.
* - Removed calls to Symbol.module()paltherr2004-04-102-16/+2
|
* - Improved testspaltherr2004-04-102-77/+279
|
* - Removed calls to Symbol.module()paltherr2004-04-104-22/+18
|
* - Removed automatic SYNTHETIC flag on root clas...paltherr2004-04-102-3/+3
| | | | | - Removed automatic SYNTHETIC flag on root class and module classes
* - Fixed check file for new interpretation schem...paltherr2004-04-101-2/+0
| | | | | - Fixed check file for new interpretation scheme of modules
* - Simplified module creationpaltherr2004-04-095-60/+37
|
* - Replace calls to module() by calls to moduleC...paltherr2004-04-091-2/+2
| | | | | - Replace calls to module() by calls to moduleClass()
* - Replaced Symbol.dualClass by Symbol.linkedCla...paltherr2004-04-098-116/+166
| | | | | | - Replaced Symbol.dualClass by Symbol.linkedClass and Symbol.linkedModule
* *** empty log message ***Martin Odersky2004-04-083-4/+19
|
* - updated text strings.michelou2004-04-083-76/+247
|
* - was renamed to tools.zip.michelou2004-04-081-0/+0
|
* - contains (free) Windows tools (unzip.exe, ..).michelou2004-04-081-0/+0
|
* - contains description of file tools.zip.michelou2004-04-081-0/+20
|
* - used in Makefile.distrib to set version numbe...michelou2004-04-081-0/+128
| | | | | - used in Makefile.distrib to set version number in IA installer.
* - added program group "Scala x.x.x.x" on Windows.michelou2004-04-081-293/+554
| | | | | - removed PATH updated on Windows until a solution is found.
* - added XSL transformation of IA project file t...michelou2004-04-081-2/+13
| | | | | | | | - added XSL transformation of IA project file to set version#. added - graphic convertion of splash image to add text annotation (version#). - replaced unzip.zip with tools.zip (which contains unzip.exe, ..). - tools.zip is now expanded by IA during installation.
* - added Convert tool (ImageMagick).michelou2004-04-081-0/+6
|
* *** empty log message ***Martin Odersky2004-04-082-1/+27
|
* *** empty log message ***Martin Odersky2004-04-086-0/+140
|
* *** empty log message ***Martin Odersky2004-04-0813-111/+243
|
* added test case for fixed treatment of SUburaq2004-04-072-0/+5
|
* fixed treatment of SUburaq2004-04-071-3/+6
|
* - Fixed name of initializer to <init>paltherr2004-04-071-2/+2
|
* UNICODEburaq2004-04-071-126/+310
|
* *** empty log message ***Martin Odersky2004-04-0615-114/+305
|
* - Improved the verbose output with the assembly...mihaylov2004-04-061-1/+1
| | | | | | - Improved the verbose output with the assembly from which the class was loaded
* - Added Tree.Createpaltherr2004-04-0613-36/+190
|
* - In chapter 8 corrected the type of the elemen...mihaylov2004-04-051-1/+1
| | | | | - In chapter 8 corrected the type of the element of the NonEmptySet
* - Added the scala logomihaylov2004-04-055-2/+48
|
* - Synchronized the isSet method to guard agains...mihaylov2004-04-051-2/+2
| | | | | | - Synchronized the isSet method to guard against the weak guarantees of the Java Memory Model
* In the Abstractions for Concurrency chaptermihaylov2004-04-051-17/+17
| | | | | | | - Removed references to the obsolete Monitor class - Corrected the SyncVar implementation with respect to synchronization - Corrected the ReadersWriters implementation to send the Readrers and Writers messages from the body of their constructors;
* - Removed Symbol.ERROR and Kinds.ERRORpaltherr2004-04-045-61/+3
|
* - Removed references to Symbol.ERRORpaltherr2004-04-042-6/+3
|
* - Removed references to Symbol.ERRORpaltherr2004-04-041-10/+4
|
* - Removed method error(Tree,String)Treepaltherr2004-04-041-35/+47
| | | | | - Fixed errorTypeTree
* - Removed Tree.Badpaltherr2004-04-047-54/+75
|
* - Added method Type.isErrorpaltherr2004-04-044-33/+45
|
* - Removed usage of ERROR in qualifyingClasspaltherr2004-04-041-7/+8
|
* - Removed Tree.isMissingpaltherr2004-04-042-12/+4
|
* - Fixed error tests to use isErrorpaltherr2004-04-041-1/+1
|
* - Fixed error tests to use isErrorpaltherr2004-04-043-11/+11
|
* - Added class ErrorScopepaltherr2004-04-042-1/+23
|
* - Added name argument to Symbol.newAnonymousClasspaltherr2004-04-043-5/+6
|
* - Changed Tree.New(Template) to Tree.New(Tree)paltherr2004-04-0415-160/+128
|