The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn 8c06529ae2 + added and implemented a TUnicodeStringExtendedGraphemeClustersEnumerator class
in the graphemebreakproperty unit - an enumerator that splits a UTF-16 string
  into extended grapheme clusters (i.e. user-perceived characters), conforming
  to the Unicode 9.0 algorithm:
  https://www.unicode.org/reports/tr29/tr29-29.html

git-svn-id: trunk@48726 -
2021-02-20 01:24:46 +00:00
compiler * more cfi support for aarch64 2021-02-18 21:44:12 +00:00
installer Regenerate all Makefile's, and update utils/fpcm/fpcmake.inc and utils/fpcm/revision.inc after commit 47483 2020-11-20 14:03:57 +00:00
packages + added and implemented a TUnicodeStringExtendedGraphemeClustersEnumerator class 2021-02-20 01:24:46 +00:00
rtl * (modified) patch by Michael Ring to enable the FPU on Cortex-M4F if available 2021-02-19 21:11:12 +00:00
tests * Fix issue ID #38462 2021-02-10 11:00:22 +00:00
utils + added the gbpparser tool to fpmake.pp 2021-02-19 20:16:09 +00:00
.gitattributes + added unit GraphemeBreakProperty, containing the grapheme break property character data from Unicode 9.0 2021-02-19 22:29:12 +00:00
.gitignore Add bin directory to ignore list for fpcsrc directory also 2020-10-30 16:17:05 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile Regenerate all Makefile's, and update utils/fpcm/fpcmake.inc and utils/fpcm/revision.inc after commit 47483 2020-11-20 14:03:57 +00:00
Makefile.fpc * rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOS 2020-07-10 21:52:24 +00:00