comparison bootstrap.conf @ 27523:19ad9150dd69

Check if input to regexp is valid UTF-8 is faster than PCRE's checks (bug #57064). * lo-regexp.cc (regexp::match): Check if input is valid UTF-8 and disable the check in PCRE. Remove error handling for error that can no longer occur. * unistr-wrappers.[cc/h] (octave_u8_check_wrapper): Add new wrapper. * bootstrap.conf: Add gnulib module.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 17 Oct 2019 20:09:10 +0200
parents 463fc0cfed90
children b442ec6dda5c
comparison
equal deleted inserted replaced
27522:3912e3a74e31 27523:19ad9150dd69
109 unictype/ctype-punct 109 unictype/ctype-punct
110 unictype/ctype-space 110 unictype/ctype-space
111 unictype/ctype-upper 111 unictype/ctype-upper
112 unictype/ctype-xdigit 112 unictype/ctype-xdigit
113 unistd 113 unistd
114 unistr/u8-check
114 unistr/u8-strmblen 115 unistr/u8-strmblen
115 unistr/u8-strmbtouc 116 unistr/u8-strmbtouc
116 unistr/u8-to-u32 117 unistr/u8-to-u32
117 unlink 118 unlink
118 unsetenv 119 unsetenv