| .. |
|
aix
|
4fa69488bc
* fixed compilation of AIX rtl with -Cr
|
11 years ago |
|
amiga
|
fbc7b3d89a
fixed some recently added external vs. public mixup, so Amiga binaries even link again
|
11 years ago |
|
android
|
3d34a8a3b0
Makefiles updated with fpcmake rev 27428
|
11 years ago |
|
arm
|
1a4d6d79c5
new division helpers for ARM by Nico Erfurth. on our ARMv5 core hardware they're 22%-36% faster than the generic ones for the most common case.
|
11 years ago |
|
atari
|
c465d3d64a
* moving 4 cp9* units. These are 16-bit and big.
|
11 years ago |
|
avr
|
98606eea15
Fixed some bugs in the AVR RTL code.
|
12 years ago |
|
beos
|
3d34a8a3b0
Makefiles updated with fpcmake rev 27428
|
11 years ago |
|
bsd
|
bcd13a856d
* Some convenience permission constants, patch by Graeme #26373
|
11 years ago |
|
charmaps
|
c465d3d64a
* moving 4 cp9* units. These are 16-bit and big.
|
11 years ago |
|
darwin
|
75c6d67bc7
* Extention -> extension (By Reinier, bug ID #25979)
|
11 years ago |
|
embedded
|
0dc39b5d63
Applied patch from Michael Ring that adds some startup code for some new stm32f0 and stm32f1 controllers, and fixes naming on some LPC ARMv6m controllers.
|
11 years ago |
|
emx
|
3d34a8a3b0
Makefiles updated with fpcmake rev 27428
|
11 years ago |
|
freebsd
|
a1c9a98e68
* Extention -> extension (By Reinier, bug ID #25979)
|
11 years ago |
|
gba
|
3d34a8a3b0
Makefiles updated with fpcmake rev 27428
|
11 years ago |
|
go32v2
|
cedf009d3c
* fix for SIGSEGV in Exec without command line parameters revealed in discussion for #26160
|
11 years ago |
|
haiku
|
9c5e150965
* patch from #26485, haiku builds character units (and dependencies)
|
11 years ago |
|
i386
|
88b58c3580
i386: added signed 64bit div/mod helpers in assembly. we have some 64bit heavy code where a direct helper results in about 8-10% of performance advantage compared to going through the generic wrapper + the unsigned function
|
11 years ago |
|
i8086
|
16c5849fc6
+ added HexStr() overload for huge pointers
|
11 years ago |
|
inc
|
5edbd1cd03
* fixed i8086 ifdef (should be ifdef cpui8086, not i8086, because that's the
|
11 years ago |
|
java
|
5bc6a2e934
* synchronised JVM versions of generic include files with current generic
|
11 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
|
ad2963783e
* m68k-linux startup code:
|
11 years ago |
|
m68k
|
6bcaa88c3a
* m68k: "or" without suffix is not accepted, must be "or.l"
|
11 years ago |
|
macos
|
3d34a8a3b0
Makefiles updated with fpcmake rev 27428
|
11 years ago |
|
mips
|
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 |
|
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
|
3d34a8a3b0
Makefiles updated with fpcmake rev 27428
|
11 years ago |
|
msdos
|
ace28a3552
* InitNearHeap procedure renamed InitDosHeap and added support for a huge heap.
|
11 years ago |
|
nativent
|
efa80632ed
Remove varutils, variants and dateutils units which are now in rtl-objpas package
|
11 years ago |
|
nds
|
a52e51d0b7
* Updated libndsfpc and nds linkerscript to Ver. 1.5.8
|
11 years ago |
|
netbsd
|
f188dec303
Add missing unixtype unit dependencies
|
11 years ago |
|
netware
|
3d34a8a3b0
Makefiles updated with fpcmake rev 27428
|
11 years ago |
|
netwlibc
|
36e61086de
- removed file coming from Novell NDK, whose licensing agreement forbids
|
11 years ago |
|
objpas
|
3a7cde492e
* finance functions by wp, mantis #26459
|
11 years ago |
|
openbsd
|
7f8995186c
- Remove openbsd/classes.pp and use generic unix/classes.pp instead. These files are identical, excluding whitespace and comments.
|
11 years ago |
|
os2
|
3d34a8a3b0
Makefiles updated with fpcmake rev 27428
|
11 years ago |
|
palmos
|
3d34a8a3b0
Makefiles updated with fpcmake rev 27428
|
11 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
|
67df7aebcf
* minor updates
|
11 years ago |
|
solaris
|
3d34a8a3b0
Makefiles updated with fpcmake rev 27428
|
11 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
|
3d34a8a3b0
Makefiles updated with fpcmake rev 27428
|
11 years ago |
|
ucmaps
|
729730454b
+ source file for cp852 (IBM Latin-2 / central Europe) added
|
12 years ago |
|
unix
|
bee20f79f0
* save original widestring manager on entry and restore it on exit, so that
|
11 years ago |
|
watcom
|
cedf009d3c
* fix for SIGSEGV in Exec without command line parameters revealed in discussion for #26160
|
11 years ago |
|
wii
|
3d34a8a3b0
Makefiles updated with fpcmake rev 27428
|
11 years ago |
|
win
|
a4a11cb149
* startupinfo was declared with lpTstr. splitted in the usual A/W/- variants
|
11 years ago |
|
win32
|
3d34a8a3b0
Makefiles updated with fpcmake rev 27428
|
11 years ago |
|
win64
|
3d34a8a3b0
Makefiles updated with fpcmake rev 27428
|
11 years ago |
|
wince
|
cb470da8d9
* alias some types to system.
|
11 years ago |
|
x86_64
|
b16c6f8ced
* i386 and x86_64 changes for Delphi compatibility:
|
11 years ago |
|
COPYING.FPC
|
8117e33c2a
+ Made license more clear, upgraded to LGPL 2.1
|
21 years ago |
|
COPYING.txt
|
81597bf171
* updated address of FSF (mantis #24646, patch by Alexey Svistunov)
|
12 years ago |
|
Makefile
|
3d34a8a3b0
Makefiles updated with fpcmake rev 27428
|
11 years ago |
|
Makefile.fpc
|
2001609d9f
* mipsel-android: rtl build.
|
12 years ago |
|
README.txt
|
4bf254bc32
* added .txt extensions to all README, TODO and COPYING files
|
17 years ago |
|
fpmake.inc
|
0255eb880e
- Removed mathuh.inc files which are identical for all targets (except m68k, see below), their contents moved into math.pp.
|
11 years ago |
|
fpmake.pp
|
a8bc2085e8
- Delete strpas.inc files, no longer used, their contents has been merged into corresponding $(CPU).inc.
|
11 years ago |