florian
|
c794ec6de0
* fix Index*Word for CPUs requiring proper alignment
|
18 years ago |
florian
|
b59fdbeb93
* CompareWord and CompareDWord fixed for building with <2.3.1
|
18 years ago |
yury
|
3d1d9815ac
* Fixed CompareDWord.
|
18 years ago |
yury
|
5e9dd6cd4c
* Fixed CompareDWord after r8827 (compiler warnings should not be ignored :).
|
18 years ago |
yury
|
2770652beb
* Fixed unreachable code warnings and removed not used variable.
|
18 years ago |
florian
|
7da7364ee7
* refactored SysResetFPU into SysInitFPU and SysResetFPU
|
18 years ago |
florian
|
7878f0feb3
* made all fpc_*_to_shortstr helpers a procedure, resolves #8580
|
18 years ago |
florian
|
4b69743c92
* fixed compilation on non sigbusing cpus
|
18 years ago |
florian
|
3f24d63176
* fixed Compare* for CPUs requiring natural alignment
|
18 years ago |
peter
|
4f862a23a7
* fixed alignment leftover in compare
|
18 years ago |
florian
|
96eaeeaf98
* fixed Index* for 64 Bit CPUs
|
18 years ago |
Jonas Maebe
|
775ee6f563
* len=0 should not be treated as overflow in comparebyte/word/dword
|
18 years ago |
Jonas Maebe
|
b5a1a6c6b4
* fixed generic index- and comparebyte/word/dword for limits which
|
18 years ago |
peter
|
e8322a83e4
* optimized generic implementations to use pointers instead of
|
18 years ago |
Jonas Maebe
|
9bd4fe433b
* fixed buffer overflows in int_str() + test
|
18 years ago |
micha
|
d95b9082bb
* add memory barrier prototypes + implementation for i386 and sparc + use lwsync for powerpc64
|
18 years ago |
micha
|
7475f656f8
+ add memory barrier routines for powerpc/64
|
18 years ago |
daniel
|
bb5fea342f
* RTL updates needed to successfully cycle with -CIcommon_type.
|
18 years ago |
daniel
|
32216bcccd
* ptrint -> ptruint
|
18 years ago |
daniel
|
8ee5966a2e
* Fix comparedword and change it to cardinal.
|
18 years ago |
Jonas Maebe
|
9cec910eb9
* changed *string_to_*chararray helpers from functions into procedures
|
18 years ago |
Jonas Maebe
|
a2c3826281
* changed fpc_big_chararray and fpc_big_widechararray from
|
18 years ago |
peter
|
cd767cf5c8
* i386 uses generic fpc_compare_shortstr_equal
|
18 years ago |
daniel
|
e8050233af
+ Patch by Thorsten Engler to optimize string comparisons for = and <> cases. (Mantis #8231)
|
18 years ago |
florian
|
b3a1868ff0
* correct masking of exceptions in genmath code
|
18 years ago |
yury
|
2244f1b9c6
* fixed warning.
|
18 years ago |
florian
|
fd2032dab2
+ start of embedded rtl
|
18 years ago |
peter
|
2f0ce31751
* string concat changed from function to procedure to
|
19 years ago |
yury
|
11576fd24b
* fixed warnings and notes while compiling system unit for wince.
|
19 years ago |
peter
|
fc3e5f68c8
* align needs to be unsigned, patch from Burkhard Carstens
|
19 years ago |