summaryrefslogtreecommitdiff
path: root/packages/regexpr/src
Commit message (Expand)AuthorAgeFilesLines
* * extra IsDigit usemichael2018-08-121-7/+2
* Fix bug 34117, more clear hexdigmichael2018-08-121-9/+8
* Fix 34119: factor out IsDigit functionmichael2018-08-121-10/+18
* * Fix bug 34118, unclean NOTLETTER checkmichael2018-08-121-17/+12
* * Code cleanup, part 2: remove functions already in sysutils, most of them no...michael2018-08-041-84/+0
* * Remove non-FPC code, dates back to D7 or earliermichael2018-08-041-91/+11
* * Fix strlcomp michael2018-08-041-1/+1
* * Added UseUnicodeWordDetectionmichael2018-08-041-9/+58
* * Fix bug 34087: Small optimization of StrlCompmichael2018-08-041-3/+6
* * Fix bug 34085, small refactoring: introduce IsSpaceCharmichael2018-08-031-4/+14
* * Fix all warnings/hintsmichael2018-08-031-4/+12
* * Fix bug 34086michael2018-08-031-55/+67
* * Fix bug ID 32404michael2018-07-302-16/+35
* * Add unicode version of the regexpr unit, from same sourcemichael2018-07-091-0/+4
* - removed useless 'far;' declarationnickysn2018-04-101-1/+1
* * Fix bug ID 32403, return type for replace function to support unicode stringmichael2017-12-291-2/+1
* * a few const added, mantis #32401marco2017-09-111-8/+8
* * move instead of loop, mantis #32402marco2017-09-111-4/+4
* * Using OS Lineending was old behaviourmichael2016-09-111-1/+1
* * Use UnicodeString instead of Widestring, faster on windows (bug ID 29711)michael2016-09-101-1/+1
* * Undefine UseOsLineEndOnReplace for backwards compatibilitymichael2016-09-101-1/+1
* * Patch from Alexey Torgashin to allow using OS-specific line ending (bug ID ...michael2016-09-101-3/+4
* comment typo fix, spotted by Felix Yan, no functional changeskaroly2016-03-171-1/+1
* * Patch from Benito van der Zander to add extra constructormichael2015-03-291-2/+9
* * comment cleanup by Reinier, mantis #26777marco2014-10-061-105/+104
* * use integer for the property indexes, instead of longint. Fixes compilationnickysn2014-03-091-4/+4
* * fixed compilation of units regexpr and oldregexpr when integer=smallintnickysn2014-03-092-6/+6
* Fix compilation of WinCE. Change the fixed UNICODE define of WinCE to FPC_OS_...svenbarth2013-05-041-0/+3
* * fix for regexpr unicode mode. (multiple a move with the size of the base c...marco2011-12-041-1/+1
* * Patch from Mantis #20046 fixing an issue in rcmatchstring.marco2011-09-151-2/+4
* * regex patch from Joao Morais, fixed random exceptions. Mantis #14425marco2011-09-071-2/+7
* regexpr: Merges patch from bug 19109 fixes alignment issuessekelsenmat2011-08-291-26/+53
* Merges the fixes from SynRegExpr, specially fixes 64-bits, while removing the...sekelsenmat2011-08-291-159/+265
* Updated unit name, needed to avoid compiler errorpierre2011-08-291-2/+5
* regexpr: Forgotten file from commmit 18891sekelsenmat2011-08-291-0/+4047
* Adds Sorokin's RegExpr.pas to the Free Pascal Packages, as discussed in the m...sekelsenmat2011-08-291-0/+0
* * Fixed detection of regular strings, so that a normal search is performedjoost2010-12-101-4/+7
* * Avoid possible AV when the string-index is larger then the string-lengthjoost2010-12-101-0/+7
* * Refactored, replaced case for if, nested if for and, removed needless joost2010-12-101-20/+18
* * patch for regex. Fixes exception in rcclear, some casing issues and matchi...marco2010-12-053-3/+40
* Patch from Graeme Geldenhuys to fix a compiler-hintjoost2009-03-271-4/+4
* * Renamed the RegExprCompat unit to RegExpr. This wrapper around the Regex u...joost2008-05-171-1/+1
* * Moved regexpr unit to oldjoost2008-05-171-0/+0
* * Added Regex unit with an NFA regexpression parser, based on code from Juli...joost2008-04-062-0/+1345
* * regexpr movedmarco2008-01-261-0/+1207