.. |
ddk
|
|
|
ndk
|
Improve NativeNT RTL (tested on Windows 7)
|
2012-05-31 07:18:13 +00:00 |
buildrtl.lpi
|
|
|
buildrtl.pp
|
Add character, fpwidestring, unicodedata and unicodenumtable units to builrtl to allow compilation of uregexpr unit from pacakge regexpr
|
2018-08-06 10:11:58 +00:00 |
classes.pp
|
* compilation fixes for many platforms after r41167
|
2019-02-02 20:22:07 +00:00 |
ddk.pas
|
|
|
dos.pp
|
* use the dummy DOS unit from the Embedded target so that we can use it for the ExtPas unit
|
2016-05-20 13:17:46 +00:00 |
Makefile
|
* regenerated Makefiles with LLVM bitcode installation support
|
2019-04-20 18:56:45 +00:00 |
Makefile.fpc
|
Add explicit FPC_SYSTEM_OPT variable that is only used for compilation of system units, thus allowing to explicitly pass -Sf option
|
2018-01-02 16:50:58 +00:00 |
ndk.pas
|
Improve NativeNT RTL (tested on Windows 7)
|
2012-05-31 07:18:13 +00:00 |
ndkutils.pas
|
+ rawbytestring/unicodestring overloads for FileCreate and FileOpen.
|
2012-09-27 07:54:25 +00:00 |
rtldefs.inc
|
+ FPCRTL_FILESYSTEM_SINGLE_BYTE_API define that is set for targets where we
|
2013-06-27 21:37:39 +00:00 |
sysdir.inc
|
+ added mkdir/chdir/rmdir(rawbytestring) and (unicodestring) to the system unit
|
2013-07-04 22:28:37 +00:00 |
sysfile.inc
|
* Reset filerec mode field to fmClosed if the system call to open the file failed
|
2014-11-23 21:49:29 +00:00 |
sysheap.inc
|
* First part of 64-bit Windows fixes from Mantis #23074.
|
2014-02-18 02:10:35 +00:00 |
sysos.inc
|
+ unicodestring support for assign/erase/rename
|
2013-07-19 16:30:51 +00:00 |
sysosh.inc
|
o update by Sven Barth to the NativeNT RTL:
|
2010-12-11 20:39:05 +00:00 |
system.pp
|
- get rid of the calling convention modifier for PascalMain as it's generated using the default calling convention anyway (without any parameters this luckily doesn't matter that much ;) )
|
2016-01-29 14:51:15 +00:00 |
systhrd.inc
|
o update by Sven Barth to the NativeNT RTL:
|
2010-12-11 20:39:05 +00:00 |
sysutils.pp
|
* fix for Mantis #35862: free the list of functions added with AddTerminateProc to avoid memory leaks
|
2019-07-19 15:55:21 +00:00 |
tthread.inc
|
Extend TThread with (class) methods and (class) properties from Delphi 2007 and newer.
|
2012-12-27 16:16:17 +00:00 |