..
aliases.inc
+ Removed NOSAVEREGISTERS define
2005-06-09 17:58:20 +00:00
astrings.inc
+ Patch by Thorsten Engler to optimize string comparisons for = and <> cases. (Mantis #8231 )
2007-01-28 10:58:52 +00:00
cgeneric.inc
* reverted r2037 because of braindead "out" semantics for refcounted
2005-12-24 01:06:05 +00:00
cgenmath.inc
* more "real" fixes
2006-09-17 21:44:20 +00:00
cgenstr.inc
* remove $Log
2005-06-07 09:47:55 +00:00
charset.pp
* log and id tags removed
2005-05-21 09:42:41 +00:00
cmem.pp
* fixed for win64
2006-09-07 17:34:24 +00:00
compproc.inc
* patch from Thorsten Engler submitted in #8235
2007-01-30 19:53:42 +00:00
crt.inc
+ Removed HASTHREADVAR SUPPORT_THREADVAR defines
2005-06-09 17:40:29 +00:00
crth.inc
+ Removed HASINTF and VER1_0 defines
2005-06-07 20:30:03 +00:00
ctypes.pp
* fixed long type and derivates for win64
2006-11-16 20:39:00 +00:00
dos.inc
* fixed more warnings and notes while compiling RTL.
2006-07-19 19:10:02 +00:00
dosh.inc
+ Removed HASTHREADVAR SUPPORT_THREADVAR defines
2005-06-09 17:40:29 +00:00
dynarr.inc
+ start of embedded rtl
2006-12-17 18:40:36 +00:00
dynarrh.inc
+ (ole)variant<->error type conversion
2005-10-30 23:12:08 +00:00
dynlibs.pp
* log and id tags removed
2005-05-21 09:42:41 +00:00
elfres32.inc
* Small optimization.
2006-11-10 10:20:38 +00:00
except.inc
* Optimization for code size. It saves 1.5KB for ARM and 0.5KB for i386.
2006-11-11 13:26:09 +00:00
fexpand.inc
* fixed more warnings and notes while compiling RTL.
2006-07-19 19:10:02 +00:00
file.inc
* allow out file parameters
2006-03-01 10:18:47 +00:00
filerec.inc
+ Removed FPC_HASUSERDATA32 define
2005-06-07 21:02:43 +00:00
generic.inc
* i386 uses generic fpc_compare_shortstr_equal
2007-02-04 16:24:02 +00:00
genmath.inc
* ensure that qword_to_double is calculated using doubles
2007-01-23 21:06:46 +00:00
genset.inc
+ support for sets with size 1 and 2
2007-01-24 20:06:56 +00:00
genstr.inc
* remove $Log
2005-06-07 09:47:55 +00:00
genstrs.inc
* remove $Log
2005-06-07 09:47:55 +00:00
getopts.pp
* getopts fix from Bram Kuijvenhoven
2006-05-06 08:12:58 +00:00
heap.inc
* Dont throw runerrors in default MemoryMutexManager if HAS_MT_MEMORYMANAGER is defined.
2007-01-14 01:14:12 +00:00
heaph.inc
+ Removed HASGETHEAPSTATUS HASGETFPCHEAPSTATUS defines
2005-06-09 18:04:47 +00:00
heaptrc.pp
* do a stack trace in case of abording with an heap error when EXTRA is defined
2007-02-07 19:35:54 +00:00
innr.inc
+ support for bitsizeof() function
2006-09-09 18:57:49 +00:00
int64.inc
* changed record typecast into shift to avoid q3 becoming not
2006-04-09 18:21:35 +00:00
keyboard.inc
* remove $Log
2005-06-07 09:47:55 +00:00
keybrdh.inc
* remove $Log
2005-06-07 09:47:55 +00:00
keyscan.inc
+ Keyboard unit overhaul
2006-01-31 10:26:25 +00:00
lineinfo.pp
Fixed lineinfo compilation with -gl
2006-12-26 19:27:45 +00:00
lnfodwrf.pp
* DWARF debug lineinfo reader
2006-12-17 23:11:25 +00:00
lstrings.pp
* log and id tags removed
2005-05-21 09:42:41 +00:00
macpas.pp
* fixed little endian typo
2006-11-01 17:07:45 +00:00
makefile.inc
mathh.inc
* correct masking of exceptions in genmath code
2007-01-14 10:44:10 +00:00
matrix.pp
* cosmetic - trash at the end removed
2006-05-24 22:51:23 +00:00
mmatimp.inc
* Tidy indentation
2006-10-18 19:44:24 +00:00
mouse.inc
fix compilation for {$T+} linux/win
2006-10-04 20:43:55 +00:00
mouseh.inc
* remove $Log
2005-06-07 09:47:55 +00:00
mvecimp.inc
objects.pp
* force stackframes for foreach,firstthat,lastthat
2006-10-18 20:31:25 +00:00
objpas.inc
* fixed bug related to IMPLEMENTS keyword. The interface type was stored inside the interface defintion what was wrong! now it's set per TImplementedInterface$
2007-01-26 20:58:46 +00:00
objpash.inc
* fixed bug related to IMPLEMENTS keyword. The interface type was stored inside the interface defintion what was wrong! now it's set per TImplementedInterface$
2007-01-26 20:58:46 +00:00
pagemem.pp
* remove $Log
2005-06-07 09:47:55 +00:00
printer.inc
* remove $Log
2005-06-07 09:47:55 +00:00
printerh.inc
* remove $Log
2005-06-07 09:47:55 +00:00
readme
real2str.inc
* define FPC_DOUBLE_HILO_SWAPPED for ARM CPU if needed to properly handle doubles in RTL.
2006-11-21 21:24:01 +00:00
resh.inc
+ loading of components from resources
2005-10-02 08:10:17 +00:00
rtti.inc
* fixed warnings and notes while compiling system unit for wince.
2006-07-18 15:00:09 +00:00
sockets.inc
* Remove reming usage of errno.
2007-01-14 21:50:24 +00:00
socketsh.inc
+ Add type and constants to ease porting from Kylix libc unit
2007-02-11 12:21:01 +00:00
sockovl.inc
+ Restore and fix text/file socket functionality.
2007-01-14 18:50:19 +00:00
softfpu.pp
* fixed softfloat trunc
2007-01-28 09:52:20 +00:00
sstrings.inc
* fixed val_sint(x,longint) for negative hex/bin values on 64 bit
2007-01-26 18:43:50 +00:00
stdsock.inc
* socketerror
2006-02-26 00:51:19 +00:00
strings.pp
* log and id tags removed
2005-05-21 09:42:41 +00:00
stringsi.inc
* fixed strpos() in case source or target is nil
2005-12-09 14:57:10 +00:00
sysres.inc
+ Initial implementation of RTL resource support
2005-08-31 15:54:30 +00:00
system.fpd
system.inc
* hexstr can handle pointers
2007-02-17 16:39:02 +00:00
systemh.inc
* made exitcode a longint, at least windows supports it, delphi uses a longint too
2007-02-18 20:26:28 +00:00
text.inc
* fix for bug #7539
2007-02-12 21:49:41 +00:00
textrec.inc
+ Removed FPC_HASUSERDATA32 define
2005-06-07 21:02:43 +00:00
thread.inc
* cleanup of rtlevents, remove startwait due to persistance guarantee
2007-01-08 19:11:07 +00:00
threadh.inc
* cleanup of rtlevents, remove startwait due to persistance guarantee
2007-01-08 19:11:07 +00:00
threadvr.inc
+ Removed HASTHREADVAR SUPPORT_THREADVAR defines
2005-06-09 17:40:29 +00:00
typefile.inc
* fixed web bug tw4954 (warning when reading from a typed file)
2006-05-29 09:54:42 +00:00
ucomplex.pp
* improved complex / operator by Dimitrios Apostolou
2006-11-07 21:09:57 +00:00
varerror.inc
* removed duplicate EVariant class from varutils and incorporated
2006-03-24 22:47:15 +00:00
variant.inc
* Patch from Thorsten for bug in lower than equal( only did lower than)
2007-02-11 14:38:29 +00:00
varianth.inc
* made vararrays working on win64
2007-02-16 20:12:34 +00:00
video.inc
+ Correct behaviour when initialization fails.
2006-06-11 09:00:19 +00:00
videoh.inc
* Unix video unit character set conversion overhaul
2006-04-17 12:39:02 +00:00
wstringh.inc
* more consitent space and case usage
2006-05-09 20:37:22 +00:00
wstrings.inc
* fix concat_multi for widestrings, patch was already done for ansistrings fixes 8292
2007-02-09 12:28:22 +00:00