aboutsummaryrefslogtreecommitdiffstats
path: root/erts/etc/common/dialyzer.c
AgeCommit message (Collapse)Author
2013-05-20erts: Fix windows widestring args and paths in toolsDan Gudmundsson
Fix erlc, escript, dialyzer, typer, ct_run, heart and epmd should all be using widestrings on windows
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-05-21Allow more runtime flags and increase default process limitStavros Aronis
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2010-10-04dialyzer: prevent buffer overflowsMichael Santos
Check length of buffers used with environment variables and debug messages.
2009-11-28dialyzer: make -wx always start the SMP emulatorKostis Sagonas
The wx application will only work in the SMP emulator, so the -wx option for 'dialyzer' must force the -smp option when starting the emulator. Make sure that -wx in *any* position on the command line (not only as the first argument) forces the SMP emulator.
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP