The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 359c19ee9e - removed ppc601 as ppc32 cpu target
+ added ppc740 (g3), ppc7400 (G4) and ppc970 (G5) as ppc32 cpu
    targets
  * initialise optimizecputype by default to ppc7400 for ppc32 and to
    ppc970 for ppc64
  * merged ppc32/ppc64 overflow checking code and use the ppc64 one
    in case cputype or optimizecputype >= ppc970, because one of
    the instructions used in the ppc32 version no longer exists on the
    ppc970 (although it's emulated in the kernel on at least Mac OS X)
  * moved some other support routines and constants to ppcgen which
    were needed for the overflow checking (were identical for ppc32 and
    ppc64) 

git-svn-id: trunk@6323 -
2007-02-03 19:32:44 +00:00
compiler - removed ppc601 as ppc32 cpu target 2007-02-03 19:32:44 +00:00
fcl *wince : make fixed removed daemonapp 2007-02-03 12:07:07 +00:00
fv + Handle dragging correctly even if mouse doesn't send mouse move events. 2007-01-27 12:50:20 +00:00
ide * fixed compilation after TStringList->TCmdStrList change 2007-01-27 20:21:38 +00:00
installer + support for make -jX by marking all Makefiles that need to be executed 2007-01-27 11:05:18 +00:00
packages * Moved winunits to base dir 2007-02-01 23:17:25 +00:00
rtl * added THandle() typecast around feInvalidHandle value (-1) 2007-02-03 18:09:00 +00:00
tests * don't try to run tests for shouldfail tests 2007-02-02 19:07:20 +00:00
utils * make all fixed for now by disabling fppkg 2007-02-03 09:35:44 +00:00
.gitattributes * basic framework for actions 2007-02-02 19:27:16 +00:00
.gitignore * Moved winunits to base dir 2007-02-01 23:17:25 +00:00
Makefile + support for make -jX by marking all Makefiles that need to be executed 2007-01-27 11:05:18 +00:00
Makefile.fpc + support for make -jX by marking all Makefiles that need to be executed 2007-01-27 11:05:18 +00:00