TRegExpr in FPC 3.2.4 is still old

"Alexey T. via fpc-pascal" <[email protected]>
Newsgroups gmane.comp.compilers.free-pascal.general
Message-ID <[email protected]>
branch 'release_3_2_4' has too old regexpr.pas:
https://gitlab.com/freepascal.org/fpc/source/-/blob/release_3_2_4-branch/packages/regexpr/src/regexpr.pas

   REVersionMajor = 0;
   REVersionMinor = 987;

while FPC Git main has

   REVersionMajor = 1;
   REVersionMinor = 182;

while last Sorokin's version
https://github.com/andgineer/TRegExpr/blob/master/src/regexpr.pas
has

   REVersionMajor = 1;
   REVersionMinor = 189;

Alex
_______________________________________________
fpc-pascal maillist  -  [email protected]
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.