The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2014-10-21 20:56:37 +00:00
compiler * Modified FindRegAlloc() to skip branch delay slots in the same way it is done in GetNextInstruction(). This fixes processing sequences "dealloc reg; branch reg,label; NOP; alloc reg" in BuildLabelTableAndFixRegAlloc(), deallocation is now correctly moved after branch. Before this change, the last allocation was ignored, and deallocation was moved forward until another instruction using reg was encountered. 2014-10-21 20:56:37 +00:00
ide * Correction of r28876, UNITSOUTPUTDIR should be all uppercase 2014-10-19 12:30:24 +00:00
installer AROS: regenerated Makefiles to support i386-aros 2014-08-17 23:16:47 +00:00
packages * Combine all utils into one achive, several installers depend on this 2014-10-20 19:42:52 +00:00
rtl + new unit providing access to additional OS/2 API functions from DOSCALL1.DLL available in newer OS/2 versions (WSeB/MCP/eCS) - currently additional 64-bit file handling not used directly in RTL; mostly file locking related now; dynamically loaded and simulated under older OS/2 versions to allow executables using them to run on older OS/2 versions 2014-10-21 17:29:05 +00:00
tests + test for mantis #21449, already fixed in the mean time 2014-10-17 16:32:12 +00:00
utils * Combine all utils into one achive, several installers depend on this 2014-10-20 19:42:52 +00:00
.gitattributes + new unit providing access to additional OS/2 API functions from DOSCALL1.DLL available in newer OS/2 versions (WSeB/MCP/eCS) - currently additional 64-bit file handling not used directly in RTL; mostly file locking related now; dynamically loaded and simulated under older OS/2 versions to allow executables using them to run on older OS/2 versions 2014-10-21 17:29:05 +00:00
.gitignore Amiga: sockets, fcl-net, fcl-web included. 2014-09-22 18:12:43 +00:00
fpmake_add1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake_proc1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake.pp * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
Makefile * don't mention the ability to use OVERRIDEVERSIONCHECK, too many people use 2014-10-14 21:17:25 +00:00
Makefile.fpc * don't mention the ability to use OVERRIDEVERSIONCHECK, too many people use 2014-10-14 21:17:25 +00:00