summaryrefslogtreecommitdiff
path: root/rtl/inc/astrings.inc
Commit message (Expand)AuthorAgeFilesLines
* + added Str() helpers for 32-bit ints for 16/8-bit CPUsnickysn2013-03-251-0/+24
* * made the pascal name of the string range checking helpers matchjonas2013-01-061-4/+4
* - removed FPC 2.4 bootstrapping supportjonas2013-01-061-16/+0
* * Update ansistring header record explanationmichael2012-12-291-0/+2
* * don't create temporary ansistrings with codepage DefaultSystemCodePagejonas2012-09-171-22/+14
* Replace HandleErrorFrame calls by HandleErrorAddrFrameInd where possible in ...pierre2012-07-121-3/+3
* * synchronised with trunk up to r21067jonas2012-04-261-1/+1
|\
| * rtl: reduce amount of warnings regards implicit string conversions + little f...paul2012-04-191-1/+1
* | * fixed genmultistringadd() optimization for jvm and enabled itjonas2012-04-161-7/+9
* | * merged trunk up to r20882jonas2012-04-151-338/+502
|\ \ | |/
| * fpc: don't treat codepage as different if one element of array has CP_ACP cod...paul2012-02-201-1/+4
| * rtl: remove spacespaul2012-02-091-2/+2
| * * Removed 'first' field and 'packed' attribute from TAnsiRec and TUnicodeRec....sergei2012-02-071-8/+6
| * * fpc_ansistr_concat, refactoring and minor fix:sergei2012-02-031-24/+37
| * * fpc_ansistr_setlength: fixed/refactored:sergei2012-02-011-37/+22
| * Values of managed variables are never ever used after decrementing reference ...sergei2012-01-191-4/+2
| * - Cleaned out STR_CONCAT_PROCS definesergei2011-12-171-57/+0
| * - Cleaned out FPC_STRTOSHORTSTRPROC and FPC_STRTOCHARARRAYPROC defines. Someb...sergei2011-12-141-51/+0
| * rtl: fix fpc_AnsiStr_To_AnsiStr source codepage check (less conversions shoul...paul2011-10-251-0/+2
| * compiler:paul2011-10-201-16/+16
| * rtl: set string codepage for all cases in fpc_AnsiStr_Concatpaul2011-10-191-1/+1
| * rtl: don't convert strings on compare if one of them is emptypaul2011-10-101-0/+11
| * rtl: don't perform string conversion if source string is in CP_NONE encoding ...paul2011-10-081-1/+3
| * rtl: move some CP_xxx constants from syswin into systemh for generic use, red...paul2011-10-041-16/+16
| * rtl: cleanuppaul2011-10-041-1/+0
| * rtl: remove fpc_ansistr_append_xxx routines which are no longer used by the c...paul2011-09-301-43/+1
| * rtl: replace PChar -> PAnsiChar, Char -> AnsiChar in astrings.inc routinespaul2011-09-301-21/+21
| * rtl: eat $ffff encoding in more routines, fix Insert() procedure to preserve ...paul2011-09-301-13/+17
| * rtl: replace AnsiString to RawByteString arguments for Val() functionspaul2011-09-301-7/+7
| * compiler, rtl: pass codepage argument to all ansistring str() helpers to retu...paul2011-09-301-8/+32
| * compiler: don't return te_eual when we convert from RawByteString to another ...paul2011-09-291-1/+1
| * * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolve...florian2011-09-271-8/+4
| * compiler + rtl: pass codepage to fpc_CharArray_To_AnsiStr to get the preserve...paul2011-09-261-2/+14
| * rtl: remove useless ifdefpaul2011-09-251-1/+1
| * * DisposeAnsiString doesn't need to exist as a separate procedure, because it...sergei2011-09-201-21/+8
| * * fixed wrong use of CompareTextUnicodeStringProc() injonas2011-09-181-1/+9
| * merge r17607 from cpstrnew branch by inoussa:paul2011-09-171-1/+1
| * merge r17603 from cpstrnew branch by inoussa:paul2011-09-171-4/+27
| * merge r17601 from cpstrnew branch by inoussa:paul2011-09-171-3/+15
| * merge r17587 from cpstrnew branch by inoussa:paul2011-09-171-3/+17
| * merge r17552 from cpstrnew branch by inoussa:paul2011-09-171-13/+25
| * merge r17485 from cpstrnew branch by michael:paul2011-09-171-19/+119
| * merge r17318 from cpstrnew branch by florian:paul2011-09-171-2/+2
| * merge r14347 from cpstrnew branch by florian:paul2011-09-171-3/+11
| |\
| | * * fixed bootstrapping with 2.4.0florian2009-12-061-3/+11
| * | merge r14143 from cpstrnew branch by paul:paul2011-09-171-3/+3
| |\ \ | | |/
| | * use RawByteString instead of AnsiString for Pos()paul2009-11-111-3/+3
| * | merge r14136 from cpstrnew branch by paul:paul2011-09-171-0/+5
| |\ \ | | |/
| | * - fix return type of StringCodePage functions from Word to TSystemCodePagepaul2009-11-101-0/+5
| * | merge r14133 from cpstrnew branch by paul except ptconst.pas which has a diff...paul2011-09-171-3/+24
| |\ \ | | |/