The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
yury 87f14b072f * Use collation when comparing strings.
git-svn-id: branches/targetandroid@23402 -
2013-01-16 10:50:52 +00:00
compiler * Always specify dynamic linker name for executables. 2013-01-02 00:53:36 +00:00
ide Merge with trunk r22040. Regenerated makefiles. 2012-08-09 08:12:34 +00:00
installer Merge with trunk r22040. Regenerated makefiles. 2012-08-09 08:12:34 +00:00
packages Merge with trunk r22040. Regenerated makefiles. 2012-08-09 08:12:34 +00:00
rtl * Use collation when comparing strings. 2013-01-16 10:50:52 +00:00
tests * If there is no HOME directory, the current dir must be used. 2013-01-16 10:41:32 +00:00
utils Merge with trunk r22040. Regenerated makefiles. 2012-08-09 08:12:34 +00:00
.gitattributes * I've found that libc on Android does not implement widechar case functions such as towupper(). Such functions are just wrappers over regular char functions. Therefore the whole cwstring unit is useless for Android. For now I've added stub cwstring unit for Android and reverted all Android specific changes in unix/cwstring.pp. Later, Unicode manager for Androud should be implemented using libicuuc, which is default Android lib. 2013-01-02 18:47:09 +00:00
.gitignore * more finegrained parallelism support for testsuite runs: the tests are no 2012-06-03 17:56:28 +00:00
Makefile Merge with trunk r22040. Regenerated makefiles. 2012-08-09 08:12:34 +00:00
Makefile.fpc * set correct PPSUF for MIPS(EL), based on a patch by Jeppe Johansen 2012-05-28 16:19:37 +00:00