The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 63bd65942b * fall back to UTF-8 for darwin in unixcp.GetSystemCodePage if no LC_*/LANG
environment variables are set
  * if no LC_*/LANG environment variables are set, let cwstring fall back to
    unixcp.GetSystemCodePage
   o this is mainly to avoid problems on OS X, where under certain
     circumstances these variables are not set for GUI programs and
     as a result we set the system code page to ASCII

git-svn-id: trunk@29257 -
2014-12-11 19:11:11 +00:00
compiler + implemented inc/dec for huge pointers 2014-12-10 23:52:46 +00:00
ide * Pass correct baseinstalldir to fpmake when doing a cross-zipinstall from 2014-12-08 14:29:27 +00:00
installer * support for 7 additional packages, maximum number of packages/tab in installer increased to 45 2014-10-23 23:14:30 +00:00
packages * fixed typo in description 2014-12-11 15:18:40 +00:00
rtl * fall back to UTF-8 for darwin in unixcp.GetSystemCodePage if no LC_*/LANG 2014-12-11 19:11:11 +00:00
tests * translate placeholder code page numbers into actual code pages in 2014-12-08 12:11:33 +00:00
utils * make sure that fpcmake.inc is properly (re-)built as necessary - pass the proper path to data2inc 2014-12-11 16:14:40 +00:00
.gitattributes * translate placeholder code page numbers into actual code pages in 2014-12-08 12:11:33 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile Add missing closing brace for error function 2014-10-22 14:58:01 +00:00
Makefile.fpc Add missing closing brace for error function 2014-10-22 14:58:01 +00:00