Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord | |
* henrik/update-copyrightyear: update copyright-year | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2016-01-28 | erts/common: check for OOM on Windows | Michael Santos | |
Fix the command line tools to abort on allocation failures when run on Windows. Modify the malloc() wrapper to consistently return void* across all the tools. | |||
2015-12-17 | Revert "Fix erroneous splitting of emulator path" | Björn-Egil Dahlberg | |
This reverts commit 731890f3b4ac62eed1221aa7d9fd2bfa6bf51d8c. | |||
2015-10-02 | Fix erroneous splitting of emulator path | Magnus Ottenklinger | |
`ct_run.c`, `erlc.c`, `escript.c` and `typer.c` do not preserve space characters in the emulator path. Thus, if a path containing space is passed via environment variables, such as `ESCRIPT_EMULATOR`, or if `get_default_emulator(progname)` returns a path with space, the execution of the programs fail. This patch fixes all occurrences found with `grep push_words -R $ERL_TOP`. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-04 | Get the VTS mode working with private CT version of webtool | Peter Andersson | |
OTP-12704 | |||
2013-05-20 | erts: Fix windows widestring args and paths in tools | Dan Gudmundsson | |
Fix erlc, escript, dialyzer, typer, ct_run, heart and epmd should all be using widestrings on windows | |||
2013-03-31 | ct_run: delete unused function | Tuncer Ayaz | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-02-22 | Remove the deprecated run_test start program | Lukas Larsson | |
It was replaced by ct_run in R14B. | |||
2010-11-29 | Update ct_run deprectaion warning to work properly on windows | Lukas Larsson | |
2010-11-29 | Update make and install files to use ct_run instead of run_test and to keep ↵ | Lukas Larsson | |
a link to run_test available |