.. |
aarch64
|
2cacb588aa
* replaced AArch64 setjmp/longjmp code initially taken from NetBSD with
|
10 years ago |
aix
|
fa328436ab
* regenerated for iphonesim/x86-64
|
10 years ago |
amicommon
|
141878978e
AmiCommon: Missing UnLockDosList, DiskFree Bugfix
|
10 years ago |
amiga
|
3d01d4ceb1
* regenerated with Darwin/AArch64 support
|
10 years ago |
android
|
fa328436ab
* regenerated for iphonesim/x86-64
|
10 years ago |
arm
|
914e9e7b49
Merged from trunk
|
10 years ago |
aros
|
fa328436ab
* regenerated for iphonesim/x86-64
|
10 years ago |
atari
|
db7a9950d1
* unit name changed to System (starting with uppercase 'S') for improved compatibility to Delphi - see test tobject5.pp
|
10 years ago |
avr
|
98606eea15
Fixed some bugs in the AVR RTL code.
|
11 years ago |
beos
|
fa328436ab
* regenerated for iphonesim/x86-64
|
10 years ago |
bsd
|
5a8959381c
+ Darwin/AArch64 support
|
10 years ago |
charmaps
|
c465d3d64a
* moving 4 cp9* units. These are 16-bit and big.
|
11 years ago |
darwin
|
fa328436ab
* regenerated for iphonesim/x86-64
|
10 years ago |
dragonfly
|
fa328436ab
* regenerated for iphonesim/x86-64
|
10 years ago |
embedded
|
d12b913e70
Add initial support in ARM-embedded for Allwinner A20.
|
10 years ago |
emx
|
fa328436ab
* regenerated for iphonesim/x86-64
|
10 years ago |
freebsd
|
fa328436ab
* regenerated for iphonesim/x86-64
|
10 years ago |
gba
|
177b007eba
* Fixed gba rtl: it generated corrupted executables
|
10 years ago |
go32v2
|
db7a9950d1
* unit name changed to System (starting with uppercase 'S') for improved compatibility to Delphi - see test tobject5.pp
|
10 years ago |
haiku
|
fa328436ab
* regenerated for iphonesim/x86-64
|
10 years ago |
i386
|
d39bfec4d2
+ added missing i386 system unit includes fastmove.inc and int64p.inc to makefile.cpu
|
10 years ago |
i8086
|
3497359a9f
+ added missing i8086 system unit includes hugeptr.inc, int32p.inc and
|
10 years ago |
inc
|
dcfd734bbf
Fix cycling with -dFPC_USE_LIBC on Linux systems to allow usage of FPC Linux programs on OSv.
|
10 years ago |
java
|
ff020a3be4
+ "Utf8CodePointLen(pansichar,MaxLookAhead,IncludeCombiningDiacriticalMarks):
|
10 years ago |
jvm
|
94a045aa3d
* Moved declarations of TFPURoundingMode,TFPUExceptionMask and TFPUPrecisionMode to System unit. Declarations in Math unit changed to aliases.
|
11 years ago |
linux
|
6bd2ab0ab7
* fixed parallel build for i386-linux and x86_64-linux
|
10 years ago |
m68k
|
7758ad9313
m68k: clear the FPU Control Register at program start. This fixes some testcode randomly failing on AmigaOS, where the FPCR state is inherited from the parent task. Also added the FPCR layout and rounding modes info, based on the Motorola 68k PRMm68k.inc
|
10 years ago |
macos
|
fa328436ab
* regenerated for iphonesim/x86-64
|
10 years ago |
mips
|
b588b3143a
+ MIPS: Assembler implementation of FillChar
|
11 years ago |
mipsel
|
0255eb880e
- Removed mathuh.inc files which are identical for all targets (except m68k, see below), their contents moved into math.pp.
|
11 years ago |
morphos
|
fa328436ab
* regenerated for iphonesim/x86-64
|
10 years ago |
msdos
|
930327eabf
* fixed a race condition during parallel build, when nasm tries to create the
|
10 years ago |
nativent
|
fa328436ab
* regenerated for iphonesim/x86-64
|
10 years ago |
nds
|
8dd9b46d60
* Patch by Karl-Michael Schindler (mantis 0026847): gba and nds targets are now buildable without external dependencies
|
10 years ago |
netbsd
|
c45d3a2d96
Correct pthread related types
|
10 years ago |
netware
|
db7a9950d1
* unit name changed to System (starting with uppercase 'S') for improved compatibility to Delphi - see test tobject5.pp
|
10 years ago |
netwlibc
|
db7a9950d1
* unit name changed to System (starting with uppercase 'S') for improved compatibility to Delphi - see test tobject5.pp
|
10 years ago |
objpas
|
af9798c761
* MOve update of threadqueuetail to critical section
|
10 years ago |
openbsd
|
fa328436ab
* regenerated for iphonesim/x86-64
|
10 years ago |
os2
|
db7a9950d1
* unit name changed to System (starting with uppercase 'S') for improved compatibility to Delphi - see test tobject5.pp
|
10 years ago |
palmos
|
db7a9950d1
* unit name changed to System (starting with uppercase 'S') for improved compatibility to Delphi - see test tobject5.pp
|
10 years ago |
powerpc
|
a8bc2085e8
- Delete strpas.inc files, no longer used, their contents has been merged into corresponding $(CPU).inc.
|
11 years ago |
powerpc64
|
a8bc2085e8
- Delete strpas.inc files, no longer used, their contents has been merged into corresponding $(CPU).inc.
|
11 years ago |
qnx
|
fa328436ab
* regenerated for iphonesim/x86-64
|
10 years ago |
solaris
|
fa328436ab
* regenerated for iphonesim/x86-64
|
10 years ago |
sparc
|
217ab9879c
* Enabled internal handling of Abs(longint) for all targets. It has been implemented in cross-platform way ages ago (see tcginlinenode.second_abs_long), but not enabled on MIPS,SPARC and m68k.
|
11 years ago |
symbian
|
fa328436ab
* regenerated for iphonesim/x86-64
|
10 years ago |
ucmaps
|
fd6d7d680d
* added binary mappings for inofficial codepage 895 (Kamenicky brothers) - referenced e.g. in fcl-db/dbase
|
10 years ago |
unix
|
6defd861b0
* fixed uninitialized function result in r30048 (mantis #27586)
|
10 years ago |
watcom
|
db7a9950d1
* unit name changed to System (starting with uppercase 'S') for improved compatibility to Delphi - see test tobject5.pp
|
10 years ago |
wii
|
0e93481dbf
* Wii rtl: reverted wrong commit
|
10 years ago |
win
|
dff7cb3c3c
* added missing error constant
|
10 years ago |
win32
|
fa328436ab
* regenerated for iphonesim/x86-64
|
10 years ago |
win64
|
fa328436ab
* regenerated for iphonesim/x86-64
|
10 years ago |
wince
|
fa328436ab
* regenerated for iphonesim/x86-64
|
10 years ago |
x86_64
|
7c884bd2ee
+ added all x86_64 specific system unit includes to rtl/x86_64/makefile.cpu
|
10 years ago |
COPYING.FPC
|
8117e33c2a
+ Made license more clear, upgraded to LGPL 2.1
|
20 years ago |
COPYING.txt
|
81597bf171
* updated address of FSF (mantis #24646, patch by Alexey Svistunov)
|
12 years ago |
Makefile
|
fa328436ab
* regenerated for iphonesim/x86-64
|
10 years ago |
Makefile.fpc
|
f0c5074e34
+ recurse into atari sub-directory
|
10 years ago |
README.txt
|
4bf254bc32
* added .txt extensions to all README, TODO and COPYING files
|
16 years ago |
fpmake.inc
|
2578514853
* first dragonfly patch (existing most). Mantis #27091
|
10 years ago |
fpmake.pp
|
d407b668d1
* version updated to 3.1.1
|
10 years ago |