florian
|
1294ea4357
* patches by Max Nazhalov to solve some issues with currency formatting, resolves #18704 and #22063
|
13 years ago |
Jonas Maebe
|
834026bfb5
* synchronised with trunk up to r21067
|
13 years ago |
paul
|
19d1cf9470
rtl: reduce amount of warnings regards implicit string conversions + little formatting
|
13 years ago |
Jonas Maebe
|
aee5380ae0
* merged trunk up to r20882
|
13 years ago |
florian
|
3297be603f
* patch by Max Nazhalov to clean up changes of r20701
|
13 years ago |
florian
|
e2af17e6f6
* fixed r20701 for targets having no extended type
|
13 years ago |
florian
|
a8a8451527
* patch by Max Nazhalov to improve performance of string to float conversion for numbers with large exponents, resolves #21183
|
13 years ago |
florian
|
d7f7a9bb76
* patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346
|
14 years ago |
Jonas Maebe
|
10c586146a
* moved fpc_shortstr_shortstr/chararray_intern_charmove() from sstrings.inc
|
14 years ago |
Jonas Maebe
|
49817c9a0e
* corrected define protecting fpc_chararray_Currency compilerproc
|
14 years ago |
Jonas Maebe
|
3a423b331c
* full implementation of all routines in rtl/inc/ustringh.inc (except for
|
14 years ago |
Jonas Maebe
|
1f96763b9d
* renamed Java-specific sstrings.inc/sstringh.inc to jsstrings.inc/
|
14 years ago |
Jonas Maebe
|
8a95a04e16
* extracted dynarray helpers from system unit into jdynarr.inc (were
|
14 years ago |
florian
|
fb84cb865b
* rebase to trunk@17295
|
14 years ago |
sergei
|
ef4ce51d24
- removed unused variable and label
|
14 years ago |
florian
|
f255b1103b
* fix parameter names of fpc_shortstr_qword and fpc_shortstr_int64 implementation
|
14 years ago |
florian
|
e99c4d1950
+ support str(<boolean>,...), boolean is an enumeration type
|
14 years ago |
tom_at_work
|
19baf7d3e0
* changes to alignment for enumeration rtti record members: we need a Tconstptrint alignment before the MinValue/MaxValue members because the entire record needs that alignment due to some pointers inside
|
15 years ago |
tom_at_work
|
f520989064
Fixed ordinal to string conversion for enumerations
|
15 years ago |
tom_at_work
|
a380da6204
Fixed conversion from string to enum value for 64 bit platforms requiring proper alignment (e.g. ppc64/linux)
|
15 years ago |
daniel
|
79dd212bb7
* Apply fix for bug #17291 as uploaded by reporter: Compiler generates a
|
15 years ago |
daniel
|
86cbf76b92
* Fix/improve the value of "code" that is returned for val(string,enum,code) in
|
15 years ago |
Jonas Maebe
|
08a4ede9c4
* added str(enum,charray) and export str(enum,ansistr/widestr/unicodestr)
|
15 years ago |
Jonas Maebe
|
6399bcd4e3
* improve precision of values specified with a decimal point and an exponent
|
15 years ago |
florian
|
d3cd6132f2
* handle rounding of currency values correctly, resolves #12207
|
15 years ago |
Jonas Maebe
|
dcb1046b98
* moved core logic from fpc_shortstr_enum into a separate function, so
|
16 years ago |
Jonas Maebe
|
063af15a0c
* set code to 0 in case val(enum) does not encounter an error
|
17 years ago |
florian
|
347ae5a3bf
* val takes care of empty string, patch from Petr Kristan
|
17 years ago |
micha
|
83b7f81f81
+ add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)
|
17 years ago |
peter
|
6ed3d91989
* CompareText for shortstrings added
|
17 years ago |