The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe d1b2a5f362 * changed the initial value DefaultFileSystemCodePage from CP_ACP to CP_UTF8:
o since we always use UTF-16 for OS file API calls, this will only affect
     possible intermediate code page conversions inside RTL routines and hence
     prevent potential data loss. This was already the same for NativeNT and
     WinCE, which are in the same boat
   o DefaultRTLFileSystemCodePage, which specifies the code page used to return
     strings from single byte RTL routines, remains CP_ACP and hence nothing
     will change as far as programs using the RTL are concerned

git-svn-id: trunk@26377 -
2014-01-04 15:05:42 +00:00
compiler * fixed tcg8086.gen_cmp32_jmp1 for the less than/greater than cases 2014-01-03 18:06:21 +00:00
ide * mantis #25278 ascii table and #25239 (redundant help buttons) parts. 2013-12-26 17:14:50 +00:00
installer * rtl-console initial version. 2014-01-03 22:19:02 +00:00
packages * tested + fixed rtl-console makefile. 2014-01-04 00:13:43 +00:00
rtl * changed the initial value DefaultFileSystemCodePage from CP_ACP to CP_UTF8: 2014-01-04 15:05:42 +00:00
tests * propagate constants into the header of a for loop 2013-12-31 13:16:09 +00:00
utils + add bin2obj as required tool (should have been part of r26132) 2013-11-24 21:53:33 +00:00
.gitattributes rtl: add charmap for 856 codepage 2014-01-04 09:29:38 +00:00
.gitignore * more finegrained parallelism support for testsuite runs: the tests are no 2012-06-03 17:56:28 +00:00
fpmake_add1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake_proc1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake.pp * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
Makefile * allow 2.6.4 as starting version 2013-11-27 19:19:16 +00:00
Makefile.fpc * allow 2.6.4 as starting version 2013-11-27 19:19:16 +00:00