florian
|
9bb6a32c62
* avoid wrong warning about FillChar not initializing the output parameter in case count <= 0
|
1 năm trước cách đây |
Michael VAN CANNEYT
|
d2d3fe6bc3
* Char -> AnsiChar
|
2 năm trước cách đây |
florian
|
5442e9f9d8
* insert explicit type cast for the count parameter of move/fillchar wrapping C functions,
|
4 năm trước cách đây |
svenbarth
|
daa746243a
* use clib constant instead of literal 'c' in case we have a target where the library is not called 'c' (hopefully all targets that use cgeneric.inc have the clib constant declared in their sysos.inc)
|
5 năm trước cách đây |
svenbarth
|
dcfd734bbf
Fix cycling with -dFPC_USE_LIBC on Linux systems to allow usage of FPC Linux programs on OSv.
|
10 năm trước cách đây |
sergei
|
4ebc34c5e7
* Promoted result type of FPC_PCHAR_LENGTH and FPC_PWIDECHAR_LENGTH to SizeInt.
|
14 năm trước cách đây |
Jonas Maebe
|
22aacd2a60
* return 0 for length(pchar(0)), like Kylix does (using corrected and
|
16 năm trước cách đây |
Jonas Maebe
|
95abc479ac
* actually assign result of strncmp to comparechar0 result
|
17 năm trước cách đây |
Jonas Maebe
|
eb6c8fa570
* one more typecast fix
|
18 năm trước cách đây |
Jonas Maebe
|
4486a2cecb
* fixed some type casts
|
18 năm trước cách đây |
Jonas Maebe
|
6121df1f67
* moved inclusion of sysos.inc higher up in system.inc, so that
|
18 năm trước cách đây |
peter
|
e8322a83e4
* optimized generic implementations to use pointers instead of
|
18 năm trước cách đây |
Jonas Maebe
|
5b9f58ef73
* reverted r2037 because of braindead "out" semantics for refcounted
|
19 năm trước cách đây |
Jonas Maebe
|
84aab46550
* changed formal "var" paramters of move, movechar0 and fill* into
|
19 năm trước cách đây |
tom_at_work
|
653f4b465d
* fixed some typecasts of pointers to Longint for 64 bit architectures (Linux and generic parts of the RTL only)
|
20 năm trước cách đây |
tom_at_work
|
701638138b
* fixed exception handling for PowerPC64
|
20 năm trước cách đây |
michael
|
93ba0409be
+ Removed HASCOMPILERPROC define
|
20 năm trước cách đây |
peter
|
4ace790492
* remove $Log
|
20 năm trước cách đây |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 năm trước cách đây |
fpc
|
50778076c3
initial import
|
20 năm trước cách đây |
peter
|
e417e34496
* truncate log
|
20 năm trước cách đây |
Jonas Maebe
|
0f26252376
+ cgenmath with libc math functions. Faster than the routines in genmath
|
21 năm trước cách đây |
Jonas Maebe
|
dedf697f3a
* use some more string routines from libc if FPC_USE_LIBC is used
|
21 năm trước cách đây |
Jonas Maebe
|
5439babeb5
+ cgeneric.inc: implementations of rtl routines based on libc
|
21 năm trước cách đây |