sergei
|
b7a56722ff
* Cleanup variant->string conversions: TryStrToDate and TryStrToTime are redundant because TryStrToDateTime already does the same checks. Patch from Luiz Americo, resolves #19115.
|
14 سال پیش |
sergei
|
c17afffb65
* Fixed Variant (containing DateTime) to string conversions. Conversion to WideString was plain wrong, and conversion to AnsiString was ignoring the time portion. Patch from Luiz Americo, resolves #19075.
|
14 سال پیش |
sergei
|
046ed5548b
* Fixed pointer to cardinal typecasts, which are wrong for 64-bit platforms (significance is low, because these are in debug code).
|
14 سال پیش |
sergei
|
131b7fcdb2
* RTL: Replaced deprecated formatting symbols with their up-to-date counterparts, reduces compiler noise.
|
14 سال پیش |
sergei
|
3c2d918cfe
* Partially undo revision 16529: removing VariantToShortString breaks webtbs/tw14536 which calls the mentioned function directly instead of using typecast.
|
14 سال پیش |
sergei
|
ae7018cf85
variants, varutils: another portion of misc fixes:
|
14 سال پیش |
sergei
|
5bf51c991c
* VarUtils, fixed missing support for interfaces
|
14 سال پیش |
sergei
|
ddfb032913
* VarUtils, fixed a wrong identifier
|
14 سال پیش |
sergei
|
b8aec6e4aa
+ Support for UnicodeString in variant conversions, based on patch from Ivan Shikhalev, resolves #18083.
|
14 سال پیش |
Jonas Maebe
|
1aa1686778
* fixed varbyref in variant conversion helpers (patch+test by Paul Ishenin,
|
16 سال پیش |
Jonas Maebe
|
ef7d9c7a41
* fixed range check errors when typecasting vBoolean to unsigned ordinals
|
16 سال پیش |
micha
|
83b7f81f81
+ add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)
|
17 سال پیش |
joost
|
4d9c3244fe
* If a variant contains a datetime value and is converted to a string, it should return a string in a date/time format. (+test)
|
18 سال پیش |
Jonas Maebe
|
480af93606
* fixed several range check errors inside variant helpers in case the
|
18 سال پیش |
Jonas Maebe
|
18e0b6e98b
* do not turn on range/overflow checking, because several of the
|
18 سال پیش |
florian
|
a99b5470af
* big variant from Thorsten Engler, fixes and improves several variant stuff
|
18 سال پیش |
Jonas Maebe
|
77d20627dc
* removed duplicate EVariant class from varutils and incorporated
|
19 سال پیش |
peter
|
6c905f6266
* added missing varString,varOlestr to ordinals
|
19 سال پیش |
Jonas Maebe
|
ea3c2fdf46
* fixed used of uninitialized variable in VariantToSingle()
|
19 سال پیش |
florian
|
a440df217b
* v.vtype=varString -> double fixed
|
20 سال پیش |
michael
|
a775d3d487
+ Removed HASCURRENCY VALUEGETMEM VALUEFREEMEM defines
|
20 سال پیش |
michael
|
21425e303c
+ Removed HASVARIANT define
|
20 سال پیش |
peter
|
4ace790492
* remove $Log
|
20 سال پیش |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 سال پیش |
fpc
|
50778076c3
initial import
|
20 سال پیش |
florian
|
c36eadddf7
+ variants: string -> float/int casts
|
20 سال پیش |
florian
|
0997316960
* some variant <-> string types fixes
|
20 سال پیش |
florian
|
a4df8f9124
+ writing of variants implemented
|
20 سال پیش |
peter
|
e417e34496
* truncate log
|
20 سال پیش |
michael
|
7312e7e4e4
Support for ansistring and better debug outpu
|
22 سال پیش |