mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 00:09:32 +02:00
* Update to latest version 18ad26b2bee562c00b8800ea4a20df1f946933e0
This commit is contained in:
parent
a9ad18e623
commit
b95c02af16
packages/regexpr
@ -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,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
Loading…
Reference in New Issue
Block a user