Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-22 | Rewrite agent configuration parsing | Raimo Niskanen | |
2014-07-22 | erts: Fix inet close on prebound fds | Björn-Egil Dahlberg | |
Inet close must remove fd from select/poll without closing the fd. | |||
2014-07-22 | kernel: When doing an fdopen we now also bind the fd to the specified addr/port | Lukas Larsson | |
2014-07-21 | Fix minor grammatical errors in epmd docs | Derek Brown | |
Small grammar changes. | |||
2014-07-17 | Fix a minor typo in system_principles/versions.xml | Tuncer Ayaz | |
2014-07-16 | Include the cause when raising a new IOException | Garret Smith | |
2014-07-15 | Merge branch 'maint' | Bruce Yinhe | |
2014-07-15 | Merge branch 'nox/maps-shell-expansion' into maint | Bruce Yinhe | |
OTP-12063 * nox/maps-shell-expansion: Expand shell functions in map expressions | |||
2014-07-15 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2014-07-15 | Merge branch 'egil/fix-xmerl-example' into maint | Björn-Egil Dahlberg | |
* egil/fix-xmerl-example: xmerl: Fix xmerl example motorcycle2html | |||
2014-07-15 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2014-07-15 | Merge branch 'egil/maps-spec-to-doc-gen/OTP-12058' into maint | Björn-Egil Dahlberg | |
* egil/maps-spec-to-doc-gen/OTP-12058: edoc: More Map tests edoc: Fix Map type information for docs erl_docgen: Add Map type information for docs | |||
2014-07-15 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2014-07-15 | Merge branch 'egil/lcnt-histogram/OTP-12059' into maint | Björn-Egil Dahlberg | |
2014-07-14 | tools: Use call instead of cast to stop lcnt server | Björn-Egil Dahlberg | |
Mitigate gen_server:cast/2 race conditions in testcases. | |||
2014-07-14 | tools: Add lcnt tests for new serializing | Björn-Egil Dahlberg | |
2014-07-14 | tools: Fix lcnt serializing | Björn-Egil Dahlberg | |
2014-07-12 | Implement --enable-sanitizers[=sanitizers] | Tuncer Ayaz | |
Similar to debugging with Valgrind, it's very useful to enable -fsanitize= switches to catch bugs at runtime. $ ./configure Result: no sanitizer enabled $ ./configure --enable-sanitizers Result: -fsanitize=address,undefined $ ./configure --enable-sanitizers=address,thread,undefined Result: -fsanitize=address,thread,undefined $ ./configure --enable-sanitizers=undefined Result: -fsanitize=undefined | |||
2014-07-11 | Merge branch 'maint' | Sverker Eriksson | |
2014-07-11 | Merge branch 'sverk/alloc-size-overflow' into maint | Sverker Eriksson | |
* sverk/alloc-size-overflow: erts: Fix size overflow bugs in memory allocation | |||
2014-07-11 | Merge branch 'maint' | Bruce Yinhe | |
2014-07-11 | Merge branch 'vladdu/orber_macro_fixes' into maint | Bruce Yinhe | |
OTP-12062 | |||
2014-07-11 | Merge branch 'maint' | Bruce Yinhe | |
2014-07-11 | Merge branch 'lharc/patch-1' into maint | Bruce Yinhe | |
OPT-12055 * lharc/patch-1: documentation: maps:values() returns list of keys | |||
2014-07-11 | Merge branch 'maint' | Bruce Yinhe | |
2014-07-11 | Merge branch 'vinoski/vinoski/erl-sdio-option' into maint | Bruce Yinhe | |
OTP-12052 * vinoski/vinoski/erl-sdio-option: add missing description for erl +SDio option | |||
2014-07-11 | edoc: More Map tests | Björn-Egil Dahlberg | |
2014-07-11 | edoc: Fix Map type information for docs | Björn-Egil Dahlberg | |
2014-07-11 | erl_docgen: Add Map type information for docs | Björn-Egil Dahlberg | |
2014-07-11 | Merge branch 'maint' | Erland Schönbeck | |
2014-07-11 | Merge branch 'maint-17' into maint | Erland Schönbeck | |
2014-07-10 | Merge branch 'maint' | Siri Hansen | |
2014-07-10 | Merge branch 'siri/alarm_handler-doc/OTP-12025' into maint | Siri Hansen | |
* siri/alarm_handler-doc/OTP-12025: Fix bug in alarm_handler documentation | |||
2014-07-10 | Fix bug in alarm_handler documentation | Siri Hansen | |
The documentation erroneously specified that clear_alarm/1 would clear *all* alarms with id AlarmId. This is now corrected according to the implementation - only the latest received alarm with the given AlarmId is cleared. | |||
2014-07-10 | Merge branch 'siri/sys-FormFunc-spec/OTP-11800' into maint | Siri Hansen | |
* siri/sys-FormFunc-spec/OTP-11800: Fix spec of format function in sys | |||
2014-07-10 | Updated OTP versionOTP-17.1.2 | Erlang/OTP | |
2014-07-10 | Prepare release | Erlang/OTP | |
2014-07-10 | Merge branch 'nox/filelib-wildcard-broken-link' into maint-17 | Erlang/OTP | |
* nox/filelib-wildcard-broken-link: Update stdlib appup file Update runtime dependencies Update preloaded Add tests of filelib and symlinks Fix handling of broken symlinks in filelib Conflicts: erts/preloaded/ebin/erl_prim_loader.beam | |||
2014-07-10 | Update stdlib appup file | Siri Hansen | |
Allow upgrade from OTP 17.1 to newer. | |||
2014-07-09 | tools: Add histogram to lcnt | Björn-Egil Dahlberg | |
2014-07-09 | erts: Add histogram to lcnt | Björn-Egil Dahlberg | |
2014-07-09 | Update runtime dependencies | Siri Hansen | |
2014-07-09 | Update preloaded | Siri Hansen | |
2014-07-09 | Add tests of filelib and symlinks | Siri Hansen | |
This commit complements 769996c0cd4cb68c157e39de725642f209ed7423 and adds tests for the following problems introduced by f11aabdc9fec593c31e6c4f3fa25c1707e9c35df: Given the symlink 'dirlink' pointing to an existing dir, then - filelib:is_regular("dirlink") -> false - filelib:is_dir("dirlink") -> false Given the symlink 'filelink' pointing to an existing file, then - filelib:is_regular("filelink") -> false - filelib:is_file("filelink") -> false - filelib:last_modified("filelink") and filelib:filesize("filelink") return the info of the link and not the file Given the symlink "broken_symlink" pointing to a non-existing file, then - filelib:wildcard("broken_symlink",File) -> [] | |||
2014-07-09 | Fix handling of broken symlinks in filelib | Anthony Ramine | |
This fixes a bug introduced in f11aabdc9fec593c31e6c4f3fa25c1707e9c35df where filelib:eval_read_file_info/2 was made to use file:read_link_info/1 to never follow symlinks. This fixed wildcard/1 but broke every other function using eval_read_file_info/2. Reported-by: Louis-Philippe Gauthier Reported-by: Danil Zagoskin | |||
2014-07-09 | Merge branch 'maint' | Bruce Yinhe | |
2014-07-09 | Merge branch 'weisslj/disksup-posix-only' into maint | Bruce Yinhe | |
OTP-12053 * weisslj/disksup-posix-only: Add 'disksup_posix_only' parameter to disksup | |||
2014-07-09 | Merge branch 'maint' | Bruce Yinhe | |
2014-07-09 | Merge branch 'legoscia/patch-7' into maint | Bruce Yinhe | |
OTP-12052 * legoscia/patch-7: erlang:statistics(runtime) returns milliseconds | |||
2014-07-09 | Merge branch 'maint' | Bruce Yinhe | |