The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
svenbarth 05174f3e67 Fix for Mantis #29546.
htypechk.pas, tcallcandidates:
  * create_candidate_list: don't check whether the pd is a specialization if the owner is valid; happens if a generic method is used more than once (which should happen here and then :P )

+ added test

git-svn-id: trunk@33037 -
2016-01-31 17:14:44 +00:00
compiler Fix for Mantis #29546. 2016-01-31 17:14:44 +00:00
ide Allow i8086 cross IDE by adding missing compiler/x86 unit directory 2016-01-13 10:11:34 +00:00
installer * added SDL sources 2015-11-17 12:03:49 +00:00
packages Call system.Flush only once within ReadFromStream nested in ExecuteFPC for interactve mode 2016-01-29 22:50:53 +00:00
rtl Fix threadvar handling. Basically a merge of r31913 of my packages branch. 2016-01-30 23:10:35 +00:00
tests Fix for Mantis #29546. 2016-01-31 17:14:44 +00:00
utils Fix compilation with range check on by redefining tat array in ClearComments procedure 2016-01-28 17:14:11 +00:00
.gitattributes Fix for Mantis #29546. 2016-01-31 17:14:44 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * Patch from Thaddy de Koning to make 3.0.0 the only starting compiler 2016-01-17 09:24:48 +00:00
Makefile.fpc * Patch from Thaddy de Koning to make 3.0.0 the only starting compiler 2016-01-17 09:24:48 +00:00