The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
marco 39670e3454 * fixed 3 problems in fcl-passrc found when searching why fcl.chm
didn't build for 2.6.2
   1. The nested function in findmemberancestors didn't set result.
       Possibily sleeping bug triggered by -gttt
   2. TPasmodule.Getelement crashed for some classes loaded from .xct
         (code assuming they were pasmodule derivatives)
         This probably touches a deeper lying problem where the 
	 (new) classtree doesn't validate nodetypes properly, and loaded
	 classes end up as modules in one or the other overview
   3. *Visibility functions had an out parameter that was not set
	 in all cases. Changed to VAR. (see mail fpc-devel from today).
         Another -gttt sleeper bug.
    
  (2) probably was the main problem of the initial crash.

git-svn-id: trunk@23760 -
2013-03-09 22:07:33 +00:00
compiler Merged r22903 2013-03-09 20:56:07 +00:00
ide Fix wrong cursor pos for 64 bit systems, hopefully fixes bug report 23957 2013-03-07 13:55:55 +00:00
installer * Regenerated makefiles. 2013-01-16 14:52:36 +00:00
packages * fixed 3 problems in fcl-passrc found when searching why fcl.chm 2013-03-09 22:07:33 +00:00
rtl Merged r22903 2013-03-09 20:56:07 +00:00
tests * don't treat bitpacked arrays of subranges of char that can be represented 2013-03-09 10:37:30 +00:00
utils utils: enable unicode utils compilation on linux 2013-03-09 17:48:38 +00:00
.gitattributes Merged r22903 2013-03-09 20:56:07 +00:00
.gitignore * more finegrained parallelism support for testsuite runs: the tests are no 2012-06-03 17:56:28 +00:00
Makefile * add 2.6.2 to allowed computers. Allow 2.6.0 too for a while. 2013-02-24 19:46:26 +00:00
Makefile.fpc * add 2.6.2 to allowed computers. Allow 2.6.0 too for a while. 2013-02-24 19:46:26 +00:00