.. |
aarch64
|
2cacb588aa
* replaced AArch64 setjmp/longjmp code initially taken from NetBSD with
|
преди 10 години |
aix
|
fa328436ab
* regenerated for iphonesim/x86-64
|
преди 10 години |
amicommon
|
48b38994c8
amicommon: the use OS-defined TICKS_PER_SECOND const instead of redefining it using another name
|
преди 10 години |
amiga
|
bbecfeed9e
Amiga: manually semaphore-protect the heap Pool, because classic Amiga has no MEMF_SEM_PROTECTED
|
преди 10 години |
android
|
fa328436ab
* regenerated for iphonesim/x86-64
|
преди 10 години |
arm
|
3ef4033e7d
Test the proper CPUARM capability when chosing between blx and bl.
|
преди 10 години |
aros
|
fa328436ab
* regenerated for iphonesim/x86-64
|
преди 10 години |
atari
|
db7a9950d1
* unit name changed to System (starting with uppercase 'S') for improved compatibility to Delphi - see test tobject5.pp
|
преди 10 години |
avr
|
0470cd2cb1
+ CPU dependend string routine include files for AVR
|
преди 10 години |
beos
|
fa328436ab
* regenerated for iphonesim/x86-64
|
преди 10 години |
bsd
|
5a8959381c
+ Darwin/AArch64 support
|
преди 10 години |
charmaps
|
c465d3d64a
* moving 4 cp9* units. These are 16-bit and big.
|
преди 11 години |
darwin
|
fa328436ab
* regenerated for iphonesim/x86-64
|
преди 10 години |
dragonfly
|
fa328436ab
* regenerated for iphonesim/x86-64
|
преди 10 години |
embedded
|
a01a010824
* disable lineinfo unit for avr for now
|
преди 10 години |
emx
|
fa328436ab
* regenerated for iphonesim/x86-64
|
преди 10 години |
freebsd
|
fa328436ab
* regenerated for iphonesim/x86-64
|
преди 10 години |
gba
|
177b007eba
* Fixed gba rtl: it generated corrupted executables
|
преди 10 години |
go32v2
|
db7a9950d1
* unit name changed to System (starting with uppercase 'S') for improved compatibility to Delphi - see test tobject5.pp
|
преди 10 години |
haiku
|
fa328436ab
* regenerated for iphonesim/x86-64
|
преди 10 години |
i386
|
d39bfec4d2
+ added missing i386 system unit includes fastmove.inc and int64p.inc to makefile.cpu
|
преди 10 години |
i8086
|
3497359a9f
+ added missing i8086 system unit includes hugeptr.inc, int32p.inc and
|
преди 10 години |
inc
|
28dc9fe68b
* fixed definition of the ALUSInt type on 16-bit CPUs
|
преди 10 години |
java
|
67b8aceaee
* synchronized with privatetrunk till r30095
|
преди 10 години |
jvm
|
94a045aa3d
* Moved declarations of TFPURoundingMode,TFPUExceptionMask and TFPUPrecisionMode to System unit. Declarations in Math unit changed to aliases.
|
преди 11 години |
linux
|
492101df76
* fixed a race condition during parallel build on linux, when the loaders are
|
преди 10 години |
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 години |
macos
|
fa328436ab
* regenerated for iphonesim/x86-64
|
преди 10 години |
mips
|
b588b3143a
+ MIPS: Assembler implementation of FillChar
|
преди 11 години |
mipsel
|
0255eb880e
- Removed mathuh.inc files which are identical for all targets (except m68k, see below), their contents moved into math.pp.
|
преди 11 години |
morphos
|
0bccf5f09f
morphos: use MEMF_SEM_PROTECTED flag for semaphore protect our memory pool. this is required for the future threading (concurrent accesses to the same pool from separate threads).
|
преди 10 години |
msdos
|
930327eabf
* fixed a race condition during parallel build, when nasm tries to create the
|
преди 10 години |
nativent
|
fa328436ab
* regenerated for iphonesim/x86-64
|
преди 10 години |
nds
|
8dd9b46d60
* Patch by Karl-Michael Schindler (mantis 0026847): gba and nds targets are now buildable without external dependencies
|
преди 10 години |
netbsd
|
c45d3a2d96
Correct pthread related types
|
преди 10 години |
netware
|
db7a9950d1
* unit name changed to System (starting with uppercase 'S') for improved compatibility to Delphi - see test tobject5.pp
|
преди 10 години |
netwlibc
|
db7a9950d1
* unit name changed to System (starting with uppercase 'S') for improved compatibility to Delphi - see test tobject5.pp
|
преди 10 години |
objpas
|
9ae76c3246
* Fix bug ID #27751 (Fill SystemTime.DayOfWeek)
|
преди 10 години |
openbsd
|
97b4a68e98
* Use C default packing for TStatFS type (fixes errors for x86_64 CPU)
|
преди 10 години |
os2
|
db7a9950d1
* unit name changed to System (starting with uppercase 'S') for improved compatibility to Delphi - see test tobject5.pp
|
преди 10 години |
palmos
|
db7a9950d1
* unit name changed to System (starting with uppercase 'S') for improved compatibility to Delphi - see test tobject5.pp
|
преди 10 години |
powerpc
|
a8bc2085e8
- Delete strpas.inc files, no longer used, their contents has been merged into corresponding $(CPU).inc.
|
преди 11 години |
powerpc64
|
c69265a61c
* disable out big endian-specific helpers for ppc64le
|
преди 10 години |
qnx
|
fa328436ab
* regenerated for iphonesim/x86-64
|
преди 10 години |
solaris
|
fa328436ab
* regenerated for iphonesim/x86-64
|
преди 10 години |
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 години |
symbian
|
fa328436ab
* regenerated for iphonesim/x86-64
|
преди 10 години |
ucmaps
|
fd6d7d680d
* added binary mappings for inofficial codepage 895 (Kamenicky brothers) - referenced e.g. in fcl-db/dbase
|
преди 10 години |
unix
|
9bf410e6a0
* Fix bug ID #27617, heap messed up due to not resetting pointer
|
преди 10 години |
watcom
|
db7a9950d1
* unit name changed to System (starting with uppercase 'S') for improved compatibility to Delphi - see test tobject5.pp
|
преди 10 години |
wii
|
0e93481dbf
* Wii rtl: reverted wrong commit
|
преди 10 години |
win
|
076e43f799
* try to beautify image_delayload_descriptor a bit. But a 1:1 structure
|
преди 10 години |
win32
|
fa328436ab
* regenerated for iphonesim/x86-64
|
преди 10 години |
win64
|
fa328436ab
* regenerated for iphonesim/x86-64
|
преди 10 години |
wince
|
fa328436ab
* regenerated for iphonesim/x86-64
|
преди 10 години |
x86_64
|
7c884bd2ee
+ added all x86_64 specific system unit includes to rtl/x86_64/makefile.cpu
|
преди 10 години |
COPYING.FPC
|
8117e33c2a
+ Made license more clear, upgraded to LGPL 2.1
|
преди 21 години |
COPYING.txt
|
81597bf171
* updated address of FSF (mantis #24646, patch by Alexey Svistunov)
|
преди 12 години |
Makefile
|
fa328436ab
* regenerated for iphonesim/x86-64
|
преди 10 години |
Makefile.fpc
|
f0c5074e34
+ recurse into atari sub-directory
|
преди 10 години |
README.txt
|
4bf254bc32
* added .txt extensions to all README, TODO and COPYING files
|
преди 16 години |
fpmake.inc
|
2578514853
* first dragonfly patch (existing most). Mantis #27091
|
преди 11 години |
fpmake.pp
|
d407b668d1
* version updated to 3.1.1
|
преди 10 години |