Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-24 | Cosmetic: split very long lines from supervisor doc | Ricardo Catalinas Jiménez | |
2012-02-24 | Merge branch 'uw/extending_gen' into maint | Gustav Simonsson | |
* uw/extending_gen: Add plugin support for alternative name lookup OTP-9945 | |||
2012-02-24 | Merge branch 'pan/win32_testbuild' into maint | Gustav Simonsson | |
* pan/win32_testbuild: Set PATH correctly when building tests on win32 | |||
2012-02-24 | Fix supervisor doc: Shutdown, MaxR and MaxT type specs | Ricardo Catalinas Jiménez | |
The next code snippets from supervisor.erl show that Shutdown from a child specification must be greater than zero and the same applies to MaxT. --- supervisor.erl ---------------------------------------------------------- validShutdown(Shutdown, _) when is_integer(Shutdown), Shutdown > 0 -> true; validShutdown(infinity, _) -> true; validShutdown(brutal_kill, _) -> true; validShutdown(Shutdown, _) -> throw({invalid_shutdown, Shutdown}). validIntensity(Max) when is_integer(Max), Max >= 0 -> true; validIntensity(What) -> throw({invalid_intensity, What}). validPeriod(Period) when is_integer(Period), Period > 0 -> true; validPeriod(What) -> throw({invalid_period, What}). ----------------------------------------------------------------------------- | |||
2012-02-24 | Add the type restrictions in the code comments | Ricardo Catalinas Jiménez | |
2012-02-24 | Remove trailing spaces | Ricardo Catalinas Jiménez | |
2012-02-24 | [wx] Add missing stc function | Dan Gudmundsson | |
wxSTC:SetEdgeMode was missing for some reason. | |||
2012-02-24 | [wx] Add wxTaskBarIcon class | Dan Gudmundsson | |
2012-02-24 | [wx] Doc overloaded functions | Dan Gudmundsson | |
edoc do not handle overloaded type-specs, so doc them manually | |||
2012-02-24 | [snmp] Fixed verbosity timestamp | Micael Karlberg | |
2012-02-23 | Fix problem with large fun environment being copied unnecessarily | Peter Andersson | |
2012-02-23 | Merge branch 'sverk/ets-compress-bug' into maint | Sverker Eriksson | |
* sverk/ets-compress-bug: erts: Fail binary_to_term if bignum arity is too large erts: Fix bignum-bug in ETS with compressed option OTP-9932 | |||
2012-02-23 | Merge branch 'bmk/snmp/agent/documenting_snmp_generic/OTP-9942' into ↵ | Micael Karlberg | |
bmk/snmp/snmp422_integration/r15 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/vsn.mk | |||
2012-02-23 | Merge branch 'bmk/snmp/updating_examples/r15/20120214' into ↵ | Micael Karlberg | |
bmk/snmp/snmp422_integration/r15 | |||
2012-02-23 | Merge branch 'bmk/snmp/unused_variables/r15/20120214' into ↵ | Micael Karlberg | |
bmk/snmp/snmp422_integration/r15 Conflicts: lib/snmp/src/app/snmp.appup.src | |||
2012-02-23 | [snmp/agent] Documenting previously existing but undocumented function | Micael Karlberg | |
Documenting previously existing but undocumented function, snmp_generic:get_table_info/2. OTP-9942 | |||
2012-02-23 | Merge branch 'bmk/snmp/manager/threaded_net_if/OTP-9876' into ↵ | Micael Karlberg | |
bmk/snmp/snmp422_integration/r15 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src lib/snmp/test/snmp_agent_test.erl lib/snmp/vsn.mk | |||
2012-02-22 | [snmp] Updated release notes and appup file | Micael Karlberg | |
OTP-9876 OTP-9940 | |||
2012-02-22 | [snmp] Some restructure of the agent test suite | Micael Karlberg | |
OTP-9940 | |||
2012-02-22 | [snmp] Add log_to_io function for both manager and agent | Micael Karlberg | |
Add a log_to_io Audit Trail Log converter function for both the manager (snmpm) and agent (snmpa). Also fixed the converter functions in the logger module, snmp_log, which previously sometimes did not work properly (re-open an already open log with different properties). OTP-9940 | |||
2012-02-22 | [snmp] More documentaion regarding the new manager net-if module | Micael Karlberg | |
OTP-9876 | |||
2012-02-22 | [snmp] Tests for new manager net-if-mt module | Micael Karlberg | |
Updated manager test suite with groups that tests the new net-if module, snmpm_net_if_mt. Also fixed the suite, group and test-case init functions for a number of sub-suites. OTP-9876 | |||
2012-02-22 | [snmp] Release notes and documentation for the new transport module | Micael Karlberg | |
Added the release notes and documentation for the new transport module, snmpm_net_if_mt. OTP-9876 | |||
2012-02-22 | [snmp] Moved experimental test suites to an experimental sub-dir | Micael Karlberg | |
OTP-9876 | |||
2012-02-22 | [snmp/manager] Reworked the ATL mechanism for the net-if-mt | Micael Karlberg | |
Removed the separate logger process. Instead open the log from each worker process and log from them directly. OTP-9876 | |||
2012-02-22 | [snmp/manager] Preliminary appup | Micael Karlberg | |
Add preliminary appup. Also reorder app file. OTP-9876 | |||
2012-02-22 | [snmp/manager] Added test cases for net_if-mt | Micael Karlberg | |
Made the inform_request table public (to allow the worker processes to insert data). Also added test cases (this was done by adding "mt" groups). OTP-9876 | |||
2012-02-22 | [snmp/manager] Misc cleanup | Micael Karlberg | |
OTP-9876 | |||
2012-02-22 | [snmp/manager] Introduced new net-if module | Micael Karlberg | |
Moved the net-if multi-threading to a separate module, snmpm_net_if_mt. Restored the old module to its previous state. OTP-9876 | |||
2012-02-22 | Review by Kostis Sagonas and fixes | Stavros Aronis | |
2012-02-22 | Simplify external vs bad calls check | Stavros Aronis | |
2012-02-22 | Remove callgraph from the state used during solving | Stavros Aronis | |
2012-02-22 | Refactorings in dialyzer_typesig | Stavros Aronis | |
2012-02-22 | Avoid unnecessary passing of huge terms in some closures | Stavros Aronis | |
The relevant terms were instances of Dialyzer's typesig analysis state that were stored together with some "dynamic" constraints in a dict. Due to sharing this was not apparent until we tried to copy the dictionary. Initial debugging was by Björn Gustavsson. | |||
2012-02-22 | Further simplifications | Stavros Aronis | |
2012-02-22 | Remove redundant code | Stavros Aronis | |
2012-02-22 | Simplify dialyzer_succ_typings code | Stavros Aronis | |
2012-02-22 | Cleanups in dialyzer_callgraph and dialyzer_dataflow | Stavros Aronis | |
Refactorings, code movements and reflection of mutable variables in the code. | |||
2012-02-22 | Zero-arity unused functions Dialyzer patch | Stavros Aronis | |
Dialyzer was not reporting unused functions with 0 arity. This was not a real issue, until we found out that there could be cases where this could lead to false warnings. This was the case in "no_local_return.erl". | |||
2012-02-22 | Cleanup debug messages in dialyzer_dataflow | Stavros Aronis | |
2012-02-22 | Refactorings in dialyzer_analysis_callgraph | Stavros Aronis | |
2012-02-22 | Allow t_opaque_structure to handle multiple opaque types | Stavros Aronis | |
2012-02-22 | Support alternative spelling of behaviour | Stavros Aronis | |
2012-02-22 | Refactor function selection by Dialyzer's codeserver | Stavros Aronis | |
2012-02-22 | Prettify spec | Stavros Aronis | |
2012-02-22 | Small fixes for Dialyzer's testsuites generation | Stavros Aronis | |
2012-02-22 | Merge branch 'tst/no_hipe_ceach' into maint | Gustav Simonsson | |
* tst/no_hipe_ceach: Remove hipe_ceach from hipe.app.src to fix reltool-generated release startup OTP-9939 | |||
2012-02-22 | Fix a code snippet and two typos in the doc | Ricardo Catalinas Jiménez | |
2012-02-22 | * jv/on_load_docs: | Gustav Simonsson | |
Fix a typo on documentation. desciption -> description. OTP-9937 | |||
2012-02-22 | Merge branch 'jv/on_load_docs' into maint | Gustav Simonsson | |