summaryrefslogtreecommitdiff
path: root/src/rebar_escripter.erl
Commit message (Expand)AuthorAgeFilesLines
* Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msgTuncer Ayaz2012-12-311-0/+27
* noshell/noinput should NOT be the default emulator args for an escriptDave Smith2012-10-021-1/+1
* Clarify commentsTuncer Ayaz2012-08-121-2/+3
* Change escript zip archive creation as suggested by Siri HansenTuncer Ayaz2012-08-111-9/+46
* Fix R13B03 build (Reported-by: Sergey Nartimov)Tuncer Ayaz2012-07-281-2/+2
* Fix trivial comment typoTuncer Ayaz2012-07-261-1/+1
* Remove shared stateTuncer Ayaz2012-07-131-6/+7
* Change escriptize archive permissions to a+xFred Hebert2012-07-101-1/+1
* Use [{File,Bin}, ...] in escriptize zip:createTuncer Ayaz2012-06-171-55/+36
* Add missing escriptize commentsTuncer Ayaz2012-06-171-1/+2
* Remove debug logTuncer Ayaz2012-06-151-1/+0
* Simplify temp dir creationTuncer Ayaz2012-06-141-20/+7
* Extend escriptize and reuse in bootstrapTuncer Ayaz2012-06-141-11/+14
* Sync rebar_escripter with bootstrap escriptTuncer Ayaz2012-06-141-25/+64
* Remove ?FAIL in favor of ?ABORTDave Smith2012-06-081-2/+2
* Add options for escript shebang, command, emu_argsMathias Meyer2011-06-141-1/+5
* Clean up codeTuncer Ayaz2011-02-061-5/+10
* Clean up emacs file local variablesTuncer Ayaz2011-01-311-1/+1
* Use file:change_mode/2 instead of invoking chmodJuhani Rankimies2011-01-061-1/+3
* Match ok result of filelib:ensure_dir/1Tuncer Ayaz2010-10-221-1/+1
* Add support for overriding the default name/location of the escript; add supp...Dave Smith2010-10-191-5/+18
* Adding support for embedding other apps via escript_incl_appsDave Smith2010-08-291-3/+35
* Refactoring app file access to be via rebar_app_utils in prep for supporting ...Dave Smith2010-04-281-1/+1
* Added vi modeline/emacs local variables to file headersTuncer Ayaz2009-12-311-0/+2
* Deleted trailing whitespaceTuncer Ayaz2009-12-301-1/+1
* Silence warnings, courtesy of Tuncer AyazDave Smith2009-12-281-1/+1
* Adding rudimentary escript generatorDave Smith2009-12-221-0/+63