The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
paul 647218fd13 rtl: patch from Inoussa to complete TCharacter class implementation (mantis ):
* ToLower is functional for all characters including those outside of the BMP
  * ToUpper is functional for all characters including those outside of the BMP
  * Other methods using "const AString : UnicodeString; AIndex : Integer" are 
    functional for all characters including those outside of the BMP

git-svn-id: trunk@19286 -
2011-09-30 00:15:37 +00:00
compiler * don't evaluate sizeof(<type param>) as a constant to avoid arithmetic errors in constant folding, resolves 2011-09-29 21:17:44 +00:00
ide Add USE_OLD_REGEXPR option for regular expression unit choice 2011-08-29 13:38:13 +00:00
installer + Update all Makefile's modified by 2011-08-16 20:10:19 +00:00
packages * Forgot to commit file in r19272. 2011-09-28 19:52:37 +00:00
rtl rtl: patch from Inoussa to complete TCharacter class implementation (mantis ): 2011-09-30 00:15:37 +00:00
tests rtl: patch from Inoussa to complete TCharacter class implementation (mantis ): 2011-09-30 00:15:37 +00:00
utils * Also default to PIC code using -Cg option for x86_64 BSD targets 2011-09-28 23:12:52 +00:00
.gitattributes rtl: patch from Inoussa to complete TCharacter class implementation (mantis ): 2011-09-30 00:15:37 +00:00
.gitignore + Added libogc binding and examples for Wii 2011-02-23 21:59:42 +00:00
Makefile + armv4t 2011-08-27 20:21:42 +00:00
Makefile.fpc * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00