summaryrefslogtreecommitdiff
path: root/bin/elixir
Commit message (Expand)AuthorAgeFilesLines
* Use single-equals when comparing variables in bin/elixir (#6028)Andrea Leopardi2017-04-221-2/+2
* Document --help option in elixir command and include long version of --versio...Eksperimental2017-04-101-1/+2
* Update docs and CHANGELOGJosé Valim2016-03-171-16/+19
* Add --logger-otp and --logger-sasl to the command-line argsAndrea Leopardi2016-03-171-0/+14
* Add in PATH note to remaining filesJosé Valim2016-02-181-1/+1
* Documentation fixesJoe Yates2015-12-031-1/+1
* Use Title Case and backticks for Erlang and Elixir applicationseksperimental2015-09-091-2/+2
* Add support for --werl in Windows bash-like shellsLars Storjord2014-12-101-2/+11
* fix previous commit typo bugHaoming Zhu2014-09-121-1/+1
* Use quotes to avoid space-in-path issues with cygpathChris Hyndman2014-08-111-1/+1
* Ensure elixir and iex works on MinGWJosé Valim2014-08-101-1/+3
* Check for terminal on both stdout and stderrJosé Valim2014-08-101-2/+1
* Check for terminal support from Elixir command lineJosé Valim2014-08-101-0/+4
* Prepend -noshell and friends always within CygwinChris Hyndman2014-08-081-1/+3
* Remove --gen-debug optionJosé Valim2014-06-261-4/+0
* Do not set -noshell if we are going to override it afterwardsJosé Valim2014-06-221-2/+2
* Mention ERL_COMPILER_OPTIONS and rename ELIXIR_ERL_OPTS to ELIXIR_ERL_OPTIONSJosé Valim2014-05-121-2/+2
* Do not set +fnu by defaultJosé Valim2014-04-211-1/+1
* Merge branch 'jv-char-data'José Valim2014-04-211-1/+1
|\
| * Convert File and IO to char data, use +fnu flag by defaultJosé Valim2014-02-221-1/+1
* | Do not reuse shell variables in IEx, closes #2149José Valim2014-04-041-2/+9
* | Add --gen-debugJames Fish2014-03-171-0/+4
|/
* Support ERL_PATH in bin/elixirJosé Valim2014-02-111-5/+8
* -S cannot be given more than onceJosé Valim2013-12-121-1/+1
* Drop .elixirrcJosé Valim2013-10-211-2/+0
* Quote arguments on elixir/iex help checkJosé Valim2013-08-141-1/+1
* Allow -boot start to be overriden on releasesJosé Valim2013-07-091-1/+1
* Erlang release for Elixir should use start.boot instead of elixir.bootYurii Rashkovskii2013-07-091-1/+1
* Ensure --app switch does not halt upcoming ones, closes #1398José Valim2013-07-091-1/+1
* Ensure Elixir can run on directories with :, closes #1375José Valim2013-07-071-11/+2
* Stop parsing on -S, closes #1294José Valim2013-06-201-1/+1
* Use = instead of == on shell comparisonJosé Valim2013-06-181-2/+2
* Use proper path separator in msysJosé Valim2013-06-181-2/+11
* Update executable docsJosé Valim2013-06-171-1/+1
* removed use of local variables in shell scripts in order to remove dependency...zambal2013-06-091-1/+1
* Ensure --cookie is set before remsh starts, closes #1190José Valim2013-06-051-1/+6
* Do not abort erl names processing when +iex or +compile appearJosé Valim2013-05-231-1/+1
* Support --cookie, --hidden, Node.get_cookie and Node.set_cookie, closes #910José Valim2013-05-051-2/+4
* Support --help and -h in elixir and iex, closes #854José Valim2013-03-171-3/+2
* Move bootstrap code for IEx to IEx.CLIJosé Valim2013-01-291-2/+3
* Start an app and its dependencies with --appJosé Valim2012-12-051-1/+2
* Supports --detached option on command line, closes #487José Valim2012-09-261-0/+4
* Use exec to replace the shell process instead of forkingDevin Torres2012-09-131-2/+2
* Make elixir source $HOME/.elixirrc if it existsthomasc2012-08-101-0/+2
* Support -S as an option, closes #415José Valim2012-07-311-1/+2
* Pass some options down to erl, accept --erl as argJosé Valim2012-07-311-10/+41
* Quote all the paths in sh filesJosé Valim2012-07-281-7/+7
* Move all code to erlang style appsJosé Valim2012-07-051-2/+2
* Allows use of externally supplied ERL_LIBS in release-packaged elixirYurii Rashkovskii2012-06-061-2/+2
* Share the same bin scriptsJosé Valim2012-06-031-1/+7