summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixed more SVN propertiesGilles Dubochet2006-03-305-4/+4
|
* Updated UNIX script templates to be Posix Shell...Gilles Dubochet2006-03-302-15/+21
| | | | | Updated UNIX script templates to be Posix Shell (sh) compatible.
* renamed args to tsBurak Emir2006-03-301-2/+2
|
* renamed mkSequence to mkArrayValueBurak Emir2006-03-301-3/+5
|
* fixed svn properties of NonLocalReturnException...mihaylov2006-03-301-1/+3
| | | | | fixed svn properties of NonLocalReturnException.scala
* corrected "%1"=="" to (%1)==() in file generic-...michelou2006-03-281-2/+4
| | | | | corrected "%1"=="" to (%1)==() in file generic-windows.tmpl
* reintroduced attribute 'bootclasspath' in Ant t...michelou2006-03-285-22/+58
| | | | | reintroduced attribute 'bootclasspath' in Ant task 'ScalaTool'
* Automatic file encoding detection is now Java 1...Gilles Dubochet2006-03-281-16/+16
| | | | | Automatic file encoding detection is now Java 1.4 compatible.
* fixed bugs 555, 432Martin Odersky2006-03-282-9/+11
|
* Added BoxedArray.toArray method to override Seq...mihaylov2006-03-281-0/+7
| | | | | Added BoxedArray.toArray method to override Seq.toArray for efficiency
* Moved codification to its own phase.Gilles Dubochet2006-03-2710-500/+539
|
* fixed bug 556Martin Odersky2006-03-271-23/+27
|
* Scalac now uses the default character encoding ...Gilles Dubochet2006-03-271-1/+2
| | | | | | Scalac now uses the default character encoding when -encoding is not set. Fixed bug #525.
* Modified Scalac settings so that, when not used...Gilles Dubochet2006-03-271-3/+6
| | | | | | Modified Scalac settings so that, when not used with the scalac script, the JVM user class path is used when -classpath is not set.
* Not touching source code in scala.runtime, its ...Sean McDirmid2006-03-271-1/+5
| | | | | Not touching source code in scala.runtime, its magical.
* 1.Martin Odersky2006-03-276-159/+185
| | | | | | 2. Cleaned up search of implicit names to make it conformant to the spec. 3. Made Sean's SOURCE CHANGE messages dependent on option -debug.
* moving the interdf code out of the compiler/lib...Lex Spoon2006-03-274-496/+1
| | | | | moving the interdf code out of the compiler/library tree
* minor corrections to the consumed and produced ...Lex Spoon2006-03-271-6/+9
| | | | | | minor corrections to the consumed and produced methods of several opcode classes
* undid import Predef._, after resolving dependen...Burak Emir2006-03-2510-20/+1
| | | | | undid import Predef._, after resolving dependency in TopScope.
* undid consolidation in object XML, and added im...Burak Emir2006-03-2516-26/+29
| | | | | | undid consolidation in object XML, and added import Predef._ to all files that needed it. strange.
* consolidated constants in object XMLBurak Emir2006-03-253-8/+9
|
* removed type alias for uniformityBurak Emir2006-03-251-2/+2
|
* removed some type aliases form uniformityBurak Emir2006-03-2512-49/+71
|
* handle xml:space in printingBurak Emir2006-03-252-4/+17
|
* handle xml prefix nowBurak Emir2006-03-251-8/+8
|
* added binding for xml prefixBurak Emir2006-03-251-5/+13
|
* Changed Fluid.set to Fluid.value_=, per a sugge...Lex Spoon2006-03-242-3/+3
| | | | | Changed Fluid.set to Fluid.value_=, per a suggestion by Stefan M. Aust
* - split MaintInterpreter.scala into two filesLex Spoon2006-03-242-164/+171
| | | | | | - make sure that help message actually appears on output when requested....
* for continuationsBurak Emir2006-03-241-0/+53
|
* added header in file scala/tools/nsc/EvalLoop.s...michelou2006-03-241-6/+13
| | | | | added header in file scala/tools/nsc/EvalLoop.scala
* Added inlining phase, fixed some bugs.Iulian Dragos2006-03-2414-86/+608
|
* hide stack trace in error messages when handlin...michelou2006-03-234-33/+46
| | | | | | hide stack trace in error messages when handling arguments in Scala interpreter
* corrected initialization of variable _USER_CLAS...michelou2006-03-221-1/+2
| | | | | | corrected initialization of variable _USER_CLASSPATH in file generic-windows.tmpl
* added support for abbreviated commands in file ...michelou2006-03-221-18/+24
| | | | | added support for abbreviated commands in file MainInterpreter.scala
* adapted Window generic template to correspondin...michelou2006-03-221-15/+13
| | | | | adapted Window generic template to corresponding Unix template
* fixed a typoLex Spoon2006-03-221-1/+1
|
* Better print support, now even for polymorphic ...Iulian Dragos2006-03-221-1/+1
| | | | | Better print support, now even for polymorphic superclasses.
* corrected Windows tool template to match corres...michelou2006-03-222-32/+11
| | | | | | corrected Windows tool template to match corresponding Unix template reordered path variables in this order: EXTENSION, BOOT and MY
* Quick hack so that polymorphic types are printe...Iulian Dragos2006-03-221-1/+10
| | | | | | Quick hack so that polymorphic types are printed properly (not just their symbol).
* removed 'scala.class.path' from classpathDefaul...michelou2006-03-221-3/+1
| | | | | removed 'scala.class.path' from classpathDefault in file Settings.scala
* removed unsubstituted properties in Windows tem...michelou2006-03-222-6/+6
| | | | | removed unsubstituted properties in Windows template files
* adapted Windows templates to changes made in th...michelou2006-03-212-17/+31
| | | | | adapted Windows templates to changes made in the Unix templates
* The compiler now takes care of its parameter cl...Gilles Dubochet2006-03-211-5/+11
| | | | | The compiler now takes care of its parameter class path all by itself.
* Corrected scripts to circumvent class loader bu...Gilles Dubochet2006-03-212-23/+28
| | | | | | | Corrected scripts to circumvent class loader bug in scala runtime. Every class loads in the same classloader so that boxed arrays can load their content.
* (no commit message)Martin Odersky2006-03-211-10/+21
|
* added header and author in file scala/util/Flui...michelou2006-03-211-0/+13
| | | | | added header and author in file scala/util/Fluid.scala
* Added a Fluid class, and used it to allow consoleLex Spoon2006-03-212-12/+123
| | | | | | to have new input and output streams temporarily pushed in a thread-sensible way.
* removed duplicated test 'if $cygwin ; ..' in fi...michelou2006-03-202-11/+1
| | | | | removed duplicated test 'if $cygwin ; ..' in file tool-unix.tmpl
* Exception thrown by the very last instruction i...Iulian Dragos2006-03-201-1/+9
| | | | | | Exception thrown by the very last instruction in a method are now cought.
* 1.Gilles Dubochet2006-03-2069-253/+143
| | | | | | 2. ScalaTool Ant task updated to be more flexible. 3. Build now generates a separate archive for DBC (also changed in source layout).