summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated check filev2.7-divergedMartin Odersky2008-04-091-5/+2
|
* fixed #654 and #688Martin Odersky2008-04-097-65/+61
|
* moving files back to proper subdirectoryBurak Emir2008-04-095-0/+0
|
* removing PagedSeq.scala from dotnet-libraryLukas Rytz2008-04-091-0/+1
|
* CLRTypes: mutable sequence was modified while i...Lukas Rytz2008-04-091-3/+2
| | | | | CLRTypes: mutable sequence was modified while iterating over it.
* Renamed method pending in Actor trait to mailbo...Philipp Haller2008-04-091-4/+4
| | | | | Renamed method pending in Actor trait to mailboxSize.
* Fixed #734 issue with filename encoding.Geoffrey Washburn2008-04-091-2/+2
|
* Fixed equality to be symmetric with respect to ...Geoffrey Washburn2008-04-082-2/+4
| | | | | Fixed equality to be symmetric with respect to Atom.
* Move the test because it will fail on jvm1.4.Geoffrey Washburn2008-04-081-0/+0
|
* Trunk version of console now uses printf.Geoffrey Washburn2008-04-082-7/+6
|
* Copied old implementation of Console to the jvm...Geoffrey Washburn2008-04-081-0/+345
| | | | | Copied old implementation of Console to the jvm-1.4 library.
* Eliminated either per #708.Geoffrey Washburn2008-04-083-1029/+0
|
* fixed t607, t699Martin Odersky2008-04-088-46/+28
|
* pending tests for 727 and 732Lukas Rytz2008-04-084-0/+18
|
* improved isCoDefinedMartin Odersky2008-04-071-4/+2
|
* Fixed issue that caused neg tests to succeed if...Philipp Haller2008-04-071-1/+27
| | | | | | Fixed issue that caused neg tests to succeed if no check file was present.
* removed some files (the stuff in scala.util.mat...Martin Odersky2008-04-0713-918/+17
| | | | | | removed some files (the stuff in scala.util.matching got copied into experimental/regex)
* (1) Removed generation of $tag method for inter...Martin Odersky2008-04-0719-70/+492
| | | | | | (1) Removed generation of $tag method for interfaces (2) improved type inference for clsoures (3) redesign of CharSequence and regex.
* Fixing infinite loop bug in type checker.Sean McDirmid2008-04-071-2/+13
|
* Fixed SuperSabbus.Gilles Dubochet2008-04-071-10/+16
|
* Missed a few references to fusrcs.Geoffrey Washburn2008-04-071-1/+1
|
* Disable the cldc target.Geoffrey Washburn2008-04-071-6/+8
|
* Put "locker.clean" target back into SuperSabbus...Gilles Dubochet2008-04-071-2/+2
| | | | | | Put "locker.clean" target back into SuperSabbus as its absence was breaking the "dist" build.
* More stubs for MSIL, but I do not have the pati...Geoffrey Washburn2008-04-0711-1/+9
| | | | | | | | More stubs for MSIL, but I do not have the patience to create all of them at the moment. So for now the MSIL build is still a special case. We should have the students working on MSIL finish creating stubs (and perhaps implement some of them).
* Closer to having MSIL build again.Geoffrey Washburn2008-04-0759-15/+77
|
* Fixed android build.Geoffrey Washburn2008-04-072-14/+4
|
* Normal build of jvm-1.5 target works again...Geoffrey Washburn2008-04-071-86/+13
|
* Fixed the SuperSABBUS build again.Geoffrey Washburn2008-04-071-71/+26
|
* More reorg.Geoffrey Washburn2008-04-0786-0/+0
|
* New reorg planGeoffrey Washburn2008-04-0792-0/+0
|
* Use toString() instead of toString in the inter...Geoffrey Washburn2008-04-071-2/+2
| | | | | Use toString() instead of toString in the interpreter.
* Undid 14522 for now.Geoffrey Washburn2008-04-071-5/+6
|
* This might fix things until the unreachable cod...Geoffrey Washburn2008-04-071-8/+8
| | | | | This might fix things until the unreachable code problem is resolved.
* test and fix for #631pradel2008-04-073-7/+36
|
* fixed #495Burak Emir2008-04-071-1/+5
|
* fixed #422Burak Emir2008-04-071-0/+2
|
* fixed #346Burak Emir2008-04-072-8/+11
|
* fixed #522Burak Emir2008-04-072-4/+29
|
* fixed some typos in the scaladoc commentsLex Spoon2008-04-071-5/+5
|
* fixed #671Burak Emir2008-04-061-25/+5
|
* 'busy waiting? you're not serious' said the Thr...Burak Emir2008-04-061-2/+4
| | | | | 'busy waiting? you're not serious' said the Thread and went to sleep(1).
* fixed doc, it's not a bluff / need Ant 1.7 and ...Burak Emir2008-04-061-1/+1
| | | | | | fixed doc, it's not a bluff / need Ant 1.7 and above / coz 1.6 is not enough / it finds <difference> too tough (svn comment poetry: it rhymes)
* solved Walter Chang's slow InputStream issue (u...Burak Emir2008-04-061-1/+4
| | | | | solved Walter Chang's slow InputStream issue (using busy waiting).
* scala.swing update, reverted Martin's changesNAME2008-04-0625-34/+295
|
* Enhanced @see tag in scaladoc:Iulian Dragos2008-04-053-9/+57
| | | | | | | | | - if the text looks like a link, it is turned into a link - if it is a symbol name that can be resolved, it is turned into a link to that symbol - otherwise fall back to old behavior (plain text). Removed two printlns from Definitions (probably debug messages).
* Started fixing up the cldc, android, and msil, ...Geoffrey Washburn2008-04-051-6/+42
| | | | | Started fixing up the cldc, android, and msil, but they do not work yet.
* Added target directory for jvm-1.4.Geoffrey Washburn2008-04-051-7/+44
| | | | | | Fixed standard build (but 1.4, cldc, android, msil, etc. still need to be fixed)
* Rename the "files" target to the more descripti...Geoffrey Washburn2008-04-051-2/+2
| | | | | Rename the "files" target to the more descriptive "fusion" target.
* Fixed spelling mistake: Scaladoc -> ScalaDocIulian Dragos2008-04-051-1/+1
|
* Corrected the bit that generates the scaladoc s...Geoffrey Washburn2008-04-051-2/+5
| | | | | Corrected the bit that generates the scaladoc script.