The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
paul 22b19220a3 merge r17485 from cpstrnew branch by michael:
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 -
2011-09-17 13:34:37 +00:00
compiler merge r17484 from cpstrnew branch by michael: 2011-09-17 13:30:09 +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 * Patch from Mantis #20046 fixing an issue in rcmatchstring. 2011-09-15 20:19:25 +00:00
rtl merge r17485 from cpstrnew branch by michael: 2011-09-17 13:34:37 +00:00
tests merge r17438 from cpstrnew branch by michael: 2011-09-17 13:27:26 +00:00
utils merge r17434 from cpstrnew branch by michael: 2011-09-17 13:19:59 +00:00
.gitattributes merge r17438 from cpstrnew branch by michael: 2011-09-17 13:27:26 +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