summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - 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
|
* added colonBurak Emir2007-01-0782-125/+125
|
* Added `:' to after line in error messages; chan...Martin Odersky2007-01-065-25/+22
| | | | | | Added `:' to after line in error messages; changed unapply pattern matching. Changed TreeSet collection class.
* (no commit message)Martin Odersky2007-01-051-1/+3
|
* (no commit message)Martin Odersky2007-01-052-2/+8
|
* reverted change to syntheticmethodsBurak Emir2007-01-051-2/+2
|
* removed Xkilloption from ExplicitOuterBurak Emir2007-01-054-204/+68
| | | | | | | tab->whitespace in PatternMatcher modified test case unapplySeq new test case unapplyGeneric
* cleanup IterableBurak Emir2007-01-052-10/+3
| | | | | better types for Product:elements implementation in case classes
* Changed the checkfile to match old field initia...Iulian Dragos2007-01-051-6/+6
| | | | | Changed the checkfile to match old field initialization order
* Fixed serialization throughout RedBlack hierarchyIulian Dragos2007-01-052-6/+9
|
* another change to collection librariesMartin Odersky2007-01-0417-11/+112
|
* Reverted Nik's changes from revision 9152Iulian Dragos2007-01-041-35/+15
|
* changed collection librariesMartin Odersky2007-01-0411-25/+170
|
* Commited wrong version of code for libdirs fixGilles Dubochet2007-01-041-5/+5
|
* MainGenericRunner program now deals properly wi...Gilles Dubochet2007-01-031-3/+7
| | | | | | | MainGenericRunner program now deals properly with the extdirs property (adds all *.jar archives from the folders defined in extdirs to the classpath).
* Removed the generic runner script that has been...Gilles Dubochet2007-01-033-258/+15
| | | | | | Removed the generic runner script that has been replaced by the MainGenericRunner program.
* finalized the TupleN ProductN change (last dist...Burak Emir2007-01-0357-160/+114
| | | | | | | finalized the TupleN ProductN change (last dist: no automatic addition of ProductN, this dist: manual addition of ProductN to TupleN by means of modified genprod tool)
* * NodeSeq plays with new Seq[A]Burak Emir2007-01-034-5/+6
| | | | | * new starr, because of Tuple/Product change and collections