Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Update primary bootstrap | Hans Bolinder | |
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-27 | Merge branch 'hb/stdlib/spec_improvements/OTP-10658' | Hans Bolinder | |
* hb/stdlib/spec_improvements/OTP-10658: [stdlib] Correct and improve specs and types of erl_scan and sys | |||
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 | Merge branch 'bmk/snmp/manager/remove_deprecated_functions/OTP-10027' | 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 | Update preloaded erlang.beam | Patrik Nyblom | |
2012-12-20 | Merge branch 'pan/process_info_spec_doc/r16/OTP-10584' | Patrik Nyblom | |
* pan/process_info_spec_doc/r16/OTP-10584: Correct doc re process_info(Pid,links) | |||
2012-12-20 | Correct doc re process_info(Pid,links) | Patrik Nyblom | |
2012-12-20 | Merge branch 'jd/file-ram-opt-doc' | Patrik Nyblom | |
* jd/file-ram-opt-doc: Move ram option from mode() type into open/2 spec Basic documentation of the 'ram' mode in the 'file' module OTP-10651 | |||
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-20 | Merge branch 'pan/seq_trace_match_spec/OTP-10522' | Patrik Nyblom | |
* pan/seq_trace_match_spec/OTP-10522: Teach VM not to dump core on faulty seq_trace in ms | |||
2012-12-20 | Teach VM not to dump core on faulty seq_trace in ms | Patrik Nyblom | |
2012-12-20 | Merge branch 'pan/fna_not_working' | Patrik Nyblom | |
* pan/fna_not_working: Fix emulator +fna option OTP-10650 | |||
2012-12-20 | Fix emulator +fna option | Patrik Nyblom | |
2012-12-20 | Merge branch 'pan/dist_msg_debug' | Patrik Nyblom | |
* pan/dist_msg_debug: Add small patch for debugging of dist messages OTP-10649 | |||
2012-12-20 | Add small patch for debugging of dist messages | Patrik Nyblom | |
Thanks to Ádám Gólya <[email protected]> | |||
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 | Merge branch 'ia/ssl/test-maint' | Ingela Anderton Andin | |
* ia/ssl/test-maint: ssl: Fix update of test case name in init funtion | |||
2012-12-19 | ssl: Fix update of test case name in init funtion | Ingela Anderton Andin | |
2012-12-18 | Merge branch 'rickard/r16/port-optimizations/OTP-10336' | Rickard Green | |
* rickard/r16/port-optimizations/OTP-10336: Fix driver_monitor_process() ASSERT Fix scheduled port link operation Fix aborts of port tasks when terminating ports | |||
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 | Update preloaded modules | Björn-Egil Dahlberg | |
2012-12-17 | Merge branch 'egil/r16/insert_delete_element/OTP-10643' | Björn-Egil Dahlberg | |
* egil/r16/insert_delete_element/OTP-10643: Update preloaded erlang.beam erts: Document insert_element and delete_element tests: Update tuple_SUITE for insert and delete Add insert_element/3 and delete_element/2 | |||
2012-12-17 | Fix driver_monitor_process() ASSERT | Rickard Green | |
2012-12-14 | Update preloaded erlang.beam | Björn-Egil Dahlberg | |