Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-25 | stdlib: extended binary_module_SUITE to assure badarg for OTP-11350 | Fredrik Gustafsson | |
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder | |
2011-11-16 | Make binary:match with scope return correct values | Patrik Nyblom | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Fix formatting for stdlib | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update stdlib tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
2010-11-30 | Corrected testcases broken by unicode filenames | Patrik Nyblom | |
Also corrected type-info for bifs | |||
2010-05-17 | Add documentation for binary module | Patrik Nyblom | |
Correct behaviour of copy/2 witn 0 copies. | |||
2010-05-17 | Add more tests and make some go easier on small systems | Patrik Nyblom | |
Even more tests added to cover more error cases, some tests made easier on systems with small memories and timeouts made longer due to timetraps on solaris daily builds. | |||
2010-05-17 | Correct Boyer More and trapping for longest_common_suffix | Patrik Nyblom | |
Add testcases and clean up to get better code coverage. | |||
2010-05-17 | Add longer timetrap to testcases and add binary to app file | Patrik Nyblom | |
2010-05-17 | Add guard BIFs binary_part/2,3 | Patrik Nyblom | |
Add the gc_bif's to the VM. Add infrastructure for gc_bif's (guard bifs that can gc) with two and. three arguments in VM (loader and VM). Add compiler support for gc_bif with three arguments. Add compiler (and interpreter) support for new guard BIFs. Add testcases for new guard BIFs in compiler and emulator. | |||
2010-05-17 | Add binary:{encode,decode}_unsigned({1,2} | Patrik Nyblom | |
Add testcases for encode/decode_unsigned/1,2. | |||
2010-05-17 | Add referenced_byte_size/1 | Patrik Nyblom | |
Add testcases for referenced_byte_size/1. Add failure tests for referenced_byte_size. | |||
2010-05-17 | Add binary:list_to_bin/1 and binary:copy/1,2 | Patrik Nyblom | |
Add testcases for binary:list_to_bin/1 and binary:copy/1,2. Add reference implementation of list_to_bin/1. | |||
2010-05-17 | Add bin_to_list/{1,2,3} | Patrik Nyblom | |
Add testcases for bin_to_list. Teach binref.erl bin_to_list. | |||
2010-05-17 | Add binary:longest_common_prefix/longest_common_suffix | Patrik Nyblom | |
Add allcoator parameter to erts_get_aligned_binary_bytes_extra. Add testcases for the functions above. Add reference implementation for the functions above. | |||
2010-05-17 | Add binary:part to erl_bif_binary.c | Patrik Nyblom | |
Change name of the 'scope' option for binary:match/matches. Add split and replace to binary.erl. Cleanup comments etc in binary.erl and atom.names Add testcases for part, split, replace and scopes. | |||
2010-05-17 | Count reductions for process even when not trapping | Patrik Nyblom | |
Set loop factors to 10. Teach erts_debug:set_internal_state to limit loop factor for binary. Add random tests for matches and match with multiple searchstrings. | |||
2010-05-17 | Add random compare testcase | Patrik Nyblom | |
Fix heap-hole when trapping in binary.c Fix boyer more segfaulting when searchstring is longer than haystack | |||
2010-05-17 | Teach binary.c the semantics to take longest instead of shortest match | Patrik Nyblom | |
Add testcase embryos and reference implementation. Change name of compile function according to EEP31. |