The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn c7d8bd9666 + added a sort algorithm interface that accepts a custom callback function for
exchanging two elements. This is required for TStringList.Sort (and is the
  most generic form for a sort algorithm interface that I can think of).

git-svn-id: trunk@41182 -
2019-02-03 00:33:43 +00:00
compiler * fixed packed bitsize calculation for types with a negative lower bound and 2019-02-01 17:31:53 +00:00
installer haiku-x86_64: regenerated all Makefiles, take 2 2019-01-04 03:18:42 +00:00
packages * Fix wrong typecast, fix warning when compiling 2019-02-02 09:02:57 +00:00
rtl + added a sort algorithm interface that accepts a custom callback function for 2019-02-03 00:33:43 +00:00
tests + added a simple test that tests TList.Sort 2019-02-02 23:56:24 +00:00
utils Disable pas2js for jvm compiler 2019-01-31 11:20:34 +00:00
.gitattributes + added a simple test that tests TList.Sort 2019-02-02 23:56:24 +00:00
.gitignore * made the ide a package, so it can be build in parallel with the other packages, reasons: 2018-01-06 20:22:30 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile haiku-x86_64: regenerated all Makefiles, take 2 2019-01-04 03:18:42 +00:00
Makefile.fpc Merged riscv_new branch 2018-09-26 19:49:08 +00:00