The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 368cd52f97 * fixed bug in typed constant record parsing with variant records
in case a variant part other than the first is initialised (the
    index of the next symbol was not adjusted, causing incorrect error
    messages in case there are some alignment bits/bytes between the
    previous and next field)

git-svn-id: trunk@8948 -
2007-10-26 18:22:30 +00:00
compiler * fixed bug in typed constant record parsing with variant records 2007-10-26 18:22:30 +00:00
fv
ide
installer
packages * fixed (some?) missing dependencies 2007-10-25 21:00:21 +00:00
rtl * soft float128 code compiles in theory (ies the compiler) 2007-10-23 20:23:13 +00:00
tests * fixed bug in typed constant record parsing with variant records 2007-10-26 18:22:30 +00:00
utils * compile fixed 2007-10-26 08:13:24 +00:00
.gitattributes * fixed bug in typed constant record parsing with variant records 2007-10-26 18:22:30 +00:00
.gitignore * move hash 2007-10-25 20:16:21 +00:00
Makefile
Makefile.fpc