The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe d24f232485 * when loading data from a bitpacked array, make sure we never load
anything from past the end of the array (it was discarded, but this
    can cause crashes if the array lies at the end of a memory block)
   -- todo: also for writing
  * adapted tparray13 so it checks this on unix platforms

git-svn-id: trunk@12844 -
2009-03-01 13:33:34 +00:00
compiler * when loading data from a bitpacked array, make sure we never load 2009-03-01 13:33:34 +00:00
ide * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00
installer + added support for fcl-res 2009-03-01 00:50:06 +00:00
packages + Added extapi and imm wince api units by Vasil Maximov. 2009-03-01 11:10:10 +00:00
rtl + Added extapi and imm wince api units by Vasil Maximov. 2009-03-01 11:10:10 +00:00
tests * when loading data from a bitpacked array, make sure we never load 2009-03-01 13:33:34 +00:00
utils * changes from r12727 (import library prefix) reflected in fpcmake 2009-02-28 22:28:30 +00:00
.gitattributes + Added extapi and imm wince api units by Vasil Maximov. 2009-03-01 11:10:10 +00:00
.gitignore * use eventlog.inc for Unix,Win32,Win64. other targets use felog.inc 2008-10-23 20:41:35 +00:00
Makefile * Makefiles regenerated 2009-03-01 00:35:12 +00:00
Makefile.fpc + delete base.build-stamp.* 2009-02-01 17:15:51 +00:00