The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
peter 5c7bc7937b Merged revisions 2569-2570 via svnmerge from
http://peter@svn.freepascal.org/svn/fpc/trunk

........
r2569 | jonas | 2006-02-14 17:40:52 +0100 (Tue, 14 Feb 2006) | 7 lines

  - "property" is again only a keyword in objfpc and delphi mode
    (otherwise this breaks code which uses that name for a parameter
    or variabled) -- this disables the ability to use properties
    in objects until support is added elsewhere in the compiler,
    but change is needed since it breaks the compilation of the
    universal headers.

........
r2570 | daniel | 2006-02-14 18:11:18 +0100 (Tue, 14 Feb 2006) | 3 lines

  + Add m_property mode switch to allow per mode recognition of
    property.

........

git-svn-id: branches/fixes_2_0@2576 -
2006-02-15 07:16:44 +00:00
compiler Merged revisions 2569-2570 via svnmerge from 2006-02-15 07:16:44 +00:00
fcl Merged revisions 2281,2315,2435,2439-2442 via svnmerge from 2006-02-06 08:45:29 +00:00
fv Merged revisions 2310,2312,2317,2320,2325,2331,2333,2340,2347,2358-2359,2373,2380-2381,2390,2402-2403,2405-2406,2436-2437 via svnmerge from 2006-02-06 09:02:34 +00:00
ide Merged revisions 2310,2312,2317,2320,2325,2331,2333,2340,2347,2358-2359,2373,2380-2381,2390,2402-2403,2405-2406,2436-2437 via svnmerge from 2006-02-06 09:02:34 +00:00
installer Merged revisions 375,2257,2261-2262,2271,2296,2376,2443 via svnmerge from 2006-02-06 08:39:19 +00:00
packages * regenerated 2006-02-08 09:05:36 +00:00
rtl Merged revisions 2338,2412,2445,2469,2485-2486,2501-2502,2508-2509,2514,2516,2530,2535,2537 via svnmerge from 2006-02-13 21:41:53 +00:00
tests Merged revisions 2338,2412,2445,2469,2485-2486,2501-2502,2508-2509,2514,2516,2530,2535,2537 via svnmerge from 2006-02-13 21:41:53 +00:00
utils Merged revisions 2527 via svnmerge from 2006-02-12 15:44:50 +00:00
.gitattributes Merged revisions 2338,2412,2445,2469,2485-2486,2501-2502,2508-2509,2514,2516,2530,2535,2537 via svnmerge from 2006-02-13 21:41:53 +00:00
.gitignore Merged revisions 1954-1955,1962-1963,1966-1967,1969,1973,1979,1982,1987-1992,1994-1999,2003-2007,2017,2021,2023,2031-2033,2035,2037,2039-2042,2045-2047,2050,2054-2057,2063,2065-2066,2069,2071-2075,2077-2078,2080-2081,2083,2097-2098,2101,2105-2106,2144-2145,2149,2156-2157,2176,2190,2194-2195,2202,2209-2211,2216,2220,2225-2232,2238 via svnmerge from 2006-01-10 09:08:40 +00:00
Makefile * disable SHAREDTARGETS 2006-02-09 07:46:38 +00:00
Makefile.fpc * disable SHAREDTARGETS 2006-02-09 07:46:38 +00:00