Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-06 | Add verification terms in test suite | Peter Andersson | |
OTP-10070 | |||
2013-01-05 | Add test case to verify that config data gets properly restored | Peter Andersson | |
2013-01-03 | Merge branch 'ks/stdlib/proplists-spec-cleanup/OTP-10663' | Fredrik Gustafsson | |
* ks/stdlib/proplists-spec-cleanup/OTP-10663: Ensure that edocumentation and the xml file are in sync Clean up some specs | |||
2013-01-03 | Merge branch 'ks/kernel/dist_util-minor-fix/OTP-10662' | Fredrik Gustafsson | |
* ks/kernel/dist_util-minor-fix/OTP-10662: Do not return wrong terms unnecessarily | |||
2013-01-03 | Merge branch 'hb/parsetools/remove_esyntax/OTP-10660' | Hans Bolinder | |
* hb/parsetools/remove_esyntax/OTP-10660: Remote the file esyntax.yrl | |||
2013-01-02 | Remote the file esyntax.yrl | Hans Bolinder | |
2013-01-02 | Make sure the Erlang shell prompt can handle Unicode | Hans Bolinder | |
2013-01-02 | Improve and correct contracts and types of the IO modules | Hans Bolinder | |
2013-01-02 | Clean up some of the Unicode documentation | Hans Bolinder | |
2013-01-02 | Correct bugs in the old shell (user.erl) | Hans Bolinder | |
2013-01-02 | [tools] Add Unicode support for Cover | Hans Bolinder | |
Code written by Siri Hansen. | |||
2013-01-02 | [test_server] Add Unicode support to module listing | Hans Bolinder | |
Code written by Siri Hansen. | |||
2013-01-02 | [erl_docgen] Use DejaVu fonts when generating PDF | Hans Bolinder | |
A few examples in lib/stdlib/doc/src/unicode_usage.xml make use of Cyrillic characters. | |||
2013-01-02 | [syntax_tools] Introduce Unicode support for Erlang source files | Hans Bolinder | |
Not complete. Unicode in wild attribute doesn't work. No support for Unicode regarding Igor stubs. | |||
2013-01-02 | [erl_docgen] Update due to introduction of Unicode | Hans Bolinder | |
2013-01-02 | [edoc] Introduce Unicode support for source files | Hans Bolinder | |
2013-01-02 | [stdlib, kernel] Introduce Unicode support for Erlang source files | Hans Bolinder | |
Expect modifications, additions and corrections. There is a kludge in file_io_server and erl_scan:continuation_location() that's not so pleasing. | |||
2012-12-21 | [stdlib] Correct and improve specs and types of erl_scan and sys | Hans Bolinder | |
Thanks to Kostis Sagonas. | |||
2012-12-21 | Merge branch 'fredrik/ssh/sftp-file-is-dir/OTP-6406' | Fredrik Gustafsson | |
* fredrik/ssh/sftp-file-is-dir/OTP-6406: Removed unused code ssh.erl and changed tests Added eexist to return proper sftp parameter Changed erlclient testcases for sftp sftp ver6 mods, SSH_FX_CANNOT_DELETE added as parameter Updated doc for sftpd_vsn Changed testcases to proper sftpd listening changed option to sftpd_vsn corrected is_dir call in sftpd Changes to sftpd test suite Added a file_is_a_directory to a proper status return Basic functionality for sftp ver6 and testcase Conflicts: lib/ssh/doc/src/ssh_sftpd.xml | |||
2012-12-21 | Merge branch 'fredrik/ssh/fix-appup-syntax/OTP-10657' | Fredrik Gustafsson | |
* fredrik/ssh/fix-appup-syntax/OTP-10657: Fixed syntax error in ssh appup file | |||
2012-12-20 | Merge branch 'master' of super:otp | Micael Karlberg | |
2012-12-20 | [snmp/manager] Updated release notes | Micael Karlberg | |
OTP-10027 | |||
2012-12-20 | [snmp/manager] Updated manager test suite to use only the api | Micael Karlberg | |
Updated manager test suite to use only the api. The test cases that tested the old api (01), are now skipped. OTP-10027 | |||
2012-12-20 | [snmp/manager] Preliminary test suite update | Micael Karlberg | |
OTP-10027 | |||
2012-12-20 | [snmp/manager] Removed deprecated functions | Micael Karlberg | |
Removed deprecated functions from the SNMP manager interface module snmpm. Also updated otp_internal in the stdlib app. OTP-10027 | |||
2012-12-20 | Merge branch 'siri/common_test/ct_netconfc-adjust_window/OTP-10646' | Siri Hansen | |
* siri/common_test/ct_netconfc-adjust_window/OTP-10646: [common_test] Adjust window after netconf client receives data | |||
2012-12-20 | Fixed syntax error in ssh appup file | Fredrik Gustafsson | |
2012-12-20 | Move ram option from mode() type into open/2 spec | Patrik Nyblom | |
The mode() type is used in path_open and copy, two functions that do _not_ accept the ram option (or is at least not supposed to), why I moved the option 'ram' from the type down to the spec for open itself. That also makes the option visible directly under open/2 in the documentation. | |||
2012-12-20 | Basic documentation of the 'ram' mode in the 'file' module | Jan Daniel Bothma | |
2012-12-19 | Merge branch 'siri/observer/cdv-test-for-r16/OTP-10606' | Siri Hansen | |
* siri/observer/cdv-test-for-r16/OTP-10606: [observer] Set ERL_CRASH_DUMP_SECONDS/=-1 on old releases [observer] Fix crashdump_viewer tests for R16 | |||
2012-12-19 | [common_test] Adjust window after netconf client receives data | Siri Hansen | |
If ssh_connection:adjust_window/3 is not called after each time data is received in the netconf client, the client will eventually stop receiving data. This bug has been corrected. | |||
2012-12-19 | Merge branch 'fredrik/ssh/rekeying' | Fredrik Gustafsson | |
* fredrik/ssh/rekeying: ssh_basic_SUITE rekey test modifications Modifications to idle_time testcase Added test for rekeying Added doc for rekey_limit option Renegotiating every hour and every gb sent, can be decreased with option {rekey_limit, integer()} | |||
2012-12-19 | ssl: Fix update of test case name in init funtion | Ingela Anderton Andin | |
2012-12-18 | Merge branch 'maint' | Siri Hansen | |
Conflicts: lib/common_test/test/Makefile | |||
2012-12-17 | Merge branch 'maint-r15' into maint | Siri Hansen | |
2012-12-17 | [observer] Set ERL_CRASH_DUMP_SECONDS/=-1 on old releases | Siri Hansen | |
Else, crashdumps can not be generated. | |||
2012-12-17 | [observer] Fix crashdump_viewer tests for R16 | Siri Hansen | |
Generate dumps for r14, r15 and r16. Save generated dumps if test fails. | |||
2012-12-17 | Ensure that edocumentation and the xml file are in sync | Kostis Sagonas | |
2012-12-14 | Merge branch 'ia/ssh/add_users_guide/OTP-7786' | Ingela Anderton Andin | |
* ia/ssh/add_users_guide/OTP-7786: ssh: Document and clean up SSH behaviours ssh: Add Users Guide and enhance man pages ssh: Added User's Guide framework and minor enhancements | |||
2012-12-13 | ssh: Document and clean up SSH behaviours | Ingela Anderton Andin | |
2012-12-13 | Do not return wrong terms unnecessarily | Kostis Sagonas | |
2012-12-13 | Clean up some specs | Kostis Sagonas | |
It is actually wrong to be using the same variable name to denote arguments and return values which have possibly different types. This patch corrects this. | |||
2012-12-13 | Merge branch 'ao/fix_mnesia_overload_msg_format' | Henrik Nord | |
* ao/fix_mnesia_overload_msg_format: Fix format of mnesia overload message OTP-10639 | |||
2012-12-13 | Merge branch 'tja/exported-function-face' | Henrik Nord | |
* tja/exported-function-face: Add separate face for exported functions OTP-10637 | |||
2012-12-13 | Merge branch 'jwh/mnesia_interval_removal' | Henrik Nord | |
* jwh/mnesia_interval_removal: mnesia: Use chained send_after instead of send_interval OTP-10636 | |||
2012-12-13 | Merge branch 'pgö/tv-refresh-crash' | Henrik Nord | |
* pgö/tv-refresh-crash: Fix Table Viewer refresh crash on no more existing ets tables OTP-10635 | |||
2012-12-13 | ssh: Add Users Guide and enhance man pages | Ingela Anderton Andin | |
2012-12-13 | ssh: Added User's Guide framework and minor enhancements | Niclas Eklund | |
2012-12-12 | Merge branch 'anders/diameter/tbit/OTP-10619' | Anders Svensson | |
* anders/diameter/tbit/OTP-10619: Add discard testcases to failover suite Check for T flag in failover suite Fix setting of T flag at failover | |||
2012-12-12 | Prepare release | Erlang/OTP | |