summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ScalaBazaar Ant task now correctly handles empt...Gilles Dubochet2006-03-081-16/+16
| | | | | | ScalaBazaar Ant task now correctly handles empty packages (placeholders).
* added file build.examples.xml to build/run Scal...michelou2006-03-081-0/+270
| | | | | added file build.examples.xml to build/run Scala examples
* added method 'kill' in some examples docs/examp...michelou2006-03-085-10/+44
| | | | | added method 'kill' in some examples docs/examples/*.scala
* Some changes to make arrays work betterMartin Odersky2006-03-0816-146/+243
|
* added method 'kill' in docs/examples/oneplacebu...michelou2006-03-081-0/+7
| | | | | added method 'kill' in docs/examples/oneplacebuffer.scala
* Added a Scaladoc ant task and extended SABBUS t...Gilles Dubochet2006-03-086-19/+582
| | | | | Added a Scaladoc ant task and extended SABBUS to use it.
* removed task 'examples' from build.xmlmichelou2006-03-081-44/+0
|
* Torned is/asInstanceOf to isAsInstanceOfmihaylov2006-03-083-64/+60
|
* Uncommented the private[scala] access modifier ...mihaylov2006-03-082-3/+2
| | | | | | Uncommented the private[scala] access modifier of class ::'s constructor paremeter
* added generation of 'scaladoc' commandmichelou2006-03-081-5/+59
|
* adapted some more examples to Scala 2michelou2006-03-083-48/+49
|
* Removed unnecessary filesmihaylov2006-03-072-113/+0
|
* Do not generate mirros classes for nested objectsmihaylov2006-03-071-9/+14
|
* prepend user-specified classpath to Scala class...michelou2006-03-071-1/+1
| | | | | prepend user-specified classpath to Scala classpath in batch commands
* added copyright notice and cleaned up code in s...michelou2006-03-072-190/+174
| | | | | | added copyright notice and cleaned up code in scala/tools/nsc/doc/Doc*.scala
* changed version numberingmichelou2006-03-075-45/+99
| | | | | added Ant task 'examples'
* print stack trace on exceptionmihaylov2006-03-071-0/+1
|
* added attribute 'remote' to method '$tag' in sc...michelou2006-03-071-2/+3
| | | | | added attribute 'remote' to method '$tag' in scala.ScalaObject
* allow specifying the link of the generated adve...Lex Spoon2006-03-071-4/+20
| | | | | allow specifying the link of the generated advertisement file
* allow the interpreter to be called with a file ...Lex Spoon2006-03-074-40/+74
| | | | | allow the interpreter to be called with a file on the command line
* Corrected clean-dependencies in SABBUS, cleaned...Gilles Dubochet2006-03-061-270/+426
| | | | | | Corrected clean-dependencies in SABBUS, cleaned-up style, plus various detail improvements.
* removed implicit import of java.io.Console (Jav...michelou2006-03-061-26/+22
| | | | | | removed implicit import of java.io.Console (Java 6), cleaned up code (copyright, tabs, ..)
* also prints out hostname and OS in log file bui...michelou2006-03-061-1/+5
| | | | | also prints out hostname and OS in log file build.timers
* fixed compilation problemmihaylov2006-03-052-2/+2
|
* Rearranged header and updated copyright infomihaylov2006-03-05162-222/+1100
|
* use 'mixin/abstract class' instead of 'trait'mihaylov2006-03-0411-34/+21
|
* Remove files that were not required for compila...Gilles Dubochet2006-03-0334-2257/+3
| | | | | | Remove files that were not required for compilation. Clean ignore patterns.
* Initial checkin of new scala-doc tool.Sean McDirmid2006-03-038-282/+666
|
* Small refactoring in some collection classesmihaylov2006-03-0318-52/+36
|
* Update incorrect SVN file-properties.Gilles Dubochet2006-03-0313-0/+0
|
* Use 'mixin class' instead of 'trait'mihaylov2006-03-0397-175/+184
|
* Rearranged header and updated copyright messagemihaylov2006-03-02176-281/+787
|
* changed way to generate 'version.number' property,michelou2006-03-021-29/+47
| | | | | added timers for locker, quick and strap phases
* Added support for Java 1.5 genericsmihaylov2006-03-011-0/+139
|
* improved error message for missing keymihaylov2006-03-011-3/+3
|
* Added -Xgenerics optionmihaylov2006-02-281-0/+1
|
* catch exceptions when running the resulting cod...Lex Spoon2006-02-281-1/+10
| | | | | | catch exceptions when running the resulting code, and print a nice stack trace
* avoid a newline in the generated code, to avoid anLex Spoon2006-02-281-1/+1
| | | | | undesired auto-inserted semicolon
* Fixed bug #538 -- icode classes buffer was not ...Iulian Dragos2006-02-281-0/+1
| | | | | Fixed bug #538 -- icode classes buffer was not cleared before each icode phase.
* allocate new line numbers more eagerly, thus co...Lex Spoon2006-02-271-3/+12
| | | | | | allocate new line numbers more eagerly, thus consistently avoiding reuse of existing .class files
* be more tolerant of svnversion's outputLex Spoon2006-02-271-2/+3
|
* - trying again with SCALA_HOME, now using both ...Lex Spoon2006-02-271-1/+2
| | | | | | | - trying again with SCALA_HOME, now using both with and without - the leading underscore tweaked the error message that comes from - SCALA_HOME not being set on older Windows machines
* SABBUS is now less verbose by default.Gilles Dubochet2006-02-271-4/+4
|
* New STARR library based on revision 5856.Gilles Dubochet2006-02-272-2/+2
|
* - added a missing %Lex Spoon2006-02-271-5/+4
| | | | | | - use SCALA_HOME instead of _SCALA_HOME, for consistency with the Unix template
* Minor clode cleanupmihaylov2006-02-261-13/+9
|
* Fixed bugs 536 and 537.Martin Odersky2006-02-254-7/+18
|
* ok, poor man regexp matching works now for righ...Burak Emir2006-02-241-1/+29
| | | | | ok, poor man regexp matching works now for right-ignoring patterns
* oops, newmatcher is experiementalBurak Emir2006-02-241-1/+1
|
* fixed wrong variable name in file ant/templates...michelou2006-02-241-1/+1
| | | | | fixed wrong variable name in file ant/templates/tool-windows.tmpl