Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'nox/fix-erl_lint-variable-usage' into pu | Fredrik Gustafsson | 2013-08-01 | 1 | -19/+25 |
|\ | |||||
| * | Fix variable usage tracking in some record errors | Anthony Ramine | 2013-07-31 | 1 | -1/+1 |
| * | Fix unsafe variable tracking in try expressions | Anthony Ramine | 2013-07-22 | 1 | -1/+1 |
| * | Fix variable usage tracking in erl_lint | Anthony Ramine | 2013-07-01 | 1 | -18/+24 |
* | | Merge branch 'epa/fix_io_noreturn_with_self_pid' into pu | Fredrik Gustafsson | 2013-08-01 | 1 | -0/+2 |
|\ \ | |||||
| * | | Fix no return of io functions when self() used as Iodevice | crownedgrouse | 2013-06-03 | 1 | -0/+2 |
* | | | Merge branch 'sze/limit_max_length_int_shell' into pu | Fredrik Gustafsson | 2013-08-01 | 1 | -1/+3 |
|\ \ \ | |||||
| * | | | Limit maximum line length in interactive shells | Stefan Zegenhagen | 2013-05-08 | 1 | -1/+3 |
* | | | | Merge branch 'sze/edlin_understand_keys' into pu | Fredrik Gustafsson | 2013-08-01 | 1 | -0/+30 |
|\ \ \ \ | |||||
| * | | | | make edlin understand a few important control keys | Stefan Zegenhagen | 2013-05-06 | 1 | -0/+30 |
| |/ / / | |||||
* | | | | Merge branch 'jv/update-io_prompt-type/OTP-11208' into maint | Björn-Egil Dahlberg | 2013-07-24 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Update io:prompt() type | José Valim | 2013-07-21 | 1 | -1/+1 |
* | | | | | Update filelib.erl typespecs | José Valim | 2013-07-21 | 1 | -10/+13 |
|/ / / / | |||||
* | | | | Merge branch 'genrich/stdlib/gen_server_typo/OTP-11200' into maint | Fredrik Gustafsson | 2013-07-09 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | handle_info Info type possible typo | genrich | 2013-06-08 | 1 | -1/+1 |
* | | | | | Update copyright years | Björn-Egil Dahlberg | 2013-06-12 | 8 | -8/+8 |
|/ / / / | |||||
* | | | | Merge branch 'jv/erl_lint-default_types/OTP-11143' into maint | Fredrik Gustafsson | 2013-06-05 | 1 | -71/+66 |
|\ \ \ \ | |||||
| * | | | | stdlib: re-factored erl_lint.erl | Fredrik Gustafsson | 2013-05-28 | 1 | -1/+4 |
| * | | | | Improve erl_lint performance | José Valim | 2013-05-28 | 1 | -71/+63 |
* | | | | | Merge branch 'nox/erl_pp-callback/OTP-11140' into maint | Fredrik Gustafsson | 2013-06-04 | 1 | -3/+5 |
|\ \ \ \ \ | |||||
| * | | | | | Support callback attributes in erl_pp | Anthony Ramine | 2013-05-28 | 1 | -3/+5 |
| |/ / / / | |||||
* | | | | | beam_lib: Correct wrong type specification | Björn Gustavsson | 2013-06-04 | 1 | -1/+1 |
* | | | | | Merge branch 'bmk/snmp/snmp424_integration/r16' into maint | Micael Karlberg | 2013-06-03 | 1 | -1/+3 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'bmk/snmp/agent/mib_storage_behaviour/OTP-11107' into bmk/snmp/s... | Micael Karlberg | 2013-05-28 | 1 | -1/+3 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | [stdlib] Updated for snmp deprecations | Micael Karlberg | 2013-05-28 | 1 | -1/+3 |
* | | | | | | Merge branch 'nox/erl_eval-receive/OTP-11137' into maint | Fredrik Gustafsson | 2013-06-03 | 1 | -53/+11 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | Fix receive support in erl_eval with a BEAM module | Anthony Ramine | 2013-05-28 | 1 | -53/+11 |
| |/ / / / | |||||
* | | | | | Merge branch 'bjorn/stdlib/improve-ls/OTP-11108' into maint | Björn Gustavsson | 2013-05-29 | 1 | -2/+4 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Teach c:ls/1 to show non-directory files | Björn Gustavsson | 2013-05-22 | 1 | -2/+4 |
| | |_|/ | |/| | | |||||
* | | | | beam_lib, compile: Replace use of deprecated crypto functions | Björn Gustavsson | 2013-05-20 | 1 | -8/+8 |
* | | | | crypto: Correct deprecated information | Ingela Anderton Andin | 2013-05-20 | 1 | -14/+58 |
|/ / / | |||||
* | | | [stdlib] Fix pretty printing of invalid forms | Hans Bolinder | 2013-05-16 | 1 | -16/+17 |
* | | | ssl & crypto: Generalize the remaining crypto API | Ingela Anderton Andin | 2013-05-08 | 1 | -1/+1 |
* | | | crypto: New API for ciphers | Ingela Anderton Andin | 2013-05-08 | 1 | -0/+61 |
* | | | crypto: Deprecate functions, update doc and specs | Ingela Anderton Andin | 2013-05-08 | 1 | -0/+72 |
| |/ |/| | |||||
* | | Merge branch 'nox/fix-epp-file-attrs/OTP-11079' into maint | Fredrik Gustafsson | 2013-05-03 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix an inconsistent state in epp | Anthony Ramine | 2013-04-26 | 1 | -1/+1 |
| |/ | |||||
* | | Rename and document lists:zf/2 as lists:filtermap/2 | Anthony Ramine | 2013-04-30 | 1 | -7/+17 |
|/ | |||||
* | fix excessive CPU consumption of timer_server | Aliaksey Kandratsenka | 2013-04-19 | 1 | -2/+2 |
* | Merge branch 'jaf/fix-supervisor-multi-restart/OTP-11042' into maint | Fredrik Gustafsson | 2013-04-15 | 1 | -5/+22 |
|\ | |||||
| * | Fix rest_for_one and one_for_all restarting a child not terminated | James Fish | 2013-04-04 | 1 | -5/+22 |
* | | Merge branch 'lh/demonitor-flush/OTP-11039' into maint | Fredrik Gustafsson | 2013-04-15 | 4 | -28/+8 |
|\ \ | |||||
| * | | Use erlang:demonitor(Ref, [flush]) where applicable | Loïc Hoguin | 2013-04-05 | 4 | -28/+8 |
* | | | Merge branch 'lh/otp-optims/OTP-11035' into maint | Fredrik Gustafsson | 2013-04-11 | 1 | -15/+16 |
|\ \ \ | |/ / |/| | | |||||
| * | | Use erlang:demonitor's flush option on timeout | Loïc Hoguin | 2013-04-01 | 1 | -5/+1 |
| * | | Don't lookup the node unless required in gen:call/{3,4} | Loïc Hoguin | 2013-04-01 | 1 | -10/+15 |
* | | | Merge branch 'sv/stdlib/sys-get-state/OTP-11013' into maint | Fredrik Gustafsson | 2013-04-04 | 4 | -0/+68 |
|\ \ \ | |_|/ |/| | | |||||
| * | | add sys:get_state/1,2 and sys:replace_state/2,3 | Steve Vinoski | 2013-04-02 | 4 | -0/+68 |
| |/ | |||||
* | | Document erl_parse:abstract/2 | Hans Bolinder | 2013-03-29 | 1 | -0/+1 |
* | | Fix a bug in the Erlang scanner | Hans Bolinder | 2013-03-28 | 1 | -0/+1 |
|/ |