summaryrefslogtreecommitdiff
path: root/bin/iex
Commit message (Expand)AuthorAgeFilesLines
* Use Title Case and backticks for Erlang and Elixir applicationseksperimental2015-09-091-1/+1
* Add support for --werl in Windows bash-like shellsLars Storjord2014-12-101-0/+1
* Do not set not shell as we know have a custom promptJosé Valim2014-10-151-3/+1
* Ensure elixir and iex works on MinGWJosé Valim2014-08-101-1/+1
* Set -noshell on bin/iexJosé Valim2014-08-081-1/+3
* Remove --gen-debug optionJosé Valim2014-06-261-1/+0
* Mention ERL_COMPILER_OPTIONS and rename ELIXIR_ERL_OPTS to ELIXIR_ERL_OPTIONSJosé Valim2014-05-121-1/+1
* Bring the multiple .iex.exs functionalityJosé Valim2014-05-081-1/+1
* Normalize IEx and ExUnit configurationsJosé Valim2014-05-081-1/+1
* Do not reuse shell variables in IEx, closes #2149José Valim2014-04-041-1/+1
* Add --gen-debugJames Fish2014-03-171-0/+1
* Support ERL_PATH in bin/elixirJosé Valim2014-02-111-1/+1
* IEx now loads the .iex.exs file instead of the .iex oneJosé Valim2014-01-291-1/+1
* -S cannot be given more than onceJosé Valim2013-12-121-1/+1
* Document issues and improve IEx booting processJosé Valim2013-09-051-1/+1
* Quote arguments on elixir/iex help checkJosé Valim2013-08-141-1/+1
* Allow iex to --remsh into an Erlang node that has IExJosé Valim2013-08-081-1/+1
* Update executable docsJosé Valim2013-06-171-0/+3
* removed use of local variables in shell scripts in order to remove dependency...zambal2013-06-091-1/+1
* An Elixir module now translates to Elixir.Module instead of Elixir-ModuleJosé Valim2013-05-231-1/+1
* Add --dot-iex command line option to IExAlexei Sholik2013-05-221-1/+3
* Add IEx processing to Kernel.CLIJosé Valim2013-05-221-1/+1
* Support --help and -h in elixir and iex, closes #854José Valim2013-03-171-0/+22
* Move bootstrap code for IEx to IEx.CLIJosé Valim2013-01-291-1/+1
* Improve IEx by using the -user option (ht @yrashk)José Valim2012-11-221-1/+1
* Use exec to replace the shell process instead of forkingDevin Torres2012-09-131-1/+1
* Pass some options down to erl, accept --erl as argJosé Valim2012-07-311-26/+1
* Do not rely on bashismsJosé Valim2012-07-301-6/+11
* Tidy up remsh support in iex via --remsh option, closes #368José Valim2012-07-301-1/+21
* Initial work on remshJosé Valim2012-07-291-1/+1
* Quote all the paths in sh filesJosé Valim2012-07-281-6/+6
* Break IEx into many files, move it to the root namespaceJosé Valim2012-07-111-1/+1
* Allow IEx to take control even when started without -noinputJosé Valim2012-07-111-8/+1
* 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-1/+1
* Share the same bin scriptsJosé Valim2012-06-031-1/+8
* Fix issue with iex not booting elixir properlyJosé Valim2012-05-241-1/+1
* Improvements to iex to allow windows supportJosé Valim2012-05-241-1/+1
* Revert "Allow many files to be passed to iex, closes #203"José Valim2012-04-041-1/+1
* Start using halt since it has improved semantics in Erlang R15B01.José Valim2012-04-031-1/+1
* Allow many files to be passed to iex, closes #203José Valim2012-03-291-1/+1
* Compile files using . and inside __MAIN__José Valim2012-03-251-1/+1
* Allow deep linking and handle CDPATH issuesJoão Britto2012-03-021-1/+11
* Bring readlink backJoão Britto2012-03-011-1/+2
* Further improvements to script initializationJoão Britto2012-03-011-4/+2
* Add --no-stop back.José Valim2012-02-131-1/+1
* Update executables.José Valim2012-02-131-1/+0
* Use the new at_exit hook.José Valim2012-01-281-1/+1
* Bring Elixir CLI back.José Valim2011-12-271-1/+1
* More work on command line compiler.José Valim2011-04-111-1/+1