The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
paul d752ce2c11 compiler:
- postpone insertion of hidden params into record methods after the full record parse to prevent interface and implementation difference because of the possible record size change after the method parse (issue #0021044)
  - skip hidden arguments during methods search for a property setter because of the above change and also for consistency with getter method search
  - test

git-svn-id: trunk@20161 -
2012-01-24 01:45:31 +00:00
compiler compiler: 2012-01-24 01:45:31 +00:00
ide * fix for crash of textmode IDE when loading CHM index that contains empty tags. 2012-01-15 15:42:07 +00:00
installer * wrong path suggested for LIBPATH fixed 2012-01-13 23:14:43 +00:00
packages * EMX and Watcom use .exe extension too 2012-01-23 21:36:43 +00:00
rtl * fpc_pchar_length: fixed exit without restoring EDI register if argument is nil, bug #21135. 2012-01-22 23:52:46 +00:00
tests compiler: 2012-01-24 01:45:31 +00:00
utils * Patch by Ludo: 2012-01-23 14:16:03 +00:00
.gitattributes compiler: 2012-01-24 01:45:31 +00:00
.gitignore fpvectorial is now moved to lazarus/components/fpvectorial 2011-10-30 16:42:46 +00:00
Makefile * don't build utils on gba and embedded 2012-01-07 21:52:40 +00:00
Makefile.fpc * don't build utils on gba and embedded 2012-01-07 21:52:40 +00:00