.. |
aarch64
|
b0459a19f4
+ initial files for intrinsics support on AArch64
|
3 년 전 |
aix
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
amicommon
|
50cb5707ef
amiga: check if P is nil while processing params. this should never happen, except sometimes in real world it still happens. so lets be defensive about it
|
4 년 전 |
amiga
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
android
|
487721dea8
* cwstring: Added ICU versions for new versions of Android.
|
3 년 전 |
arm
|
d712c64236
* thumb2: Optimize fillchar a bit more with a wider inner loop chunk size
|
4 년 전 |
aros
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
atari
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
avr
|
bc21634b46
* AVR: made avr_des intrinsic more usefull
|
4 년 전 |
beos
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
bsd
|
7baf2461f0
* check paramstr argument for negative values, resolves #39410
|
3 년 전 |
charmaps
|
748428b637
+ support the KOI8-R and KOI8-U Cyrillic encodings
|
8 년 전 |
darwin
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
dragonfly
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
embedded
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
emx
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
freebsd
|
e1a739d15d
FreeBSD CSU fixes
|
3 년 전 |
freertos
|
54f2308d2a
+ draft for esp-idf version specific rtl unit which contains the necessery linklib statements
|
3 년 전 |
gba
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
go32v2
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
haiku
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
i386
|
bff09e8e9e
+ CPU units: check for SHA support
|
3 년 전 |
i8086
|
3362abb30c
* Set softfloat_rounding_mode indise SetRoundMode function for all CPUs.
|
4 년 전 |
inc
|
4568c77f57
* implemented stringofchar unicodestring, bug #39483
|
3 년 전 |
java
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
jvm
|
ff86c80176
* cpu specific header file for the system unit: cpuh.inc, moved several declarations into it
|
7 년 전 |
linux
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
m68k
|
3362abb30c
* Set softfloat_rounding_mode indise SetRoundMode function for all CPUs.
|
4 년 전 |
macos
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
mips
|
3362abb30c
* Set softfloat_rounding_mode indise SetRoundMode function for all CPUs.
|
4 년 전 |
mipsel
|
ff86c80176
* cpu specific header file for the system unit: cpuh.inc, moved several declarations into it
|
7 년 전 |
morphos
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
msdos
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
msxdos
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
nativent
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
nds
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
netbsd
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
netware
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
netwlibc
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
objpas
|
2636966e2a
* adjust ToInteger of the Boolean helpers so that it returns the value of either True or False, but not any other value (e.g. in the *Bool types). This is not only Delphi compatible, but also fixes the compilation problem of the one or other 32-bit platform (like PowerPC) after e65b822a.
|
3 년 전 |
openbsd
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
os2
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
palmos
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
powerpc
|
3362abb30c
* Set softfloat_rounding_mode indise SetRoundMode function for all CPUs.
|
4 년 전 |
powerpc64
|
3362abb30c
* Set softfloat_rounding_mode indise SetRoundMode function for all CPUs.
|
4 년 전 |
qnx
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
riscv
|
90afbc8114
* RiscV: unified cpu initialization and FPU exception handling, resolves #38893
|
4 년 전 |
riscv32
|
90afbc8114
* RiscV: unified cpu initialization and FPU exception handling, resolves #38893
|
4 년 전 |
riscv64
|
90afbc8114
* RiscV: unified cpu initialization and FPU exception handling, resolves #38893
|
4 년 전 |
sinclairql
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
solaris
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
sparc
|
3362abb30c
* Set softfloat_rounding_mode indise SetRoundMode function for all CPUs.
|
4 년 전 |
sparc64
|
3362abb30c
* Set softfloat_rounding_mode indise SetRoundMode function for all CPUs.
|
4 년 전 |
symbian
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
ucmaps
|
748428b637
+ support the KOI8-R and KOI8-U Cyrillic encodings
|
8 년 전 |
unix
|
e97e27b8d5
* Raise exception for fileseek positions that do not fit in longing. Issue #39407
|
3 년 전 |
wasi
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
wasm32
|
a62c7555d7
- removed the DebugWriteXXX functions from the WASI system unit, since console
|
3 년 전 |
watcom
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
wii
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
win
|
0ae0e741cf
win: fix default ShortDateFormat and LongDateFormat
|
4 년 전 |
win16
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
win32
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
win64
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
wince
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
x86_64
|
e1698a5969
* when compiling with the main branch compiler, p2align with 3 parameters can be used now
|
3 년 전 |
xtensa
|
1c13db554c
* patch by Christo Crause: Xtensa [patch] Use syscall 0 to spill registers on ESP32, resolves #39221
|
4 년 전 |
z80
|
ac5093274d
+ add support for port object on Z80 using the new IN/OUT intrinsics
|
5 년 전 |
zxspectrum
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
COPYING.FPC
|
8117e33c2a
+ Made license more clear, upgraded to LGPL 2.1
|
21 년 전 |
COPYING.txt
|
e5a1231931
* updated FSF address (mantis #30198, patch by Paul Gevers)
|
9 년 전 |
Makefile
|
271ba59cf1
All Makefile's regenerated
|
3 년 전 |
Makefile.fpc
|
8f376d1be9
+ added WASI to the main RTL makefile
|
4 년 전 |
README.txt
|
c1f368f8d9
rtl: removed the long obsolete README section mentioning FPC 1.0
|
7 년 전 |
fpmake.inc
|
2578514853
* first dragonfly patch (existing most). Mantis #27091
|
10 년 전 |
fpmake.pp
|
f9672b53a2
- removed old float-to-string and string-to-float conversion code
|
5 년 전 |