..
aliases.inc
- disabled RecordRTTI declaration on the JVM target, because that
2013-01-06 15:05:29 +00:00
astrings.inc
* made the pascal name of the string range checking helpers match
2013-01-06 15:05:33 +00:00
cgeneric.inc
cgenmath.inc
* fixed compilation on Solaris after r20815
2012-04-24 11:08:08 +00:00
cgenstr.inc
charset.pp
rtl: possible fix compilation of charset.pp on 64 bit
2013-03-08 13:50:21 +00:00
cmem.pp
* fixes cmem.malloc et al. for windows as proposed by Ludo Brands, resolves #15571
2011-08-18 08:47:44 +00:00
compproc.inc
* fixed using readstr/writestr inside routines called from the parameter
2013-03-17 14:23:33 +00:00
crt.inc
crth.inc
ctypes.pp
* Define CExtended and clongdouble as double for Android.
2013-01-22 11:16:22 +00:00
currh.inc
* function round(c : currency) : int64; requires the availability of an fpu
2012-08-20 20:15:07 +00:00
dos.inc
dosh.inc
dynarr.inc
Replace HandleErrorFrame calls by HandleErrorAddrFrameInd where possible in common code (to allow correct backtrace for mips cpu)
2012-07-12 11:53:59 +00:00
dynarrh.inc
* pass the procdef to getintparaloc instead of only the proccalloption, so
2013-01-06 15:05:40 +00:00
dynlibs.pas
* Added GetLoadErrorStr function by Mark Morgan Loyd (Bug ID 22321)
2012-07-11 15:31:09 +00:00
except.inc
* make exception variables threadvars or not depending on threading support
2012-12-31 19:31:22 +00:00
exeinfo.pp
* Sync with trunk r23404.
2013-01-16 13:21:51 +00:00
extres.inc
fexpand.inc
* fix for standalone '~' with HOME=/ on Unix
2013-01-22 23:56:42 +00:00
file.inc
filerec.inc
* avr uses a reduced buffer and file name length in textrecs and filerecs
2012-08-20 20:11:13 +00:00
fpextres.pp
fpintres.pp
gencurr.inc
* function round(c : currency) : int64; requires the availability of an fpu
2012-08-20 20:15:07 +00:00
generic.inc
rtl: remove unused variables
2013-01-01 16:31:31 +00:00
genmath.inc
* merged trunk up to r20882
2012-04-15 15:54:10 +00:00
genset.inc
* fixed upper bound of several helper array types for set operations
2012-03-29 20:34:56 +00:00
genstr.inc
* dereference pchar passed to indexbyte in strecopy (patch by Andrew Haines,
2012-03-08 18:55:49 +00:00
genstrs.inc
getopts.pp
heap.inc
Avoid infinite loops with RTE 204 if heap is corrupted
2013-03-15 15:40:23 +00:00
heaph.inc
* get rid of some feature checks, probably the whole feature stuff is plainly the wrong way, embedded rtl compiles again, resolves #20913
2011-12-29 14:06:30 +00:00
heaptrc.pp
* pass the procdef to getintparaloc instead of only the proccalloption, so
2013-01-06 15:05:40 +00:00
innr.inc
* first draft to support the popcnt instruction, works so far for x86 with a real popcnt instruction
2012-09-02 20:59:39 +00:00
int64.inc
* Applied a counterpart of r22318 to 64-bit mod/div routines.
2013-02-21 19:37:31 +00:00
intres.inc
iso7185.pp
keyboard.inc
keybrdh.inc
keyscan.inc
lineinfo.pp
* Fix lineinfo problems for BeOS/Haiku
2011-12-05 16:29:43 +00:00
lnfodwrf.pp
- Removed unused variable
2011-07-13 22:14:39 +00:00
lstrings.pp
macpas.pp
makefile.inc
mathh.inc
* turn off threadvars in softfpu if threading is not enabled
2012-12-31 16:31:03 +00:00
matrix.pp
mmatimp.inc
* patch by Petr-K to fix 3*3 matrix inversion, resolves #19828
2011-08-14 21:46:47 +00:00
mouse.inc
mouseh.inc
mvecimp.inc
objc1.inc
objc.pp
objcbase.pp
+ add {$packrecords c} to all units importing Objective-C records since
2011-08-06 13:16:03 +00:00
objcnf.inc
objects.pp
Use need system macro FPC_LOCALS_ARE_STACK_REG_RELATIVE for mips support
2012-07-12 09:13:31 +00:00
objpas.inc
* Reuse RecordRTTI to finalize class instances. This is possible because RTTI for classes is the same as for records (except different value of tkKind field), and RecordRTTI ignores tkKind (assuming that required checks are done by its caller).
2012-12-23 12:10:11 +00:00
objpash.inc
pagemem.pp
printer.inc
printerh.inc
readme
real2str.inc
* patch by Max Nazhalov to improve real2str performance, resolves #21825
2012-05-05 18:29:32 +00:00
resh.inc
rtti.inc
* Reuse RecordRTTI to finalize class instances. This is possible because RTTI for classes is the same as for records (except different value of tkKind field), and RecordRTTI ignores tkKind (assuming that required checks are done by its caller).
2012-12-23 12:10:11 +00:00
sfpu128.pp
+ Add two new sotfpuu units with x80 or 128 bit support
2012-01-31 15:58:56 +00:00
sfpux80.pp
+ Add two new sotfpuu units with x80 or 128 bit support
2012-01-31 15:58:56 +00:00
sockets.inc
Add unsigned versions of ntohl and htonl
2012-11-16 12:37:07 +00:00
socketsh.inc
Add unsigned versions of ntohl and htonl
2012-11-16 12:37:07 +00:00
sockovl.inc
softfpu.pp
* remove packed used for nan records in the softfpu code, it served no purpose
2013-01-02 18:13:21 +00:00
sstrings.inc
* fixed inserting something in a shortstring past its maximum length
2013-01-26 19:27:17 +00:00
stdsock.inc
strings.pp
- Cleaned out FPC_STRTOSHORTSTRPROC and FPC_STRTOCHARARRAYPROC defines. Somebody had to do it one day.
2011-12-14 22:40:08 +00:00
stringsi.inc
sysres.inc
system.fpd
* Added slice dummy
2012-08-20 22:57:29 +00:00
system.inc
Avoid infinite loops with RTE 204 if heap is corrupted
2013-03-15 15:40:23 +00:00
systemh.inc
* fixed typo as pointed out by Aleksa Todorovic
2013-01-01 18:18:39 +00:00
text.inc
* fixed using readstr/writestr inside routines called from the parameter
2013-03-17 14:23:33 +00:00
textrec.inc
* avr uses a reduced buffer and file name length in textrecs and filerecs
2012-08-20 20:11:13 +00:00
thread.inc
Extend TThread with (class) methods and (class) properties from Delphi 2007 and newer.
2012-12-27 16:16:17 +00:00
threadh.inc
Extend TThread with (class) methods and (class) properties from Delphi 2007 and newer.
2012-12-27 16:16:17 +00:00
threadvr.inc
* Changed two variables from Integer to Longint. Integer is 16 bits when compiling System unit, using it results in less optimal code on most targets.
2013-01-22 15:07:22 +00:00
typefile.inc
* be able to use feature fileio without feature random
2011-08-27 22:44:37 +00:00
ucomplex.pp
+ patch by Vojtech Cihak to add csqr function, resolves #23492
2012-12-16 10:15:13 +00:00
ufloat128.pp
ustringh.inc
* merged trunk up to r20882
2012-04-15 15:54:10 +00:00
ustrings.inc
rtl: missing FPC_UNICODESTRING_TYPE_DEFINED define
2013-02-13 00:16:11 +00:00
uuchar.pp
* also redefine pchar as pwidechar in {$modeswitch unicodestrings}
2012-04-25 22:29:15 +00:00
varerror.inc
variant.inc
+ also specify the parameter def when allocating a parameter via
2012-06-24 15:02:12 +00:00
varianth.inc
- Removed outdated VER2_0 defines
2011-10-19 11:39:59 +00:00
variants.pp
+ VarIsBool function by Alexander Strokach, resolves #23358
2012-11-20 20:30:08 +00:00
video.inc
videoh.inc
wstringh.inc
- Removed string conversion helpers that are not actually used by compiler code generation (duplicated pwidechar/punicodechar stuff).
2012-02-05 18:01:04 +00:00
wstrings.inc
* made the pascal name of the string range checking helpers match
2013-01-06 15:05:33 +00:00
wustrings.inc