The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 4dc98db426 * don't put classes/interfaces which need to be finalized in regvars
because the code generated by finalize_data_node() can't deal with that
    (and it's called from gen_finalize_code() *after* the local symtable
     of the current procedure has been allocated, and therefore the
     make_not_regable() call of the generated addrnode doesn't do anything)

git-svn-id: trunk@5414 -
2006-11-17 12:06:20 +00:00
compiler * don't put classes/interfaces which need to be finalized in regvars 2006-11-17 12:06:20 +00:00
fcl * fixes lnet in Makefile.fpc for exotic platforms again 2006-11-14 21:53:23 +00:00
fv
ide
installer
packages * remove openssl from netware and netwlibc (missing dynlibs support) 2006-11-14 15:21:06 +00:00
rtl * fixed long type and derivates for win64 2006-11-16 20:39:00 +00:00
tests * corrected unit name 2006-11-17 10:01:15 +00:00
utils * section "fpc" was renamed to ".fpc". 2006-11-10 10:33:41 +00:00
.gitattributes + added 2006-11-16 20:16:49 +00:00
.gitignore
Makefile
Makefile.fpc