summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* increased Ant memory sizemichelou2008-01-152-1/+13
|
* splitted scala-devel.sbp (scala-devel.sbp/scala...michelou2008-01-152-8/+18
| | | | | splitted scala-devel.sbp (scala-devel.sbp/scala-devel-docs.sbp)
* added some <parallel> tagsLex Spoon2008-01-021-10/+21
|
* added some <parallel> tags to speed things upLex Spoon2007-12-311-0/+6
|
* - include partest in the scala-test packageLex Spoon2007-11-291-2/+43
| | | | | | - make scripts in simpbuild/bin immediately executable (thanks, Manfred Stock)
* In the Debian build scripts, do not run scalado...Lex Spoon2007-11-282-2/+2
| | | | | | In the Debian build scripts, do not run scaladoc by default. It must be requested explicitly.
* Changed description of Scala library in control...Philipp Haller2007-09-142-2/+2
| | | | | | Changed description of Scala library in control file. Added jline.jar to library classpath in scala runner script.
* fixed the location of the "docs" dependencyLex Spoon2007-08-231-2/+2
|
* Support jline in the interactive shell.Lex Spoon2007-07-171-0/+12
|
* - run the scaladoc task with its classpath poin...Lex Spoon2007-07-131-27/+37
| | | | | | | | | - run the scaladoc task with its classpath pointing to directories, not to jars - use the just-build scaladoc to generate the API, not the one in starr - removed some properties whose name and value are the same - generate API docs for the actors code, too - do not build and install the tests package by default
* renamed documenttitle -> doctitleLex Spoon2007-06-121-1/+1
|
* stop including scalap.1 in the deb, becauseLex Spoon2007-06-121-1/+1
| | | | | scalap itself is not included
* (no commit message)Lex Spoon2007-05-232-1/+7
|
* minor changesmichelou2007-05-211-1/+1
|
* several updates to parallel build.xml:Lex Spoon2007-05-141-41/+78
| | | | | | | | - merged scala-actors.jar into scala-library.jar - deprecation and unchecked warnings turned on - jar manifests have more information in them - scala-library.jar also gets a version property file
* updated annotations in scala/concurrentmichelou2007-04-251-1/+1
|
* fixed the location of the API docsLex Spoon2007-04-231-34/+32
|
* Added the JAVA_OPTS variable, so that java opti...Lex Spoon2007-04-184-4/+4
| | | | | | Added the JAVA_OPTS variable, so that java options can be specified without changing JAVACMD.
* use ant.home to find ant.jarLex Spoon2007-04-121-1/+2
|
* include version info in compiler jarLex Spoon2007-04-011-3/+13
|
* depend on java-gcj-compat-dev, not just java-gc...Lex Spoon2007-04-011-2/+2
| | | | | depend on java-gcj-compat-dev, not just java-gcj-compat
* better clean ruleLex Spoon2007-04-011-1/+2
|
* (no commit message)Lex Spoon2007-04-011-0/+14
|
* compile the new java files in the actors libraryLex Spoon2007-03-071-0/+8
|
* Add java-gcj-compat as an install dependency of...Lex Spoon2007-03-071-2/+2
| | | | | | | Add java-gcj-compat as an install dependency of the main scala package, so that there are always jar's available for the core Java library even if gij is being used as the virtual machine.
* set regular Java classpath in addition to bootc...Lex Spoon2007-03-071-0/+1
| | | | | | set regular Java classpath in addition to bootclasspath, for compatibility with gij
* put Scala jar's on the actual bootclasspath of ...Lex Spoon2007-01-241-1/+2
| | | | | | put Scala jar's on the actual bootclasspath of the JVM, not just in a property
* add the version number properties file to scala...Lex Spoon2007-01-241-13/+14
| | | | | add the version number properties file to scala-compiler.jar
* fixed the build dependenciesLex Spoon2007-01-241-1/+1
|
* (no commit message)Lex Spoon2007-01-241-0/+6
|
* updated the URL to scala-lang.orgLex Spoon2007-01-241-1/+1
|
* updated the description with the new list of toolsLex Spoon2007-01-191-2/+3
|
* Fixed the #!/bin/sh at the header; the ! was mi...Lex Spoon2007-01-151-1/+1
| | | | | | Fixed the #!/bin/sh at the header; the ! was missing. Thanks to Stephane for finding this one.
* put the Scala jar's on the JVM bootstrapping cl...Lex Spoon2006-11-291-2/+2
| | | | | put the Scala jar's on the JVM bootstrapping classpath
* depend on gcj-4.0, instead of gcjLex Spoon2006-11-291-1/+1
|
* Include the test/files/jvm and test/files/jvm5 ...Lex Spoon2006-11-241-1/+1
| | | | | Include the test/files/jvm and test/files/jvm5 subdirectories
* (no commit message)Lex Spoon2006-11-241-0/+7
|
* fixed inclusion of scala-dbc.jar in the built p...Lex Spoon2006-11-035-22/+19
| | | | | fixed inclusion of scala-dbc.jar in the built package
* (no commit message)Lex Spoon2006-11-031-0/+12
|
* use a simplified script for DebianLex Spoon2006-11-031-5/+3
|
* (no commit message)Lex Spoon2006-11-031-0/+7
|
* scalaint is now part of the scala scriptLex Spoon2006-11-031-7/+0
|
* distribute source jars instead of source hierar...Lex Spoon2006-08-241-1/+57
| | | | | distribute source jars instead of source hierarchies
* build the fsc manual pageLex Spoon2006-08-181-0/+6
|
* removed more references to "scalaint"michelou2006-07-271-15/+7
|
* (no commit message)Lex Spoon2006-07-141-2/+0
|
* added fscLex Spoon2006-07-131-0/+8
|
* - put manpages in a "man1" directoryLex Spoon2006-06-221-3/+4
| | | | | - updated scaladoc invocation, copied from SABUS
* generate manual pages from Scala codeLex Spoon2006-06-151-144/+160
|
* Updated all SVN attributes in the Scala core mo...Gilles Dubochet2006-06-123-0/+0
| | | | | Updated all SVN attributes in the Scala core module.