aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src
AgeCommit message (Expand)Author
2013-06-12Update copyright yearsBjörn-Egil Dahlberg
2013-06-05Merge branch 'jv/erl_lint-default_types/OTP-11143' into maintFredrik Gustafsson
2013-06-04Merge branch 'nox/erl_pp-callback/OTP-11140' into maintFredrik Gustafsson
2013-06-04beam_lib: Correct wrong type specificationBjörn Gustavsson
2013-06-03Merge branch 'bmk/snmp/snmp424_integration/r16' into maintMicael Karlberg
2013-06-03Merge branch 'nox/erl_eval-receive/OTP-11137' into maintFredrik Gustafsson
2013-05-29Merge branch 'bjorn/stdlib/improve-ls/OTP-11108' into maintBjörn Gustavsson
2013-05-28Merge branch 'bmk/snmp/agent/mib_storage_behaviour/OTP-11107' into bmk/snmp/s...Micael Karlberg
2013-05-28Support callback attributes in erl_ppAnthony Ramine
2013-05-28stdlib: re-factored erl_lint.erlFredrik Gustafsson
2013-05-28Improve erl_lint performanceJosé Valim
2013-05-28[stdlib] Updated for snmp deprecationsMicael Karlberg
2013-05-28Fix receive support in erl_eval with a BEAM moduleAnthony Ramine
2013-05-22Teach c:ls/1 to show non-directory filesBjörn Gustavsson
2013-05-20beam_lib, compile: Replace use of deprecated crypto functionsBjörn Gustavsson
2013-05-20crypto: Correct deprecated informationIngela Anderton Andin
2013-05-16[stdlib] Fix pretty printing of invalid formsHans Bolinder
2013-05-08ssl & crypto: Generalize the remaining crypto APIIngela Anderton Andin
2013-05-08crypto: New API for ciphersIngela Anderton Andin
2013-05-08crypto: Deprecate functions, update doc and specsIngela Anderton Andin
2013-05-03Merge branch 'nox/fix-epp-file-attrs/OTP-11079' into maintFredrik Gustafsson
2013-04-30Rename and document lists:zf/2 as lists:filtermap/2Anthony Ramine
2013-04-26Fix an inconsistent state in eppAnthony Ramine
2013-04-19fix excessive CPU consumption of timer_serverAliaksey Kandratsenka
2013-04-15Merge branch 'jaf/fix-supervisor-multi-restart/OTP-11042' into maintFredrik Gustafsson
2013-04-15Merge branch 'lh/demonitor-flush/OTP-11039' into maintFredrik Gustafsson
2013-04-11Merge branch 'lh/otp-optims/OTP-11035' into maintFredrik Gustafsson
2013-04-05Use erlang:demonitor(Ref, [flush]) where applicableLoïc Hoguin
2013-04-04Merge branch 'sv/stdlib/sys-get-state/OTP-11013' into maintFredrik Gustafsson
2013-04-04Fix rest_for_one and one_for_all restarting a child not terminatedJames Fish
2013-04-02add sys:get_state/1,2 and sys:replace_state/2,3Steve Vinoski
2013-04-01Use erlang:demonitor's flush option on timeoutLoïc Hoguin
2013-04-01Don't lookup the node unless required in gen:call/{3,4}Loïc Hoguin
2013-03-29Document erl_parse:abstract/2Hans Bolinder
2013-03-28Fix a bug in the Erlang scannerHans Bolinder
2013-03-19Let escript recognize an encoding comment on the second lineHans Bolinder
2013-03-18Adjust dets.erl to cope with an evil test caseHans Bolinder
2013-02-22Update copyright yearsBjörn-Egil Dahlberg
2013-02-22[stdlib] Let the shell turn off echo while skipping lineHans Bolinder
2013-02-22Merge branch 'hb/file_name_type/OTP-10852'Patrik Nyblom
2013-02-22Merge branch 'pan/unicode_printable_ranges'Patrik Nyblom
2013-02-21Merge branch 'lukas/stdlib/binary_typespec'Lukas Larsson
2013-02-21bin_to_list can also take a negative lenLukas Larsson
2013-02-21Introduce new type file:name_all()Hans Bolinder
2013-02-20Merge branch 'hb/stdlib/unicode_corrections/OTP-10820'Hans Bolinder
2013-02-19Use ~ts for filenamesHans Bolinder
2013-02-18Correct misspelled comments and space at lin endsPatrik Nyblom
2013-02-18Make ~tp output latin1 binaries as strings if possiblePatrik Nyblom
2013-02-18Leave the +pc handling to io and io_lib_prettyPatrik Nyblom
2013-02-18Merge branch 'hb/stdlib/unicode_corrections/OTP-10820' into pan/unicode_print...Patrik Nyblom