Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'rj/fix-supervisor-shutdown-doc' into maint | Gustav Simonsson | 2012-03-16 | 3 | -20/+25 |
|\ | |||||
| * | Fix small typo in kernel app doc | Ricardo Catalinas Jiménez | 2012-02-29 | 1 | -1/+1 |
| * | Cosmetic: split very long lines from supervisor doc | Ricardo Catalinas Jiménez | 2012-02-24 | 1 | -5/+10 |
| * | Fix supervisor doc: Shutdown, MaxR and MaxT type specs | Ricardo Catalinas Jiménez | 2012-02-24 | 1 | -2/+3 |
| * | Add the type restrictions in the code comments | Ricardo Catalinas Jiménez | 2012-02-24 | 1 | -4/+4 |
| * | Remove trailing spaces | Ricardo Catalinas Jiménez | 2012-02-24 | 1 | -8/+7 |
* | | Merge branch 'rj/fix-misc-doc-typos' into maint | Gustav Simonsson | 2012-03-16 | 2 | -2/+2 |
|\ \ | |||||
| * | | Fix a code snippet and two typos in the doc | Ricardo Catalinas Jiménez | 2012-02-22 | 2 | -2/+2 |
* | | | Merge branch 'rj/minor-doc-improvements' into maint | Gustav Simonsson | 2012-03-16 | 4 | -6/+37 |
|\ \ \ | |||||
| * | | | Remove dashes from error_logger doc | Ricardo Catalinas Jiménez | 2012-02-29 | 2 | -2/+3 |
| * | | | Add start/0,1 and help/0 to etop's doc | Ricardo Catalinas Jiménez | 2012-02-28 | 2 | -3/+33 |
| * | | | Remove/add extra/missing white spaces | Ricardo Catalinas Jiménez | 2012-02-28 | 1 | -2/+2 |
| | |/ | |/| | |||||
* | | | Merge branch 'rj/fix-global-spec' into maint | Gustav Simonsson | 2012-03-16 | 1 | -5/+5 |
|\ \ \ | |||||
| * | | | Improve global:re_register_name/2,3 spec | Ricardo Catalinas Jiménez | 2012-03-01 | 1 | -3/+3 |
| * | | | Fix global:{random_exit_name,random_notify_name}/3 spec | Ricardo Catalinas Jiménez | 2012-03-01 | 1 | -2/+2 |
* | | | | Merge remote branch 'origin/peppe/common_test/otp-9666' into maint | Peter Andersson | 2012-03-15 | 3 | -3/+32 |
|\ \ \ \ | |||||
| * | | | | Set correct group leader for end_per_testcase process after tc timeout | Peter Andersson | 2012-03-14 | 3 | -3/+32 |
* | | | | | Merge remote branch 'origin/peppe/common_test/otp-9634_9659' into maint | Peter Andersson | 2012-03-15 | 14 | -70/+672 |
|\ \ \ \ \ | |||||
| * | | | | | Change the option name 'unique_priv_dir' to 'create_priv_dir' | Peter Andersson | 2012-03-13 | 12 | -119/+146 |
| * | | | | | Add test suite for the unique_priv_dir feature | Peter Andersson | 2012-03-13 | 8 | -8/+419 |
| * | | | | | Make it possible to use unique priv_dir names | Peter Andersson | 2012-03-13 | 7 | -46/+181 |
| * | | | | | Create entry for every repeated test in index.html | Peter Andersson | 2012-03-13 | 2 | -35/+64 |
| |/ / / / | |||||
* | | | | | Merge branch 'sa/dialyzer-fixes' into maint | Gustav Simonsson | 2012-03-15 | 26 | -249/+336 |
|\ \ \ \ \ | |||||
| * | | | | | Ensure that -on_load functions are not reported as unused | Stavros Aronis | 2012-03-14 | 2 | -3/+16 |
| * | | | | | Unknown types are being reported by dialyzer's GUIs | Stavros Aronis | 2012-03-01 | 2 | -0/+20 |
| * | | | | | Fix bug in remote type solving | Stavros Aronis | 2012-03-01 | 2 | -2/+39 |
| * | | | | | Review by Kostis Sagonas and fixes | Stavros Aronis | 2012-02-22 | 5 | -32/+31 |
| * | | | | | Simplify external vs bad calls check | Stavros Aronis | 2012-02-22 | 2 | -12/+14 |
| * | | | | | Remove callgraph from the state used during solving | Stavros Aronis | 2012-02-22 | 1 | -9/+9 |
| * | | | | | Refactorings in dialyzer_typesig | Stavros Aronis | 2012-02-22 | 1 | -27/+23 |
| * | | | | | Avoid unnecessary passing of huge terms in some closures | Stavros Aronis | 2012-02-22 | 1 | -18/+22 |
| * | | | | | Further simplifications | Stavros Aronis | 2012-02-22 | 1 | -13/+14 |
| * | | | | | Remove redundant code | Stavros Aronis | 2012-02-22 | 2 | -16/+2 |
| * | | | | | Simplify dialyzer_succ_typings code | Stavros Aronis | 2012-02-22 | 2 | -12/+20 |
| * | | | | | Cleanups in dialyzer_callgraph and dialyzer_dataflow | Stavros Aronis | 2012-02-22 | 2 | -24/+24 |
| * | | | | | Zero-arity unused functions Dialyzer patch | Stavros Aronis | 2012-02-22 | 7 | -32/+43 |
| * | | | | | Cleanup debug messages in dialyzer_dataflow | Stavros Aronis | 2012-02-22 | 1 | -5/+1 |
| * | | | | | Refactorings in dialyzer_analysis_callgraph | Stavros Aronis | 2012-02-22 | 1 | -19/+19 |
| * | | | | | Allow t_opaque_structure to handle multiple opaque types | Stavros Aronis | 2012-02-22 | 3 | -6/+11 |
| * | | | | | Support alternative spelling of behaviour | Stavros Aronis | 2012-02-22 | 3 | -12/+15 |
| * | | | | | Refactor function selection by Dialyzer's codeserver | Stavros Aronis | 2012-02-22 | 1 | -6/+11 |
| * | | | | | Prettify spec | Stavros Aronis | 2012-02-22 | 1 | -4/+2 |
| * | | | | | Small fixes for Dialyzer's testsuites generation | Stavros Aronis | 2012-02-22 | 2 | -5/+8 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'bjorn/compiler/coverage-and-minor-fixes/OTP-9982' into maint | Björn Gustavsson | 2012-03-14 | 9 | -328/+264 |
|\ \ \ \ \ | |||||
| * | | | | | v3_life: Use common code for guards and bodies | Björn Gustavsson | 2012-03-14 | 1 | -62/+34 |
| * | | | | | v3_core: Don't put negative line numbers in annotations | Björn Gustavsson | 2012-03-14 | 4 | -30/+31 |
| * | | | | | v3_kernel: Dig out the line number only when generating a warning | Björn Gustavsson | 2012-03-14 | 1 | -8/+8 |
| * | | | | | v3_kernel: Clean up handling of guards | Björn Gustavsson | 2012-03-14 | 1 | -83/+34 |
| * | | | | | v3_kernel: Introduce is_in_guard/1 | Björn Gustavsson | 2012-01-11 | 1 | -4/+11 |
| * | | | | | v3_kernel: Removed unreached clause for #k_bin_int{} in sub_size_var/1 | Björn Gustavsson | 2012-01-11 | 1 | -3/+0 |