summaryrefslogtreecommitdiff
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
* - also copy file test.il.txt (used in docu/clr/...michelou2004-09-211-0/+3
| | | | | - also copy file test.il.txt (used in docu/clr/index.html).
* - added Scala related documents.michelou2004-09-161-0/+10
|
* - added directory 'examples' in $websitedir.michelou2004-09-151-0/+6
|
* - Added defaultspaltherr2004-08-021-0/+6
|
* - Declared fastclean in default.mkpaltherr2004-07-201-4/+8
| | | | | - Moved removal from ~ and core files to default.distclean
* - correctly highlight view bounds,schinz2004-07-051-2/+14
| | | | | - indent box comments better
* - added 'ScalaIntro.pdf'.michelou2004-06-211-0/+2
|
* - Added support to merge unix and windows ia bu...paltherr2004-06-111-13/+20
| | | | | - Added support to merge unix and windows ia builds
* - Changed version format to <int>.<int>.<int>.<...paltherr2004-03-231-2/+2
| | | | | - Changed version format to <int>.<int>.<int>.<int>
* - Changed version format to <int>.<int>.<int>.<...paltherr2004-03-231-7/+8
| | | | | - Changed version format to <int>.<int>.<int>.<int>
* - Added checksum attributepaltherr2004-03-161-1/+2
|
* now it worksburaq2004-02-111-0/+2
|
* - changed the way character literals are highli...schinz2004-02-031-3/+3
| | | | | | | - changed the way character literals are highlighted, to fix bug #285: symbols should now highlight correctly as well as character literals, except '\'' which I somehow don't manage to make work
* clean upburaq2004-02-021-44/+5
|
* - Added quotes to batch filespaltherr2004-02-021-2/+2
|
* - Added handling of ScalaRationale.pdfpaltherr2004-01-231-6/+5
| | | | | | - Added use of website-resources - Removed use of website.old
* - fixed the Scala URL,schinz2004-01-221-2/+5
| | | | | - added a TODO list and a note about XEmacs incompatibility
* *** empty log message ***schinz2004-01-221-0/+67
|
* - Fixed path to addons dirpaltherr2004-01-201-1/+1
|
* - Added link to ProgrammingInScalapaltherr2004-01-201-0/+2
|
* - use "scala" command to launch programsschinz2004-01-191-1/+1
|
* - bug fix (hopefully): make the style work with...schinz2004-01-191-4/+1
| | | | | | - bug fix (hopefully): make the style work with non-book styles, which do not know about chapters
* - Removed .cvsignorepaltherr2004-01-191-2/+0
|
* - Renamed scalac4ant into scala4antpaltherr2004-01-192-244/+0
| | | | | | - Moved scala4ant sources into sources/scala/tools/scala4ant Removed - examples from support/ant
* - Added platform to archives in installers sectionpaltherr2004-01-161-5/+6
|
* - Fixed paths of archives in installers sectionpaltherr2004-01-151-1/+1
|
* Replace class Executable with Application.Matthias Zenger2004-01-121-2/+4
|
* - Removed website-build-* and website-build.shpaltherr2004-01-123-278/+0
|
* - Chaned to use website.sh instead of website-b...paltherr2004-01-121-2/+3
| | | | | - Chaned to use website.sh instead of website-build.sh
* - Added website-print-xml*paltherr2004-01-123-0/+33
|
* - Added website.shpaltherr2004-01-121-0/+359
|
* - added tags <website>, <version> and <webinsta...michelou2004-01-091-8/+18
| | | | | - added tags <website>, <version> and <webinstaller>.
* - Added scripts website-build*paltherr2004-01-094-0/+278
|
* - Added function warningpaltherr2004-01-091-1/+5
| | | | | - Fixed default in function abort
* *** empty log message ***Martin Odersky2004-01-051-1/+1
|
* fixed null pointer exception because of too ear...buraq2003-12-191-8/+10
| | | | | fixed null pointer exception because of too early =getProject()
* - corrected keyword listmichelou2003-12-161-3/+0
|
* - jEdit mode for Scala syntax.michelou2003-12-121-0/+234
|
* - added a "fast" switch (not completely impleme...schinz2003-12-051-7/+16
| | | | | | | - added a "fast" switch (not completely implemented yet), - use "verbatim" for programs' output, instead of "lstlisting" (which is wrong)
* - Added -Q flag to cvs commandspaltherr2003-12-041-2/+2
|
* - use getProject() instead of project member va...michelou2003-12-041-2/+4
| | | | | | - use getProject() instead of project member variables which is deprecated starting from version 1.6 of Ant
* - fixed the -target optionmihaylov2003-12-031-1/+1
|
* - Added the possibility to tell what packages a...cremet2003-11-281-0/+1
| | | | | | | - Added the possibility to tell what packages are to be documented on the command line. Ex: scaladoc -d api *.scala -- scala java.lang
* - Updated verbfilter.mkpaltherr2003-11-191-7/+14
|
* changes to XML API and parameterized binding in...buraq2003-11-171-1/+1
| | | | | | | | | changes to XML API and parameterized binding in dtd2scala better names changes to test suite
* - Added cvs-remove-directorypaltherr2003-11-112-0/+64
|
* - Added cvs-move-directorypaltherr2003-11-112-0/+99
|
* - fixed typopaltherr2003-11-111-1/+1
|
* - added runOOpaltherr2003-11-111-0/+6
|
* - added compatibility function scala-regexp-opt...schinz2003-10-301-3/+10
| | | | | | - added compatibility function scala-regexp-opt-charset to work around different versions in GNU Emacs and XEmacs