..
aliases.inc
Rebase to revision 17096
2011-03-09 16:29:47 +00:00
astrings.inc
rtl: don't convert strings on compare if one of them is empty
2011-10-10 06:43:53 +00:00
cgeneric.inc
* Promoted result type of FPC_PCHAR_LENGTH and FPC_PWIDECHAR_LENGTH to SizeInt.
2011-06-13 04:59:17 +00:00
cgenmath.inc
cgenstr.inc
charset.pp
merge r17434 from cpstrnew branch by michael:
2011-09-17 13:19:59 +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
+ Initialize/finalize variants using dedicated helpers, produces both smaller (no RTTI loading necessary) and faster (direct path taken) code.
2011-10-09 20:34:58 +00:00
crt.inc
crth.inc
ctypes.pp
* fixed compilation with Delphi (patch by Sven Barth, mantis #17016 )
2010-07-23 15:44:15 +00:00
currh.inc
dos.inc
dosh.inc
dynarr.inc
Rebase to revision 17096
2011-03-09 16:29:47 +00:00
dynarrh.inc
dynlibs.pas
* fix SafeLoadLibrary: fixed defines, sse control word should be stored as well
2011-08-18 08:37:15 +00:00
except.inc
+ Handle safecall exceptions with a dedicated compilerproc, simplifies compiler part and reduces generated code size.
2011-10-08 12:40:03 +00:00
exeinfo.pp
updated for netware target
2011-03-27 15:11:43 +00:00
extres.inc
fexpand.inc
* Fixed spell error revealed by lintian.
2010-10-06 20:33:57 +00:00
file.inc
filerec.inc
fpextres.pp
fpintres.pp
gencurr.inc
generic.inc
* patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346
2011-09-27 20:22:40 +00:00
genmath.inc
* fixed real48 to double conversion for 0.0 (patch by "jeng", mantis #16863 )
2010-07-10 12:15:13 +00:00
genset.inc
genstr.inc
* modified patch by LacaK2 to add overloaded versions of string handling routines, which works with WideChar null terminated strings, resolves #19989
2011-10-03 16:11:46 +00:00
genstrs.inc
getopts.pp
heap.inc
* moved heap manager on embedded systems into a separate unit
2011-09-21 20:57:37 +00:00
heaph.inc
+ fix compilation on wince
2011-10-09 17:32:29 +00:00
heaptrc.pp
+ patch from Benito van der Zander to enable heaptrc to dump leaked or faulty memory blocks (function disabled by default), resolves #19691
2011-08-16 20:47:15 +00:00
innr.inc
* implementation of bit scan intrinsics by Richard Vida, resolves #17592
2010-10-16 15:03:30 +00:00
int64.inc
intres.inc
iso7185.pp
* fix iso i/o with unix style line feeds
2010-08-03 21:43:36 +00:00
keyboard.inc
keybrdh.inc
keyscan.inc
lineinfo.pp
lnfodwrf.pp
- Removed unused variable
2011-07-13 22:14:39 +00:00
lstrings.pp
macpas.pp
makefile.inc
+ system unit depends on compproc.inc
2010-07-31 20:45:00 +00:00
mathh.inc
matrix.pp
* add $mode fpc to matrix unit, mants 17357
2010-09-06 10:58:09 +00:00
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
* rtl changes part of r15460
2010-06-21 09:26:08 +00:00
objc.pp
+ i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and
2010-09-29 21:56:47 +00:00
objcbase.pp
+ add {$packrecords c} to all units importing Objective-C records since
2011-08-06 13:16:03 +00:00
objcnf.inc
* rtl changes part of r15460
2010-06-21 09:26:08 +00:00
objects.pp
* patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346
2011-09-27 20:22:40 +00:00
objpas.inc
* fix integer message dispatch on ppc64-darwin by temporarily setting the correct record alignment
2010-10-31 12:24:38 +00:00
objpash.inc
Rebase to revision 16888
2011-02-07 20:30:48 +00:00
pagemem.pp
printer.inc
printerh.inc
readme
real2str.inc
* iso conformant writing of floats (using e instead of E) in iso mode
2010-07-31 20:45:55 +00:00
resh.inc
* fix for Mantis 16195, Delphi compatibility resource handle types were not 64-bit proof.
2010-04-08 09:03:50 +00:00
rtti.inc
* Declared types describing RTTI data of arrays and records, and rewrote main RTTI routines using these types. Shorter by about 60 lines, functionality isn't changed.
2011-03-16 18:53:53 +00:00
sockets.inc
socketsh.inc
* deprecated some 1.0.x stuff.
2010-05-16 11:46:30 +00:00
sockovl.inc
softfpu.pp
* Define FPC_SYSTEM_HAS_FLOAT32/64 in softfpu unit
2011-06-09 08:21:07 +00:00
sstrings.inc
* patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346
2011-09-27 20:22:40 +00:00
stdsock.inc
strings.pp
stringsi.inc
sysres.inc
system.fpd
* Added mem,memw, meml for documentation purposes
2011-04-02 16:11:37 +00:00
system.inc
* patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346
2011-09-27 20:22:40 +00:00
systemh.inc
rtl: move some CP_xxx constants from syswin into systemh for generic use, redeclare UTF8Sting, RawByteString using constant identifiers instead of pure numbers. replace comparison with $ffff codepage to CP_NONE
2011-10-04 05:05:14 +00:00
text.inc
compiler, rtl: add a codepage argument fpc_Read_Text_AnsiStr to create new AnsiString with the codepage of passed AnsiString argument
2011-09-24 17:43:30 +00:00
textrec.inc
thread.inc
* reduce code size of dummy threading routines
2011-09-21 21:00:15 +00:00
threadh.inc
* closethread thread manager field/function. Mantis 13160
2010-03-26 23:31:52 +00:00
threadvr.inc
* Rewrote those insane {$ifdef FPC_HAS_INDIRECT_MAIN_INFORMATION} into somewhat more readable form.
2011-03-21 21:12:46 +00:00
typefile.inc
* be able to use feature fileio without feature random
2011-08-27 22:44:37 +00:00
ucomplex.pp
* patch from Antonio Puente Rodero to fix arctanh and arccosh in unit ucomplex, resolves #18844
2011-04-05 19:37:50 +00:00
ufloat128.pp
ustringh.inc
rtl: revert r19330. We probably need to create a separate encoding<->codepage table.
2011-10-03 10:28:14 +00:00
ustrings.inc
rtl: move some CP_xxx constants from syswin into systemh for generic use, redeclare UTF8Sting, RawByteString using constant identifiers instead of pure numbers. replace comparison with $ffff codepage to CP_NONE
2011-10-04 05:05:14 +00:00
varerror.inc
variant.inc
+ Initialize/finalize variants using dedicated helpers, produces both smaller (no RTTI loading necessary) and faster (direct path taken) code.
2011-10-09 20:34:58 +00:00
varianth.inc
* Variant types: renamed varunicodestring to varustring and changed its value to $102 (for Delphi compatibility), introduced varUStrArg=$73, added some description comments.
2010-11-27 16:17:43 +00:00
variants.pp
* patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346
2011-09-27 20:22:40 +00:00
video.inc
videoh.inc
* video unit maxwidth increased to 240 (FV editor
2010-04-28 07:46:30 +00:00
wstringh.inc
merge r19075 from cpstrnew branch by paul:
2011-09-17 14:30:17 +00:00
wstrings.inc
rtl: move some CP_xxx constants from syswin into systemh for generic use, redeclare UTF8Sting, RawByteString using constant identifiers instead of pure numbers. replace comparison with $ffff codepage to CP_NONE
2011-10-04 05:05:14 +00:00
wustrings.inc