Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-14 | Fixed typos in lib/wx | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/stdlib | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/snmp | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/ssl | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/ssh | Andrew Dryga | |
2017-02-14 | Fixed typos in PKCS-8.asn1 file | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/parsetools | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/orber | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/mnesia | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/megaco | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/kernel | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/jinterface | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/inets | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/hipe | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/eunit | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/erl_interface | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/eldap | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/edoc | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/diameter | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/dialyzer | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/asn1 | Andrew Dryga | |
2017-02-14 | Fixed typos in erts | Andrew Dryga | |
2017-02-14 | Fixed typos in bootstrap/lib | Andrew Dryga | |
2017-02-13 | Merge branch 'rickard/magic-indirection' | Rickard Green | |
* rickard/magic-indirection: Magic indirection | |||
2017-02-13 | Magic indirection | Rickard Green | |
2017-02-13 | Merge branch 'bjorn/cuddle-with-tests' | Björn Gustavsson | |
* bjorn/cuddle-with-tests: ets_tough_SUITE: Add the gen_server behavior ets_tough_SUITE: Remove functions that are never called ets_SUITE: Eliminate internal exports used for spawn/apply lists_SUITE: Run the droplast/1 test case random_{iolist,unicode_list}: Remove unused functions stdlib test: Eliminate export_all from re_SUITE and friends asn1_SUITE: Make sure that there are no unused functions Simplify running of asn1 app tests asn1_SUITE: Remove unused functions | |||
2017-02-10 | ets_tough_SUITE: Add the gen_server behavior | Björn Gustavsson | |
Add a declaration to make it clear for tools that this module uses the gen_server behavior. While at it, also remove the totally unnecessary 'export_all' option. | |||
2017-02-10 | ets_tough_SUITE: Remove functions that are never called | Björn Gustavsson | |
2017-02-10 | ets_SUITE: Eliminate internal exports used for spawn/apply | Björn Gustavsson | |
In the future we will run xref to make sure that all functions that are exported are also used. Having internal exports only used for spawning or applying will mess with that. | |||
2017-02-10 | lists_SUITE: Run the droplast/1 test case | Björn Gustavsson | |
The testcase was never actually run. | |||
2017-02-10 | random_{iolist,unicode_list}: Remove unused functions | Björn Gustavsson | |
2017-02-10 | stdlib test: Eliminate export_all from re_SUITE and friends | Björn Gustavsson | |
There is no actual need to use export_all, since very few functions are actually called from the outside. While we are it, remove the unused functions in run_pcre_tests.erl. | |||
2017-02-10 | asn1_SUITE: Make sure that there are no unused functions | Björn Gustavsson | |
Add xref_export_all/1 to make sure that all functions in the asn1_SUITE module are actually called (directly or indirectly). | |||
2017-02-10 | Simplify running of asn1 app tests | Björn Gustavsson | |
Instead of initiating running of the app tests for asn1 from asn1_SUITE, put the tests in asn1_app_SUITE and let it take care of itself. While we are it, eliminate 'export_all' in the new module and use lists:keyfind/3 instead of lists:keysearch/3. | |||
2017-02-10 | asn1_SUITE: Remove unused functions | Björn Gustavsson | |
In 8a39672af4d9, the testX420/1 test case is no longer run. Remove the unused functions. | |||
2017-02-10 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-02-10 | Merge branch 'maint-r15' into maint | Ingela Anderton Andin | |
2017-02-09 | Merge branch 'maint' | Hans Bolinder | |
* maint: stdlib: Improve Erlang shell's tab-completion of long names | |||
2017-02-09 | Merge branch 'hasse/stdlib/shell_tab_compl/ERL-352/OTP-14200' into maint | Hans Bolinder | |
* hasse/stdlib/shell_tab_compl/ERL-352/OTP-14200: stdlib: Improve Erlang shell's tab-completion of long names | |||
2017-02-09 | Merge branch 'maint' | Siri Hansen | |
Conflicts: lib/sasl/test/systools_SUITE.erl | |||
2017-02-09 | Merge pull request #1329 from brucify/update_readme | Björn-Egil Dahlberg | |
Update README.md | |||
2017-02-09 | Merge branch 'siri/systools/warnings_as_errors-return/OTP-14170' into maint | Siri Hansen | |
* siri/systools/warnings_as_errors-return/OTP-14170: [systools] Fix return value for warnings_as_errors + silent | |||
2017-02-09 | Merge branch 'maint' | Raimo Niskanen | |
2017-02-09 | Merge branch 'maint-r16' into maint | Raimo Niskanen | |
2017-02-09 | Merge branch 'maint-r16b02' into maint-r16maint-r16 | Raimo Niskanen | |
Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src lib/snmp/vsn.mk | |||
2017-02-09 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-02-09 | Merge branch 'maint-r15' into maint | Ingela Anderton Andin | |
2017-02-09 | Merge pull request #1327 from ↵ | Björn Gustavsson | |
bjorng/bjorn/asn1/maps-instead-of-records/OTP-14004 Teach the ASN.1 compiler the 'maps' option OTP-14219 | |||
2017-02-09 | Merge pull request #1312 from richcarl/shell-smart-compile | Björn Gustavsson | |
Extend shell c(...) to find and recompile modules OTP-14190 | |||
2017-02-09 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Fix observer term conversion error spelling |