Commit Graph

6 Commits

Author SHA1 Message Date
michael
ff2025b522 * Merging revisions 40057 from trunk:
------------------------------------------------------------------------
    r40057 | michael | 2018-10-27 17:08:11 +0200 (Sat, 27 Oct 2018) | 1 line
    
    * Fix some warnings
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@42414 -
2019-07-13 13:12:20 +00:00
marco
427d60db4d --- Merging r39993 into '.':
A    packages/regexpr/tests/testregexpr.pp
A    packages/regexpr/tests/tcregexp.pp
A    packages/regexpr/tests/testregexpr.lpi
U    packages/regexpr/src/regexpr.pas
--- Recording mergeinfo for merge of r39993 into '.':
 U   .
--- Merging r40056 into '.':
G    packages/regexpr/src/regexpr.pas
--- Recording mergeinfo for merge of r40056 into '.':
 G   .

# revisions: 39993,40056
r39993 | michael | 2018-10-20 14:09:07 +0200 (Sat, 20 Oct 2018) | 1 line
Changed paths:
   M /trunk/packages/regexpr/src/regexpr.pas
   A /trunk/packages/regexpr/tests/tcregexp.pp
   A /trunk/packages/regexpr/tests/testregexpr.lpi
   A /trunk/packages/regexpr/tests/testregexpr.pp

* Fix bug #0034429, replace now can use escape sequences, and lineending can be set
r40056 | michael | 2018-10-27 17:08:00 +0200 (Sat, 27 Oct 2018) | 1 line
Changed paths:
   M /trunk/packages/regexpr/src/regexpr.pas

* Introduce overloaded version of ReplaceRegexpr which allows to set more options (see bug ID #34429).

git-svn-id: branches/fixes_3_2@41899 -
2019-04-19 13:47:39 +00:00
joost
a4ca4ae32e * Restructured makefiles for examples
git-svn-id: trunk@12405 -
2008-12-20 21:32:46 +00:00
joost
cf220e1044 * Removed define UseRegexCompat from test
git-svn-id: trunk@10990 -
2008-05-17 19:43:26 +00:00
joost
44fe103c46 * Added Regex unit with an NFA regexpression parser, based on code from Julian Bucknall which is used with his permission
* Added RegExprCompat unit which contains an interface to the Regex unit which is compatible with the existing RegExpr unit
 * Added some more tests and added a define UseRegexCompat to make it possible to choose what regex-implementation to test. Test which fail on the existing regex-parser are placed between ifdefs

git-svn-id: trunk@10611 -
2008-04-06 21:23:13 +00:00
marco
3f3b95f792 * regexpr moved
git-svn-id: trunk@9943 -
2008-01-26 16:57:00 +00:00