The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 8e788c6fa5 * further fixes for parsing declarations involving nested types that are
declared inside the the current structdef hierarchy: properly deal with
    multiple types of the same name nested into each other, by keeping track
    of at which point in the hierarchy we found the first type (and afterwards
    continuing from there, instead of from any point in the hierarchy where
    a type with this name can be found)

git-svn-id: trunk@17126 -
2011-03-12 23:54:12 +00:00
compiler * further fixes for parsing declarations involving nested types that are 2011-03-12 23:54:12 +00:00
ide + Add $rbp FrameName for x86_64 CPU 2010-12-30 14:53:57 +00:00
installer + packages fcl-js and hermes added 2011-02-20 20:48:16 +00:00
packages * regenerated with current fpcmake 2011-03-12 20:03:22 +00:00
rtl * Change TProxyStream.seek to 64-bit variant. 2011-03-08 15:13:53 +00:00
tests * further fixes for parsing declarations involving nested types that are 2011-03-12 23:54:12 +00:00
utils * Solved problem with uninitialized variable 2011-03-12 22:13:08 +00:00
.gitattributes * further fixes for parsing declarations involving nested types that are 2011-03-12 23:54:12 +00:00
.gitignore + Added libogc binding and examples for Wii 2011-02-23 21:59:42 +00:00
Makefile * compile win 64-bit IDE default. It works now, and even gdb is starting to work. 2010-12-15 19:16:48 +00:00
Makefile.fpc * compile win 64-bit IDE default. It works now, and even gdb is starting to work. 2010-12-15 19:16:48 +00:00