summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed obsolete TickedDebugScheduler and Spare...Philipp Haller2007-01-214-326/+15
| | | | | | Removed obsolete TickedDebugScheduler and SpareWorkerScheduler. Pending reactions are updated inside IScheduler.start() instead of outside.
* Added fast message queue implementation.Philipp Haller2007-01-211-0/+86
|
* Changed sender stack and links to be simple Lists.Philipp Haller2007-01-214-203/+142
|
* don't escape apos in xmlBurak Emir2007-01-191-1/+1
|
* Moved collection test to pendingIulian Dragos2007-01-193-2/+2
|
* (no commit message)Burak Emir2007-01-191-0/+3
|
* Reverted Lex's changes until we fix the type ch...Iulian Dragos2007-01-199-237/+58
| | | | | Reverted Lex's changes until we fix the type checker
* updated check files for cli testsmichelou2007-01-197-59/+26
|
* Added tests for HashTreeSet and HashTreeMapLex Spoon2007-01-192-0/+10
|
* updated the description with the new list of toolsLex Spoon2007-01-191-2/+3
|
* Tweaked the copyright notice.Lex Spoon2007-01-191-1/+2
|
* - Added HashTreeMap and HashTreeSetLex Spoon2007-01-197-55/+234
| | | | | | | - Updated red-black trees to carry their size, thus speeding up TreeMap and TreeSet - Added "updatef" to various tree classes
* changed BoxedUnit.toString to {} from ()Martin Odersky2007-01-191-1/+1
|
* updated Optiona and ArrayMartin Odersky2007-01-183-45/+76
|
* Added scheduler configuration via Java property.Philipp Haller2007-01-181-4/+8
|
* When "fsc -shutdown" is requested, do not start...Lex Spoon2007-01-182-8/+28
| | | | | | When "fsc -shutdown" is requested, do not start a server if one is not already running.
* Spelling fixLex Spoon2007-01-181-1/+1
|
* - Increased the timeout for connecting toLex Spoon2007-01-181-16/+18
| | | | | | | | the server to 5 seconds. (It was 1 second.) - Cleaned up various messages to the user. In particular, the messages say "compilation daemon" instead of "server".
* Merged the fsc web page into this document, and...Lex Spoon2007-01-181-44/+66
| | | | | | Merged the fsc web page into this document, and wrote a new introduction.
* Fixes in shutdown methods of JDK5Scheduler and ...Philipp Haller2007-01-172-4/+6
| | | | | Fixes in shutdown methods of JDK5Scheduler and TickedScheduler.
* Replaced some function variables by methods.Philipp Haller2007-01-176-102/+87
|
* Fix the prime routine; the priming command wasLex Spoon2007-01-171-9/+10
| | | | | hiding the first user-supplied command!
* Added scheduler based on JDK5 thread pool.Philipp Haller2007-01-174-41/+151
|
* Added faster non-debugging version of basic sch...Philipp Haller2007-01-173-3/+176
| | | | | | Added faster non-debugging version of basic scheduler. Fixed bug in termination detection.
* added svn:keywords and file header to collectio...michelou2007-01-1733-150/+571
| | | | | added svn:keywords and file header to collection/jcl/*.scala
* Initial check-in of Java collection library wra...Sean McDirmid2007-01-1732-0/+1173
| | | | | Initial check-in of Java collection library wrappers (JCL).
* Fixed test/files/jvm/serialization.check due to...mihaylov2007-01-171-10/+10
| | | | | | Fixed test/files/jvm/serialization.check due to change in collection.Set.toString()
* Changed channels. Removed receiveFrom and Request.Philipp Haller2007-01-174-448/+220
|
* enabled -Xunapply.Martin Odersky2007-01-1611-47/+94
| | | | | | | | fixed bug contrib 291. Added Map/Set types to Predef. Option no longer inherits from Iterable, but there's an implicit conversion. various other small things.
* warning only emitted with Xoutermatches optionBurak Emir2007-01-161-1/+1
|
* - start prime the interpreter sooner, so that t...Lex Spoon2007-01-162-3/+32
| | | | | | | | - start prime the interpreter sooner, so that the first entered command will respond sooner - count to two, for the usual value of two
* some fixes for unapply: Burak Emir2007-01-166-38/+69
| | | | | | | * deals with unapply arguments that are *not* subtypes of unapply * method, handles polymorphic applies getProductArgs instead of * isProduct in PatternMatcher code generation
* Support multi-line expressions and definitions ...Lex Spoon2007-01-153-48/+110
| | | | | Support multi-line expressions and definitions in the interpreter.
* Spelling fixLex Spoon2007-01-151-1/+1
|
* Fixed the #!/bin/sh at the header; the ! was mi...Lex Spoon2007-01-151-1/+1
| | | | | | Fixed the #!/bin/sh at the header; the ! was missing. Thanks to Stephane for finding this one.
* updated scaladoc comments in scala/Seq.scalamichelou2007-01-151-22/+39
|
* Detect when a syntax error could be remediedLex Spoon2007-01-145-62/+117
| | | | | | | by adding more input to the end of a compilation unit. This is intended for use by the interpreter, so that it knows to keep reading more lines of input.
* libBurak Emir2007-01-146-5/+17
| | | | | | | | | | Seq.scala: fixed unapply method nsc Trees.scala: Transformer is homomorphism for UnApply ExplOuter: removed System.exit for debug (oops, this annoys Eclipse users) TransM: case UnApply for isRegularPattern GenICode: error msg gives compilation unit, too
* Tweaked the help and welcome messages.Lex Spoon2007-01-121-4/+11
| | | | | the welcome message is much shorter.
* (no commit message)Martin Odersky2007-01-102-0/+26
|
* fixed bug877Martin Odersky2007-01-104-24/+55
|
* fixed bug875Martin Odersky2007-01-1011-24/+119
|
* minor changes in collection/*.scalamichelou2007-01-103-48/+75
|
* Builds againPhilipp Haller2007-01-101-46/+0
|
* Fixed bug in andThen.Philipp Haller2007-01-105-69/+171
|
* fixed bugs 880, 877, 876, 875, Added capitalize...Martin Odersky2007-01-095-36/+52
| | | | | fixed bugs 880, 877, 876, 875, Added capitalize method to RichString
* added awk scriptBurak Emir2007-01-081-0/+13
|
* added colon to check files in pendingBurak Emir2007-01-085-5/+5
|
* added test case in neg/scopes.scalamichelou2007-01-082-7/+12
|
* added one test, changed to check files.Martin Odersky2007-01-083-1/+19
|