The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe b0462d27cc * by default, no longer initialize enumeration fields of classes/objects
with the enum instance corresponding to ordinal 0 in JVM constructors,
    because a virtual method called by a parent constructor may already
    have assigned a different value (see tests/test/jvm/tenum2.pp). This
    will result in null pointer exceptions when using such fields without
    first explicitly assigning a value to them though.

    The old behaviour can be restored with the new -CTenumfieldinit command
    line parameter

git-svn-id: trunk@21736 -
2012-06-29 21:24:35 +00:00
compiler * by default, no longer initialize enumeration fields of classes/objects 2012-06-29 21:24:35 +00:00
ide
installer
packages * Stream TBufdataset fmtBcd fields (xml) 2012-06-29 16:04:55 +00:00
rtl
tests * by default, no longer initialize enumeration fields of classes/objects 2012-06-29 21:24:35 +00:00
utils
.gitattributes * by default, no longer initialize enumeration fields of classes/objects 2012-06-29 21:24:35 +00:00
.gitignore
Makefile
Makefile.fpc