The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
sergei 8dab34b31a * fpc_char_to_unicodestr: call widestringmanager directly instead of nested char_to_uchar conversion.
* UnicodeToUtf8: calculate UCS4 value without three (!) temp string variables. Also removed separate word-sized variable and unsigned subtractions.

git-svn-id: trunk@20268 -
2012-02-06 10:22:17 +00:00
compiler * fixes several register allocation related mips issues 2012-02-05 21:58:45 +00:00
ide * fix for crash of textmode IDE when loading CHM index that contains empty tags. 2012-01-15 15:42:07 +00:00
installer * wrong path suggested for LIBPATH fixed 2012-01-13 23:14:43 +00:00
packages * fix to store empty node also for tkastring, Mantis #21137 2012-02-04 15:42:57 +00:00
rtl * fpc_char_to_unicodestr: call widestringmanager directly instead of nested char_to_uchar conversion. 2012-02-06 10:22:17 +00:00
tests Added NORUN flags to tests 2012-02-04 16:29:56 +00:00
utils + enable mips-linux in fpcmake (mips-linux is big endian, mipsel-linux is the little endian port) 2012-02-04 09:43:58 +00:00
.gitattributes Add mipsel file including mips counterparts 2012-02-04 22:29:04 +00:00
.gitignore fpvectorial is now moved to lazarus/components/fpvectorial 2011-10-30 16:42:46 +00:00
Makefile * some Makefiles regenerated to support mips-linux 2012-02-04 09:50:03 +00:00
Makefile.fpc * don't build utils on gba and embedded 2012-01-07 21:52:40 +00:00