..
aliases.inc
astrings.inc
* fix for 11176 val ansistring to enum
2008-05-01 13:05:34 +00:00
cgeneric.inc
* return 0 for length(pchar(0)), like Kylix does (using corrected and
2009-01-01 22:02:17 +00:00
cgenmath.inc
* fixed + optimized generic round_real
2008-06-28 14:17:06 +00:00
cgenstr.inc
charset.pp
* Removed the bootstrapping related charset.pas, and merged one minor fix from it to the rtl one.
2008-07-20 12:10:31 +00:00
cmem.pp
compproc.inc
* More pluggability of the RTL. Mantis 15124
2009-11-18 21:16:12 +00:00
crt.inc
* extension of r13191 to OS/2, EMX and potential other platforms using crt.inc based implementation of unit crt
2009-05-27 21:18:35 +00:00
crth.inc
* changed the parameters of gotoxy() and the return values of wherex/wherey
2009-05-24 11:48:49 +00:00
ctypes.pp
* added csize_t and pcsize_t for non unix systems (in unix/ctypes.pp)
2009-01-26 12:58:20 +00:00
currh.inc
* add missing currh.inc belonging to revision 10422
2008-03-03 21:34:40 +00:00
dos.inc
* DoDirSeperators pchar overload
2008-02-01 08:16:33 +00:00
dosh.inc
dynarr.inc
* only set dynarray pointer to nil in decref in case the last reference
2008-08-31 10:07:53 +00:00
dynarrh.inc
dynlibs.pas
* lib handler: default libraries can be changed now
2009-11-01 11:28:17 +00:00
except.inc
* ifdefed fatal error messages in exception handling to be available only if debugging is needed.
2007-12-28 20:10:19 +00:00
exeinfo.pp
* exeinfo: Return executable image base and current module base address on Windows.
2009-05-15 22:14:09 +00:00
extres.inc
Merged revisions 9693-10480 via svnmerge from
2008-03-12 21:33:48 +00:00
fexpand.inc
* AllowDirectorySeparators and AllowDriveSeparators typed constants
2008-01-29 23:04:56 +00:00
file.inc
- removed PARAOUTFILE define and ifdefs
2009-03-15 12:31:02 +00:00
filerec.inc
fpextres.pp
Merged revisions 9693-10480 via svnmerge from
2008-03-12 21:33:48 +00:00
fpintres.pp
Merged revisions 9693-10480 via svnmerge from
2008-03-12 21:33:48 +00:00
gencurr.inc
* add missing gencurr.inc belonging to revision 10422
2008-03-03 21:39:19 +00:00
generic.inc
* made SwapEndian(<16 Bit>); inlined
2009-07-26 13:50:57 +00:00
genmath.inc
* fixed + optimized generic round_real
2008-06-28 14:17:06 +00:00
genset.inc
- removed FPC_NEW_BIGENDIAN_SETS define and if(n)defs
2009-08-23 08:16:40 +00:00
genstr.inc
* added striscan, strriscan and stripos
2009-04-17 10:08:17 +00:00
genstrs.inc
getopts.pp
* Patch from reporter of bug ID #13924 to fix arguments with spaces if no argv is declared.
2009-06-07 08:53:36 +00:00
heap.inc
* rtl/heap: optimization, while looking for a big enough block, also use blocks that are exactly large enough
2009-12-12 09:37:36 +00:00
heaph.inc
* changed destination parameter of getmem/getmemory from "var" to "out"
2009-04-25 09:57:29 +00:00
heaptrc.pp
- removed SUPPORT_UNALIGNED, FPC_SUPPORTS_UNALIGNED and FPC_UNALIGNED_FIXED
2009-08-23 07:51:26 +00:00
innr.inc
+ support for objcencode() (equivalent of Objective-C's @encode()) + test
2009-08-18 19:54:02 +00:00
int64.inc
* fixed overflow checking for $8000000000000000 in generic int64 mul
2008-03-01 19:38:19 +00:00
intres.inc
Merged revisions 9693-10480 via svnmerge from
2008-03-12 21:33:48 +00:00
keyboard.inc
keybrdh.inc
keyscan.inc
lineinfo.pp
* Added warning about thread-safety
2009-11-14 11:34:28 +00:00
lnfodwrf.pp
* Added warning about thread-safety
2009-11-14 10:29:45 +00:00
lstrings.pp
macpas.pp
* use math.SetExceptionMask() to disable floating point exceptions
2008-07-20 09:07:50 +00:00
makefile.inc
mathh.inc
* moved float_rounding_mode to systemh.inc; renamed to softfloat_rounding_mode
2008-06-12 20:23:37 +00:00
matrix.pp
+ add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)
2008-03-02 12:59:02 +00:00
mmatimp.inc
* fixed Matrix * Vector (patch by Bartosz Bogacz, mantis #11199 )
2008-04-26 21:44:05 +00:00
mouse.inc
mouseh.inc
mvecimp.inc
objc1.inc
* don't call class_getSuperClass() anymore to obtain the superclass, but
2009-10-01 12:07:22 +00:00
objc.pp
* the objc1 unit has been renamed to objc
2009-09-27 15:24:50 +00:00
objcbase.pp
* NSZone is a record, not a class (thanks to Gorazd Krosl for the remark)
2009-08-25 18:52:30 +00:00
objcnf.inc
* the objc1 unit has been renamed to objc
2009-09-27 15:24:50 +00:00
objects.pp
objpas.inc
* patch by Sergei Gorelkin, fixes several issues with implements, resolves #15209
2009-12-23 16:23:19 +00:00
objpash.inc
* patch by Sergei Gorelkin, fixes several issues with implements, resolves #15209
2009-12-23 16:23:19 +00:00
pagemem.pp
printer.inc
printerh.inc
readme
real2str.inc
* no longer perform precision correction for single precision values, because
2009-08-22 07:49:06 +00:00
resh.inc
Merged revisions 9693-10480 via svnmerge from
2008-03-12 21:33:48 +00:00
rtti.inc
* More pluggability of the RTL. Mantis 15124
2009-11-18 21:16:12 +00:00
sockets.inc
* handle EsockEINTR for fpaccept and fpconnect
2009-03-21 16:11:08 +00:00
socketsh.inc
* disable the 1:1 aliases of the legacy errorhandling.
2009-08-08 12:25:59 +00:00
sockovl.inc
* disable the 1:1 aliases of the legacy errorhandling.
2009-08-08 12:25:59 +00:00
softfpu.pp
* fixed copy&paste typo
2008-06-14 13:07:17 +00:00
sstrings.inc
* handle rounding of currency values correctly, resolves #12207
2009-12-13 16:19:56 +00:00
stdsock.inc
o Haiku patches by Olivier Coursiere
2009-02-01 10:30:55 +00:00
strings.pp
* Minor optimization from mantis 14974
2009-11-03 12:59:12 +00:00
stringsi.inc
* added striscan, strriscan and stripos
2009-04-17 10:08:17 +00:00
sysres.inc
Merged revisions 9693-10480 via svnmerge from
2008-03-12 21:33:48 +00:00
system.fpd
* Added Pack/Unpack dummies, fixed var/out and const params in writestr/readstr
2009-10-17 09:22:49 +00:00
system.inc
* changed errnum parameter of halt() from byte to longint to match the
2009-12-06 10:02:05 +00:00
systemh.inc
* changed errnum parameter of halt() from byte to longint to match the
2009-12-06 10:02:05 +00:00
text.inc
- removed PARAOUTFILE define and ifdefs
2009-03-15 12:31:02 +00:00
textrec.inc
thread.inc
* applied feature dependencies patch by Sven Barth from mantis #13673 :
2009-05-09 20:08:57 +00:00
threadh.inc
* set default stack size to 4 MiB instead of to 32 KiB
2009-01-08 18:08:32 +00:00
threadvr.inc
typefile.inc
- removed PARAOUTFILE define and ifdefs
2009-03-15 12:31:02 +00:00
ucomplex.pp
+ add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)
2008-03-02 12:59:02 +00:00
ufloat128.pp
* continued to work on float128 stuff
2007-11-03 21:41:54 +00:00
ustringh.inc
Merged revisions 11665-11738 via svnmerge from
2008-09-10 20:14:31 +00:00
ustrings.inc
* don't stop at #0 characters for setstring with pchar either
2009-10-09 19:47:46 +00:00
varerror.inc
variant.inc
* fixed last commit: UTF8Encode -> UTF8Decode
2009-07-26 13:09:31 +00:00
varianth.inc
+ utf-8 <-> variant type casts, resolves #11371
2009-07-26 12:58:49 +00:00
variants.pp
rtl: DoVarCopyComplex should copy variant strings by ref (reason: this is delphi compatible behavior)
2009-12-04 14:57:17 +00:00
video.inc
videoh.inc
wstring22h.inc
Merged revisions 11665-11738 via svnmerge from
2008-09-10 20:14:31 +00:00
wstringh.inc
Merged revisions 11665-11738 via svnmerge from
2008-09-10 20:14:31 +00:00
wstrings.inc
* forgotten part of r14432
2009-12-13 11:18:49 +00:00
wustring22.inc
* part of r13828, forgot to commit (don't stop at #0 in setstring)
2009-11-04 16:53:40 +00:00
wustrings.inc
Merged revisions 11665-11738 via svnmerge from
2008-09-10 20:14:31 +00:00