Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ?FAIL in favor of ?ABORT | Dave Smith | 2012-06-08 | 1 | -1/+1 |
| | |||||
* | Fix copying dir to non-existing dir in Win32 | Jesse Gumm | 2012-02-20 | 1 | -0/+19 |
| | |||||
* | rebar_file_utils: simplify commands on Windows | Jan Klötzke | 2011-10-20 | 1 | -3/+3 |
| | |||||
* | Fix regressions in rebar_file_utils | Tuncer Ayaz | 2011-09-15 | 1 | -5/+9 |
| | |||||
* | Fix regression in rebar_file_utils:cp_r/2 | Tuncer Ayaz | 2011-09-04 | 1 | -2/+3 |
| | |||||
* | Fix spec for rebar_file_utils:rm_rf/1 | Tuncer Ayaz | 2011-09-02 | 1 | -1/+1 |
| | |||||
* | Quote paths before passing them to the shell | Jan Klötzke | 2011-09-02 | 1 | -6/+9 |
| | |||||
* | Clean up specs | Tuncer Ayaz | 2011-03-28 | 1 | -4/+3 |
| | |||||
* | Clean up code | Tuncer Ayaz | 2011-02-06 | 1 | -3/+3 |
| | |||||
* | Clean up emacs file local variables | Tuncer Ayaz | 2011-01-31 | 1 | -1/+1 |
| | |||||
* | Apply Tidier suggestions | Tuncer Ayaz | 2011-01-13 | 1 | -16/+16 |
| | |||||
* | Unify executable invocation | Juhani Rankimies | 2011-01-06 | 1 | -21/+47 |
| | | | | | Add flags to rebar_utils:sh to control output and error handling. Replace calls to os:cmd with calls to rebar_utils:sh. | ||||
* | Port rebar_file_utils to Windows | Juhani Rankimies | 2010-10-27 | 1 | -5/+73 |
| | | | | | | | | Modify rm_rf and cp_r to work when {win32,_} = os:type(). Simplify rm_rf to only accept one filename, directoryname or wildcard. Add unit tests to ensure a similar behaviour on windows and unix. Thanks to tuncer for guidance and feedback. | ||||
* | Remove unused functions from rebar_file_utils | Juhani Rankimies | 2010-10-27 | 1 | -16/+0 |
| | | | | mkdir_p/1 and ln_sf/2. | ||||
* | Added vi modeline/emacs local variables to file headers | Tuncer Ayaz | 2009-12-31 | 1 | -0/+2 |
| | |||||
* | Deleted trailing whitespace | Tuncer Ayaz | 2009-12-30 | 1 | -1/+1 |
| | |||||
* | Fixing number of warnings and buglets | Dave Smith | 2009-12-14 | 1 | -1/+1 |
| | |||||
* | Adding delete_each/1 | Dave Smith | 2009-12-01 | 1 | -1/+15 |
| | |||||
* | Connected up symlinking the list of progs in rebar.config/app_bin | Jon Meredith | 2009-11-30 | 1 | -1/+2 |
| | | | | to the OTP bin dir. | ||||
* | More work | Dave Smith | 2009-11-30 | 1 | -0/+59 |