.. |
aarch64
|
078595be4c
+ support for software floating point exception handling on AArch64 (-CE)
|
6 years ago |
aix
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
amicommon
|
c26348a3dd
* follow up to r42457: FreeTerminateProcs needs to be called before DoneExceptions just in case an exception is triggered due to a corrupted list
|
6 years ago |
amiga
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
android
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
arm
|
c418d63c16
+ create defines with FPU capabilites
|
6 years ago |
aros
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
atari
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
avr
|
893507a5d6
- Adds a number of optimizations for 64bit integer operations on AVR. Patch from Christo Crause in issue #35691.
|
6 years ago |
beos
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
bsd
|
693e72ade3
* Darwin now uses Mach VM calls for memory allocation instead of mmap/munmap
|
6 years ago |
charmaps
|
748428b637
+ support the KOI8-R and KOI8-U Cyrillic encodings
|
8 years ago |
darwin
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
dragonfly
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
embedded
|
05c4f45596
* Fix exitcode handling for avrsim target. Patch by Christo Crause
|
6 years ago |
emx
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
freebsd
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
gba
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
go32v2
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
haiku
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
i386
|
3e6e72118b
* keep stack aligned to 16 byte boundaries in assembler subroutines calling other subroutines
|
6 years ago |
i8086
|
fe47db32be
+ added asm optimized version of fpc_pwidechar_length for i8086
|
6 years ago |
inc
|
13902c1c7a
* fixed compilation for __ARM_EABI_UNWINDER__ with -dexcdebug
|
6 years ago |
java
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
jvm
|
ff86c80176
* cpu specific header file for the system unit: cpuh.inc, moved several declarations into it
|
7 years ago |
linux
|
719ff5fb4c
* converted _FPC_libc21_haltproc into a pascal subroutine so stack alignment is kept
|
6 years ago |
m68k
|
3a78ff1ee4
m68k: on setjmp/longjmp also save/restore the FPCR register when FPU support is enabled
|
7 years ago |
macos
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
mips
|
ff86c80176
* cpu specific header file for the system unit: cpuh.inc, moved several declarations into it
|
7 years ago |
mipsel
|
ff86c80176
* cpu specific header file for the system unit: cpuh.inc, moved several declarations into it
|
7 years ago |
morphos
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
msdos
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
nativent
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
nds
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
netbsd
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
netware
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
netwlibc
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
objpas
|
8dddf8a525
* patch from Ondrej, TVerticalAlignment & TTopBottom
|
6 years ago |
openbsd
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
os2
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
palmos
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
powerpc
|
008c1436d8
Fix bug report 35937 by simple assembly code change and add test
|
6 years ago |
powerpc64
|
008c1436d8
Fix bug report 35937 by simple assembly code change and add test
|
6 years ago |
qnx
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
riscv32
|
6352328f3a
Update packages with information about RiscV.
|
7 years ago |
riscv64
|
e53cb61b11
Add support for softfloat in RISCV RTL.
|
6 years ago |
solaris
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
sparc
|
ff86c80176
* cpu specific header file for the system unit: cpuh.inc, moved several declarations into it
|
7 years ago |
sparc64
|
ff86c80176
* cpu specific header file for the system unit: cpuh.inc, moved several declarations into it
|
7 years ago |
symbian
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
ucmaps
|
748428b637
+ support the KOI8-R and KOI8-U Cyrillic encodings
|
8 years ago |
unix
|
693e72ade3
* Darwin now uses Mach VM calls for memory allocation instead of mmap/munmap
|
6 years ago |
watcom
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
wii
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
win
|
bcabeb36a1
* another input fix.
|
6 years ago |
win16
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
win32
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
win64
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
wince
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
x86_64
|
62f890efa3
* improved floating point signal handling on x86/linux
|
6 years ago |
COPYING.FPC
|
8117e33c2a
+ Made license more clear, upgraded to LGPL 2.1
|
21 years ago |
COPYING.txt
|
e5a1231931
* updated FSF address (mantis #30198, patch by Paul Gevers)
|
9 years ago |
Makefile
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
Makefile.fpc
|
f4d19402f4
Add missing dirs_wdosx
|
6 years ago |
README.txt
|
c1f368f8d9
rtl: removed the long obsolete README section mentioning FPC 1.0
|
7 years ago |
fpmake.inc
|
2578514853
* first dragonfly patch (existing most). Mantis #27091
|
10 years ago |
fpmake.pp
|
98f00acb06
* trunk to 3.3.1
|
7 years ago |