summaryrefslogtreecommitdiff
path: root/lib/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Update release notesErlang/OTP2014-04-071-0/+384
* Merge branch 'egil/maps-fix-map-key-patterns'Björn-Egil Dahlberg2014-04-044-21/+37
|\
| * stdlib: Fix erl_id_trans exampleBjörn-Egil Dahlberg2014-04-031-1/+1
| * stdlib: Deny map keys defined as #{ .. := .. } in patternsBjörn-Egil Dahlberg2014-04-032-17/+33
| * compiler,stdlib: Fix Map literals as keys for Maps in patternsBjörn-Egil Dahlberg2014-04-031-3/+3
* | Merge branch 'vinoski/hash-update-arity'Sverker Eriksson2014-04-031-8/+8
|\ \
| * | Some more faulty deprecation warnings for cryptoSverker Eriksson2014-04-031-8/+8
* | | Merge branch 'vinoski/hash-update-arity'Sverker Eriksson2014-04-031-3/+3
|\ \ \ | |/ /
| * | fix arity of crypto:hash_update/2 in deprecation warningsSteve Vinoski2014-03-311-3/+3
| |/
* | Deprecate module pgSiri Hansen2014-04-023-3/+9
|/
* Take out no_native compiler attributeKostis Sagonas2014-03-282-4/+0
* Merge branch 'egil/maps-fix-src-listing'Björn-Egil Dahlberg2014-03-282-0/+23
|\
| * stdlib: Fix map type listingBjörn-Egil Dahlberg2014-03-272-0/+23
* | stdlib: loosen testcasesDan Gudmundsson2014-03-284-79/+35
|/
* Merge branch 'pf/document-escript-feature-only-present-in-examples/OTP-11827'Lukas Larsson2014-03-273-19/+36
|\
| * Document an escript:create/2 hidden featurePierre Fenoll2014-03-273-19/+36
* | Merge branch 'lukas/ose/master-17.0/OTP-11334'Lukas Larsson2014-03-271-1/+22
|\ \
| * | ose: Prepare slave for running on OSELukas Larsson2014-03-261-1/+22
* | | Merge branch 'bjorn/stdlib/otp_internal'Björn Gustavsson2014-03-262-32/+11
|\ \ \
| * | | otp_internal: No longer warn for funtions removed in R13BBjörn Gustavsson2014-03-252-28/+7
| * | | otp_internal: Postpone removals from R17 to OTP 18Björn Gustavsson2014-03-241-4/+4
* | | | Merge branch 'vladdu/unicode_parameters_doc'Siri Hansen2014-03-251-0/+1
|\ \ \ \
| * | | | Specify that +fn* flags affect even command-line parameters and environment v...Vlad Dumitrescu2014-03-241-0/+1
| |/ / /
* | | | Merge branch 'vinoski/sys-get-rep-state2'Siri Hansen2014-03-2512-53/+511
|\ \ \ \
| * | | | fix sys:get_state/1,2 and sys:replace_state/2,3 when sys suspendedSteve Vinoski2014-03-2112-53/+511
* | | | | stdlib: Generalize erl_parse:abstract/2Hans Bolinder2014-03-253-35/+65
* | | | | stdlib: warn if the type map() is redefinedHans Bolinder2014-03-242-21/+33
* | | | | stdlib: Add more types to epp and erl_lintHans Bolinder2014-03-244-31/+49
| |/ / / |/| | |
* | | | Introduce runtime_dependencies in .app filesRickard Green2014-03-201-1/+4
* | | | Correct the contract of io:getopts()Hans Bolinder2014-03-201-4/+6
* | | | Fix some Dialyzer warningsHans Bolinder2014-03-202-9/+19
|/ / /
* | | Merge branch 'bjorn/cuddle-with-tests'Björn Gustavsson2014-03-201-1/+1
|\ \ \
| * | | shell_SUITE: Give bs_match_bin_SUITE/1 more timeBjörn Gustavsson2014-02-281-1/+1
| |/ /
* | | Merge branch 'hb/clarify_encoding'Hans Bolinder2014-03-191-3/+5
|\ \ \
| * | | Clarify the reference manual regarding source file encodingHans Bolinder2014-03-171-3/+5
* | | | Merge branch 'bjorn/compiler/utf8-warning/OTP-11791'Björn Gustavsson2014-03-193-51/+230
|\ \ \ \
| * | | | epp: Make it possible to specify a default encodingBjörn Gustavsson2014-03-183-51/+230
| |/ / /
* | | | Merge branch 'egil/maps-literals'Björn-Egil Dahlberg2014-03-182-23/+131
|\ \ \ \
| * | | | stdlib: Test Map key lintingBjörn-Egil Dahlberg2014-03-171-2/+21
| * | | | stdlib: Accept records as Map keysBjörn-Egil Dahlberg2014-03-171-2/+8
| * | | | stdlib: Accept Maps as Map keysBjörn-Egil Dahlberg2014-03-171-0/+17
| * | | | stdlib: Move map type to proper definitionBjörn-Egil Dahlberg2014-03-172-3/+35
| * | | | stdlib: Properly lint map key expressionsBjörn-Egil Dahlberg2014-03-171-18/+52
| |/ / /
* | | | Merge branch 'nox/maps-eval-empty-update'Björn-Egil Dahlberg2014-03-182-7/+20
|\ \ \ \ | |/ / / |/| | |
| * | | Fix evaluation of empty map patterns in erl_lintAnthony Ramine2014-03-152-2/+4
| * | | Fix evaluation of empty map updates in erl_evalAnthony Ramine2014-03-142-5/+16
* | | | erts: Clarify escript's encoding of the I/O-serverHans Bolinder2014-03-121-1/+2
|/ / /
* | | Emit errors when redefining arity(), bitstring(), iodata(), or boolean()Hans Bolinder2014-03-072-19/+31
* | | stdlib: Emit linter warnings for redefined built-in typesHans Bolinder2014-03-072-35/+78
* | | Merge branch 'egil/maps/doc-module-api'Björn-Egil Dahlberg2014-03-065-13/+323
|\ \ \