aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test
AgeCommit message (Expand)Author
2010-06-02Improve coverage of erl_int in testcasesPatrik Nyblom
2010-06-02Change warning to error for nowarn_bif_clash compiler directivePatrik Nyblom
2010-06-02Return nowarn_bif_clash functionality but with warningPatrik Nyblom
2010-06-02OTP-8664 Erlang parser augmented with operators for integer typesHans Bolinder
2010-06-02Evaluate element/2 at compile-time using type informationBjörn Gustavsson
2010-05-31OTP-8657 New Erlang scanner tokens: '..' and '...'Hans Bolinder
2010-05-27handle {global, term()} names in format_status/2Steve Vinoski
2010-05-21Merge branch 'sv/format_status_error_info' into devErlang/OTP
2010-05-17Add documentation for binary modulePatrik Nyblom
2010-05-17Add more tests and make some go easier on small systemsPatrik Nyblom
2010-05-17Correct Boyer More and trapping for longest_common_suffixPatrik Nyblom
2010-05-17Add longer timetrap to testcases and add binary to app filePatrik Nyblom
2010-05-17Add guard BIFs binary_part/2,3Patrik Nyblom
2010-05-17Add binary:{encode,decode}_unsigned({1,2}Patrik Nyblom
2010-05-17Add referenced_byte_size/1Patrik Nyblom
2010-05-17Add binary:list_to_bin/1 and binary:copy/1,2Patrik Nyblom
2010-05-17Add bin_to_list/{1,2,3}Patrik Nyblom
2010-05-17Add binary:longest_common_prefix/longest_common_suffixPatrik Nyblom
2010-05-17Add binary:part to erl_bif_binary.cPatrik Nyblom
2010-05-17Count reductions for process even when not trappingPatrik Nyblom
2010-05-17Add random compare testcasePatrik Nyblom
2010-05-17Teach binary.c the semantics to take longest instead of shortest matchPatrik Nyblom
2010-05-12Add support for the format_status callback to gen_eventSteve Vinoski
2010-05-12Extend format_status for gen_server/gen_fsm termination error loggingSteve Vinoski
2010-05-12Merge branch 'bg/opt-receive' into devErlang/OTP
2010-05-11Test that gen_server:call/2,3 are fast even with a huge message queueBjörn Gustavsson
2010-05-11Compile tests that communicate with R12 nodes with the r12 optionBjörn Gustavsson
2010-04-20Add testcase for infinite loop problem caused by reset of match_call_countPatrik Nyblom
2010-04-19OTP-8567 The word 'spec' is no longer reserved.Hans Bolinder
2010-04-14re_SUITE: Add pcre_compile_workspace_overflow/1Björn Gustavsson
2010-04-09OTP-8562 Closing right parenthesis in macro definitions is mandatory.Hans Bolinder
2010-03-17OTP-8522 Avoid duplicated 'undefined' in record field typesHans Bolinder
2010-03-16Add functions to create and extract escriptsHåkan Mattsson
2010-03-16Add function zip:foldl/3 to iterate over zip archivesHåkan Mattsson
2010-03-15Update copyright headersBjörn Gustavsson
2010-03-09OTP-8503 stdlib: records with no fields is considered typed by eppHans Bolinder
2010-03-02OTP-8473 stdlib: erl_pp bugfix abstract type 'fun'Hans Bolinder
2010-03-02OTP-8470 stdlib: epp bugHans Bolinder
2010-02-12Merge branch 'ms/pcre-security' into ccase/r13b04_devErlang/OTP
2010-02-12Merge branch 'jn/supervisor_child_count_only' into ccase/r13b04_devErlang/OTP
2010-02-11Fix CVE-2008-2371 (outer level option with alternatives caused crash).Michael Santos
2010-02-10Add count_children/1 to supervisor.erl to determine the number ofJay Nelson
2010-02-10OTP-8418 user.erl (used in oldshell) is updated to handle unicode inPatrik Nyblom
2010-02-10Merge branch 'ks/erl_lint' into ccase/r13b04_devErlang/OTP
2010-02-09erl_lint_SUITE: adjust failing test caseBjörn Gustavsson
2010-02-05OTP-8393 The new function shell:prompt_func/1 and the new applicationHans Bolinder
2010-02-01epp_SUITE: Increase code coverageHans Bolinder
2010-02-01epp: change rules to choose the right version of a macroChristopher Faulet
2010-02-01epp: Add support of macros overloadingChristopher Faulet
2010-02-01Merge branch 'bg/hipe-fixes' into ccase/r13b04_devErlang/OTP