aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/re_SUITE_data
AgeCommit message (Collapse)Author
2018-08-08Update PCRE from version 8.41 to version 8.42Rickard Green
2017-08-29Upgrade to PCRE 8.41 from PCRE 8.40Rickard Green
2017-04-05Update tests for PCRE version 8.40Rickard Green
2013-08-06Integrate new PCRE test suitesPatrik Nyblom
The relevant testoutputNN files were copied from the PCRE distribution and some corrections were done to run_pcre_tests.erl. Also made test generator be more compiler friendly The re_testoutput1_replacement_test and re_testoutput1_split_test modules that are generated by run_pcre_tests.erl (offline, when a new version of PCRE is integrated in the VM) took forever to compile, as one single huge function contained all the tests. The autogenerated tests are now split into ~50 functions, which reduces compile time to approximately a third. New automatic test suites are also generated from the new testoutputNN files, and checked in.
2010-01-27Fix lost unicode option in re:compile()Patrik Nyblom
Noticed-by: Rory Byrne
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP