The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
pierre a088820cfe * Try to fix problem with gdbver executable
git-svn-id: trunk@20110 -
2012-01-19 13:59:43 +00:00
compiler * typecheck all array indices, not just integer and boolean types 2012-01-18 21:29:44 +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 * Try to fix problem with gdbver executable 2012-01-19 13:59:43 +00:00
rtl * Get rid of using pdynarraytypeinfo, instead treat rtti as distinct 'header' and 'data' parts. In variants unit, use rtti declarations from typinfo directly. In system unit, declare private tdynarraytypedata record which (like typinfo.TTypeData) is not packed on alignment-sensitive targets. This simplifies code and removes scary pointer manipulations, should also yield better code on aligned targets. 2012-01-18 19:28:08 +00:00
tests * typecheck all array indices, not just integer and boolean types 2012-01-18 21:29:44 +00:00
utils * Patch from Hand-Peter Diettrich to fix CHM extension usage 2012-01-17 08:35:18 +00:00
.gitattributes * typecheck all array indices, not just integer and boolean types 2012-01-18 21:29:44 +00:00
.gitignore fpvectorial is now moved to lazarus/components/fpvectorial 2011-10-30 16:42:46 +00:00
Makefile * don't build utils on gba and embedded 2012-01-07 21:52:40 +00:00
Makefile.fpc * don't build utils on gba and embedded 2012-01-07 21:52:40 +00:00