Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-06 | stdlib: Improved BIF for binary matches and split. | Andrew Bennett | |
2017-09-06 | Simplify implementation in diameter_reg | Anders Svensson | |
Use maps instead of dict for traceability more than performance. | |||
2017-09-06 | Fix type spec | Anders Svensson | |
That dialyzer hasn't noticed is wrong. | |||
2017-09-06 | Merge branch 'maint' into john/erts/merge-zlib-and-vector-q | John Högberg | |
2017-09-06 | Merge branch 'maint' into john/erts/merge-zlib-and-vector-q | John Högberg | |
2017-09-06 | inets: Restore old behavior when parsing "+" | Péter Dimitrov | |
"+" is part of sub-delims according to RFC 3986 and shall not be converted to space. | |||
2017-09-06 | Eliminate incorrect get_stacktrace/0 warning | Björn Gustavsson | |
There could be a false warning for erlang:get_stacktrace/0 being outside a try block when it was actually inside a try block. https://bugs.erlang.org/browse/ERL-478 | |||
2017-09-06 | Merge branch 'john/erts/zlib-nif/OTP-14185' into maint | John Högberg | |
OTP-14527 | |||
2017-09-06 | Merge branch 'lukas/erts/nif_vector_q/OTP-14598' into maint | John Högberg | |
OTP-14520 | |||
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 | Emacs: Update erlang-xref-find-definitions-module for Emacs 26 | Johan Claesson | |
The number of arguments to visit-tags-table-buffer have increased in Emacs 26. | |||
2017-09-05 | Emacs: Guess type of tag definition in Emacs 24 | Johan Claesson | |
This concerns tag finding commands in Emacs 24. If the word at point is preceded by a hash suggest as default a jump to a record definition. If it is a question mark suggest a macro. Otherwise assume it is a function. If it is not a qualified call assume it is a local function. | |||
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 | erts: Fix faulty ASSERT of table fixation counter | Sverker Eriksson | |
Cannot read fix->counter safely without table lock. | |||
2017-09-05 | inets: prepare for release | Péter Dimitrov | |
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. |