summaryrefslogtreecommitdiff
path: root/lib/stdlib/test
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearRickard Green2021-12-1347-47/+47
* stdlib: Fix erl_error to print re compile errorsLukas Larsson2021-11-101-7/+17
* Merge branch 'Maria-12648430/supervisor_unlink_child_late/GH-5193/PR-5201/OTP...Rickard Green2021-09-293-3/+180
|\
| * Keep supervisor children linked during shutdownMaria Scott2021-09-233-3/+180
* | Merge pull request #5206 from erszcz/fix-shell-docs-render-sig/OTP-17662Lukas Larsson2021-09-291-8/+13
|\ \ | |/ |/|
| * shell_docs: Render nbsp as sp when encoding to latin1Lukas Larsson2021-09-221-8/+13
* | Fix incorrect error info for maps:get/2Björn Gustavsson2021-09-151-0/+1
|/
* test suites: replace ?t: with test_server:Maxim Fedorov2021-09-085-10/+7
* Merge PR-5038 branch '5037_and_4702' into maint OTP-17622Sverker Eriksson2021-09-081-2/+52
|\
| * stdlib: Fix win32reg:value for 'default' valueRegan Heath2021-09-081-0/+29
| * stdlib: Fix win32reg:delete_keyRegan Heath2021-09-081-2/+23
* | Fix inconsistency in defining ?FILE macroPer Gustafsson2021-08-233-5/+25
|/
* Merge branch 'hasse/stdlib/chars_limit_fix/GH-5053/OTP-17525' into maintHans Bolinder2021-07-161-2/+25
|\
| * stdlib: Fix a concerning io_lib option 'chars_limit'Hans Bolinder2021-07-151-2/+26
* | epp: Fix inconsistent handling of undefined pre-defined macrosBjörn Gustavsson2021-06-231-2/+13
* | stdlib: Fix shell docs test on bsdLukas Larsson2021-06-081-1/+1
* | stdlib: Extend shell_docs_SUITE timetrapLukas Larsson2021-06-071-1/+1
* | stdlib: Fix io_SUITE when /dev/full is write-onlyLukas Larsson2021-06-071-1/+1
* | Merge pull request #4919 from bjorng/bjorn/stdlib/fix-c-ls/GH-4916/OTP-17463Björn Gustavsson2021-06-021-1/+4
|\ \
| * | Fix crash in c:ls/1Björn Gustavsson2021-05-311-1/+4
* | | Merge branch 'lukas/stdlib/io_error_info/OTP-17317' into maintLukas Larsson2021-05-312-6/+159
|\ \ \
| * | | stdlib: Add more error_info tests and better unicode handlingLukas Larsson2021-05-312-12/+45
| * | | stdlib: Implement error_info for the io moduleLukas Larsson2021-05-272-4/+123
| |/ /
* | | Merge branch 'hasse/stdlib/fix_chars_limit/OTP-17459/GH-4824/GH-4842' into maintHans Bolinder2021-05-311-4/+38
|\ \ \ | |/ / |/| |
| * | stdlib: Fix a loop when using io_lib option 'chars_limit'Hans Bolinder2021-05-281-4/+39
| |/
* | Merge branch 'lukas/stdlib/error_info_polish/OTP-17453/OTP-17454/OTP-17456/OT...Lukas Larsson2021-05-279-55/+82
|\ \
| * | stdlib: Add error_info test for multiple messagesLukas Larsson2021-05-177-42/+45
| * | stdlib: Add test spec for only error_info testcasesLukas Larsson2021-05-172-1/+9
| * | stdlib: Expand error_info test lib to test textLukas Larsson2021-05-171-14/+30
* | | Make warn_missing_spec warn for functions exported using export_allBjörn Gustavsson2021-05-241-7/+16
* | | Improve warnings for failing io:format() callsBjörn Gustavsson2021-05-212-1/+4
* | | Merge pull request #4803 from k32/fix-4801/OTP-17424Lukas Larsson2021-05-201-2/+6
|\ \ \ | |/ / |/| |
| * | Fix io_lib_pretty:printable_latin1_list/2k322021-05-051-2/+6
* | | Merge branch 'maint'Sverker Eriksson2021-05-071-1/+13
|\ \ \
| * \ \ Merge branch 'sverker/23/ets-matchspec-stack-bug/OTP-17379' into maintSverker Eriksson2021-05-071-1/+13
| |\ \ \
| | * \ \ Merge 'sverker/22/ets-matchspec-stack-bug/OTP-17379'Sverker Eriksson2021-05-061-1/+13
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Merge 'sverker/21/ets-matchspec-stack-bug/OTP-17379'Sverker Eriksson2021-05-061-1/+13
| | | |\ \ | | | | |/ | | | |/|
| | | | * erts: Fix matchspec stack depth estimation bugSverker Eriksson2021-05-061-1/+13
* | | | | Merge pull request #4747 from Maria-12648430/supervisor_shutdown_0Hans Nilsson2021-04-301-15/+17
|\ \ \ \ \
| * | | | | Allow 0 for child shutdown in supervisorMaria-126484302021-04-191-15/+17
* | | | | | Merge branch 'rickard/alias-fixes'Rickard Green2021-04-293-4/+72
|\ \ \ \ \ \
| * | | | | | Prepare gen calls for extra data in tag also when using aliasesRickard Green2021-04-273-4/+72
* | | | | | | Merge branch 'hasse/erts/binary_types/GH-4636/OTP-17301'Hans Bolinder2021-04-291-2/+18
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | erts: Add types nonempty_{binary,bitstring}()Hans Bolinder2021-04-271-2/+18
| |/ / / / /
* | | | | | Merge branch 'maint'Kjell Winblad2021-04-263-2/+29
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | [zip] Add execute permission to zipped directories (fix GH-4687)Kjell Winblad2021-04-013-2/+29
| | |/ / / | |/| | |
* | | | | stdlib: Fix erl_eval test on debug emulatorLukas Larsson2021-04-261-1/+1
* | | | | Merge pull request #4746 from juhlig/eep56_bad_combinations_error/OTP-17334Lukas Larsson2021-04-261-11/+14
|\ \ \ \ \
| * | | | | Refine error reasons for bad combinations of supervisor optionsjuhlig2021-04-191-11/+14
| | |/ / / | |/| | |
* | | | | stdlib: Correct the Erlang parser's precedence of 'catch'Hans Bolinder2021-04-211-0/+1
|/ / / /