| .. |
|
aix
|
1bea98995b
* regenerated fpcmake makefiles after r25642
|
12 years ago |
|
amiga
|
1bea98995b
* regenerated fpcmake makefiles after r25642
|
12 years ago |
|
android
|
1bea98995b
* regenerated fpcmake makefiles after r25642
|
12 years ago |
|
arm
|
c108a24cc8
reverted r25622 which was an accidental commit of some highly experimental debug code (sorry)
|
12 years ago |
|
atari
|
304d7ef7a1
* restores atari support/rtl partially
|
12 years ago |
|
avr
|
8469741700
+ Added additional addr pointer parameter to
|
13 years ago |
|
beos
|
1bea98995b
* regenerated fpcmake makefiles after r25642
|
12 years ago |
|
bsd
|
8a0dccf590
NetBSD getcwd system call also returns string length
|
12 years ago |
|
charmaps
|
b73252bd3d
+ enabled compilation of the code page units for i8086-msdos
|
12 years ago |
|
darwin
|
2b1a077b98
+ added now that the iOS SDK files aren't under NDA anymore
|
12 years ago |
|
embedded
|
1bea98995b
* regenerated fpcmake makefiles after r25642
|
12 years ago |
|
emx
|
1bea98995b
* regenerated fpcmake makefiles after r25642
|
12 years ago |
|
freebsd
|
5ee544c580
Add buildcollations and unicode* units
|
12 years ago |
|
gba
|
1bea98995b
* regenerated fpcmake makefiles after r25642
|
12 years ago |
|
go32v2
|
f6f183f866
Put both _environ and __environ as .comm inside startup script to avoid crt1.o loading
|
12 years ago |
|
haiku
|
1bea98995b
* regenerated fpcmake makefiles after r25642
|
12 years ago |
|
i386
|
4b3bf874df
* Added CLDs in the RTL i386 inline asm routines, wrapped in {$ifdef
|
12 years ago |
|
i8086
|
fcfb73f508
+ i8086 asm implementation of math.arctan2, based on the i386 version
|
12 years ago |
|
inc
|
f42c1b3720
* Return dynamic arrays in parameter, this was the only managed type still returned in register. Returning managed types in registers requires catching and re-raising exceptions at callee side in order to finalize result and avoid memory leaks. While such behavior makes little difference with generic setjmp-based exception handling, it becomes very inefficient as SEH-styled exception handling is being introduced.
|
12 years ago |
|
java
|
f42c1b3720
* Return dynamic arrays in parameter, this was the only managed type still returned in register. Returning managed types in registers requires catching and re-raising exceptions at callee side in order to finalize result and avoid memory leaks. While such behavior makes little difference with generic setjmp-based exception handling, it becomes very inefficient as SEH-styled exception handling is being introduced.
|
12 years ago |
|
jvm
|
22116ce9be
* Revert changes to java-related files by r23604.
|
13 years ago |
|
linux
|
5b58162d6b
* increased the size of tdirent to
|
12 years ago |
|
m68k
|
e27db65085
really fixed FillChar and fixed FillWord. fixes 8 tests.
|
12 years ago |
|
macos
|
1bea98995b
* regenerated fpcmake makefiles after r25642
|
12 years ago |
|
mips
|
1be7ec1dcd
* MIPS setjmp/longjmp: save/restore nonvolatile FPU registers and FPU control word.
|
12 years ago |
|
mipsel
|
edd59a4eb5
Add missing i after dollar for include directive
|
12 years ago |
|
morphos
|
8fe7d82db7
* changed type of TAbstractSearchRec.name_do_not_touch from untyped pointer
|
12 years ago |
|
msdos
|
3eeb422abe
* use $(NASM) to compile the asm loaders. Fixes mantis #25223.
|
12 years ago |
|
nativent
|
1bea98995b
* regenerated fpcmake makefiles after r25642
|
12 years ago |
|
nds
|
1bea98995b
* regenerated fpcmake makefiles after r25642
|
12 years ago |
|
netbsd
|
2fa28f7e1c
Add buildcollations and unicode* units
|
12 years ago |
|
netware
|
1bea98995b
* regenerated fpcmake makefiles after r25642
|
12 years ago |
|
netwlibc
|
1bea98995b
* regenerated fpcmake makefiles after r25642
|
12 years ago |
|
objpas
|
5e129b4ac5
* fixed TBinaryObjectReader.ReadSingle(), .ReadCurrency() and .ReadDate():
|
12 years ago |
|
openbsd
|
fc92fcbfb5
Add buildcollations, charcter and unicode* units
|
12 years ago |
|
os2
|
1bea98995b
* regenerated fpcmake makefiles after r25642
|
12 years ago |
|
palmos
|
1bea98995b
* regenerated fpcmake makefiles after r25642
|
12 years ago |
|
powerpc
|
8469741700
+ Added additional addr pointer parameter to
|
13 years ago |
|
powerpc64
|
8469741700
+ Added additional addr pointer parameter to
|
13 years ago |
|
qnx
|
29132f45b7
* synchronised with trunk up to r25167 (fixes glib compilation via r25164,
|
12 years ago |
|
solaris
|
1bea98995b
* regenerated fpcmake makefiles after r25642
|
12 years ago |
|
sparc
|
1ea8a397e5
* use membar only for sparcv9(+)
|
13 years ago |
|
symbian
|
1bea98995b
* regenerated fpcmake makefiles after r25642
|
12 years ago |
|
ucmaps
|
e2e4634295
- remove maps with unclear header
|
13 years ago |
|
unix
|
679c6bd27e
* fixed formatting
|
12 years ago |
|
watcom
|
96c7a9325a
* CrtOpen, CrtClose, CrtRead, CrtWrite and CrtReturn changed to procedures, instead of functions
|
12 years ago |
|
wii
|
1bea98995b
* regenerated fpcmake makefiles after r25642
|
12 years ago |
|
win
|
04c0845189
* Moved more reusable exception handling code from seh64.inc to syswin.inc.
|
12 years ago |
|
win32
|
5ada0ff373
- Removed debugging code around SetUnhandledExceptionFilter. This function sets some global variable in kernel32.dll, and does not change fs:[0].
|
12 years ago |
|
win64
|
04c0845189
* Moved more reusable exception handling code from seh64.inc to syswin.inc.
|
12 years ago |
|
wince
|
1bea98995b
* regenerated fpcmake makefiles after r25642
|
12 years ago |
|
x86_64
|
5ea99c84fd
* x86_64 non-Win64 targets: calculate tan() and cotan() using x87 "fptan" instruction.
|
12 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
|
1bea98995b
* regenerated fpcmake makefiles after r25642
|
12 years ago |
|
Makefile.fpc
|
0e41df598e
* merge i8086 branch by Nikolay Nikolov
|
12 years ago |
|
README.txt
|
4bf254bc32
* added .txt extensions to all README, TODO and COPYING files
|
17 years ago |
|
fpmake.inc
|
935a030dca
rtl: enable character unit compilation for win32
|
14 years ago |
|
fpmake.pp
|
0914bb7944
- Removed empty include file wustrings.inc
|
12 years ago |