* Update to latest version 18ad26b2bee562c00b8800ea4a20df1f946933e0

This commit is contained in:
Michaël Van Canneyt 2023-12-11 19:21:11 +01:00
parent a9ad18e623
commit b95c02af16
3 changed files with 1096 additions and 480 deletions
packages/regexpr

View File

@ -33,7 +33,10 @@
> {$DEFINE UseSpaceChars} // Use SpaceChars property, otherwise fixed list
> {$DEFINE UseLineSep} // Use LineSeparators property, otherwise fixed line-break chars
> { off $DEFINE FastUnicodeData} // Use arrays for UpperCase/LowerCase/IsWordChar, they take 320K more memory
116a111,122
116d109
<
121a115,127
>
> {$IFDEF FPC_DOTTEDUNITS}
> uses
> System.SysUtils, // Exception
@ -46,5 +49,13 @@
> {$ENDIF}
> System.Classes; // TStrings in Split method
> {$ELSE FPC_DOTTEDUNITS}
126a133
131a138
> {$ENDIF FPC_DOTTEDUNITS}
2922d2928
<
3110d3115
<
6535d6539
<
6543a6548
>

View File

@ -1,6 +1,6 @@
Original TRegexpr repo is at https://github.com/andgineer/TRegExpr.git
Diff between our code and original was last taken on rev. 4ff33af23055c03757761ea6df351f7a57eac8c4
Diff between our code and original was last taken on rev. 18ad26b2bee562c00b8800ea4a20df1f946933e0
Please update the revision when you update the regexpr unit.

File diff suppressed because it is too large Load Diff