summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/ant/templates/tool-unix.tmpl
Commit message (Expand)AuthorAgeFilesLines
* Unix script template: get java version through java commandscript-linuxJakob Odersky2016-12-121-2/+2
* Adapt to the removal of sun.boot.class.pathJason Zaugg2016-12-021-0/+8
* SI-9833 Fix -nobootcp in the Unix scala scriptJason Zaugg2016-12-021-4/+3
* tool-unix: support environments with TERM=cygwinkirillkh2015-08-091-1/+1
* add support for MSys2 to bin/scala shell scriptKirill Khazan2015-07-311-3/+8
* SI-9279 Improve performance of bash runner scriptJason Zaugg2015-04-231-5/+5
* SI-4959 - UNIX bin scripts now work for paths with spacesLyle Kopnicky2015-02-151-21/+18
* SI-8967 Only add JARs and dirs from $SCALA_HOME/lib to classpathJason Zaugg2014-11-081-4/+8
* SI-8368 respect user-supplied scala.usejavacpAdriaan Moors2014-03-141-1/+1
* Fixes syntax error in unix runner.François Garillot2014-03-111-1/+1
* SI-8368 respect user-supplied -Dscala.usejavacp in unix runnerAdriaan Moors2014-03-071-1/+7
* SI-7962 Scalac runner does not work within Emacs's terminalRobin Green2014-02-221-3/+2
* Unfork jline: use vanilla jline 2.11 as a dependency.Adriaan Moors2013-07-051-1/+1
* Javap for Java 7 (Fixes SI-4936)Som Snytt2012-11-281-0/+3
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* More robust findScalaHome in bash scripts. See SI-5792Peter Vlugter2012-06-011-13/+8
* Tweak to the runner to deal with the big bad world.Paul Phillips2012-05-131-2/+11
* Fix for "." appearing on classpath.Paul Phillips2012-02-271-1/+3
* Fix path mangling for 'scala' shell script on MinGW/MSYS.Stefan Zeiger2011-12-051-5/+17
* Working on the runners.Paul Phillips2011-11-131-53/+75
* Looks like I broke -nobootcp at some point.Paul Phillips2011-08-161-1/+3
* Attacked classpaths to get "." off of it when i...Paul Phillips2011-08-061-1/+1
* Trying out a different strategy for restoring t...Paul Phillips2011-04-271-15/+25
* Fix for cygwin: jline.UnixTerminal is now scala...Paul Phillips2011-03-261-1/+1
* Changes to startup.Paul Phillips2011-02-221-9/+16
* I chased a lot of ghosts before finding the rea...Paul Phillips2011-02-111-10/+19
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Added a terminal type for echo reenable based o...Paul Phillips2011-01-181-1/+1
* The shutdown hook installed by jline has made l...Paul Phillips2011-01-061-14/+22
* Add option -toolcp to our runner script.Iulian Dragos2010-12-311-1/+7
* New jline: BSD licensed, based on [ https://git...Paul Phillips2010-12-121-2/+21
* Looks like I'd gotten a little quote-happy there.Paul Phillips2010-12-071-2/+2
* Oops, lost some java options for a moment there.Paul Phillips2010-12-071-1/+2
* Tackling long standing issues with startup.Paul Phillips2010-12-071-10/+33
* ant, build.xml and classpath issues.Paul Phillips2010-11-161-1/+1
* Unix scripts pass -D options to the underlying ...Paul Phillips2010-02-161-1/+14
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* new classpaths.Lukas Rytz2009-10-261-1/+1
* Scalac was failing if the path to the distributionAntonio Cunei2009-07-161-1/+1
* Fix for #2092Antonio Cunei2009-07-011-2/+6
* Updated copyright notices to 2009Antonio Cunei2009-01-091-1/+1
* fixed #1257Lukas Rytz2008-08-221-1/+2
* Scripts should use JAVA_HOME to find java execu...stepancheg2008-06-141-0/+4
* Fixed issue #896: Scala script "execs" the JVM.Gilles Dubochet2008-05-201-1/+1
* Refactored SuperSabbus' targets to be finer gra...Gilles Dubochet2008-04-091-23/+8
* reverted Burak's change which broke every singl...Martin Odersky2008-02-241-3/+1
* startup scripts honor an existing SCALA_HOME now.Burak Emir2008-02-231-1/+3
* fixed ticket #142michelou2007-10-021-1/+4
* added test for EMACS environment variable (jline)michelou2007-08-161-1/+1