michael
|
65433a005e
* Fix bug #0034429, replace now can use escape sequences, and lineending can be set
|
před 6 roky |
michael
|
70aa822137
* extra IsDigit use
|
před 7 roky |
michael
|
134b5553c3
Fix bug #34117, more clear hexdig
|
před 7 roky |
michael
|
a3f756013d
Fix 34119: factor out IsDigit function
|
před 7 roky |
michael
|
2d2ba5f0cd
* Fix bug #34118, unclean NOTLETTER check
|
před 7 roky |
michael
|
aa4a470cfb
* Code cleanup, part 2: remove functions already in sysutils, most of them not used anyway.
|
před 7 roky |
michael
|
f6e9abeaf3
* Remove non-FPC code, dates back to D7 or earlier
|
před 7 roky |
michael
|
20917b4ec2
* Fix strlcomp
|
před 7 roky |
michael
|
71bbab3512
* Added UseUnicodeWordDetection
|
před 7 roky |
michael
|
08d574bf7d
* Fix bug #34087: Small optimization of StrlComp
|
před 7 roky |
michael
|
ddbad9d5c7
* Fix bug #34085, small refactoring: introduce IsSpaceChar
|
před 7 roky |
michael
|
a921002c49
* Fix all warnings/hints
|
před 7 roky |
michael
|
f575eafa1e
* Fix bug #34086
|
před 7 roky |
michael
|
962391621f
* Fix bug ID #32404
|
před 7 roky |
michael
|
4ed6280bb6
* Fix bug ID #32403, return type for replace function to support unicode string
|
před 7 roky |
marco
|
865df88116
* a few const added, mantis #32401
|
před 8 roky |
marco
|
84def3e29d
* move instead of loop, mantis #32402
|
před 8 roky |
michael
|
8d67ef157f
* Using OS Lineending was old behaviour
|
před 9 roky |
michael
|
47407a9c29
* Use UnicodeString instead of Widestring, faster on windows (bug ID 29711)
|
před 9 roky |
michael
|
8cf24a6eba
* Undefine UseOsLineEndOnReplace for backwards compatibility
|
před 9 roky |
michael
|
204e1c934e
* Patch from Alexey Torgashin to allow using OS-specific line ending (bug ID 30147)
|
před 9 roky |
Károly Balogh
|
e0a183650d
comment typo fix, spotted by Felix Yan, no functional changes
|
před 9 roky |
michael
|
e2500d5a70
* Patch from Benito van der Zander to add extra constructor
|
před 10 roky |
marco
|
525e07e4c0
* comment cleanup by Reinier, mantis #26777
|
před 11 roky |
nickysn
|
2c7a83cd78
* use integer for the property indexes, instead of longint. Fixes compilation
|
před 11 roky |
nickysn
|
e464d1f476
* fixed compilation of units regexpr and oldregexpr when integer=smallint
|
před 11 roky |
svenbarth
|
930b76e8fb
Fix compilation of WinCE. Change the fixed UNICODE define of WinCE to FPC_OS_UNICODE, so that it won't be undefined when changing the mode/string type and that the usage of a UNICODE API is independant of the mode.
|
před 12 roky |
marco
|
a19b627739
* fix for regexpr unicode mode. (multiple a move with the size of the base char type)
|
před 13 roky |
sekelsenmat
|
3e7a09df25
regexpr: Merges patch from bug #19109 fixes alignment issues
|
před 14 roky |
sekelsenmat
|
dbc08b5c1f
Merges the fixes from SynRegExpr, specially fixes 64-bits, while removing the synedit defines
|
před 14 roky |