| .. |
|
ddk
|
d94f37e375
+ patch by Sven Barth to add native NT rtl support to the fpc rtl, resolves #14887
|
16 years ago |
|
ndk
|
f96476b4fc
* Char -> AnsiChar
|
2 years ago |
|
Makefile
|
e225b41e3e
* properly define esp32 helper unit names in inc/Makefile.rtl
|
1 year ago |
|
Makefile.fpc
|
cb2d675732
Remove OS specific SYSTEMUNIT variable setting
|
2 years ago |
|
buildrtl.lpi
|
d94f37e375
+ patch by Sven Barth to add native NT rtl support to the fpc rtl, resolves #14887
|
16 years ago |
|
buildrtl.pp
|
2dcca2eb68
Fix compilation by removing unicodenumtable unit
|
3 years ago |
|
classes.pp
|
594090b215
* Add delphi-compatible observers to classes
|
2 years ago |
|
ddk.pas
|
ccfa38c68e
* Dotted RTL compiles
|
2 years ago |
|
dos.pp
|
ccfa38c68e
* Dotted RTL compiles
|
2 years ago |
|
ndk.pas
|
ccfa38c68e
* Dotted RTL compiles
|
2 years ago |
|
ndkutils.pas
|
ccfa38c68e
* Dotted RTL compiles
|
2 years ago |
|
rtldefs.inc
|
da7a67bc74
+ FPCRTL_FILESYSTEM_SINGLE_BYTE_API define that is set for targets where we
|
12 years ago |
|
sysdir.inc
|
d66d15aad3
+ added mkdir/chdir/rmdir(rawbytestring) and (unicodestring) to the system unit
|
12 years ago |
|
sysfile.inc
|
7bbb30ccd4
* Reset filerec mode field to fmClosed if the system call to open the file failed
|
11 years ago |
|
sysheap.inc
|
83deae45b8
* First part of 64-bit Windows fixes from Mantis #23074.
|
11 years ago |
|
sysos.inc
|
f96476b4fc
* Char -> AnsiChar
|
2 years ago |
|
sysosh.inc
|
3cd4168ab3
+ introduce TOSTimestamp
|
5 years ago |
|
system.pp
|
e80ce5f61f
* Allow to disable monitor
|
1 year ago |
|
systhrd.inc
|
452ec93f06
* implement waitformultiple for win32 only.
|
2 years ago |
|
sysutils.pp
|
ccfa38c68e
* Dotted RTL compiles
|
2 years ago |
|
tthread.inc
|
11b601d44c
* TThread.Terminate does not have any platform specific behavior (it should only set FTerminated to true and call TerminatedSet), thus move it to the platform independant part
|
5 years ago |