fpc/rtl/win64
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
..
buildrtl.lpi
buildrtl.pp * fix building on win64 with FPC_SOFT_FPUX80 defined, resolves #32502 2017-11-26 15:16:37 +00:00
classes.pp Set result of functions calling RunError to avoid useless warnings 2016-08-19 12:21:17 +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
rtldefs.inc
seh64.inc * Also assign the ErrorCode variable, which is being checked by some tests like test/tstack.pp. 2016-04-03 22:26:10 +00:00
signals.pp Do not cast @JumpToHandleSignal to a longint, use ptruint type instead 2016-08-19 12:20:21 +00:00
sysinit.pp Fix compilation wtih range check: STD_INPUT_HANDLE must be a DWORD 2018-03-08 17:41:11 +00:00
system.pp - the external declaration of PascalMain is no longer needed for Win64 on 3.1.1+ 2017-01-29 20:18:18 +00:00
windows.pp