The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe a56d94230f + iosxwstr unit that uses CoreFoundation where possible for the widestring
manager routines (in particular for locale-based routines, such as upper/
    lowercase), and which falls back to cwstring for functionality not
    supported by CoreFoundation (such as converting an UTF-8 string with
    illegal sequences to a different encoding)
   o this unit is particularly useful on iOS 7 (and 8?), as Apple no
     longer includes command line locale information on that platform and
     hence locale-dependent libc routines only work with the "C" locale
     there)

git-svn-id: trunk@29828 -
2015-02-23 22:48:11 +00:00
compiler * factored out the check regarding whether the index of a vecn needs to be 2015-02-23 22:48:08 +00:00
ide * made the registers shown in the registers window depend on the target CPU 2015-02-23 22:17:11 +00:00
installer * added package utils-unicode 2015-02-04 00:12:39 +00:00
packages + iosxwstr unit that uses CoreFoundation where possible for the widestring 2015-02-23 22:48:11 +00:00
rtl * added missing error constant 2015-02-23 11:19:50 +00:00
tests + test for an already fixed report (#14347), added to avoid that it pops up again 2015-02-22 20:33:01 +00:00
utils * added package description 2015-02-04 00:06:45 +00:00
.gitattributes + iosxwstr unit that uses CoreFoundation where possible for the widestring 2015-02-23 22:48:11 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +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 + added msdos to the NOUTILSTARGETS 2015-01-11 14:43:34 +00:00
Makefile.fpc + added msdos to the NOUTILSTARGETS 2015-01-11 14:43:34 +00:00