fpc/rtl/morphos
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.pp morphos: include the new lineinfo in the build 2019-01-13 13:27:45 +00:00
doslibd.inc
doslibf.inc Amiga-likes: preparations for inclusion of AThreads into the RTL buildprocess 2015-05-28 00:47:35 +00:00
emuld.inc
execd.inc morphos: also fix MorphOS header erros in RTL 2015-05-25 23:52:09 +00:00
execf.inc
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
prt0.as morphos: new pascal-written internal startup code. also refactored the rtl build process for morphos 2016-12-04 00:15:41 +00:00
si_prc.pp morphos: take two on the Pascal startup code. this version works as a drop-in replacement for the asm one, and doesn't need system unit patching. this will be important when linking against LibC and when the approach gets ported to other Amiga-like platforms 2016-12-04 14:02:01 +00:00
system.pp morphos: implement StackTop to get the stack top from the OS. stack boundaries are detected more precisely now, this fixes stack backtraces with shallow stack, among others 2017-07-08 23:31:54 +00:00
timerd.inc
timerf.inc
utild1.inc
utild2.inc
utilf.inc MorphOS: use LongBool instead of Boolean in syscalls, because we have C-style booleans as return values everywhere. this probably should be done for *all* Amiga-like syscalls everywhere... 2014-09-15 22:49:18 +00:00