The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
paul e23534eec4 compiler, rtl: some rtti related changes:
- write pint instead of 32 bit for record field offset (compiler uses aintsize = pint in TRecordDef), use PtrInt in RTL for record reading
  - add tkRecord to TTypeData (field and type names are taken from Delphi help)
  - add tkProcedure as alias to tkProcVar

git-svn-id: trunk@24424 -
2013-05-04 16:05:04 +00:00
compiler compiler, rtl: some rtti related changes: 2013-05-04 16:05:04 +00:00
ide Regenerate all Makefiles with an up-to-date fpcmake binary 2013-04-29 12:37:46 +00:00
installer Regenerate all Makefiles with an up-to-date fpcmake binary 2013-04-29 12:38:48 +00:00
packages Fix compilation of WinCE. Change the fixed UNICODE define of WinCE to FPC_OS_UNICODE, so that it won't be undefined when changing the mode/string type and that the usage of a UNICODE API is independant of the mode. 2013-05-04 11:06:32 +00:00
rtl compiler, rtl: some rtti related changes: 2013-05-04 16:05:04 +00:00
tests compiler, rtl, tests: write Delphi compatible (more or less) type information for Class Reference and Pointer types (mantis ) 2013-05-04 12:47:05 +00:00
utils Regenerate all Makefiles with an up-to-date fpcmake binary 2013-04-29 12:49:25 +00:00
.gitattributes compiler, rtl, tests: write Delphi compatible (more or less) type information for Class Reference and Pointer types (mantis ) 2013-05-04 12:47:05 +00:00
.gitignore
Makefile Regenerate all Makefiles with an up-to-date fpcmake binary 2013-04-29 12:49:50 +00:00
Makefile.fpc