summaryrefslogtreecommitdiff
path: root/sources
Commit message (Collapse)AuthorAgeFilesLines
* Switching to the new build system and to the ne...Gilles Dubochet2005-12-19541-68905/+0
| | | | | | Switching to the new build system and to the new build system. This is a MAJOR commit, so be careful when updating.
* Updated parser to fix ref locations.Sean McDirmid2005-12-193-72/+134
|
* 1. Updated ignore patterns in various foldersGilles Dubochet2005-12-182-1082/+0
| | | | | 2. Removed even more obsolete files in 'test/' and elsewhere.
* Removed old Scalac code in sources and various ...Gilles Dubochet2005-12-18285-82498/+0
| | | | | Removed old Scalac code in sources and various other obsolete elements.
* Moved Scalap and Scalatest to their own modules.Gilles Dubochet2005-12-1822-4831/+0
|
* oops - needed after all?Lex Spoon2005-12-1610-0/+130
|
* no longer needed?Lex Spoon2005-12-1610-130/+0
|
* Makefile-based build system disapears.Gilles Dubochet2005-12-164-103/+0
|
* TupleX and FunctionX classes are no longer stat...Gilles Dubochet2005-12-1619-0/+247
| | | | | | TupleX and FunctionX classes are no longer static (no auto-generation from a template).
* Created proper 'docs' folder for new layout.Gilles Dubochet2005-12-1633-3008/+0
|
* (no commit message)Martin Odersky2005-12-163-4/+5
|
* (no commit message)Martin Odersky2005-12-162-2/+3
|
* Changed EOL flag of all files to be consistent.Gilles Dubochet2005-12-164-191/+192
|
* 1.Gilles Dubochet2005-12-161-17/+8
| | | | | | 2. Changed code so that it compiles with NSC. 3. Removed dead code.
* (no commit message)Martin Odersky2005-12-1613-171/+214
|
* Cleaned-up file-type and executable flags in th...Gilles Dubochet2005-12-1683-2/+0
| | | | | Cleaned-up file-type and executable flags in the entire repository.
* Added arithmetic operations to Long for Int, Sh...Iulian Dragos2005-12-152-14/+75
| | | | | Added arithmetic operations to Long for Int, Short, Char, Byte.
* (no commit message)Martin Odersky2005-12-154-42/+56
|
* Added support for remote attributes.Iulian Dragos2005-12-152-0/+39
|
* fixed bugBurak Emir2005-12-151-4/+4
|
* Removed log messages when there is no '-debug' ...Iulian Dragos2005-12-153-20/+26
| | | | | Removed log messages when there is no '-debug' option given.
* (no commit message)Martin Odersky2005-12-152-2/+9
|
* slight change, when adding Iterable, inserting ...Burak Emir2005-12-151-5/+30
| | | | | | | slight change, when adding Iterable, inserting a space now fixes bug #508
* slight change, when adding Iterable, inserting ...Burak Emir2005-12-151-0/+2
| | | | | slight change, when adding Iterable, inserting a space now
* Fixed wrong code generation for exception handl...Iulian Dragos2005-12-141-3/+4
| | | | | | Fixed wrong code generation for exception handlers that finish with 'error'
* (no commit message)Martin Odersky2005-12-149-71/+63
|
* CVS ignore files no longer are necessary.Gilles Dubochet2005-12-144-13/+0
|
* *** empty log message ***Martin Odersky2005-12-1310-26/+33
|
* - Windows NT and up do know the path of the exe...michelou2005-12-131-0/+1
| | | | | - Windows NT and up do know the path of the executed batch file
* - Windows NT and up do know the path of the exe...michelou2005-12-131-0/+1
| | | | | - Windows NT and up do know the path of the executed batch
* - NSC ant task updated to compile with NSCGilles Dubochet2005-12-131-22/+22
| | | | | - Build script now compiles it with NSC
* made serializablemihaylov2005-12-1320-11/+42
|
* Changed dependency manager to look at .class fi...Gilles Dubochet2005-12-131-1/+1
| | | | | | Changed dependency manager to look at .class files instead of .symbl files.
* Updated to new syntax.Iulian Dragos2005-12-132-3/+4
|
* Adding Eclipse plug-in meta infoSean McDirmid2005-12-132-3/+6
|
* - make every case class/object serializablemihaylov2005-12-131-10/+26
| | | | | | - create readResolve() for every serializable object that doesn't declare it (instead of only for case objects)
* use Definitions.SerializableAttrmihaylov2005-12-131-1/+1
|
* added an entry for the scala.serializable attri...mihaylov2005-12-131-1/+7
| | | | | added an entry for the scala.serializable attribute
* *** empty log message ***Martin Odersky2005-12-1242-224/+187
|
* descr for URL sourcesBurak Emir2005-12-121-4/+14
|
* toStringBurak Emir2005-12-124-20/+65
|
* attributes can hold any values nowBurak Emir2005-12-125-15/+43
|
* Fixed some position bugs.Sean McDirmid2005-12-099-60/+182
|
* *** empty log message ***Martin Odersky2005-12-097-130/+157
|
* made box classes serializablemihaylov2005-12-081-18/+27
|
* *** empty log message ***Martin Odersky2005-12-0863-453/+551
|
* - corrected wrong path separator in asString me...michelou2005-12-081-41/+40
| | | | | - corrected wrong path separator in asString method
* *** empty log message ***Martin Odersky2005-12-072-8/+19
|
* Set source file in ClassSym symbols.Sean McDirmid2005-12-077-104/+119
|
* fixed occasional nullpointer exception due to h...Burak Emir2005-12-073-2/+9
| | | | | fixed occasional nullpointer exception due to hashcode computation