The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
paul 0c9b40acb7 compiler: record operators
- allow operator also if return type match the structure type (before at least one parameter had to match)
  - search both operands symbol tables for a suitable assignment operator
  - test
based on patch of Blaise Thorn (issue #0018490)

git-svn-id: trunk@16762 -
2011-01-14 02:25:48 +00:00
compiler compiler: record operators 2011-01-14 02:25:48 +00:00
ide + Add $rbp FrameName for x86_64 CPU 2010-12-30 14:53:57 +00:00
installer * fix check for necessity of LIBPATH changes 2011-01-05 23:05:03 +00:00
packages * Add .note.GNU-stack section to .or files, so that executables do not get an executable stack, bug #16545 2011-01-12 12:03:16 +00:00
rtl * RTL: Replaced deprecated formatting symbols with their up-to-date counterparts, reduces compiler noise. 2011-01-09 15:27:05 +00:00
tests compiler: record operators 2011-01-14 02:25:48 +00:00
utils * Added support for project file 2011-01-05 22:19:53 +00:00
.gitattributes compiler: record operators 2011-01-14 02:25:48 +00:00
.gitignore * changed syntax of external objcclasses (see wiki/FPC_PasCocoa). Another 2011-01-02 14:50:46 +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