Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-18 | Make wx debugger use +pc flag when applicable | Patrik Nyblom | |
2013-02-18 | Correct misspelled comments and space at lin ends | Patrik Nyblom | |
2013-02-18 | Make ~tp output latin1 binaries as strings if possible | Patrik Nyblom | |
2013-02-18 | Leave the +pc handling to io and io_lib_pretty | Patrik Nyblom | |
This makes the shell output binaries and list as intended by the +pc setting. | |||
2013-02-18 | Remove newly introduced warning in erlexec.c | Patrik Nyblom | |
2013-02-18 | Merge branch 'hb/stdlib/unicode_corrections/OTP-10820' into ↵ | Patrik Nyblom | |
pan/unicode_printable_ranges * hb/stdlib/unicode_corrections/OTP-10820: Fix some Unicode issues Conflicts: lib/stdlib/test/shell_SUITE.erl | |||
2013-02-18 | Make shell_SUITE:otp_10302 use +pc unicode when needed | Patrik Nyblom | |
2013-02-18 | Fix io_proto_SUITE to handle the new io_lib_pretty:print | Patrik Nyblom | |
2013-02-18 | Add testcase for +pc and io:printable_range/0 | Patrik Nyblom | |
Also fixed otp_10302 to test both on a node with +pc unicode and a node with +pc latin1. | |||
2013-02-18 | Make printing of UTF-8 in binaries behave like lists. | Patrik Nyblom | |
This means that only UTF-8 characters in binaries that conform to the printable_range are printed as <<"..."/utf8>> in io_lib_pretty. | |||
2013-02-18 | Document +pc flag and io:printable_range/0 | Patrik Nyblom | |
2013-02-18 | Add usage of and spec for io:printable_range/0 | Patrik Nyblom | |
This makes both io:format("~tp", ...) and the shell honor the +pc setting and also reverts the shell to the old behaviour of only interpreting latin1 strings as "strings" by default. +pc unicode turns on the R16A behaviour. Doing io:format("~tp~n", [[1024,1025]]). will show you the difference when starting with +pc unicode. | |||
2013-02-18 | Add +pc {latin1|unicode} switch and io:printable_range/0 | Patrik Nyblom | |
This is the base for implementing configurable ~tp printouts, so that the user can define which characters to view as actually printable in the shell and by io_lib:format. The functionality is neither documented nor used in this commit | |||
2013-02-18 | Fix some Unicode issues | Hans Bolinder | |
Also let the Erlang shell use the new function io:printable_range(). | |||
2013-02-18 | Merge branch 'ia/odbc/port_info' | Ingela Anderton Andin | |
* ia/odbc/port_info: odbc: Use erlang:port_info to make sure test cases chooses the correct port | |||
2013-02-15 | Merge branch 'lukas/erts/add_sha_to_shell_title/OTP-10838' | Lukas Larsson | |
* lukas/erts/add_sha_to_shell_title/OTP-10838: Remove could not find warning | |||
2013-02-15 | Remove could not find warning | Lukas Larsson | |
2013-02-15 | Merge remote branch 'origin/peppe/common_test/ct_master_evh' | Peter Andersson | |
* origin/peppe/common_test/ct_master_evh: Fix problem with hanging event handler OTP-10634 | |||
2013-02-15 | Merge branch 'hb/stdlib/unicode_corrections/OTP-10820' | Hans Bolinder | |
* hb/stdlib/unicode_corrections/OTP-10820: [stdlib] Add documentation of ~tp [stdlib] Correct handling of Unicode filenames | |||
2013-02-15 | [stdlib] Add documentation of ~tp | Hans Bolinder | |
A short description of how ~tp works now. | |||
2013-02-15 | [stdlib] Correct handling of Unicode filenames | Hans Bolinder | |
2013-02-15 | Merge branch 'hb/stdlib/new_l_modifier/otp-10755' | Hans Bolinder | |
* hb/stdlib/new_l_modifier/otp-10755: [stdlib] Add new SDTLIB application variable 'shell_strings' [stdlib] Add control sequence modifier 'l' | |||
2013-02-15 | [stdlib] Add new SDTLIB application variable 'shell_strings' | Hans Bolinder | |
Use the new function shell:strings/1 to toggle how the Erlang shell outputs lists of integers. | |||
2013-02-15 | [stdlib] Add control sequence modifier 'l' | Hans Bolinder | |
The modifier 'l' can be used for turning off the string recognition of ~p and ~P. | |||
2013-02-15 | Merge branch 'fredrik/ssh/versions-R16B' | Fredrik Gustafsson | |
* fredrik/ssh/versions-R16B: Versions and appup ssh, R16B | |||
2013-02-15 | Versions and appup ssh, R16B | Fredrik Gustafsson | |
2013-02-15 | Merge branch 'fredrik/ssh/better-error-messages/OTP-10553' | Fredrik Gustafsson | |
* fredrik/ssh/better-error-messages/OTP-10553: Added event/3 and clarified error message Error msg to be returned together with Key exchange failed Returning the actual reason why key exchange failed | |||
2013-02-15 | Added event/3 and clarified error message | Fredrik Gustafsson | |
2013-02-15 | Error msg to be returned together with Key exchange failed | Fredrik Gustafsson | |
2013-02-15 | Returning the actual reason why key exchange failed | Fredrik Gustafsson | |
2013-02-15 | Merge branch 'ks/xcomp-powerpc64-bgq/OTP-10849' | Fredrik Gustafsson | |
* ks/xcomp-powerpc64-bgq/OTP-10849: Add an xcomp file for Blue Gene/Q | |||
2013-02-15 | Merge branch 'sc/gen_tcp_send_error_closed/OTP-10839' | Fredrik Gustafsson | |
* sc/gen_tcp_send_error_closed/OTP-10839: Fix type of error Reason on gen_tcp:send/2 | |||
2013-02-14 | Merge branch 'rickard/erl_drv_consume_timeslice/OTP-10810' | Rickard Green | |
* rickard/erl_drv_consume_timeslice/OTP-10810: Implement erl_drv_consume_timeslice() | |||
2013-02-14 | Merge branch 'rickard/win-drv-bugfix/OTP-10807' | Rickard Green | |
* rickard/win-drv-bugfix/OTP-10807: Fix flush of fd-driver on Windows | |||
2013-02-14 | Merge branch 'rickard/win-drv-bugfix/OTP-10803' | Rickard Green | |
* rickard/win-drv-bugfix/OTP-10803: Fix unsafe accesses to driver data from win32 fd/vanilla/spawn drivers | |||
2013-02-14 | Merge branch 'rickard/win-drv-bugfix/OTP-10802' | Rickard Green | |
* rickard/win-drv-bugfix/OTP-10802: Fix unsafe driver_select() from win32 vanilla/spawn drivers | |||
2013-02-14 | Merge branch 'rickard/r16b/port-optimizations-fixes/OTP-10809' | Rickard Green | |
* rickard/r16b/port-optimizations-fixes/OTP-10809: Add erl_drv_busy_msgq_limits() to driver API on Windows Fix driver port accesses Fix port exit | |||
2013-02-14 | Merge branch 'rickard/r16b/notes-fix' | Rickard Green | |
* rickard/r16b/notes-fix: Fix erts-5.10 release notes | |||
2013-02-14 | Merge branch 'rickard/small-build' | Rickard Green | |
* rickard/small-build: Include apps needed for tests and doc in small build | |||
2013-02-14 | Merge branch 'lukas/erts/add_sha_to_shell_title/OTP-10838' | Lukas Larsson | |
* lukas/erts/add_sha_to_shell_title/OTP-10838: Remove surplus echos | |||
2013-02-14 | Remove surplus echos | Lukas Larsson | |
2013-02-14 | Update preloaded erlang.beam | Lukas Larsson | |
2013-02-14 | Merge branch 'lukas/erts/binary_conv_bifs/OTP-10300' | Lukas Larsson | |
* lukas/erts/binary_conv_bifs/OTP-10300: erts: Remove ?line macro from hash_SUITE Add float_to_binary and binary_to_float Add new binary conversion bifs | |||
2013-02-14 | Merge branch 'lukas/erts/update-config-guess-sub/OTP-10848' | Lukas Larsson | |
* lukas/erts/update-config-guess-sub/OTP-10848: Add +x rights to config.sub | |||
2013-02-14 | Add +x rights to config.sub | Lukas Larsson | |
2013-02-14 | erts: Remove ?line macro from hash_SUITE | Björn-Egil Dahlberg | |
2013-02-14 | Add float_to_binary and binary_to_float | Lukas Larsson | |
2013-02-14 | Add new binary conversion bifs | Lukas Larsson | |
Added: binary_to_integer/1,2, integer_to_binary/1,2 | |||
2013-02-14 | Merge branch 'lukas/erts/update-config-guess-sub/OTP-10848' | Lukas Larsson | |
* lukas/erts/update-config-guess-sub/OTP-10848: Update config.guess and config.sub to latest versions | |||
2013-02-14 | Update config.guess and config.sub to latest versions | Lukas Larsson | |