..
aarch64
* replaced AArch64 setjmp/longjmp code initially taken from NetBSD with
2015-02-25 19:34:42 +00:00
aix
* regenerated makefiles with latest fpcmake
2016-06-18 01:00:45 +00:00
amicommon
Amicommon: use THandle/BPTR instead of LongInt (needed for 64 bit)
2016-12-01 17:55:58 +00:00
amiga
* regenerated makefiles with latest fpcmake
2016-06-18 01:00:45 +00:00
android
* Undid last commit
2016-09-10 12:12:39 +00:00
arm
+ cpu unit for arm (linux only so far)
2016-03-06 13:33:20 +00:00
aros
AROS: Startupcode for x86_64 with stack extent feature
2016-12-03 19:29:00 +00:00
atari
atari: added the initialization of threading subsystem to system init
2016-10-09 13:24:41 +00:00
avr
+ set/longjmp implementation for avr
2016-11-26 18:33:15 +00:00
beos
* regenerated makefiles with latest fpcmake
2016-06-18 01:00:45 +00:00
bsd
- removed "Set8087CW(Default8087CW)" call from SysEntry:
2016-06-15 18:32:07 +00:00
charmaps
* moving 4 cp9* units. These are 16-bit and big.
2014-03-29 19:43:13 +00:00
darwin
- removed duplicate (differing) rule for ctypes unit
2016-11-27 16:16:04 +00:00
dragonfly
* regenerated makefiles with latest fpcmake
2016-06-18 01:00:45 +00:00
embedded
* enable more feature on avr, as long as no pascal level file I/O is used, this does not hurt
2016-11-26 19:44:55 +00:00
emx
* fix for bug #24504 (extended version of patch by Bart Broersma)
2016-11-08 22:16:49 +00:00
freebsd
* fix uuchar rule for file to compile outside default directory.
2016-11-11 14:43:37 +00:00
gba
* regenerated makefiles with latest fpcmake
2016-06-18 01:00:45 +00:00
go32v2
* fix remaining search handle leaks in Dos.FSearch - fix for bug #30896
2016-11-17 22:05:17 +00:00
haiku
- remove sysheap.inc override from the Haiku port. mmap is now fully supported under Haiku for a long time. sbrk is also under work and the current implementation limit the available memory.
2016-07-24 18:47:33 +00:00
i386
merged i386 int64 mod helper fix by Max Nazhalov (Mantis 30240)
2016-07-03 21:20:07 +00:00
i8086
+ implemented proper stack checking for the i8086
2016-05-24 23:57:47 +00:00
inc
* fix avr compilation after r34975 by more tests against feature defines, resolves #31036
2016-11-29 20:37:58 +00:00
java
* initialise for-loop variables before the loop
2016-11-09 19:51:39 +00:00
jvm
* initialise for-loop variables before the loop
2016-11-09 19:51:39 +00:00
linux
* updated FSF address (mantis #30198 , patch by Paul Gevers)
2016-10-02 12:56:59 +00:00
m68k
m68k: made setjmp and longjmp code work when register calling convention is the default
2016-11-06 19:10:47 +00:00
macos
* regenerated makefiles with latest fpcmake
2016-06-18 01:00:45 +00:00
mips
+ MIPS: Assembler implementation of FillChar
2014-09-15 19:41:34 +00:00
mipsel
- Removed mathuh.inc files which are identical for all targets (except m68k, see below), their contents moved into math.pp.
2014-03-18 20:01:15 +00:00
morphos
morphos: new pascal-written internal startup code. also refactored the rtl build process for morphos
2016-12-04 00:15:41 +00:00
msdos
* fix remaining search handle leaks in Dos.FSearch - fix for bug #30896
2016-11-17 22:05:17 +00:00
nativent
* regenerated makefiles with latest fpcmake
2016-06-18 01:00:45 +00:00
nds
* regenerated makefiles with latest fpcmake
2016-06-18 01:00:45 +00:00
netbsd
* fix uuchar rule for file to compile outside default directory, also for NetBSD. OpenBSD was already ok
2016-11-11 14:51:20 +00:00
netware
* fix remaining search handle leaks in Dos.FSearch - fix for bug #30896
2016-11-17 22:05:17 +00:00
netwlibc
* fix remaining search handle leaks in Dos.FSearch - fix for bug #30896
2016-11-17 22:05:17 +00:00
objpas
* change IIDStr from a field to a property as otherwise the compiler would access the wrong field offset as it assumes RawUnitName to be a 255-byte ShortString
2016-12-01 12:59:20 +00:00
openbsd
* patch to increase ino and time_t to 64-bit, mantis #30314
2016-07-09 19:57:22 +00:00
os2
* fix remaining search handle leaks in Dos.FSearch - fix for bug #30896
2016-11-17 22:05:17 +00:00
palmos
* regenerated makefiles with latest fpcmake
2016-06-18 01:00:45 +00:00
powerpc
powerpc: MorphOS recently started supporting the G5s, and it runs the G5s in non-G4-compatible mode much like Linux, therefore the DCBZ code seems to fail on them. So disable DCBZ usage for MorphOS as well.
2015-06-20 22:51:53 +00:00
powerpc64
* disable out big endian-specific helpers for ppc64le
2015-03-14 18:36:23 +00:00
qnx
* regenerated makefiles with latest fpcmake
2016-06-18 01:00:45 +00:00
solaris
* regenerated makefiles with latest fpcmake
2016-06-18 01:00:45 +00:00
sparc
* updated FSF address (mantis #30198 , patch by Paul Gevers)
2016-10-02 12:56:59 +00:00
symbian
* regenerated makefiles with latest fpcmake
2016-06-18 01:00:45 +00:00
ucmaps
* added binary mappings for inofficial codepage 895 (Kamenicky brothers) - referenced e.g. in fcl-db/dbase
2015-02-07 11:30:39 +00:00
unix
* android: Try to get the package files directory for any shared library. If it is valid use it as a home dir.
2016-11-20 10:53:23 +00:00
watcom
* fix remaining search handle leaks in Dos.FSearch - fix for bug #30896
2016-11-17 22:05:17 +00:00
wii
* regenerated makefiles with latest fpcmake
2016-06-18 01:00:45 +00:00
win
* patch by Dmitry Boyarintsev (bug #31023 ) implementing SysSetCtrlBreakHandler for Win32 and Win64
2016-12-03 23:35:20 +00:00
win16
* fix remaining search handle leaks in Dos.FSearch - fix for bug #30896
2016-11-17 22:05:17 +00:00
win32
* patch by Dmitry Boyarintsev (bug #31023 ) implementing SysSetCtrlBreakHandler for Win32 and Win64
2016-12-03 23:35:20 +00:00
win64
* patch by Dmitry Boyarintsev (bug #31023 ) implementing SysSetCtrlBreakHandler for Win32 and Win64
2016-12-03 23:35:20 +00:00
wince
* fix remaining search handle leaks in Dos.FSearch - fix for bug #30896
2016-11-17 22:05:17 +00:00
x86_64
* Fixed assembler blocks to comply with x86_64 ABIs, which normally do not allow to change stack pointer at arbitrary locations. Register RBX is now saved/restored by compiler in function prologue, due to its presence in list of modified registers.
2016-11-17 10:58:10 +00:00
COPYING.FPC
COPYING.txt
* updated FSF address (mantis #30198 , patch by Paul Gevers)
2016-10-02 12:56:59 +00:00
fpmake.inc
* first dragonfly patch (existing most). Mantis #27091
2014-12-07 20:27:02 +00:00
fpmake.pp
* version updated to 3.1.1
2015-01-04 21:09:04 +00:00
Makefile
arm-aros: enabled basic AROS on ARM build
2016-11-06 14:40:02 +00:00
Makefile.fpc
* regenerated makefiles after adding the win16 target
2015-09-05 11:02:54 +00:00
README.txt