summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updated copyright datev2.3.2michelou2007-01-232-3/+4
* updated copyright date in build.xmlmichelou2007-01-231-1/+1
* updated some commments in interpretermichelou2007-01-234-35/+50
* - Added default constructors for Settings and G...Lex Spoon2007-01-2315-16/+223
* new testsMartin Odersky2007-01-236-0/+184
* Changed back the paths for --quickLex Spoon2007-01-231-2/+2
* Fixed bug (self not updated correctly).Philipp Haller2007-01-237-31/+21
* fixed bug908Martin Odersky2007-01-231-1/+1
* Add a deprecation check for deprecated methods ...Lex Spoon2007-01-232-4/+25
* Enable -deprecation while running testsLex Spoon2007-01-231-2/+2
* updated check fileMartin Odersky2007-01-221-2/+2
* fized bug in FlatHashTableMartin Odersky2007-01-222-1/+2
* (no commit message)Martin Odersky2007-01-2214-0/+855
* fixed problems with build.Martin Odersky2007-01-2231-34/+43
* Fxied bug 909;Martin Odersky2007-01-2220-47/+44
* Fixing the 1.4 build by deleting 1.5 specific A...Sean McDirmid2007-01-221-4/+4
* Inlined detachActor().Philipp Haller2007-01-211-8/+4
* Removed obsolete TickedDebugScheduler and Spare...Philipp Haller2007-01-214-326/+15
* 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
* 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
* 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
* Spelling fixLex Spoon2007-01-181-1/+1
* - Increased the timeout for connecting toLex Spoon2007-01-181-16/+18
* Merged the fsc web page into this document, and...Lex Spoon2007-01-181-44/+66
* Fixes in shutdown methods of JDK5Scheduler and ...Philipp Haller2007-01-172-4/+6
* 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
* 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 svn:keywords and file header to collectio...michelou2007-01-1733-150/+571
* Initial check-in of Java collection library wra...Sean McDirmid2007-01-1732-0/+1173
* Fixed test/files/jvm/serialization.check due to...mihaylov2007-01-171-10/+10
* Changed channels. Removed receiveFrom and Request.Philipp Haller2007-01-174-448/+220
* enabled -Xunapply.Martin Odersky2007-01-1611-47/+94
* 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
* some fixes for unapply: Burak Emir2007-01-166-38/+69
* Support multi-line expressions and definitions ...Lex Spoon2007-01-153-48/+110