| .. |
|
graph
|
01dfac4a4e
* old logs removed and tabs fixed
|
23 жил өмнө |
|
aliases.inc
|
01dfac4a4e
* old logs removed and tabs fixed
|
23 жил өмнө |
|
astrings.inc
|
479c4f0ea6
* small fix for 1.0.x
|
21 жил өмнө |
|
cgeneric.inc
|
dedf697f3a
* use some more string routines from libc if FPC_USE_LIBC is used
|
21 жил өмнө |
|
cgenstr.inc
|
81b6d9f16c
* replace strlenint with sizeint
|
21 жил өмнө |
|
charset.pp
|
01dfac4a4e
* old logs removed and tabs fixed
|
23 жил өмнө |
|
cmem.pp
|
b1cfe655e7
* fixed reallocmem (bug noted by Vincent Snijders)
|
21 жил өмнө |
|
compproc.inc
|
81b6d9f16c
* replace strlenint with sizeint
|
21 жил өмнө |
|
crth.inc
|
66dd127bd9
+ Moved CRT interface to common include file
|
22 жил өмнө |
|
dosh.inc
|
04f6378052
* another global var to threadvar change, plus CVS log added
|
21 жил өмнө |
|
dynarr.inc
|
f4e0bc3881
+ Patch from peter to fix crash
|
21 жил өмнө |
|
dynarrh.inc
|
01dfac4a4e
* old logs removed and tabs fixed
|
23 жил өмнө |
|
dynlibs.pp
|
f803e314b4
* some delphi compat aliases added.
|
21 жил өмнө |
|
except.inc
|
2553988d5a
* exception addr record size for 64 bit systems fixed
|
21 жил өмнө |
|
fexpand.inc
|
c79f0fb1ac
* '//' behaviour for Amiga corrected
|
23 жил өмнө |
|
file.inc
|
041eb4aa1d
* do_read/do_write addr argument changed to pointer
|
21 жил өмнө |
|
filerec.inc
|
c9122a4719
+ completed x86-64/linux system unit
|
22 жил өмнө |
|
generic.inc
|
62850815bd
* fix arguments for shortstr_compare
|
21 жил өмнө |
|
genmath.inc
|
5fe2004441
* fixed some arm related real stuff
|
22 жил өмнө |
|
genset.inc
|
01dfac4a4e
* old logs removed and tabs fixed
|
23 жил өмнө |
|
genstr.inc
|
81b6d9f16c
* replace strlenint with sizeint
|
21 жил өмнө |
|
genstrs.inc
|
a980741757
* generic string routines added
|
22 жил өмнө |
|
getopts.pp
|
934fe41c45
* several 64 bit issues fixed
|
22 жил өмнө |
|
heap.inc
|
482e1a2505
* 64bit fixes
|
21 жил өмнө |
|
heaph.inc
|
abfc396c40
* cmem moved to rtl
|
22 жил өмнө |
|
heaptrc.pp
|
7bfe6e60a7
check whether bp is in the stack value allocated by the main program
|
21 жил өмнө |
|
innr.inc
|
6cd2cddd33
+ added prefetch(const mem)
|
22 жил өмнө |
|
int64.inc
|
71611dd39d
* shr/shl use and 63 for the shift value
|
21 жил өмнө |
|
keyboard.inc
|
b15ba0a5ae
* Peter's Cardinal<->Longint fixes patch
|
22 жил өмнө |
|
keybrdh.inc
|
b15ba0a5ae
* Peter's Cardinal<->Longint fixes patch
|
22 жил өмнө |
|
keyscan.inc
|
a4202664da
+ Initial import to main branch from fixes branch
|
24 жил өмнө |
|
lineinfo.pp
|
8c60c6f93e
* ordinal-pointer conversions fixed
|
21 жил өмнө |
|
lstrings.pp
|
01dfac4a4e
* old logs removed and tabs fixed
|
23 жил өмнө |
|
makefile.inc
|
9a219375c1
- removed os_types
|
23 жил өмнө |
|
mathh.inc
|
515ee5aef6
* linking problems fixed
|
22 жил өмнө |
|
mouse.inc
|
6d19671a84
* ptrint fixes
|
21 жил өмнө |
|
mouseh.inc
|
01dfac4a4e
* old logs removed and tabs fixed
|
23 жил өмнө |
|
objects.pp
|
8c60c6f93e
* ordinal-pointer conversions fixed
|
21 жил өмнө |
|
objpas.inc
|
f3e9309eef
* fixed tobject.dispatch for 64 bit cpus
|
21 жил өмнө |
|
objpash.inc
|
b80e1cfcdb
* vtype changed to ptrint
|
21 жил өмнө |
|
readme
|
13db04fb8b
* small cleanup of commented code (merged)
|
24 жил өмнө |
|
real2str.inc
|
72a8ac8dd7
* "improved" behavior of real2str for arm, still needs fixing
|
22 жил өмнө |
|
rtti.inc
|
1d209e605e
* fixed alignment issues
|
22 жил өмнө |
|
sockets.inc
|
20c89903ec
+ Changed mode to output for file sockets
|
22 жил өмнө |
|
socketsh.inc
|
510e8a722a
* sockaddr is now a union between the old and new struct as grace period
|
22 жил өмнө |
|
sockovl.inc
|
bdb8404de0
* new files sockets changes
|
22 жил өмнө |
|
softfpu.pp
|
22352dad85
* forgot goto on switch in last commit
|
23 жил өмнө |
|
sstrings.inc
|
81b6d9f16c
* replace strlenint with sizeint
|
21 жил өмнө |
|
stdsock.inc
|
fe251972ec
* Now working under Darwin
|
22 жил өмнө |
|
strings.pp
|
81b6d9f16c
* replace strlenint with sizeint
|
21 жил өмнө |
|
stringsi.inc
|
81b6d9f16c
* replace strlenint with sizeint
|
21 жил өмнө |
|
system.inc
|
94adf83a8b
* use thandle in do_*
|
21 жил өмнө |
|
systemh.inc
|
91733f9237
* some m68k and amiga related stuff fixed
|
21 жил өмнө |
|
text.inc
|
b5df63e617
* ValSInt fixed for 64 bit
|
21 жил өмнө |
|
textrec.inc
|
1ca09822a6
* unix thandle is always 32bit
|
21 жил өмнө |
|
thread.inc
|
6ae2f1b4dd
* wrappers and nothread prototypes for the basic* functions
|
21 жил өмнө |
|
threadh.inc
|
6ae2f1b4dd
* wrappers and nothread prototypes for the basic* functions
|
21 жил өмнө |
|
threadvr.inc
|
4b2084fb50
+ New threadmanager implementation
|
22 жил өмнө |
|
typefile.inc
|
041eb4aa1d
* do_read/do_write addr argument changed to pointer
|
21 жил өмнө |
|
ucomplex.pp
|
01dfac4a4e
* old logs removed and tabs fixed
|
23 жил өмнө |
|
variant.inc
|
7cb8b55abb
* real functions ifdef'ed depending on the supported types
|
22 жил өмнө |
|
varianth.inc
|
1f4a3402e2
* fixed type of verror
|
22 жил өмнө |
|
video.inc
|
01dfac4a4e
* old logs removed and tabs fixed
|
23 жил өмнө |
|
videoh.inc
|
01dfac4a4e
* old logs removed and tabs fixed
|
23 жил өмнө |
|
wstrings.inc
|
81b6d9f16c
* replace strlenint with sizeint
|
21 жил өмнө |