..
aarch64
o AArch64:
2019-10-11 21:55:48 +00:00
aix
+ Add math unit dependency to types$(PPUEXT) rule.
2019-09-19 20:49:12 +00:00
amicommon
* follow up to r42457: FreeTerminateProcs needs to be called before DoneExceptions just in case an exception is triggered due to a corrupted list
2019-07-20 08:41:59 +00:00
amiga
Update all trunk/fpcsrc Makefile's after commit 42749
2019-08-20 15:58:10 +00:00
android
+ Add math unit dependency to types$(PPUEXT) rule.
2019-09-19 20:49:12 +00:00
arm
* improved software floating point exception handling in the rtl
2019-10-10 20:31:31 +00:00
aros
Update all trunk/fpcsrc Makefile's after commit 42749
2019-08-20 15:58:10 +00:00
atari
Define FPC_IS_SYSTEM at start of all system.pp source
2019-10-15 15:04:32 +00:00
avr
- Adds a number of optimizations for 64bit integer operations on AVR. Patch from Christo Crause in issue #35691 .
2019-07-25 15:36:24 +00:00
beos
+ Add math unit dependency to types$(PPUEXT) rule.
2019-09-19 20:49:12 +00:00
bsd
* Darwin now uses Mach VM calls for memory allocation instead of mmap/munmap
2019-08-18 15:55:07 +00:00
charmaps
+ support the KOI8-R and KOI8-U Cyrillic encodings
2017-06-07 13:51:53 +00:00
darwin
Update all trunk/fpcsrc Makefile's after commit 42749
2019-08-20 15:58:10 +00:00
dragonfly
+ Add math unit dependency to types$(PPUEXT) rule.
2019-09-19 20:49:12 +00:00
embedded
+ Add math unit dependency to types$(PPUEXT) rule.
2019-09-19 20:49:12 +00:00
emx
+ Add math unit dependency to types$(PPUEXT) rule.
2019-09-19 20:49:12 +00:00
freebsd
+ Add math unit dependency to types$(PPUEXT) rule.
2019-09-19 20:49:12 +00:00
gba
+ Add math unit dependency to types$(PPUEXT) rule.
2019-09-19 20:49:12 +00:00
go32v2
Define FPC_IS_SYSTEM at start of all system.pp source
2019-10-15 15:04:32 +00:00
haiku
+ Add math unit dependency to types$(PPUEXT) rule.
2019-09-19 20:49:12 +00:00
i386
* keep stack aligned to 16 byte boundaries in assembler subroutines calling other subroutines
2019-09-15 17:17:31 +00:00
i8086
+ added asm optimized version of fpc_pwidechar_length for i8086
2019-02-14 16:14:02 +00:00
inc
* GetModuleByAddr: Prevent returning a name of the current executable for invalid addresses such as pointer(-1) on Windows.
2019-11-02 14:54:25 +00:00
java
+ Add math unit dependency to types$(PPUEXT) rule.
2019-09-19 20:49:12 +00:00
jvm
* cpu specific header file for the system unit: cpuh.inc, moved several declarations into it
2017-11-01 16:33:30 +00:00
linux
* update dependencies of sysutils
2019-10-27 12:45:20 +00:00
m68k
m68k: on setjmp/longjmp also save/restore the FPCR register when FPU support is enabled
2018-03-13 23:44:54 +00:00
macos
Define FPC_IS_SYSTEM at start of all system.pp source
2019-10-15 15:04:32 +00:00
mips
* cpu specific header file for the system unit: cpuh.inc, moved several declarations into it
2017-11-01 16:33:30 +00:00
mipsel
* cpu specific header file for the system unit: cpuh.inc, moved several declarations into it
2017-11-01 16:33:30 +00:00
morphos
Update all trunk/fpcsrc Makefile's after commit 42749
2019-08-20 15:58:10 +00:00
msdos
Define FPC_IS_SYSTEM at start of all system.pp source
2019-10-15 15:04:32 +00:00
nativent
Define FPC_IS_SYSTEM at start of all system.pp source
2019-10-15 15:04:32 +00:00
nds
+ Add math unit dependency to types$(PPUEXT) rule.
2019-09-19 20:49:12 +00:00
netbsd
+ Add math unit dependency to types$(PPUEXT) rule.
2019-09-19 20:49:12 +00:00
netware
Define FPC_IS_SYSTEM at start of all system.pp source
2019-10-15 15:04:32 +00:00
netwlibc
Define FPC_IS_SYSTEM at start of all system.pp source
2019-10-15 15:04:32 +00:00
objpas
* reverted r43366
2019-11-03 14:42:02 +00:00
openbsd
+ Add math unit dependency to types$(PPUEXT) rule.
2019-09-19 20:49:12 +00:00
os2
+ Add math unit dependency to types$(PPUEXT) rule.
2019-09-19 20:49:12 +00:00
palmos
Define FPC_IS_SYSTEM at start of all system.pp source
2019-10-15 15:04:32 +00:00
powerpc
Fix bug report 35937 by simple assembly code change and add test
2019-08-08 14:10:21 +00:00
powerpc64
Fix bug report 35937 by simple assembly code change and add test
2019-08-08 14:10:21 +00:00
qnx
Define FPC_IS_SYSTEM at start of all system.pp source
2019-10-15 15:04:32 +00:00
riscv32
Update packages with information about RiscV.
2018-07-20 10:40:28 +00:00
riscv64
Add support for softfloat in RISCV RTL.
2019-07-07 11:24:44 +00:00
solaris
* makefile fixes by Alfred, mantis #36237
2019-10-31 12:11:45 +00:00
sparc
* cpu specific header file for the system unit: cpuh.inc, moved several declarations into it
2017-11-01 16:33:30 +00:00
sparc64
* cpu specific header file for the system unit: cpuh.inc, moved several declarations into it
2017-11-01 16:33:30 +00:00
symbian
Define FPC_IS_SYSTEM at start of all system.pp source
2019-10-15 15:04:32 +00:00
ucmaps
+ support the KOI8-R and KOI8-U Cyrillic encodings
2017-06-07 13:51:53 +00:00
unix
* fix for mantis #36229 , off by one in bounds check. Only affects invalid input though.
2019-10-29 13:44:24 +00:00
watcom
Define FPC_IS_SYSTEM at start of all system.pp source
2019-10-15 15:04:32 +00:00
wii
+ Add math unit dependency to types$(PPUEXT) rule.
2019-09-19 20:49:12 +00:00
win
* Delphi raises a EDirectoryNotFoundException if the link's target does not exist, so do the same
2019-10-03 12:07:20 +00:00
win16
Define FPC_IS_SYSTEM at start of all system.pp source
2019-10-15 15:04:32 +00:00
win32
Define FPC_IS_SYSTEM at start of all system.pp source
2019-10-15 15:04:32 +00:00
win64
Define FPC_IS_SYSTEM at start of all system.pp source
2019-10-15 15:04:32 +00:00
wince
Fix compilation for wince target after restriction of enum value to longint range
2019-10-15 08:03:39 +00:00
x86_64
* improved floating point signal handling on x86/linux
2019-02-24 20:03:02 +00:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
* trunk to 3.3.1
2018-08-18 15:47:44 +00:00
Makefile
Update all trunk/fpcsrc Makefile's after commit 42749
2019-08-20 15:58:10 +00:00
Makefile.fpc
Add missing dirs_wdosx
2018-10-24 21:11:45 +00:00
README.txt
rtl: removed the long obsolete README section mentioning FPC 1.0
2018-02-12 10:58:54 +00:00