Browse Source

* Update to latest version 18ad26b2bee562c00b8800ea4a20df1f946933e0

Michaël Van Canneyt 1 year ago
parent
commit
b95c02af16
3 changed files with 353 additions and 150 deletions
  1. 13 2
      packages/regexpr/patch/current.diff
  2. 1 1
      packages/regexpr/patch/current.txt
  3. 339 147
      packages/regexpr/src/regexpr.pas

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

@@ -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
+> 

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

@@ -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
+ 339 - 147
packages/regexpr/src/regexpr.pas


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