.. |
scripts
|
Fix typo in script comment
|
2020-10-27 23:11:23 +00:00 |
aliasctp.inc
|
|
|
aliasptp.inc
|
|
|
baseunix.pp
|
Include setsysnr.inc and call SetSyscallNumbers if FPC_HAS_SETSYSNR_INC is defined
|
2014-11-23 21:57:33 +00:00 |
bunxh.inc
|
+ add fpmprotect function to complete fpmmap/fpmunmap
|
2019-06-06 20:46:01 +00:00 |
bunxovl.inc
|
* Patch to change numeric constant to symbolic constant for file mode (bug ID 37889)
|
2020-10-08 12:42:34 +00:00 |
bunxovlh.inc
|
|
|
classes.pp
|
+ introduced unit SortBase, which implements the foundation for pluggable
|
2019-02-02 20:06:50 +00:00 |
cthreads.pp
|
* fix for Mantis #37252: apply patch by Bi0T1N to implement TThread.NameThreadForDebugging for Mac OS X 10.6 and newer (older versions don't provide the required functions)
|
2021-05-02 12:46:39 +00:00 |
ctypes.inc
|
* added csize_t and pcsize_t for non unix systems (in unix/ctypes.pp)
|
2009-01-26 12:58:20 +00:00 |
cwstraix.inc
|
|
|
cwstring.pp
|
* cwstring: open iconv with the transliterate flag if iconvctl is not available
|
2020-11-29 17:09:19 +00:00 |
dl.pp
|
* Darwin support for printing line info for backtraces when using Dwarf,
|
2021-04-08 19:50:34 +00:00 |
dos.pp
|
* revert r47532, r47527 (use timezone information from fpgettimeofday) because they are not available on all Linux distributions
|
2020-11-23 15:17:52 +00:00 |
dynlibs.inc
|
|
|
errors.pp
|
|
|
fpmake.inc
|
|
|
genfdset.inc
|
* fix for mantis #36229, off by one in bounds check. Only affects invalid input though.
|
2019-10-29 13:44:24 +00:00 |
genfunch.inc
|
|
|
genfuncs.inc
|
* unicode executeprocess from work during Lazarus convention in IJsselstein
|
2016-03-19 17:59:42 +00:00 |
gensigset.inc
|
|
|
initc.pp
|
* first dragonfly patch (existing most). Mantis #27091
|
2014-12-07 20:27:02 +00:00 |
lnfogdb.pp
|
|
|
oscdecl.inc
|
|
|
oscdeclh.inc
|
+ initial implementation of path dependent IsFileNameCaseSensitive/IsFileNameCasePreserving functions for darwin
|
2021-04-10 13:29:59 +00:00 |
ports.pp
|
- disable I/O-port-related intrinsic functionality when using LLVM, as the
|
2018-12-01 20:30:43 +00:00 |
settimeo.inc
|
* fix settimeofday timeval parameter
|
2007-08-28 09:29:25 +00:00 |
syscall.pp
|
|
|
syscgen.inc
|
|
|
sysdir.inc
|
|
|
sysdlh.inc
|
|
|
sysfile.inc
|
|
|
sysheap.inc
|
* Darwin now uses Mach VM calls for memory allocation instead of mmap/munmap
|
2019-08-18 15:55:07 +00:00 |
sysunixh.inc
|
* on targets with indirect main entry argc, argv and envp are provided through the indirect entry information instead of externals
|
2017-07-08 19:18:20 +00:00 |
sysutils.pp
|
+ initial implementation of path dependent IsFileNameCaseSensitive/IsFileNameCasePreserving functions for darwin
|
2021-04-10 13:29:59 +00:00 |
termiosh.inc
|
|
|
timezone.inc
|
* Check buffer overflow when reading
|
2021-03-19 14:25:21 +00:00 |
tthread.inc
|
* 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
|
2020-08-22 15:56:13 +00:00 |
ttyname.inc
|
* beos support from Olivier Coursiere
|
2007-05-24 07:16:17 +00:00 |
unix.pp
|
* timezones android compilation
|
2020-11-05 18:39:11 +00:00 |
unixcp.pp
|
|
|
unixtype.pp
|
|
|
unixutil.pp
|
* remove the BaseUnix dependency added by mistake
|
2020-11-04 05:52:58 +00:00 |
unxdeclh.inc
|
haiku: update baseunix unit, remove syscalls code, flock() and nanosleep() is actually supported on Haiku for a long time now, so lets use it
|
2019-01-10 03:51:35 +00:00 |
unxovl.inc
|
|
|
unxovlh.inc
|
|
|
x86.pp
|
- disable I/O-port-related intrinsic functionality when using LLVM, as the
|
2018-12-01 20:30:43 +00:00 |