fpc/rtl/unix
nickysn 248fd313f8 + introduced unit SortBase, which implements the foundation for pluggable
sorting algorithms. A default QuickSort implementation is provided by the
  unit. Other units can be added, to provide other sorting algorithms (e.g.
  HeapSort, MergeSort, IntroSort, etc.)
* TList and TFPList updated to use the current default sorting algorithm defined
  in SortBase for their .Sort method.

git-svn-id: trunk@41167 -
2019-02-02 20:06:50 +00:00
..
scripts
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
bunxovl.inc
bunxovlh.inc
classes.pp + introduced unit SortBase, which implements the foundation for pluggable 2019-02-02 20:06:50 +00:00
cthreads.pp + support for tlsm_general on i386-linux 2018-11-11 17:32:20 +00:00
ctypes.inc
cwstraix.inc
cwstring.pp define iconv_is_in_libc by default for netbsd OS (can be disabled by adding -dDISABLE_ICONV_LIBC option 2018-09-24 22:20:30 +00:00
dl.pp * link always excplicitly against libc on linux when using the dl unit so 2016-08-22 14:16:21 +00:00
dos.pp * unicode executeprocess from work during Lazarus convention in IJsselstein 2016-03-19 17:59:42 +00:00
dynlibs.inc Move DynLibs support to System unit using a manager approach like for Threads, WideStrings, etc.. This is needed so that we can support features like "delayed" and loading of dynamic packages. 2015-02-03 20:00:00 +00:00
errors.pp
fpmake.inc
genfdset.inc * Use specific type for TFPSet elements 2017-07-09 14:47:27 +00:00
genfunch.inc * unicode executeprocess from work during Lazarus convention in IJsselstein 2016-03-19 17:59:42 +00:00
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 * libc's open() function is a varargs function 2015-01-30 19:31:25 +00:00
oscdeclh.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
ports.pp * use include files in the unix ports unit as well 2018-07-09 14:42:01 +00:00
settimeo.inc
syscall.pp Include setsysnr.inc and call SetSyscallNumbers if FPC_HAS_SETSYSNR_INC is defined 2014-11-23 21:57:33 +00:00
syscgen.inc * Removed unused vars in RTL. 2015-09-17 16:48:53 +00:00
sysdir.inc
sysdlh.inc Move DynLibs support to System unit using a manager approach like for Threads, WideStrings, etc.. This is needed so that we can support features like "delayed" and loading of dynamic packages. 2015-02-03 20:00:00 +00:00
sysfile.inc * Fixed ftruncate to take 64-bit argument 2015-05-21 07:32:30 +00:00
sysheap.inc * empty lines removed 2017-06-19 21:17:56 +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 * Fixed crash in DiskFree() and DiskSize() on Unices due to out of bound read of the DriveStr[] array in rare cases. 2018-10-06 13:52:56 +00:00
termiosh.inc
timezone.inc * converted for-loop to while-loop, because its loop count is used on exit 2016-11-01 14:01:41 +00:00
tthread.inc Use ptruint instead of longint cast for self address for WRITE_DEBUG 2014-11-10 23:09:06 +00:00
ttyname.inc
unix.pp * Fix bug #0034499 2018-12-14 10:00:44 +00:00
unixcp.pp * CP819/IBM819 should be mapped to Windows code page 28591 (ISO8859-1) 2017-02-04 22:44:36 +00:00
unixtype.pp
unixutil.pp * unicode executeprocess from work during Lazarus convention in IJsselstein 2016-03-19 17:59:42 +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 * use the new x86 port access intrinsics in the x86 unit for unix 2018-07-03 23:25:18 +00:00