summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - IA installers for UNIX and Windows are now ge...michelou2004-04-221-8/+28
| | | | | | - IA installers for UNIX and Windows are now generated separately using different project files (scala[_unix|_win32].iap_xml).
* - splitted scala.iap_xml for UNIX and Win32 pla...michelou2004-04-222-0/+3970
| | | | | - splitted scala.iap_xml for UNIX and Win32 platforms.
* *** empty log message ***michelou2004-04-221-201/+0
|
* added TreeSet, sorted alphabeticallyburaq2004-04-221-2/+3
|
* initialburaq2004-04-221-0/+66
|
* - moved pos/Y.scala to neg/Y.scala.michelou2004-04-221-0/+1
|
* - moved pos/Y.scala to neg/Y.scalamichelou2004-04-221-2/+0
| | | | | - removed pos/vincent.scala
* *** empty log message ***Martin Odersky2004-04-222-13/+21
|
* - reverted change, which seems buggy (sorry)schinz2004-04-211-2/+1
|
* - changed the ordering relation used on symbols...schinz2004-04-211-6/+11
| | | | | | - changed the ordering relation used on symbols, to improve (dramatically) the balance of the trees
* *** empty log message ***Martin Odersky2004-04-203-3/+12
|
* *** empty log message ***Martin Odersky2004-04-197-41/+107
|
* *** empty log message ***Matthias Zenger2004-04-191-1/+1
|
* removed <=buraq2004-04-161-2/+2
|
* fixed increment in Iterator.fromStringburaq2004-04-161-1/+1
|
* *** empty log message ***Matthias Zenger2004-04-163-8/+8
|
* *** empty log message ***Martin Odersky2004-04-164-34/+338
|
* *** empty log message ***Matthias Zenger2004-04-161-0/+2
|
* Added new traits to the Buffer abstraction.Matthias Zenger2004-04-164-29/+346
|
* Refactored some parts of the Scala API.Matthias Zenger2004-04-1621-189/+41
|
* Updated library.Matthias Zenger2004-04-161-9/+4
|
* *** empty log message ***Martin Odersky2004-04-157-59/+68
|
* Set version to 1.1.1.4paltherr2004-04-151-1/+1
|
* - Added .args files in test files of distributionpaltherr2004-04-151-0/+3
|
* Set version to 1.1.1.3paltherr2004-04-151-1/+1
|
* - Added missing filespaltherr2004-04-153-0/+80
|
* - Removed assertion that prevents module cloningpaltherr2004-04-151-1/+0
|
* - Added bug289paltherr2004-04-152-0/+8
|
* - Added flag IS_CONSTRUCTORpaltherr2004-04-151-11/+6
| | | | | - Readded location in locationString
* Set version to 1.1.1.2paltherr2004-04-151-1/+1
|
* similar -> sameElementsburaq2004-04-151-16/+16
|
* *** empty log message ***buraq2004-04-142-23/+14
|
* removed Similarity added sameElementsburaq2004-04-141-2/+2
|
* removed Similarityburaq2004-04-141-3/+3
|
* - Replaced Symbol.module by Symbol.sourceModulepaltherr2004-04-1414-219/+347
| | | | | | | | | | | | - Made Symbol.linkedModule and Symbol.linkedClass a bit less ambiguous - Added documentation to Symbol.sourceModule and Symbol.linkedModule - Added classes ConstructorSymbol, ModuleSymbol ModuleClassSymbol - Added classes LinkedModuleSymbol and LinkedClassSymbol - Changed the argument order in symbol constructors to be the same as in the symbol factories - Changed Pickle to use sourceModule instead of HashTable - Replaced notion of main class by notion of root symbol in SymbolLoader - Fixed UnPickle to work with any root symbol
* - corrected examples for variance annotations,schinz2004-04-141-9/+11
| | | | | | | - changed a few occurrences of the old "multiple val" syntax to the new one (i.e. replaced "val x = 1, y = 2;" by "val x = 1; val y = 2;")
* - Removed usage of Symbol.module() in Pickle/Un...paltherr2004-04-134-26/+40
| | | | | - Removed usage of Symbol.module() in Pickle/UnPickle
* - 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()