summaryrefslogtreecommitdiff
path: root/rtl/objpas/character.pas
Commit message (Expand)AuthorAgeFilesLines
* rtl: remove defines for v2.x compiler from the common part of the RTL. It's n...karoly2021-03-231-4/+3
* * Patch from Ondrej Pokorny to convert unit names to CamelCase (bug ID 33481)michael2018-03-231-1/+1
* * Remove double inline; chokes fpdoc (2nd occurrence)michael2017-09-281-1/+1
* * Remove double inline; chokes fpdocmichael2017-09-281-1/+1
* rtl: apply patch of Inoussa which drops unicode manager dependency on SysUtil...paul2013-08-201-116/+14
* rtl:paul2013-02-251-92/+91
* rtl: patch from Inoussa to complete TCharacter class implementation (mantis #...paul2011-09-301-187/+160
* rtl: update character.pas by Inoussa OUEDRAOGO (issue #0020302)paul2011-09-241-60/+223
* rtl: add flat functions (duplicates of TCharacter methods) to character unitpaul2011-09-231-0/+253
* rtl: raise EContructException in TCharacter constructor (compatible to delphi...paul2011-09-231-0/+7
* rtl: fix error messagepaul2011-09-231-1/+1
* rtl:paul2011-09-231-16/+115
* rtl: add TCharacter class implementation by Inoussa. At this moment only BMP(...paul2011-09-221-0/+463