storaged-project / libbytesize

A tiny library providing a C "class" for working with arbitrary big sizes in bytes
GNU Lesser General Public License v2.1
21 stars 21 forks source link

Please port from PCRE to PCRE2 #52

Closed mbiebl closed 5 years ago

mbiebl commented 6 years ago

pcre has been replaced by its successor pcre2. Please consider porting libbytesize to it.

vojtechtrefny commented 6 years ago

PCRE should be still supported (bugfixes only). But we definitely should use PCRE2 in the future. Thank you for pointing this out.