Jonas Maebe
|
83884ec540
* more "real" fixes
|
19 years ago |
florian
|
d4bf6d2aed
* fixed problems caused by unifying the real data type
|
19 years ago |
Jonas Maebe
|
4c3fb9ae00
* frexp has out instead of var parameter
|
19 years ago |
florian
|
b1bd426009
+ fpower10 implemented
|
20 years ago |
michael
|
3a2eaa94b1
+ Removed INTERNCONSTINTF define
|
20 years ago |
michael
|
93ba0409be
+ Removed HASCOMPILERPROC define
|
20 years ago |
peter
|
4ace790492
* remove $Log
|
20 years ago |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
michael
|
ffb55c4254
+ Removed VER1_0 defines
|
20 years ago |
fpc
|
50778076c3
initial import
|
20 years ago |
peter
|
e417e34496
* truncate log
|
20 years ago |
florian
|
f093fa9242
- killed power from system unit
|
20 years ago |
Jonas Maebe
|
08da4e9278
* fixed power() in genmath.inc (code duplication from math.pp for **
|
20 years ago |
peter
|
4d8460ec2f
* float routines all use internproc and compilerproc helpers
|
21 years ago |
Jonas Maebe
|
cfeaa8aa65
* some compilation fixes for powerpc after all the internconst and
|
21 years ago |
Jonas Maebe
|
0f26252376
+ cgenmath with libc math functions. Faster than the routines in genmath
|
21 years ago |
florian
|
12bf88080f
* fixed trunc for abs(value) < 1
|
21 years ago |
florian
|
7e328ccf29
+ made generic trunc 64 bit aware
|
21 years ago |
peter
|
3094258825
* removed warnings
|
21 years ago |
florian
|
5fe2004441
* fixed some arm related real stuff
|
21 years ago |
florian
|
2e80f0de5f
* arm startup code fixed
|
21 years ago |
florian
|
9e6f48750a
* fixed generic system.int(...)
|
21 years ago |
florian
|
9e00ecb080
* fixed small bugs
|
21 years ago |
florian
|
1d3368ccde
* some const inserted
|
21 years ago |
peter
|
bf56f75425
* abs(double) added
|
21 years ago |
Jonas Maebe
|
2af569745c
* if currency = int64, FPC_CURRENCY_IS_INT64 is defined
|
21 years ago |
Jonas Maebe
|
40a6ce22ff
* use HandleError instead of RunError so exception catching works
|
21 years ago |
florian
|
8d771df2d4
* arm fixes to the common rtl code
|
22 years ago |
Jonas Maebe
|
df5e0bbfc6
* fsqrt is an optional instruction in the ppc architecture and isn't
|
22 years ago |
Jonas Maebe
|
a399f7898c
* added longint typecase to odd(smallint_var) call to avoid overload
|
22 years ago |