aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
AgeCommit message (Expand)Author
2017-04-19Merge branch 'bjorn/stdlib/erl_tar/OTP-14278'Björn Gustavsson
2017-04-18Merge pull request #1412 from manuel-rubio/manuel-rubio/add-re-versionRickard Green
2017-04-18Merge branch 'hasse/stdlib/linter_check_dialyzer/OTP-14323'Hans Bolinder
2017-04-17test for re:version/0Manuel Rubio
2017-04-17add re:version/0 documentation and update the copyright of the file to 2017Manuel Rubio
2017-04-13erl_tar: Handle leading slashes and directory traversal attacksBjörn Gustavsson
2017-04-13stdlib: Add checks of the dialyzer attribute to the linterHans Bolinder
2017-04-12Merge branch sverker/remove-latin1-atom-encoding/OTP-14337Sverker Eriksson
2017-04-11Merge branch 'rickard/pcre-8.40'Rickard Green
2017-04-11Merge branch 'sverker/ets-test-smp-1-sched'Sverker Eriksson
2017-04-11Update documentationRickard Green
2017-04-10Merge branch 'bjorn/stdlib/cuddle-with-tests'Björn Gustavsson
2017-04-07Stack guard for PCRERickard Green
2017-04-07Teach filelib_SUITE to work when STDLIB is cover-compiledBjörn Gustavsson
2017-04-07stdlib: Fix Erlang shell regarding Unicode atomsHans Bolinder
2017-04-07stdlib: Fix Erlang pretty printer regarding Unicode atomsHans Bolinder
2017-04-07stdlib: Add function to io_lib to handle Unicode atomsHans Bolinder
2017-04-05Adjust for incompatibility between PCRE 8.40 and perl 5.22.1Rickard Green
2017-04-05Generate re replacement and split tests with perl vsn 5.22.1Rickard Green
2017-04-05Fix re_SUITE:pcre_compile_workspace_overflow/1Rickard Green
2017-04-05Skip line with lockout of modifiers in PCRE testsRickard Green
2017-04-05Update tests for PCRE version 8.40Rickard Green
2017-04-04stdlib: Limit ets_SUITE:smp_select_replaceSverker Eriksson
2017-04-04Merge branch 'g-andrade/strong-random-numbers/PR-1367/OTP-14317'Raimo Niskanen
2017-04-04Clean up documentation and test casesRaimo Niskanen
2017-04-03stdlib: Skip ets_SUITE:otp_9423 for single sched smpSverker Eriksson
2017-04-03stdlib: Rename ets_SUITE:run_workersSverker Eriksson
2017-04-03Merge PR-1076 from g-andrade/feature/ets_conditional_insert OTP-14319Sverker Eriksson
2017-04-03stdlib: Fix xmllint warningsHans Bolinder
2017-03-31Add re:version/0Manuel Rubio
2017-03-24Fix double hit bug of select/3 with bound keySverker Eriksson
2017-03-23ets: Polish select_replace/2 documentationGuilherme Andrade
2017-03-22Add more complete key-safety checkSverker Eriksson
2017-03-22Reject unsafe matchspecs on ets:select_replace/2Guilherme Andrade
2017-03-22Disable ets:select_replace/2 for bagsGuilherme Andrade
2017-03-22Add unit tests for ets:select_replace/2Guilherme Andrade
2017-03-22ETS: Allow for matchspec-based replacementGuilherme Andrade
2017-03-22fixup! Support cryptographically strong rand pluginGuilherme Andrade
2017-03-22fixup! Support cryptographically strong rand pluginGuilherme Andrade
2017-03-22Merge branch 'sverker/ets-table-identifiers/OTP-14094'Sverker Eriksson
2017-03-22stdlib: Remove ets_SUITE:memory_check_summarySverker Eriksson
2017-03-22erts: Replace meta_pid_to{_fixed}_tab with linked listsSverker Eriksson
2017-03-22Merge pull request #1383 from shezarkhani/patch-1Björn Gustavsson
2017-03-21Merge branch 'ingela/ssl/remove-deprecated'Ingela Anderton Andin
2017-03-21Merge branch 'ingela/crypto/deprecate/rand_uniform'Ingela Anderton Andin
2017-03-21Merge branch 'ingela/corrct-otp-internal'Ingela Anderton Andin
2017-03-20Minor document fix for proplistsSasan Hezarkhani
2017-03-20crypto: Deprecate crypto:rand_uniform/2 as it is not cryptographically strongIngela Anderton Andin
2017-03-20ssl, public_key, crypto: Change deprecated to removedIngela Anderton Andin
2017-03-18Support cryptographically strong rand pluginGuilherme Andrade