| Commit message (Expand) | Author | Age | Files | Lines |
* | * fixed inserting something in a shortstring past its maximum length | jonas | 2013-01-26 | 1 | -2/+10 |
* | * patches by Max Nazhalov to solve some issues with currency formatting, reso... | florian | 2012-05-19 | 1 | -19/+15 |
* | * synchronised with trunk up to r21067 | jonas | 2012-04-26 | 1 | -2/+2 |
|\ |
|
| * | rtl: reduce amount of warnings regards implicit string conversions + little f... | paul | 2012-04-19 | 1 | -2/+2 |
* | | * merged trunk up to r20882 | jonas | 2012-04-15 | 1 | -9/+170 |
|\ \
| |/ |
|
| * | * patch by Max Nazhalov to clean up changes of r20701 | florian | 2012-04-07 | 1 | -58/+5 |
| * | * fixed r20701 for targets having no extended type | florian | 2012-04-04 | 1 | -3/+25 |
| * | * patch by Max Nazhalov to improve performance of string to float conversion ... | florian | 2012-04-03 | 1 | -24/+215 |
| * | * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolve... | florian | 2011-09-27 | 1 | -4/+4 |
* | | * moved fpc_shortstr_shortstr/chararray_intern_charmove() from sstrings.inc | jonas | 2011-08-29 | 1 | -18/+0 |
* | | * corrected define protecting fpc_chararray_Currency compilerproc | jonas | 2011-08-28 | 1 | -1/+2 |
* | | * full implementation of all routines in rtl/inc/ustringh.inc (except for | jonas | 2011-08-28 | 1 | -0/+3 |
* | | * renamed Java-specific sstrings.inc/sstringh.inc to jsstrings.inc/ | jonas | 2011-08-24 | 1 | -35/+73 |
* | | * extracted dynarray helpers from system unit into jdynarr.inc (were | jonas | 2011-08-20 | 1 | -5/+43 |
|/ |
|
* | * reintegrate avr branch into trunk, work on avr is less invasive than I thou... | florian | 2011-04-19 | 1 | -2/+2 |
* | - removed unused variable and label | sergei | 2011-04-01 | 1 | -4/+0 |
* | + support str(<boolean>,...), boolean is an enumeration type | florian | 2011-01-30 | 1 | -9/+37 |
* | * changes to alignment for enumeration rtti record members: we need a Tconstp... | tom_at_work | 2010-10-26 | 1 | -43/+45 |
* | Fixed ordinal to string conversion for enumerations | tom_at_work | 2010-10-24 | 1 | -31/+80 |
* | Fixed conversion from string to enum value for 64 bit platforms requiring pro... | tom_at_work | 2010-10-23 | 1 | -3/+10 |
* | * Apply fix for bug 17291 as uploaded by reporter: Compiler generates a | daniel | 2010-08-28 | 1 | -1/+1 |
* | * Fix/improve the value of "code" that is returned for val(string,enum,code... | daniel | 2010-07-10 | 1 | -14/+42 |
* | * added str(enum,charray) and export str(enum,ansistr/widestr/unicodestr) | jonas | 2010-01-12 | 1 | -0/+15 |
* | * improve precision of values specified with a decimal point and an exponent | jonas | 2010-01-03 | 1 | -5/+17 |
* | * handle rounding of currency values correctly, resolves #12207 | florian | 2009-12-13 | 1 | -2/+21 |
* | * moved core logic from fpc_shortstr_enum into a separate function, so | jonas | 2009-05-02 | 1 | -11/+17 |
* | * set code to 0 in case val(enum) does not encounter an error | jonas | 2008-05-12 | 1 | -0/+1 |
* | * val takes care of empty string, patch from Petr Kristan | florian | 2008-04-06 | 1 | -3/+9 |
* | + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) | micha | 2008-03-02 | 1 | -0/+10 |
* | * CompareText for shortstrings added | peter | 2007-12-02 | 1 | -0/+37 |
* | * Fixed carry bug in conversion of currency to string | michael | 2007-09-23 | 1 | -7/+12 |
* | - reverted r7790 because it's buggy (+ test) | jonas | 2007-09-12 | 1 | -4/+4 |
* | * removed unused variable from fpc_shortstr_enum and reformatted | jonas | 2007-09-07 | 1 | -22/+24 |
* | + added QWord overloads for IntToHex, hexStr, OctStr, binStr | jonas | 2007-08-29 | 1 | -0/+18 |
* | * RTL updates needed to successfully cycle with -CIcommon_type. | daniel | 2007-07-21 | 1 | -10/+10 |
* | * removed divisions from val() for unsigned types | jonas | 2007-06-24 | 1 | -4/+4 |
* | * reject 0x#0 and variations in val function | pierre | 2007-04-23 | 1 | -4/+28 |
* | * fixed val(s,int64) (it accepted values in the range | jonas | 2007-03-12 | 1 | -7/+9 |
* | * Merged 2.3 branch changes: | jonas | 2007-03-04 | 1 | -47/+158 |
* | * val stops on #0 without error, resolves #8177 | florian | 2007-02-24 | 1 | -0/+4 |
* | * fixed val_sint(x,longint) for negative hex/bin values on 64 bit | jonas | 2007-01-26 | 1 | -2/+3 |
* | * support 'x1f' and 'X1f' for hex notation in val() (Delphi compatibility, | jonas | 2007-01-26 | 1 | -1/+3 |
* | * fixed fpc_ShortStr_Currency in case of 0 value. | yury | 2007-01-11 | 1 | -1/+4 |
* | * fixed compilation on 64 bit targets. | yury | 2007-01-10 | 1 | -1/+1 |
* | * bootstrapping for systems where currency is not a float | jonas | 2007-01-09 | 1 | -2/+2 |
* | * implemented fpc_WideStr_Currency, fpc_chararray_Currency, fpc_Val_Currency_... | yury | 2007-01-09 | 1 | -0/+14 |
* | * implemented fpc_AnsiStr_Currency and fpc_Val_Currency_AnsiStr. | yury | 2007-01-08 | 1 | -5/+7 |
* | * implemented fpc_Val_Currency_ShortStr.Not used yet. | yury | 2007-01-08 | 1 | -0/+134 |
* | * Fixed reading beyond input string in fpc_Val_Real_ShortStr if empty string ... | yury | 2007-01-08 | 1 | -30/+30 |
* | * fixed fpc_ShortStr_Currency. | yury | 2007-01-08 | 1 | -14/+13 |