mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-18 10:32:14 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() Patch from Inoussa: * rtl/inc/astrings.inc ** "fpc_AnsiStr_Concat_multi" : add "cp" parameter. If the "DestS" variable is "nil" this code page is use in order not to loose the declared code page of the original (result)variable. ** "fpc_AnsiStr_Compare" : modify to compare taking care of the code page of the arguments. ** "fpc_AnsiStr_Compare_equal" : modify to compare taking care of the code page of the arguments. ** "fpc_AnsiStr_SetLength" : add "cp" parameter. If the "S" variable is "nil" this code page is use in order not to loose the declared code page of the original (result)variable. * rtl/inc/systemh.inc ** add "SetCodePage" prototype. git-svn-id: trunk@19114 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |