fpc/rtl/openbsd
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
..
i386 * i386: Perform all CPU-related initialization in fpc_cpucodeinit, instead of having it scattered between fpc_cpuinit,fpc_cpucodeinit and check_sse_support. Simplifies things quite a bit. 2014-03-16 22:20:39 +00:00
x86_64 Recompiled with pic option 2014-01-13 23:07:56 +00:00
errno.inc * OpenBSD system errno.h constants fixed 2012-06-17 14:46:16 +00:00
errnostr.inc * Try to update i386/openbsd port 2011-10-03 23:24:05 +00:00
Makefile + introduced unit SortBase, which implements the foundation for pluggable 2019-02-02 20:06:50 +00:00
Makefile.fpc + introduced unit SortBase, which implements the foundation for pluggable 2019-02-02 20:06:50 +00:00
osdefs.inc * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 2013-06-27 14:01:18 +00:00
pmutext.inc
pthread.inc * add pthread_attr_destroy, due to Vincent's follow up to mantis #25416 2013-12-12 10:13:41 +00:00
ptypes.inc * patch to increase ino and time_t to 64-bit, mantis #30314 2016-07-09 19:57:22 +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
setsysnr.inc OpenBSD support for OS version specific syscall numbers 2014-11-23 21:59:25 +00:00
signal.inc Correct several record fields 2012-04-11 13:21:38 +00:00
syscalls.inc
sysconst.inc
sysctlh.inc
sysnr.inc OpenBSD support for OS version specific syscall numbers 2014-11-23 21:59:25 +00:00
sysofft.inc
systypes.inc
termio.pp * Clean out of $i textrec and filerec includes that are redundant now that cpstrrtl exposes 2014-01-02 13:26:09 +00:00
termios.inc * Updated using freebsd version (not verified) 2011-10-04 22:23:19 +00:00
termiosproc.inc * tcflow and tcsendbreak fix for open/net 2012-05-05 20:15:43 +00:00
unixsysc.inc
unxconst.inc * Try to update i386/openbsd port 2011-10-03 23:24:05 +00:00
unxfunc.inc * Try to update i386/openbsd port 2011-10-03 23:24:05 +00:00
unxsysc.inc * Try to update i386/openbsd port 2011-10-03 23:24:05 +00:00