..
aliases.inc
astrings.inc
* fix for 11176 val ansistring to enum
2008-05-01 13:05:34 +00:00
cgeneric.inc
* actually assign result of strncmp to comparechar0 result
2007-11-12 21:26:07 +00:00
cgenmath.inc
* don't use libc round/trunc/cos/... if FPC_HAS_TYPE_EXTENDED, because
2007-11-11 19:10:34 +00:00
cgenstr.inc
charset.pp
cmem.pp
* Fixed warnings and notes.
2007-11-01 15:55:54 +00:00
compproc.inc
* fix for 11176 val ansistring to enum
2008-05-01 13:05:34 +00:00
crt.inc
+ Use CtrlBreakHandler infrastructure to allow processing of Ctrl-C in ReadKey (OS/2 implementation)
2007-09-30 14:17:42 +00:00
crth.inc
ctypes.pp
+ add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)
2008-03-02 12:59:02 +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
* give range error if setlength value < 0 and the array is not filled
2008-01-14 18:05:48 +00:00
dynarrh.inc
dynlibs.pas
* SharedSuffix
2008-04-27 20:33:33 +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
* use the provided constant instead of hardcoded value
2008-04-22 14:42:48 +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
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
* Fixed warning and notes.
2008-05-07 12:35:03 +00:00
genmath.inc
+ add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)
2008-03-02 12:59:02 +00:00
genset.inc
+ support for extra packing of sets whose lower element number
2007-09-16 20:04:45 +00:00
genstr.inc
genstrs.inc
getopts.pp
* Fixed bug #10140
2007-12-30 20:17:08 +00:00
heap.inc
* fix crash in case of main thread exiting simultaneously with other threads (issue #11006 )
2008-03-15 19:42:30 +00:00
heaph.inc
* Removed HAS_MT_MEMORYMANAGER define, since it is obsolete now.
2007-12-28 11:30:46 +00:00
heaptrc.pp
* Fixed warnings.
2007-11-03 10:36:27 +00:00
innr.inc
+ inline abs(<longint>) on x86
2007-11-25 18:54:40 +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
+ common CtrlBreakHandler for unit Keyboard
2007-09-30 15:18:37 +00:00
keybrdh.inc
keyscan.inc
lineinfo.pp
* remove objpas dependency, patch by Giulio
2008-02-02 16:16:21 +00:00
lnfodwrf.pp
* remove objpas dependency, patch by Giulio
2008-02-02 16:16:21 +00:00
lstrings.pp
macpas.pp
* Fixed warnings. rtl is warnings and notes free for wince and win32 again.
2008-04-12 13:34:26 +00:00
makefile.inc
mathh.inc
+ add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)
2008-03-02 12:59:02 +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
* Prevent range check error at compile time.
2007-07-03 21:28:59 +00:00
mouseh.inc
mvecimp.inc
objects.pp
* don't compile objects in fpu emulation mode
2007-07-05 20:01:01 +00:00
objpas.inc
* TContainedObject 10496. First implementation copied from TInterfacedObject
2007-12-29 15:30:57 +00:00
objpash.inc
+ add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)
2008-03-02 12:59:02 +00:00
pagemem.pp
printer.inc
printerh.inc
readme
real2str.inc
* replaced a trunc() with an int() call (because its result is compared
2008-02-21 13:18:56 +00:00
resh.inc
Merged revisions 9693-10480 via svnmerge from
2008-03-12 21:33:48 +00:00
rtti.inc
* procedure version of fpc_copy to avoid errors with {$x-} (mantis #9918 )
2007-10-14 10:55:40 +00:00
sockets.inc
* Fixed warnings. rtl is warnings and notes free for wince and win32 again.
2008-04-12 13:34:26 +00:00
socketsh.inc
* fix INVALID_SOCKET constant (needs to be OS specific, it is UNSIGNED in windows)
2007-05-13 19:13:43 +00:00
sockovl.inc
softfpu.pp
* disabled float128
2007-11-04 14:41:51 +00:00
sstrings.inc
* val takes care of empty string, patch from Petr Kristan
2008-04-06 19:33:31 +00:00
stdsock.inc
strings.pp
* forgotten commit (part of last commit)
2007-10-21 17:41:26 +00:00
stringsi.inc
sysres.inc
Merged revisions 9693-10480 via svnmerge from
2008-03-12 21:33:48 +00:00
system.fpd
* Added copy,length and setlength
2007-08-25 13:41:22 +00:00
system.inc
* flush standard files only if they are opend for output, resolves #11170
2008-05-02 18:42:28 +00:00
systemh.inc
* Removed inline for procedures with assembler or formal parameters, since inline is not supported for them (compiler warns about that now). Even if there is no inline modifier in interface declaration of procedure, it is possible to specify inline in procedure implementation if needed (e.g. for generic implementations) and inlining will work for them.
2008-04-12 11:37:49 +00:00
text.inc
* formatting
2008-05-02 18:41:40 +00:00
textrec.inc
thread.inc
+ add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)
2008-03-02 12:59:02 +00:00
threadh.inc
+ heap manager now per thread, reduce heap lock contention
2007-05-20 20:58:12 +00:00
threadvr.inc
* win32 system unit doesn't depend anymore directly on the main program, this is necessary to be able to keep it in a dll
2007-11-01 21:59:43 +00:00
typefile.inc
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
varerror.inc
variant.inc
+ add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)
2008-03-02 12:59:02 +00:00
varianth.inc
+ add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)
2008-03-02 12:59:02 +00:00
variants.pp
* Fixed cleanroom implementation of DoVarClearArray. It fixes tw9098.
2008-04-13 15:19:58 +00:00
video.inc
videoh.inc
wstringh.inc
+ WC_NO_BEST_FIT_CHARS
2007-12-16 13:45:09 +00:00
wstrings.inc
* preparations for unicodestring support in the rtl
2007-12-02 22:33:56 +00:00
wustrings.inc
* Added NoWideStringSupport runtime error
2008-04-08 21:19:52 +00:00