The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 01bfed76e3 + support for passing parameters via pre-allocated stack space on i386
(override/adjust cgutils.use_fixed_stack to change conditions where
     this is done, currently only activated for darwin-i386)
  * make sure the stack is always aligned to 16 bytes on darwin-i386

git-svn-id: trunk@2841 -
2006-03-10 20:01:16 +00:00
compiler + support for passing parameters via pre-allocated stack space on i386 2006-03-10 20:01:16 +00:00
fcl + i386-darwin support (use fpcmake from after 12 February 2006) 2006-03-09 15:26:49 +00:00
fv + i386-darwin support (use fpcmake from after 12 February 2006) 2006-03-09 15:26:49 +00:00
ide + i386-darwin support (use fpcmake from after 12 February 2006) 2006-03-09 15:26:49 +00:00
installer + i386-darwin support (use fpcmake from after 12 February 2006) 2006-03-09 15:26:49 +00:00
packages + i386-darwin support (use fpcmake from after 12 February 2006) 2006-03-09 15:26:49 +00:00
rtl * updated 2006-03-10 15:21:16 +00:00
tests * nested for loop with same counter 2006-03-05 18:58:55 +00:00
utils + i386-darwin support (use fpcmake from after 12 February 2006) 2006-03-09 15:26:49 +00:00
.gitattributes * moved the indirect symbol stuff from nppcld to cgobj and ncgld, since 2006-03-09 18:27:11 +00:00
.gitignore + renamed tests to ddg 2006-02-21 10:17:47 +00:00
Makefile + i386-darwin support (use fpcmake from after 12 February 2006) 2006-03-09 15:26:49 +00:00
Makefile.fpc * force zipname to fpc-ver-target for zipinstall 2006-02-13 09:32:39 +00:00