The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
pierre ec76e879c9 Integrate patch from bug report 35409.
Add possibiliy to throw InternalError
  for unhandled case values inside tentryfile,
  But avoid adding dependency on verbose unit
  as this would break ppudump handling of ppu files.

  Add RaiseAssertion virtual method to tentryfile class.
  Call RaiseAssertion in tentryfile methods
  where an internal error is wanted.
  Override RaiseAssertion method in symtype.pas unit
  to call InternalError.
  Add new class tppudumpfile to override RaiseAssertion
  in utils/ppuutils/ppudump.pp unit.

git-svn-id: trunk@41896 -
2019-04-18 14:08:03 +00:00
compiler Integrate patch from bug report 35409. 2019-04-18 14:08:03 +00:00
installer Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
packages + added h2paschk structure checker files for the DirectDraw and DirectInput 2019-04-16 16:45:54 +00:00
rtl * Mantis 35257 modifyworldtransform, defined with var parameter could also take NIL. Split into straight pointer + redef var overload. 2019-04-18 09:00:42 +00:00
tests Avoid arithmetic overflow inside heaptrc unit on this test 2019-04-16 15:10:40 +00:00
utils Avoid C 64-bit compiler warnings by using %lu instead of %u for sizeof and offsetof 2019-04-16 22:03:40 +00:00
.gitattributes + added h2paschk structure checker files for the DirectDraw and DirectInput 2019-04-16 16:45:54 +00:00
.gitignore * made the ide a package, so it can be build in parallel with the other packages, reasons: 2018-01-06 20:22:30 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile Regenerate Makefile's after fpcmake change in commit #41721 2019-03-17 14:45:03 +00:00
Makefile.fpc Merged riscv_new branch 2018-09-26 19:49:08 +00:00