summaryrefslogtreecommitdiff
path: root/src/manual
Commit message (Collapse)AuthorAgeFilesLines
...
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-1/+1
| | | | | | In "Iterable" and in all its subclasses, "iterator" replaces "elements" (and assorted changes).
* 1.4-related cleanup and reorganization.Antonio Cunei2009-05-151-1/+1
| | | | | | | Removed a bunch of now useless 1.4 code, merged back jvm5-specific partest tests into the general jvm tests, documentation updates.
* map page updatedilyas2009-02-101-3/+3
| | | | | scalap flags adjusted according to man page
* added build scripts for scalapLukas Rytz2009-02-097-9/+135
|
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-138-9/+9
|
* Updated copyright notices to 2009Antonio Cunei2009-01-093-3/+3
|
* fix for #1603Lukas Rytz2009-01-051-1/+1
|
* applied fix for #1206Lukas Rytz2008-09-041-7/+7
|
* fixing urllorch2008-09-011-1/+1
|
* removed scalap man pageLukas Rytz2008-08-227-132/+6
|
* int -> Int, etc.michelou2008-08-192-13/+18
|
* Fixed (most of) the varargs warnings in the com...Miles Sabin2008-07-012-6/+4
| | | | | | | Fixed (most of) the varargs warnings in the compiler and libraries. Fixing the remaining ones in scala.tools.nsc.ObjectRunner will have to wait on a fix to #1003.
* Scripts should use JAVA_HOME to find java execu...stepancheg2008-06-143-0/+12
| | | | | Scripts should use JAVA_HOME to find java executable (#995)
* let supersabbus genarte man pages.Lukas Rytz2008-06-093-0/+62
|
* applied path for #325, update scalac man pagesmichelou2008-01-221-6/+13
|
* Corrected uses of g:lines to g:line.Geoffrey Washburn2008-01-091-2/+2
|
* fixes to make dual mode build passMartin Odersky2007-12-192-2/+4
|
* added scaladoc option '-access'michelou2007-11-162-13/+17
|
* updated man pages with new scala optionsmichelou2007-10-101-1/+10
|
* use the word "shell" more oftenLex Spoon2007-10-021-2/+2
|
* fixed contrib #748michelou2007-08-171-1/+1
|
* “unchecked” is a standard option again (was -X).Gilles Dubochet2007-07-271-8/+8
|
* Updated Scalac man page for changed command-lin...Gilles Dubochet2007-07-161-107/+69
| | | | | Updated Scalac man page for changed command-line options.
* Changed organisation of Scalac's command-line o...Gilles Dubochet2007-07-161-3/+0
| | | | | | Changed organisation of Scalac's command-line options to split them into three categories: every-day use, advanced (-X) and private (-Y).
* removed more primitive type aliases, removed so...michelou2007-06-211-4/+4
| | | | | removed more primitive type aliases, removed some tabs
* documented --univ and --univ-urlLex Spoon2007-06-201-1/+12
|
* Added some explicit quotation marks in the SCAL...Lex Spoon2007-05-213-6/+6
| | | | | Added some explicit quotation marks in the SCALA_OPTS examples
* added scaladoc optionsmichelou2007-05-031-4/+19
|
* updated self aliases, for-comprehensions michelou2007-04-231-1/+1
|
* updated for-comprehension syntaxmichelou2007-04-192-15/+15
|
* added variable JAVA_OPTS to generated man pagesmichelou2007-04-184-12/+53
|
* removed 'addparams'michelou2007-04-121-5/+2
|
* added more options to scaladoc Ant taskmichelou2007-04-101-0/+4
|
* removed '-Xunapply' optionmichelou2007-02-281-5/+0
|
* updated tool options in man pagesmichelou2007-02-262-4/+47
|
* updated copyright date and address of Scala web...v2.3.3michelou2007-01-251-3/+3
| | | | | updated copyright date and address of Scala website
* update address of Scala websitemichelou2007-01-258-15/+15
|
* Tweaked the copyright notice.Lex Spoon2007-01-191-1/+2
|
* Merged the fsc web page into this document, and...Lex Spoon2007-01-181-44/+66
| | | | | | Merged the fsc web page into this document, and wrote a new introduction.
* added option 'unchecked' in Scalac Ant task and...michelou2006-12-152-23/+26
| | | | | added option 'unchecked' in Scalac Ant task and man page
* updated scaladoc comments in scala/Iterator.scalamichelou2006-11-131-1/+1
|
* added option '-deprecation' in scalac man pagemichelou2006-10-311-1/+9
|
* updated man page for scaladoc, improved Scala c...michelou2006-10-041-6/+22
| | | | | updated man page for scaladoc, improved Scala comments
* reintroduced overwritten changes in Global.scalamichelou2006-09-221-1/+1
|
* added '-nouescape' option to scalac man pagemichelou2006-09-204-2/+12
|
* added command option 'pack' to man1/sbaz.scalamichelou2006-09-191-0/+8
|
* replaced 'Predef.Array' by 'Array' (and Java 1....michelou2006-09-112-4/+4
| | | | | replaced 'Predef.Array' by 'Array' (and Java 1.5.0_08 by 1.5.0_07)
* retrofitted Predef.Arraymichelou2006-09-062-4/+4
|
* Fixed compilation bugs arising from the move of...mihaylov2006-09-062-4/+4
| | | | | | Fixed compilation bugs arising from the move of Predef.Array* to scala.Array.apply*
* added missing links to fsc, .. in man1/sbaz.scalamichelou2006-08-241-7/+9
|