| Commit message (Expand) | Author | Age | Files | Lines |
* | * extra IsDigit use | michael | 2018-08-12 | 1 | -7/+2 |
* | Fix bug 34117, more clear hexdig | michael | 2018-08-12 | 1 | -9/+8 |
* | Fix 34119: factor out IsDigit function | michael | 2018-08-12 | 1 | -10/+18 |
* | * Fix bug 34118, unclean NOTLETTER check | michael | 2018-08-12 | 1 | -17/+12 |
* | * Code cleanup, part 2: remove functions already in sysutils, most of them no... | michael | 2018-08-04 | 1 | -84/+0 |
* | * Remove non-FPC code, dates back to D7 or earlier | michael | 2018-08-04 | 1 | -91/+11 |
* | * Fix strlcomp | michael | 2018-08-04 | 1 | -1/+1 |
* | * Added UseUnicodeWordDetection | michael | 2018-08-04 | 1 | -9/+58 |
* | * Fix bug 34087: Small optimization of StrlComp | michael | 2018-08-04 | 1 | -3/+6 |
* | * Fix bug 34085, small refactoring: introduce IsSpaceChar | michael | 2018-08-03 | 1 | -4/+14 |
* | * Fix all warnings/hints | michael | 2018-08-03 | 1 | -4/+12 |
* | * Fix bug 34086 | michael | 2018-08-03 | 1 | -55/+67 |
* | * Fix bug ID 32404 | michael | 2018-07-30 | 2 | -16/+35 |
* | * Add unicode version of the regexpr unit, from same source | michael | 2018-07-09 | 1 | -0/+4 |
* | - removed useless 'far;' declaration | nickysn | 2018-04-10 | 1 | -1/+1 |
* | * Fix bug ID 32403, return type for replace function to support unicode string | michael | 2017-12-29 | 1 | -2/+1 |
* | * a few const added, mantis #32401 | marco | 2017-09-11 | 1 | -8/+8 |
* | * move instead of loop, mantis #32402 | marco | 2017-09-11 | 1 | -4/+4 |
* | * Using OS Lineending was old behaviour | michael | 2016-09-11 | 1 | -1/+1 |
* | * Use UnicodeString instead of Widestring, faster on windows (bug ID 29711) | michael | 2016-09-10 | 1 | -1/+1 |
* | * Undefine UseOsLineEndOnReplace for backwards compatibility | michael | 2016-09-10 | 1 | -1/+1 |
* | * Patch from Alexey Torgashin to allow using OS-specific line ending (bug ID ... | michael | 2016-09-10 | 1 | -3/+4 |
* | comment typo fix, spotted by Felix Yan, no functional changes | karoly | 2016-03-17 | 1 | -1/+1 |
* | * Patch from Benito van der Zander to add extra constructor | michael | 2015-03-29 | 1 | -2/+9 |
* | * comment cleanup by Reinier, mantis #26777 | marco | 2014-10-06 | 1 | -105/+104 |
* | * use integer for the property indexes, instead of longint. Fixes compilation | nickysn | 2014-03-09 | 1 | -4/+4 |
* | * fixed compilation of units regexpr and oldregexpr when integer=smallint | nickysn | 2014-03-09 | 2 | -6/+6 |
* | Fix compilation of WinCE. Change the fixed UNICODE define of WinCE to FPC_OS_... | svenbarth | 2013-05-04 | 1 | -0/+3 |
* | * fix for regexpr unicode mode. (multiple a move with the size of the base c... | marco | 2011-12-04 | 1 | -1/+1 |
* | * Patch from Mantis #20046 fixing an issue in rcmatchstring. | marco | 2011-09-15 | 1 | -2/+4 |
* | * regex patch from Joao Morais, fixed random exceptions. Mantis #14425 | marco | 2011-09-07 | 1 | -2/+7 |
* | regexpr: Merges patch from bug 19109 fixes alignment issues | sekelsenmat | 2011-08-29 | 1 | -26/+53 |
* | Merges the fixes from SynRegExpr, specially fixes 64-bits, while removing the... | sekelsenmat | 2011-08-29 | 1 | -159/+265 |
* | Updated unit name, needed to avoid compiler error | pierre | 2011-08-29 | 1 | -2/+5 |
* | regexpr: Forgotten file from commmit 18891 | sekelsenmat | 2011-08-29 | 1 | -0/+4047 |
* | Adds Sorokin's RegExpr.pas to the Free Pascal Packages, as discussed in the m... | sekelsenmat | 2011-08-29 | 1 | -0/+0 |
* | * Fixed detection of regular strings, so that a normal search is performed | joost | 2010-12-10 | 1 | -4/+7 |
* | * Avoid possible AV when the string-index is larger then the string-length | joost | 2010-12-10 | 1 | -0/+7 |
* | * Refactored, replaced case for if, nested if for and, removed needless | joost | 2010-12-10 | 1 | -20/+18 |
* | * patch for regex. Fixes exception in rcclear, some casing issues and matchi... | marco | 2010-12-05 | 3 | -3/+40 |
* | Patch from Graeme Geldenhuys to fix a compiler-hint | joost | 2009-03-27 | 1 | -4/+4 |
* | * Renamed the RegExprCompat unit to RegExpr. This wrapper around the Regex u... | joost | 2008-05-17 | 1 | -1/+1 |
* | * Moved regexpr unit to old | joost | 2008-05-17 | 1 | -0/+0 |
* | * Added Regex unit with an NFA regexpression parser, based on code from Juli... | joost | 2008-04-06 | 2 | -0/+1345 |
* | * regexpr moved | marco | 2008-01-26 | 1 | -0/+1207 |