Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-08 | Update PCRE from version 8.41 to version 8.42 | Rickard Green | |
2017-08-29 | Upgrade to PCRE 8.41 from PCRE 8.40 | Rickard Green | |
2017-04-11 | Merge branch 'rickard/pcre-8.40' | Rickard Green | |
OTP-14331 * rickard/pcre-8.40: Update documentation Update README.pcre_update.md Stack guard for PCRE Adjust for incompatibility between PCRE 8.40 and perl 5.22.1 Generate re replacement and split tests with perl vsn 5.22.1 Fix re_SUITE:pcre_compile_workspace_overflow/1 Skip line with lockout of modifiers in PCRE tests Update tests for PCRE version 8.40 Update PCRE to version 8.40 Conflicts: erts/emulator/beam/beam_debug.c | |||
2017-04-05 | Update PCRE to version 8.40 | Rickard Green | |
2017-02-14 | Fixed typos in erts | Andrew Dryga | |
2013-08-06 | Integrate patch for PCRE bug id 1370 | Patrik Nyblom | |
2013-08-06 | Add erts_prefix to pcre_library and update erl_bif_re | Patrik Nyblom | |
2013-07-19 | Update to PCRE 8.33, w/o the erts_ prefix added | Patrik Nyblom | |
2013-03-04 | erts: Use block comments - ansi style | Björn-Egil Dahlberg | |
2010-04-20 | re: Fix non-termination for a certain regular expression | Michael Santos | |
The following code never terminates: fail() -> Str = "http:/www.flickr.com/slideShow/index.gne?group_id=&user_id=69845378@N0", EMail_regex = "[a-z0-9!#$%&'*+/=?^_`{|}~-]+" ++ "(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*" ++ "@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+" ++ "(?:[a-zA-Z]{2}|com|org|net|gov|mil" ++ "|biz|info|mobi|name|aero|jobs|museum)", io:format("about to run...~n"), Ret = re:run(Str, EMail_regex), io:format("Ret is ~p~n", [Ret]). Fix it by having pcre_exec remember match_call_count between restarts. Reported-by: Gordon Guthrie Acked-by: Patrik Nyblom | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |