The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 4833867826 * moved most handling of records that fit in a register but that cannot be
treated as a regvar from pass_1 to the code generator, because this
    can always occur with a function result from a called function (in
    case the ABI prescribes returning certain records in registers)
    (mantis #16163)

git-svn-id: trunk@15101 -
2010-03-31 20:19:42 +00:00
compiler * moved most handling of records that fit in a register but that cannot be 2010-03-31 20:19:42 +00:00
ide * Patch from benjawin, Mantis 15779 to better deal with scrollbackbuffer<>screensize. 2010-02-17 08:53:48 +00:00
installer * run clean_files target also for distclean, fixes cleaning of installer.pas 2010-03-21 12:49:21 +00:00
packages * fixed compile-time range error under Windows (mantis #16171) 2010-03-31 17:21:15 +00:00
rtl - Remove unnecessary call to SysInitStdIO probably added here by me for debugging purpose long time ago. The right one is a few line below. 2010-03-30 20:06:52 +00:00
tests * moved most handling of records that fit in a register but that cannot be 2010-03-31 20:19:42 +00:00
utils * Removed left-over debug statement 2010-03-25 20:55:53 +00:00
.gitattributes * moved most handling of records that fit in a register but that cannot be 2010-03-31 20:19:42 +00:00
.gitignore
Makefile
Makefile.fpc