.. |
aliases.inc
|
5cafc069b5
+ Removed NOSAVEREGISTERS define
|
20 роки тому |
astrings.inc
|
cd03a2893b
* Explicitly increment and decrement ref count to keep copy of destination string in fpc_AnsiStr_Concat_multi and fpc_WideStr_Concat_multi. It prevents note "Local variable "destcopy" is assigned but never used".
|
17 роки тому |
cgeneric.inc
|
95abc479ac
* actually assign result of strncmp to comparechar0 result
|
18 роки тому |
cgenmath.inc
|
b967d88b0c
* don't use libc round/trunc/cos/... if FPC_HAS_TYPE_EXTENDED, because
|
18 роки тому |
cgenstr.inc
|
4ace790492
* remove $Log
|
20 роки тому |
charset.pp
|
790a4fe2d3
* log and id tags removed
|
20 роки тому |
cmem.pp
|
0a3591a2a5
* Fixed warnings and notes.
|
18 роки тому |
compproc.inc
|
7878f0feb3
* made all fpc_*_to_shortstr helpers a procedure, resolves #8580
|
18 роки тому |
crt.inc
|
58ff2fb482
+ Use CtrlBreakHandler infrastructure to allow processing of Ctrl-C in ReadKey (OS/2 implementation)
|
18 роки тому |
crth.inc
|
23ad0ae1ec
+ Removed HASINTF and VER1_0 defines
|
20 роки тому |
ctypes.pp
|
ebc99e1bd6
* make clongdouble only a double on win64 and wince, on win32 we follow gcc
|
18 роки тому |
dos.inc
|
5a49addb35
* fixed more warnings and notes while compiling RTL.
|
19 роки тому |
dosh.inc
|
859bb30daa
+ Removed HASTHREADVAR SUPPORT_THREADVAR defines
|
20 роки тому |
dynarr.inc
|
fd2032dab2
+ start of embedded rtl
|
18 роки тому |
dynarrh.inc
|
c5f82ba6de
+ (ole)variant<->error type conversion
|
20 роки тому |
dynlibs.pas
|
9c45584938
* Safeloadlibrary
|
18 роки тому |
elfres32.inc
|
ebfd2b6b20
* Fix for tres.pp test by Sergei Gorelkin.
|
18 роки тому |
except.inc
|
99ea98c7b1
* Workaround dead code warnings by using preprocessor.
|
17 роки тому |
fexpand.inc
|
5a49addb35
* fixed more warnings and notes while compiling RTL.
|
19 роки тому |
file.inc
|
9566255122
* allow out file parameters
|
19 роки тому |
filerec.inc
|
71318f202b
+ Removed FPC_HASUSERDATA32 define
|
20 роки тому |
generic.inc
|
c64ab62bdf
* fixed CompareChar0, resolves #10151
|
18 роки тому |
genmath.inc
|
5e3462b6fc
* Fixed warnings and notes.
|
17 роки тому |
genset.inc
|
0040eecf9f
+ support for extra packing of sets whose lower element number
|
18 роки тому |
genstr.inc
|
4ace790492
* remove $Log
|
20 роки тому |
genstrs.inc
|
4ace790492
* remove $Log
|
20 роки тому |
getopts.pp
|
3ed12b0229
* Small patch from Inoussa OUEDRAOGO so it compiles with Delphi
|
18 роки тому |
heap.inc
|
0dcad4d822
* Implemented late thread manager initialization. Thread manager code is not included to executable if thread stuff are not used. WinCE executable size is reduced by 4KB, Win32 executable size is reduced by 3KB. No testsuite regressions.
|
17 роки тому |
heaph.inc
|
e00bacdcef
* Removed HAS_MT_MEMORYMANAGER define, since it is obsolete now.
|
17 роки тому |
heaptrc.pp
|
6a36ac786a
* Fixed warnings.
|
18 роки тому |
innr.inc
|
fb8bbd5ff0
+ inline abs(<longint>) on x86
|
18 роки тому |
int64.inc
|
bd27a09918
* changed record typecast into shift to avoid q3 becoming not
|
19 роки тому |
keyboard.inc
|
85b8eeac17
+ common CtrlBreakHandler for unit Keyboard
|
18 роки тому |
keybrdh.inc
|
4ace790492
* remove $Log
|
20 роки тому |
keyscan.inc
|
56d3bf1403
+ Keyboard unit overhaul
|
19 роки тому |
lineinfo.pp
|
05f718fbd2
* Fixed warnings and notes.
|
18 роки тому |
lnfodwrf.pp
|
2a0bf2b491
* return previous line that contains the call when we have found the address
|
18 роки тому |
lstrings.pp
|
790a4fe2d3
* log and id tags removed
|
20 роки тому |
macpas.pp
|
bce3ea4373
+ Added types UnsignedByte,UnsignedWord,UnsignedLong, suggestion by
|
18 роки тому |
makefile.inc
|
375d7711b8
* widestr->shortstr fixed
|
20 роки тому |
mathh.inc
|
b3a1868ff0
* correct masking of exceptions in genmath code
|
18 роки тому |
matrix.pp
|
4847fae030
* cosmetic - trash at the end removed
|
19 роки тому |
mmatimp.inc
|
aabc1e0fd2
* Tidy indentation
|
19 роки тому |
mouse.inc
|
02bed23a11
* Prevent range check error at compile time.
|
18 роки тому |
mouseh.inc
|
4ace790492
* remove $Log
|
20 роки тому |
mvecimp.inc
|
1b36a0b437
+ Add a matrix unit I wrote some time ago
|
21 роки тому |
objects.pp
|
4917931c63
* don't compile objects in fpu emulation mode
|
18 роки тому |
objpas.inc
|
6ed3d91989
* CompareText for shortstrings added
|
18 роки тому |
objpash.inc
|
5cffd5d22b
* marked TObject.InitInstance as inline
|
18 роки тому |
pagemem.pp
|
4ace790492
* remove $Log
|
20 роки тому |
printer.inc
|
4ace790492
* remove $Log
|
20 роки тому |
printerh.inc
|
4ace790492
* remove $Log
|
20 роки тому |
readme
|
13db04fb8b
* small cleanup of commented code (merged)
|
24 роки тому |
real2str.inc
|
4f23f216f6
* fixed mantis #9695 introduced by the fix in r7959
|
18 роки тому |
resh.inc
|
d5d3779360
* patch for #8375 from Roozbeh Gholizadeh
|
18 роки тому |
rtti.inc
|
dc71827e2e
* procedure version of fpc_copy to avoid errors with {$x-} (mantis #9918)
|
18 роки тому |
sockets.inc
|
203939b9a5
* Don't use deprecated functions.
|
17 роки тому |
socketsh.inc
|
a52a63178b
* fix INVALID_SOCKET constant (needs to be OS specific, it is UNSIGNED in windows)
|
18 роки тому |
sockovl.inc
|
2086107cf3
* fix missing socketerror discrepancy
|
18 роки тому |
softfpu.pp
|
911f926274
* disabled float128
|
18 роки тому |
sstrings.inc
|
6ed3d91989
* CompareText for shortstrings added
|
18 роки тому |
stdsock.inc
|
8991b8f365
* new socketerror scheme. OS/2 and netware are now broken and still must be done. (merge me and all previous socket related commits please)
|
18 роки тому |
strings.pp
|
6b8466633e
* forgotten commit (part of last commit)
|
18 роки тому |
stringsi.inc
|
9b9dd342c5
* fixed strpos() in case source or target is nil
|
20 роки тому |
sysres.inc
|
c15d1b280f
+ Initial implementation of RTL resource support
|
20 роки тому |
system.fpd
|
287c262d10
* Added copy,length and setlength
|
18 роки тому |
system.inc
|
c4e60fd1a5
- Removed systhrd.inc from targets where thread manager is stub by default. Stub is installed in common thread.inc file if DISABLE_NO_THREAD_MANAGER is not defined.
|
17 роки тому |
systemh.inc
|
6ed3d91989
* CompareText for shortstrings added
|
18 роки тому |
text.inc
|
39463b45ad
* fixed writestr io-check comment
|
18 роки тому |
textrec.inc
|
71318f202b
+ Removed FPC_HASUSERDATA32 define
|
20 роки тому |
thread.inc
|
c4e60fd1a5
- Removed systhrd.inc from targets where thread manager is stub by default. Stub is installed in common thread.inc file if DISABLE_NO_THREAD_MANAGER is not defined.
|
17 роки тому |
threadh.inc
|
7f2a257102
+ heap manager now per thread, reduce heap lock contention
|
18 роки тому |
threadvr.inc
|
b2b0e749bb
* win32 system unit doesn't depend anymore directly on the main program, this is necessary to be able to keep it in a dll
|
18 роки тому |
typefile.inc
|
316c4d6313
* fixed web bug tw4954 (warning when reading from a typed file)
|
19 роки тому |
ucomplex.pp
|
7cc78b6ae1
* improved complex / operator by Dimitrios Apostolou
|
19 роки тому |
ufloat128.pp
|
e3085015f7
* continued to work on float128 stuff
|
18 роки тому |
varerror.inc
|
77d20627dc
* removed duplicate EVariant class from varutils and incorporated
|
19 роки тому |
variant.inc
|
5e3462b6fc
* Fixed warnings and notes.
|
17 роки тому |
varianth.inc
|
dc2a8787a1
+ VarArrayPut and VarArrayGet from Igor, resolves #9161
|
18 роки тому |
video.inc
|
4a3248bc08
+ Correct behaviour when initialization fails.
|
19 роки тому |
videoh.inc
|
f009b5700a
* Unix video unit character set conversion overhaul
|
19 роки тому |
wstringh.inc
|
86e3e79e67
+ WC_NO_BEST_FIT_CHARS
|
17 роки тому |
wstrings.inc
|
891ce34513
* preparations for unicodestring support in the rtl
|
18 роки тому |
wustrings.inc
|
cd03a2893b
* Explicitly increment and decrement ref count to keep copy of destination string in fpc_AnsiStr_Concat_multi and fpc_WideStr_Concat_multi. It prevents note "Local variable "destcopy" is assigned but never used".
|
17 роки тому |