The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn a34f531661 + implemented support for codepage aware compiler messages. It can be enabled
per platform (currently only enabled for win32 and win64). Enabling it forces
  code page conversion from the codepage of the .msg file to CP_ACP, before
  writing the message to the console. Not enabling it keeps the previous
  behaviour of not doing any kind of code page conversion for messages. This
  feature should be tested and enabled per platform, because it requires code
  page conversion support in the rtl (so it may require adding the appropriate
  extra units, such as fpwidestring). When this feature is enabled for all
  platforms, we can start keeping only one .msg file per language, because
  having extra .msg files for different encodings for the same language becomes
  redundant, since the compiler can do code page conversion to whatever code
  page the console uses.

git-svn-id: trunk@36450 -
2017-06-08 16:11:33 +00:00
compiler + implemented support for codepage aware compiler messages. It can be enabled 2017-06-08 16:11:33 +00:00
ide Regenerated Makefile for ide 2017-06-01 14:16:36 +00:00
installer Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
packages * Improved ability to generate fppkg-configuration files 2017-06-06 20:35:24 +00:00
rtl + support the KOI8-R and KOI8-U Cyrillic encodings 2017-06-07 13:51:53 +00:00
tests Revert revision 36436 from trunk. Final fix for issue #31675. 2017-06-07 21:06:54 +00:00
utils * when creating the reverse endian .bcm file, zero fill all the records, before 2017-06-06 14:57:22 +00:00
.gitattributes Revert revision 36436 from trunk. Final fix for issue #31675. 2017-06-07 21:06:54 +00:00
.gitignore
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
Makefile.fpc * support bootstrapping with FPC 3.0.2 2016-12-22 20:01:58 +00:00