Browse Source

* Update to latest version 18ad26b2bee562c00b8800ea4a20df1f946933e0

Michaël Van Canneyt 1 year ago
parent
commit
b95c02af16

+ 13 - 2
packages/regexpr/patch/current.diff

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

+ 1 - 1
packages/regexpr/patch/current.txt

@@ -1,6 +1,6 @@
 
 
 Original TRegexpr repo is at https://github.com/andgineer/TRegExpr.git
 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.
 Please update the revision when you update the regexpr unit.

File diff suppressed because it is too large
+ 339 - 147
packages/regexpr/src/regexpr.pas


Some files were not shown because too many files changed in this diff