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 |
florian
|
069ac7d163
* endian conversion functions
|
19 years ago |
peter
|
2d3c01d83a
* basic work to make Move() and FillChar() internal under ifdef INTERNALMOVEFILLCHAR
|
19 years ago |
peter
|
340cf721b5
* faster int_str
|
19 years ago |
daniel
|
3a60adb3a1
* var back to out
|
19 years ago |
daniel
|
b2202654ca
* It could be done even better.
|
19 years ago |
daniel
|
3adcaaad36
* Faster and more compact integer str routines
|
19 years ago |
Jonas Maebe
|
58381ff7b6
* made chararray handling 98% TP-compatible, fixes web bugs 3012
|
19 years ago |
Jonas Maebe
|
5b9f58ef73
* reverted r2037 because of braindead "out" semantics for refcounted
|
19 years ago |
Jonas Maebe
|
9a08cdccf0
* several changes of var parameters into out parameters to avoid
|
19 years ago |
Jonas Maebe
|
84aab46550
* changed formal "var" paramters of move, movechar0 and fill* into
|
19 years ago |
michael
|
5cafc069b5
+ Removed NOSAVEREGISTERS define
|
20 years ago |
michael
|
033e38b8df
+ Removed NOCLASSHELPERS define
|
20 years ago |
michael
|
3a2eaa94b1
+ Removed INTERNCONSTINTF define
|
20 years ago |
michael
|
93ba0409be
+ Removed HASCOMPILERPROC define
|
20 years ago |
michael
|
db5d9d75aa
+ Removed INTERNCOPY define
|
20 years ago |