The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe f93ea93cea * fixed returning of records < 8 bytes but not a power of 2 from
functions under Darwin/x86
  * implemented "mwpascal" calling conventions for darwin/x86
    (pass const records by reference, destroyed registers are
     [eax,ecx,edx])

git-svn-id: trunk@3196 -
2006-04-12 12:19:08 +00:00
compiler * fixed returning of records < 8 bytes but not a power of 2 from 2006-04-12 12:19:08 +00:00
fcl + Patch from Luiz Americo to map unknown field types to string 2006-04-09 19:28:36 +00:00
fv * use -O2 for 2.1.1 compilers 2006-03-19 11:19:43 +00:00
ide * use -O2 for 2.1.1 compilers 2006-03-19 11:19:43 +00:00
installer * use -O2 for 2.1.1 compilers 2006-03-19 11:19:43 +00:00
packages * compile with objfpc to get 32bit integer 2006-04-10 07:43:15 +00:00
rtl * fixed another bug in fpc_ansistr_append_ansistring in case source = dest 2006-04-09 19:18:31 +00:00
tests * fixed another bug in fpc_ansistr_append_ansistring in case source = dest 2006-04-09 19:18:31 +00:00
utils * use -O2 for 2.1.1 compilers 2006-03-19 11:19:43 +00:00
.gitattributes * fixed another bug in fpc_ansistr_append_ansistring in case source = dest 2006-04-09 19:18:31 +00:00
.gitignore * unified and moved some win32/win64 stuff 2006-04-02 20:52:17 +00:00
Makefile * use -O2 for 2.1.1 compilers 2006-03-19 11:19:43 +00:00
Makefile.fpc * force zipname to fpc-ver-target for zipinstall 2006-02-13 09:32:39 +00:00