The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2013-01-14 14:20:44 +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 * Implemented Unicode string manager for Android. It uses ICU library libicuuc.so. Note: ICU on Android has limited number of code pages. So don't expect support for DOS code pages or other exotic code pages. 2013-01-14 14:20:44 +00:00
tests * Oops, wrong commit r23235. Reverted. Now correct: Fixed lineinfo for Android. 2012-12-28 10:42:27 +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