summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Add eval and version commands to releases (#8758)José Valim2019-02-021-20/+20
* Shellcheck bin/elixirc tooJosé Valim2019-02-021-1/+3
* Shellcheck improvements to bin/iexJosé Valim2019-02-011-2/+4
* Make bin/elixir POSIX compliant (#8736)Eksperimental2019-01-301-18/+22
* Fix OS assertion on Elixir scriptJosé Valim2019-01-291-1/+1
* Add missing parens to elixir.batJosé Valim2019-01-291-1/+1
* More fixes on Windows with werlJosé Valim2019-01-292-8/+5
* Add RELEASE_NODE, RELEASE_COOKIE and fixesJosé Valim2019-01-294-14/+15
* Basic mix release support (#8677)José Valim2019-01-282-33/+57
* Revamp Elixir CLI (#8595)José Valim2019-01-085-182/+273
* Suggest quotes where appropriate (#8561)José Valim2019-01-024-24/+24
* Remove undocumented environment variableJosé Valim2018-12-231-6/+1
* Rephrase useWerl option in elixir.bat (#8559)Eksperimental2018-12-221-1/+1
* Revise use of "flag" terminology (#8347)Eksperimental2018-11-161-1/+1
* Remove unecessery releases directory check (#7359)José Valim2018-02-171-5/+1
* Support path with spaces as argument to elixir.bat (#6596)robi-wan2017-09-241-1/+1
* Do not start oldshell alongside IEx, closes #5730 (on Windows) (#6168)robi-wan2017-05-301-1/+1
* Do not start oldshell alongside IEx, closes #5730José Valim2017-05-291-1/+1
* Correct indentation in elixirc outputAleksei Magusev2017-04-232-16/+16
* Use single-equals when comparing variables in bin/elixir (#6028)Andrea Leopardi2017-04-221-2/+2
* Improvements to elixirc command (#5977)Eksperimental2017-04-162-4/+10
* Document --help option in elixir command and include long version of --versio...Eksperimental2017-04-102-2/+4
* Standardize elixirc bin files (#5970)Eksperimental2017-04-102-12/+12
* Standardize iex bin files (#5972)Eksperimental2017-04-102-22/+24
* Disable ansi detection for powershell to avoid false positivesJosé Valim2017-01-051-21/+0
* Make batch style more consistent (#4944)John Fearnside2016-07-054-43/+43
* detect terminal, detect ANSI support (#4942)John Fearnside2016-07-051-13/+35
* Use proper case for proper nouns and acronymseksperimental2016-06-062-5/+5
* Windows: batch file improvements (#4642)robi-wan2016-05-183-9/+58
* Improve elixirc options and use upcoming waiting modeJosé Valim2016-05-152-10/+10
* Update docs and CHANGELOGJosé Valim2016-03-173-50/+61
* Add --logger-otp and --logger-sasl to the command-line argsAndrea Leopardi2016-03-172-6/+22
* Add in PATH note to remaining filesJosé Valim2016-02-182-2/+2
* Improve documentation for iex -SJay Hayes2016-02-171-1/+1
* Use IEX_WITH_WERL environment variable to enable --werl by default.Brett N. DiFrischia2015-12-231-1/+3
* Add environment variable to iex.bat so user can default to --werl if desired.Brett N. DiFrischia2015-12-221-1/+1
* mix.bat changed to emulate mix script on Unix-like systems. This solves #4075Franco Lombardo2015-12-141-1/+1
* Documentation fixesJoe Yates2015-12-032-2/+2
* Adding code to the Windows batch files to make it easier to diagnose issues o...Onorio Catenacci2015-12-014-4/+4
* Use Title Case and backticks for Erlang and Elixir applicationseksperimental2015-09-093-5/+5
* Update elixir.battitib2015-08-271-4/+4
* Add support for --werl in Windows bash-like shellsLars Storjord2014-12-102-2/+12
* Do not set not shell as we know have a custom promptJosé Valim2014-10-152-5/+3
* Remove unecessary commentJosé Valim2014-10-081-1/+0
* 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-102-2/+4
* 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
* Suppress "-s elixir start_cli" for IExChris Hyndman2014-08-081-2/+9