The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 3be51e1455 * fixed endless recursion in tabstractrecorddef.contains_float_field() in
case a record contains an internal typed constant of its own type
    (which happened becuase such a typed constant is also fieldvarsym, solved
     by checking for sp_static) (mantis #27880)
  * fixed several other similar cases in the compiler where we are only
    interested in instance fields, but processed all fieldvarsyms

git-svn-id: trunk@30614 -
2015-04-16 21:25:22 +00:00
compiler * fixed endless recursion in tabstractrecorddef.contains_float_field() in 2015-04-16 21:25:22 +00:00
ide Use pascal style doubling of quote char instead of C style escaping for ini file 2015-04-13 16:40:27 +00:00
installer * regenerated for iphonesim/x86-64 2015-02-23 22:56:41 +00:00
packages fcl-db: base: set storage specifiers - default 0 - for TFieldDef.Precision and TFieldDef.Size. 2015-04-16 11:37:28 +00:00
rtl * do not compile consoleio in objpas mode to avoid dependency on the objpas unit, resolves also #27856 2015-04-15 19:45:34 +00:00
tests * fixed endless recursion in tabstractrecorddef.contains_float_field() in 2015-04-16 21:25:22 +00:00
utils * Fixed bug #27829 2015-04-16 06:48:52 +00:00
.gitattributes * fixed endless recursion in tabstractrecorddef.contains_float_field() in 2015-04-16 21:25:22 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * turn off compiler and utils building for nds 2015-02-26 20:03:29 +00:00
Makefile.fpc * turn off compiler and utils building for nds 2015-02-26 20:03:29 +00:00