Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-06 | Merge pull request #1490 from josevalim/jv-gen-server-continue | Raimo Niskanen | |
Add {continue, Term} and handle_continue/2 to gen_server | |||
2017-09-06 | Merge branch 'maint' | Lukas Larsson | |
2017-09-06 | Merge branch 'ingela/ssl/clean-tests' into maint | Ingela Anderton Andin | |
* ingela/ssl/clean-tests: ssl: Make sure test initilization is clean | |||
2017-09-05 | Merge branch 'rickard/xml-lint-fixes' | Rickard Green | |
* rickard/xml-lint-fixes: Fix xml-lint warning in doc | |||
2017-09-05 | Fix xml-lint warning in doc | Rickard Green | |
2017-09-05 | Clean up zlib test suite | John Högberg | |
2017-09-05 | Improve zlib error messages and update test suite to fit | John Högberg | |
OTP-14527 | |||
2017-09-05 | Replace the zlib driver with a NIF | John Högberg | |
All operations will now yield appropriately, allowing them to be used freely in concurrent applications. This commit also deprecates the functions listed below, although they won't raise deprecation warnings until OTP 21: zlib:adler32 zlib:crc32 zlib:inflateChunk zlib:getBufSize zlib:setBufSize The behavior of throwing an error when a dictionary is required for decompression has also been deprecated. | |||
2017-09-05 | Merge branch 'maint' | Anders Svensson | |
2017-09-05 | Merge branch 'anders/diameter/answer-message_decode/OTP-14596' into maint | Anders Svensson | |
* anders/diameter/answer-message_decode/OTP-14596: Exercise answer-message/AVP decode in traffic suite Exercise answer-message/Failed-AVP decode in traffic suite | |||
2017-09-05 | Merge branch 'anders/diameter/DOIC/OTP-14588' into maint | Anders Svensson | |
* anders/diameter/DOIC/OTP-14588: Exercise avp_dictionaries in traffic suite Let generic AVPs be encoded/decoded in alternate dictionaries Rename field in codec map: dictionary -> app_dictionary Add RFC 7683 Diameter Overload Indicator Conveyance text and dictionary Fix decode undef Fix dictionary compilation error message | |||
2017-09-05 | erts: Add erlang:iolist_to_iovec | Lukas Larsson | |
OTP-14520 | |||
2017-09-05 | Merge branch 'maint' | Rickard Green | |
* maint: Bug fixes of statistics(wall_clock) and statistics(runtime) Conflicts: erts/emulator/beam/erl_time_sup.c | |||
2017-09-05 | erts: Update docs for enif_make_resource | Sverker Eriksson | |
to include new defined properties in OTP-20 regarding comparison and serialization. | |||
2017-09-05 | Merge branch 'rickard/statistics-time-fixes/OTP-14597/ERL-465' into maint | Rickard Green | |
* rickard/statistics-time-fixes/OTP-14597/ERL-465: Bug fixes of statistics(wall_clock) and statistics(runtime) Conflicts: erts/emulator/beam/erl_time_sup.c | |||
2017-09-05 | erts: Add nif ioq | Lukas Larsson | |
2017-09-05 | Merge branch 'rickard/dist/OTP-14459' | Rickard Green | |
* rickard/dist/OTP-14459: Fix setnode/3 and erts_net_message() | |||
2017-09-05 | stdlib: use 'unicode' option for regexp in ets | Siri Hansen | |
2017-09-05 | ct: use 'unicode' option for regexps | Siri Hansen | |
2017-09-05 | syntax_tools: add 'unicode' option to re:run for matching paths | Siri Hansen | |
2017-09-05 | kernel: update simple error logger to print Unicode strings | Siri Hansen | |
If printable range is set to 'unicode', the simple error logger will now recognize code points > 255 and print lists containing these as strings. | |||
2017-09-05 | stdlib: add Unicode translation modifier in error_logger_tty_h | Siri Hansen | |
Check if standard_io can handle Unicode, and if so add the 't' modifier to format strings. | |||
2017-09-05 | wx: add Unicode translation modifier to wx_object | Siri Hansen | |
This is both for error logger events and debug events. It can be done because error log and debug log are both opened with encoding utf8 since OTP-20.0 | |||
2017-09-05 | stdlib: add Unicode translation modifier in debug format funs | Siri Hansen | |
This is now ok since sys opens the debug file with encoding utf8. Conflicts: lib/stdlib/src/gen_server.erl | |||
2017-09-05 | sasl: set encoding of SASL report log | Siri Hansen | |
This can now be explicitly set by the 'sasl_error_logger' configuration parameter, but if not set, the default encoding is now utf8. When printing to this log, the Unicode translation modifier, t, might be used in the format string. | |||
2017-09-05 | stdlib: use Unicode translation modifier in error_logger_file_h | Siri Hansen | |
Since error_logger_file_h now opens its log file with encoding utf8, it is ok to print with the 't' modifier in format strings. | |||
2017-09-05 | observer: Improve handling of Unicode | Siri Hansen | |
2017-09-05 | mnesia: Improve handling of Unicode | Hans Bolinder | |
2017-09-05 | stdlib : Improve handling of Unicode | Hans Bolinder | |
2017-09-05 | kernel: Improve handling of Unicode | Hans Bolinder | |
2017-09-05 | hipe: Improve handling of Unicode | Hans Bolinder | |
2017-09-05 | edoc: Improve handling of Unicode | Hans Bolinder | |
2017-09-05 | syntax_tools: Improve handling of Unicode | Hans Bolinder | |
2017-09-05 | dialyzer: Improve handling of Unicode | Hans Bolinder | |
2017-09-05 | et: Improve handling of Unicode | Hans Bolinder | |
2017-09-05 | xref: Improve handling of Unicode | Hans Bolinder | |
The updates of xref_base:analysis() are cosmetic (the strings are parsed by the Erlang scanner only). | |||
2017-09-05 | fprof: Modify handling of Unicode | Hans Bolinder | |
It's not clear to me if the receiving file always can handle characters codes greater than 255. | |||
2017-09-05 | eprof: Improve handling of Unicode | Hans Bolinder | |
2017-09-05 | eunit: Improve handling of Unicode | Hans Bolinder | |
2017-09-05 | stdlib: Improve handling of Unicode in escript | Hans Bolinder | |
2017-09-05 | stdlib: Improve handling of Unicode in edlin_expand | Hans Bolinder | |
2017-09-05 | stdlib: Modify handling of Unicode in proc_lib | Hans Bolinder | |
2017-09-05 | sasl: Improve handling of Unicode | Hans Bolinder | |
There is more to do. | |||
2017-09-05 | edoc: Improve handling of Unicode | Hans Bolinder | |
2017-09-05 | debugger: Improve handling of Unicode | Hans Bolinder | |
2017-09-05 | Merge branch 'maint' | John Högberg | |
2017-09-05 | Fix minor monitor blunder in diameter_reg | Anders Svensson | |
Commit 58091992 discarded a new monitor reference, so didn't avoid multiple monitors as was the intention. The blunder was harmless since all but the first DOWN message resulted in notifications. | |||
2017-09-04 | Fix setnode/3 and erts_net_message() | Rickard Green | |
2017-09-04 | Bug fixes of statistics(wall_clock) and statistics(runtime) | Rickard Green | |
2017-09-04 | Don't allow macros to assign to hard-coded variables | Björn Gustavsson | |
It's bad style. Pass the name of the variable as an extra argument to the macro. |