summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - changed the unicode method identifier to be a...Lex Spoon2006-06-162-5/+6
| | | | | | | - changed the unicode method identifier to be a valid; Java identifiers must start with a letter - re-enabled the test's invocation of this method
* (no commit message)Martin Odersky2006-06-161-4/+4
|
* changes to commentsLex Spoon2006-06-161-5/+5
|
* fixed optim of Array(xs@_*) but broken elsewhereBurak Emir2006-06-151-5/+6
|
* fixed "guess" test in MainGenericRunner.scalamichelou2006-06-153-71/+77
| | | | | added try/catch around Class.forName in ObjectRunner.scala
* Fixed type inference problemMartin Odersky2006-06-153-26/+55
|
* scalascript-->scalaLex Spoon2006-06-151-2/+2
|
* added header and svn:keywords to files *Generic...michelou2006-06-154-21/+46
| | | | | added header and svn:keywords to files *Generic*.scala
* adjust the generated tool scripts to replace sc...Lex Spoon2006-06-151-3/+8
| | | | | | adjust the generated tool scripts to replace scala+scalaint+scalascript by a single unified scala script
* removed scalascript and scalaintLex Spoon2006-06-151-24/+2
|
* removed scalascript and scalaint, and adjusted ...Lex Spoon2006-06-156-195/+12
| | | | | | removed scalascript and scalaint, and adjusted see-also sections of the other man pages accordingly
* adjusted the syntax to be compatible with exist...Lex Spoon2006-06-151-25/+26
| | | | | adjusted the syntax to be compatible with existing uses of "scala"
* (no commit message)Lex Spoon2006-06-152-0/+63
|
* (no commit message)Lex Spoon2006-06-151-0/+36
|
* - added args as an alias for argvLex Spoon2006-06-151-13/+23
| | | | | | - factored main into two halves, so that the second half can be called by MainGenericRunner
* (no commit message)Lex Spoon2006-06-151-0/+64
|
* split main in half, so that the second half can...Lex Spoon2006-06-151-26/+18
| | | | | | split main in half, so that the second half can be reused by MainGenericRunner
* fixed target directory for man pages in build.xmlmichelou2006-06-152-3/+9
|
* Requite the keyowrd 'val' in the extended attri...mihaylov2006-06-151-0/+1
| | | | | Requite the keyowrd 'val' in the extended attribute syntax
* generate manual pages from Scala codeLex Spoon2006-06-151-144/+160
|
* Fixed problems when compiling man1: too many cl...Martin Odersky2006-06-142-3/+10
| | | | | | Fixed problems when compiling man1: too many classes + crash when compiled separately.
* Removed outdated man pages.Gilles Dubochet2006-06-145-772/+0
|
* (no commit message)Martin Odersky2006-06-141-1/+1
|
* Fixed problem lex was encountering.Martin Odersky2006-06-141-0/+1
|
* implemented BulletList, NumberedList, and Title...Lex Spoon2006-06-141-8/+12
| | | | | implemented BulletList, NumberedList, and TitledPara
* use this's class loader, not the system class l...Lex Spoon2006-06-142-2/+2
| | | | | use this's class loader, not the system class loader
* updated svn:keywords for files in src/manual/michelou2006-06-1411-18/+18
|
* modified css-style in file EmitHtml.scalamichelou2006-06-141-1/+2
|
* always generate doctype informationmichelou2006-06-141-10/+7
|
* rewrote the man page to describe a new command ...Lex Spoon2006-06-131-60/+116
| | | | | | rewrote the man page to describe a new command unifying "scala", "scalaint", and "scalascript"
* Improved error handling for name-value pairs in...mihaylov2006-06-131-25/+25
| | | | | Improved error handling for name-value pairs in attributes
* removed leading/trailing tabs/spacesmichelou2006-06-131-27/+28
|
* removed leading/trailing tabs/spacesmichelou2006-06-133-232/+240
|
* Generate Nil for List()mihaylov2006-06-121-1/+4
|
* Generate Nil for List()src/compiler/scala/tools...mihaylov2006-06-121-0/+3
| | | | | | Generate Nil for List()src/compiler/scala/tools/nsc/typechecker/Typers.scala
* Extended Java annotations supportmihaylov2006-06-121-12/+15
|
* Extended Java annotations supportmihaylov2006-06-127-28/+95
|
* moved docs/man/src to src/manual and updated bu...michelou2006-06-1217-159/+106
| | | | | moved docs/man/src to src/manual and updated build.xml
* Updated all SVN attributes in the Scala core mo...Gilles Dubochet2006-06-1231-289/+289
| | | | | Updated all SVN attributes in the Scala core module.
* fixcrlf called for man pages onlymichelou2006-06-121-1/+1
|
* Hack-fixed the FSC compiler to handle boot clas...Gilles Dubochet2006-06-111-3/+3
| | | | | Hack-fixed the FSC compiler to handle boot class path.
* All "scala*" scripts put the Scala library in t...Gilles Dubochet2006-06-114-16/+11
| | | | | | | All "scala*" scripts put the Scala library in the boot class loader (appended to the standard Java boot library). Extension libraries are still loaded by the user class loader.
* Corrected broken build (under IBM J9 VM): EOL f...Gilles Dubochet2006-06-111-1/+1
| | | | | | Corrected broken build (under IBM J9 VM): EOL fixing was attempted on binary files.
* also includes *.args files in package scala-testmichelou2006-06-082-5/+11
|
* reactivated call to 'load' in file DocGenerator...michelou2006-06-088-2/+296
| | | | | reactivated call to 'load' in file DocGenerator.scala
* added CmdOptionLong in file man/man1/Command.scalamichelou2006-06-082-3/+9
|
* change def to valMartin Odersky2006-06-081-3/+3
|
* (no commit message)Martin Odersky2006-06-081-3/+3
|
* added description in sbaz man pagemichelou2006-06-082-5/+14
|
* Fixed bug 624Martin Odersky2006-06-081-1/+0
|