summaryrefslogtreecommitdiff
path: root/rtl/inc/sstrings.inc
Commit message (Expand)AuthorAgeFilesLines
* * fixed inserting something in a shortstring past its maximum lengthjonas2013-01-261-2/+10
* * patches by Max Nazhalov to solve some issues with currency formatting, reso...florian2012-05-191-19/+15
* * synchronised with trunk up to r21067jonas2012-04-261-2/+2
|\
| * rtl: reduce amount of warnings regards implicit string conversions + little f...paul2012-04-191-2/+2
* | * merged trunk up to r20882jonas2012-04-151-9/+170
|\ \ | |/
| * * patch by Max Nazhalov to clean up changes of r20701florian2012-04-071-58/+5
| * * fixed r20701 for targets having no extended typeflorian2012-04-041-3/+25
| * * patch by Max Nazhalov to improve performance of string to float conversion ...florian2012-04-031-24/+215
| * * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolve...florian2011-09-271-4/+4
* | * moved fpc_shortstr_shortstr/chararray_intern_charmove() from sstrings.incjonas2011-08-291-18/+0
* | * corrected define protecting fpc_chararray_Currency compilerprocjonas2011-08-281-1/+2
* | * full implementation of all routines in rtl/inc/ustringh.inc (except forjonas2011-08-281-0/+3
* | * renamed Java-specific sstrings.inc/sstringh.inc to jsstrings.inc/jonas2011-08-241-35/+73
* | * extracted dynarray helpers from system unit into jdynarr.inc (werejonas2011-08-201-5/+43
|/
* * reintegrate avr branch into trunk, work on avr is less invasive than I thou...florian2011-04-191-2/+2
* - removed unused variable and labelsergei2011-04-011-4/+0
* + support str(<boolean>,...), boolean is an enumeration typeflorian2011-01-301-9/+37
* * changes to alignment for enumeration rtti record members: we need a Tconstp...tom_at_work2010-10-261-43/+45
* Fixed ordinal to string conversion for enumerationstom_at_work2010-10-241-31/+80
* Fixed conversion from string to enum value for 64 bit platforms requiring pro...tom_at_work2010-10-231-3/+10
* * Apply fix for bug 17291 as uploaded by reporter: Compiler generates adaniel2010-08-281-1/+1
* * Fix/improve the value of "code" that is returned for val(string,enum,code...daniel2010-07-101-14/+42
* * added str(enum,charray) and export str(enum,ansistr/widestr/unicodestr)jonas2010-01-121-0/+15
* * improve precision of values specified with a decimal point and an exponentjonas2010-01-031-5/+17
* * handle rounding of currency values correctly, resolves #12207florian2009-12-131-2/+21
* * moved core logic from fpc_shortstr_enum into a separate function, sojonas2009-05-021-11/+17
* * set code to 0 in case val(enum) does not encounter an errorjonas2008-05-121-0/+1
* * val takes care of empty string, patch from Petr Kristanflorian2008-04-061-3/+9
* + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)micha2008-03-021-0/+10
* * CompareText for shortstrings addedpeter2007-12-021-0/+37
* * Fixed carry bug in conversion of currency to stringmichael2007-09-231-7/+12
* - reverted r7790 because it's buggy (+ test)jonas2007-09-121-4/+4
* * removed unused variable from fpc_shortstr_enum and reformattedjonas2007-09-071-22/+24
* + added QWord overloads for IntToHex, hexStr, OctStr, binStrjonas2007-08-291-0/+18
* * RTL updates needed to successfully cycle with -CIcommon_type.daniel2007-07-211-10/+10
* * removed divisions from val() for unsigned typesjonas2007-06-241-4/+4
* * reject 0x#0 and variations in val functionpierre2007-04-231-4/+28
* * fixed val(s,int64) (it accepted values in the rangejonas2007-03-121-7/+9
* * Merged 2.3 branch changes:jonas2007-03-041-47/+158
* * val stops on #0 without error, resolves #8177florian2007-02-241-0/+4
* * fixed val_sint(x,longint) for negative hex/bin values on 64 bitjonas2007-01-261-2/+3
* * support 'x1f' and 'X1f' for hex notation in val() (Delphi compatibility,jonas2007-01-261-1/+3
* * fixed fpc_ShortStr_Currency in case of 0 value.yury2007-01-111-1/+4
* * fixed compilation on 64 bit targets.yury2007-01-101-1/+1
* * bootstrapping for systems where currency is not a floatjonas2007-01-091-2/+2
* * implemented fpc_WideStr_Currency, fpc_chararray_Currency, fpc_Val_Currency_...yury2007-01-091-0/+14
* * implemented fpc_AnsiStr_Currency and fpc_Val_Currency_AnsiStr.yury2007-01-081-5/+7
* * implemented fpc_Val_Currency_ShortStr.Not used yet.yury2007-01-081-0/+134
* * Fixed reading beyond input string in fpc_Val_Real_ShortStr if empty string ...yury2007-01-081-30/+30
* * fixed fpc_ShortStr_Currency.yury2007-01-081-14/+13