summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* for queries not understood in the interpreter, ...Lex Spoon2008-02-211-1/+3
| | | | | | for queries not understood in the interpreter, still scan for names to import
* (no commit message)michelou2008-02-211-2/+2
|
* fixed broken build (scaladoc)michelou2008-02-214-15/+10
|
* corrected typosmichelou2008-02-211-3/+3
|
* Split DocDriver into DocDriver and DefaultDocDr...Geoffrey Washburn2008-02-214-257/+286
| | | | | | Split DocDriver into DocDriver and DefaultDocDriver in moving towards support documentation plugins.
* peel off any scaladoc comments whenLex Spoon2008-02-211-1/+2
| | | | | trying to process user input
* added plugin to nightly buildmichelou2008-02-201-4/+10
|
* fixed problem with too optimistic beta reduction.Martin Odersky2008-02-201-2/+6
|
* Added Eclipse plugin build to nightly test scri...Gilles Dubochet2008-02-202-12/+29
| | | | | | Added Eclipse plugin build to nightly test scripts. Updated them to be in sync with those actually used.
* updated scsh scriptmichelou2008-02-201-2/+2
|
* uses readResolve for symbolsmichelou2008-02-202-7/+3
|
* fixed #523michelou2008-02-203-8/+25
|
* Added HashMap to MSIL buildshack2008-02-201-5/+5
|
* Added other parts of the standard library to pr...shack2008-02-201-1/+5
| | | | | Added other parts of the standard library to predef.dll
* fixed dependency in build.xmlmichelou2008-02-201-3/+2
|
* fix error in getLineBurak Emir2008-02-201-2/+9
|
* build now also works on Java 1.4 (uses RetroWea...michelou2008-02-193-46/+141
| | | | | build now also works on Java 1.4 (uses RetroWeaver)
* anonfuns now accept up to 22 argsmichelou2008-02-1914-25/+359
|
* Java 1.4 compatibilitymichelou2008-02-192-102/+63
|
* Changed version naming scheme to be Eclipse com...Gilles Dubochet2008-02-192-13/+6
| | | | | Changed version naming scheme to be Eclipse compatible.
* changed viewvc -> trac URLmichelou2008-02-191-1/+1
|
* Moved NewLinePrintWriter to its own file, hopef...Lex Spoon2008-02-192-6/+15
| | | | | Moved NewLinePrintWriter to its own file, hopefully fixing the build.
* moved NewLinePrintWriter back to object Interpr...Lex Spoon2008-02-181-4/+3
| | | | | moved NewLinePrintWriter back to object Interpreter (oops!)
* Changed scala.Symbol to be always internedIulian Dragos2008-02-183-17/+24
|
* Generalizes the allowed inputs to the interpret...Lex Spoon2008-02-184-274/+269
| | | | | | | | | Generalizes the allowed inputs to the interpreter to be any combination of phrases that can be placed inside a template. Instead of having one "request" object try to understand the entire combination of phrases, the code now uses multiple "member handlers" for each request, one member handler for each phrase.
* Updated to compile the Java files in partest.Lex Spoon2008-02-181-0/+4
|
* Changed the toString of Iterator to have the wo...Lex Spoon2008-02-181-1/+1
| | | | | Changed the toString of Iterator to have the word "iterator" in it
* fixed #429 (typo)michelou2008-02-182-10/+10
|
* fixed #429michelou2008-02-183-29/+52
|
* fixed testmichelou2008-02-182-56/+56
|
* More small fixes to the new IDE.Sean McDirmid2008-02-172-2/+15
|
* More fixes for the new IDESean McDirmid2008-02-172-2/+3
|
* Fixing bugs in new and old plugin.Sean McDirmid2008-02-179-45/+120
|
* add documentation and fixed copyrightBurak Emir2008-02-161-5/+15
|
* fix semantics of %, 2nd try.Burak Emir2008-02-161-1/+1
|
* fix semantics of method %Burak Emir2008-02-161-5/+5
|
* made semantics of MetaData append safer, fixed ...Burak Emir2008-02-162-23/+100
| | | | | made semantics of MetaData append safer, fixed test
* Added support for 'neg' tests to new partestPhilipp Haller2008-02-154-50/+128
|
* fixed #485 (IdentityHashMap)michelou2008-02-152-5/+20
|
* not sure if the export is important, but adding...Sean McDirmid2008-02-151-1/+1
| | | | | not sure if the export is important, but adding it here just in case.
* Fixed IDE for new-style case classes.Sean McDirmid2008-02-151-1/+1
|
* fixed #486michelou2008-02-153-52/+76
|
* fixed #485michelou2008-02-1511-66/+162
|
* removed MD5 testmichelou2008-02-142-52/+191
|
* ignore error outputmichelou2008-02-141-1/+1
|
* fixed test (MS support, 463550)michelou2008-02-141-1/+1
|
* updated codemichelou2008-02-147-54/+58
|
* Updated STARR to 2.7.0-RC2michelou2008-02-143-3/+3
|
* Check for command-line option dependency AFTER ...mihaylov2008-02-143-5/+7
| | | | | | | Check for command-line option dependency AFTER all command-line arguments have been parsed. Avoids unnecessary dependency on the order of the arguments
* - fixed filenames and package declaration of so...mihaylov2008-02-144-7/+14
| | | | | | | - fixed filenames and package declaration of some XML-related classes to avoid their unnecessary recompilation - added svn:keywords property to said files