summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rj/fix-supervisor-shutdown-doc' into maintGustav Simonsson2012-03-163-20/+25
|\
| * Fix small typo in kernel app docRicardo Catalinas Jiménez2012-02-291-1/+1
| * Cosmetic: split very long lines from supervisor docRicardo Catalinas Jiménez2012-02-241-5/+10
| * Fix supervisor doc: Shutdown, MaxR and MaxT type specsRicardo Catalinas Jiménez2012-02-241-2/+3
| * Add the type restrictions in the code commentsRicardo Catalinas Jiménez2012-02-241-4/+4
| * Remove trailing spacesRicardo Catalinas Jiménez2012-02-241-8/+7
* | Merge branch 'rj/fix-misc-doc-typos' into maintGustav Simonsson2012-03-162-2/+2
|\ \
| * | Fix a code snippet and two typos in the docRicardo Catalinas Jiménez2012-02-222-2/+2
* | | Merge branch 'rj/minor-doc-improvements' into maintGustav Simonsson2012-03-164-6/+37
|\ \ \
| * | | Remove dashes from error_logger docRicardo Catalinas Jiménez2012-02-292-2/+3
| * | | Add start/0,1 and help/0 to etop's docRicardo Catalinas Jiménez2012-02-282-3/+33
| * | | Remove/add extra/missing white spacesRicardo Catalinas Jiménez2012-02-281-2/+2
| | |/ | |/|
* | | Merge branch 'rj/fix-global-spec' into maintGustav Simonsson2012-03-161-5/+5
|\ \ \
| * | | Improve global:re_register_name/2,3 specRicardo Catalinas Jiménez2012-03-011-3/+3
| * | | Fix global:{random_exit_name,random_notify_name}/3 specRicardo Catalinas Jiménez2012-03-011-2/+2
* | | | Merge remote branch 'origin/peppe/common_test/otp-9666' into maintPeter Andersson2012-03-153-3/+32
|\ \ \ \
| * | | | Set correct group leader for end_per_testcase process after tc timeoutPeter Andersson2012-03-143-3/+32
* | | | | Merge remote branch 'origin/peppe/common_test/otp-9634_9659' into maintPeter Andersson2012-03-1514-70/+672
|\ \ \ \ \
| * | | | | Change the option name 'unique_priv_dir' to 'create_priv_dir'Peter Andersson2012-03-1312-119/+146
| * | | | | Add test suite for the unique_priv_dir featurePeter Andersson2012-03-138-8/+419
| * | | | | Make it possible to use unique priv_dir namesPeter Andersson2012-03-137-46/+181
| * | | | | Create entry for every repeated test in index.htmlPeter Andersson2012-03-132-35/+64
| |/ / / /
* | | | | Merge branch 'sa/dialyzer-fixes' into maintGustav Simonsson2012-03-1526-249/+336
|\ \ \ \ \
| * | | | | Ensure that -on_load functions are not reported as unusedStavros Aronis2012-03-142-3/+16
| * | | | | Unknown types are being reported by dialyzer's GUIsStavros Aronis2012-03-012-0/+20
| * | | | | Fix bug in remote type solvingStavros Aronis2012-03-012-2/+39
| * | | | | Review by Kostis Sagonas and fixesStavros Aronis2012-02-225-32/+31
| * | | | | Simplify external vs bad calls checkStavros Aronis2012-02-222-12/+14
| * | | | | Remove callgraph from the state used during solvingStavros Aronis2012-02-221-9/+9
| * | | | | Refactorings in dialyzer_typesigStavros Aronis2012-02-221-27/+23
| * | | | | Avoid unnecessary passing of huge terms in some closuresStavros Aronis2012-02-221-18/+22
| * | | | | Further simplificationsStavros Aronis2012-02-221-13/+14
| * | | | | Remove redundant codeStavros Aronis2012-02-222-16/+2
| * | | | | Simplify dialyzer_succ_typings codeStavros Aronis2012-02-222-12/+20
| * | | | | Cleanups in dialyzer_callgraph and dialyzer_dataflowStavros Aronis2012-02-222-24/+24
| * | | | | Zero-arity unused functions Dialyzer patchStavros Aronis2012-02-227-32/+43
| * | | | | Cleanup debug messages in dialyzer_dataflowStavros Aronis2012-02-221-5/+1
| * | | | | Refactorings in dialyzer_analysis_callgraphStavros Aronis2012-02-221-19/+19
| * | | | | Allow t_opaque_structure to handle multiple opaque typesStavros Aronis2012-02-223-6/+11
| * | | | | Support alternative spelling of behaviourStavros Aronis2012-02-223-12/+15
| * | | | | Refactor function selection by Dialyzer's codeserverStavros Aronis2012-02-221-6/+11
| * | | | | Prettify specStavros Aronis2012-02-221-4/+2
| * | | | | Small fixes for Dialyzer's testsuites generationStavros Aronis2012-02-222-5/+8
| | |_|_|/ | |/| | |
* | | | | Merge branch 'bjorn/compiler/coverage-and-minor-fixes/OTP-9982' into maintBjörn Gustavsson2012-03-149-328/+264
|\ \ \ \ \
| * | | | | v3_life: Use common code for guards and bodiesBjörn Gustavsson2012-03-141-62/+34
| * | | | | v3_core: Don't put negative line numbers in annotationsBjörn Gustavsson2012-03-144-30/+31
| * | | | | v3_kernel: Dig out the line number only when generating a warningBjörn Gustavsson2012-03-141-8/+8
| * | | | | v3_kernel: Clean up handling of guardsBjörn Gustavsson2012-03-141-83/+34
| * | | | | v3_kernel: Introduce is_in_guard/1Björn Gustavsson2012-01-111-4/+11
| * | | | | v3_kernel: Removed unreached clause for #k_bin_int{} in sub_size_var/1Björn Gustavsson2012-01-111-3/+0